ParandroidMessaging
ParandroidMessaging copied to clipboard
Secure SMS: Send and receive encrypted SMS (text) messages between Android phones, to improve privacy.
Currently you encrypt messages using `Cipher cipher = Cipher.getInstance(MessageEncryptionFactory.ENCRYPTION_ALGORITHM);` with `MessageEncryptionFactory.ENCRYPTION_ALGORITHM = "AES";` [AES however defaults to ECB mode](http://security.stackexchange.com/a/57071/78702), which is not secure when we're talking about messages longer than...
``` Caused by: java.lang.RuntimeException: Binary XML file line 26: You must supply a layout_width attribute. E/AndroidRuntime( 7744): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:491) E/AndroidRuntime( 7744): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:3598) E/AndroidRuntime( 7744): at android.view.ViewGroup$MarginLayoutParams.(ViewGroup.java:3678) E/AndroidRuntime( 7744): at...
currently we can only send the public key to an existing contact. maybe it should also be possible to send it to a number.
when the encryption checkbox is checked, make it green instead of black
When you turn your screen when the help activity is displayed, the first page will be shown. The progressbar does not change. It should stay on the same page.
No more details at this point: we need the log messages of this.
'normal' people without an IT background don't understand (or only half of it)
When the screen is in landscape mode, some text does not fit on the screen. We need to make the content above the progressbar scrollable.
The currently selected tab in the Manage public keys UI should be colored differently to avoid making the underlying text unreadable.
When I try to send my public key on T-Mobile USA using a Nexus One (with Cyanogen), I get the following error message back from the carrier: "Unable to send...