Commit Graph

403 Commits (94913f34da7fe05a91c7f2f552148f01b7e8da4a)
 

Author SHA1 Message Date
Ruben Pollan 04eafd5fab Allow to resend a failed message
Add an option to the context menu of the message to resend it if it has
failed.
11 years ago
Ruben Pollan 73b1e3f3d4 Set the right extension on saving an attachment 11 years ago
Moxie Marlinspike 8d115562f0 Merge branch 'master' of github.com:WhisperSystems/TextSecure 11 years ago
Moxie Marlinspike f26b9070f2 Update PRNG fix code sample.
Google updated their code sample to account for restrictive
SELinux configurations on some devices.
11 years ago
Moxie Marlinspike 2cbc4d3b0a Merge pull request #372 from meskio/key_notification
Upgrade notification KeyCachingService code to use NotificationCompat.Builder
11 years ago
Moxie Marlinspike ee8c8530bf Merge pull request #373 from d3sre/issues-273
Issues 273
11 years ago
Moxie Marlinspike 763e4b1b27 Merge pull request #367 from nikolai-r/master
add option to disable audible inthread notifications
11 years ago
Desiree Sacher 4f49216103 corrected class info of NullPointerException messages 11 years ago
Desiree Sacher ed4c8cd799 extended log of encrypted and plaintext messages NullPointerException 11 years ago
Ruben Pollan 4826dbcc34 Upgrade notification KeyCachingService code to NotificationCompat.Builder 11 years ago
Nikolai Rusakov 2cf7f82f07 closes #367 - add option to disable audible inthread notifications 11 years ago
Moxie Marlinspike 1c8f8666ba Make the switch to gradle!
1) ABS is now published as an AAR, so we can eliminate all local
   dependencies and bundled jars.

2) Upgrade to ABS 4.4.0 (The Last Release) and deal with the loss
   of Sherlock.Dialog by faking it with our own themes.

3) Remove all traces of ant. The modern world is here.
11 years ago
Shaun Walbridge 91dd558f7a ActionBarSherlock verisons now stored as tags
The current release of `ActionBarSherlock` uses tags to store its relases, so the clone command fails. Instead, clone HEAD and switch to the 4.2.0 tag.
11 years ago
joshua stein 99e3e596bb Correctly preserve MMS image aspect ratios. 11 years ago
rhodey f23fc9b3dd Merge pull request #358 from WhisperSystems/issue353
"Select Ringtone" preference in "Notifications" section of TextSecure settings now reads "Sound" to better reflect the selection of audio presented.
11 years ago
rhodey 1149d8b625 Switched string constant name for notification sound from preferences__select_reingtone to preferences_sound to match the new value of the constant, 'Sound'. 11 years ago
rhodey 282e40db40 Changed language in notification section of settings from 'select ringtone' to 'sound'. 11 years ago
rhodey 27fadf70f0 Merge pull request #320 from svramusi/master
Tested and merged, thanks @svramusi !
11 years ago
Steve R 45f4faaf4c Fix for timeout interval bug
Regardless of which theme is used, the text color for the timeout
  interval was being set to black. This made it difficult to
  read when using the Dark Theme.
11 years ago
Moxie Marlinspike f58f79a459 Bumping version to 1.0 11 years ago
Moxie Marlinspike 124bcf2624 Added bulgarian and greek 11 years ago
Moxie Marlinspike 69bfb20531 Updated language translations 11 years ago
Moxie Marlinspike b14d9d84ad Fix for Android PRNG bug.
There is apparently an Android vulnerability with the PRNG it
provides through the JCE. This uses their suggested code to patch
the PRNG, and provides the option to regenerate identity keys.

http://android-developers.blogspot.com/2013/08/some-securerandom-thoughts.html
11 years ago
Moxie Marlinspike 8ecf972534 Bumping version to 0.9.9.9 11 years ago
Moxie Marlinspike 8281ef18d4 Fix for ShortBufferException problem introduced in Android 4.3
Not really sure how it's possible for the system to give us an
extra block of data, but it does if both the input and output
buffers are sized the same during the first decrypt.  This
fixes things, but I wish I better understood why it was broken.
11 years ago
Moxie Marlinspike 4722b7f005 bumping version to 0.9.9.8 11 years ago
Moxie Marlinspike af19da3ab2 Added romanian language support 11 years ago
Moxie Marlinspike 4240dc80a1 Updated language translations 11 years ago
Moxie Marlinspike 7bd520cb41 Fix for batch selection bug 11 years ago
Moxie Marlinspike 7d07d56fc3 Fix for 'bad encrypted message' errors.
1) There was a regression in the outgoing multipart transport
   logic, such that the same 'identifier' byte would be used
   for all messages (0).  This now works correctly.

2) Added some additional heuristics on the receiving side.
   Now mutlipart containers are only valid for 1hr, and are
   considered invalid if the container size is different from
   the multipart message size.
11 years ago
Moxie Marlinspike 4281df7a28 display emoji correctly on devices of all densities 11 years ago
Moxie Marlinspike c827f0a2a7 Merge pull request #249 from joeykrim/patch-1
Small clarification in the comments on the types of SMS to ignore
11 years ago
joeykrim 8464bc775a Removed extra comparisons by converting original phrase to uppercase, then comparing
Removed previous multiple comparisons that were variations of capitalizing the same phrase by converting the original phrase to all uppercase and then comparing
11 years ago
Moxie Marlinspike 0ff5056365 Merge pull request #262 from joeykrim/patch-4
Moved Preferences Disabled passphrase title and summary text into strings.xml
11 years ago
Moxie Marlinspike f66710a7ea Merge pull request #260 from joeykrim/patch-2
Changed new Thread() to use new AsyncTask()
11 years ago
joeykrim 10fd757cb4 Changed Disable passphrase summary and title text to reference strings.xml 11 years ago
joeykrim 719d791962 Added Disable Passphrase title and summary strings from Preference.xml 11 years ago
joeykrim c89cac8785 Changed new Thread() to use new AsyncTask()
Changed new Thread() to use new AsyncTask() - same as was done in src/org/thoughtcrime/securesms/service/KeyCachingService.java - d97252d8d6
11 years ago
Moxie Marlinspike dfa710a6fc Don't use ConnectivityManager checkRouteToHost for IPv6
T-Mobile LTE now uses IPv6 addresses for their MMSC, which are
incompatible with ConnectivityManager's checkRouteToHost.
11 years ago
joeykrim 87e8214bae Small clarification in the comments on the types of SMS to ignore 11 years ago
Moxie Marlinspike bccf4895f6 Bumping version to 0.9.9.7 11 years ago
Moxie Marlinspike 184537e691 Updated language translations 11 years ago
Moxie Marlinspike d97252d8d6 Add ability to disable local encryption passphrase. 11 years ago
Moxie Marlinspike 68b82c168e Add in-app language selection support. 11 years ago
Moxie Marlinspike 4977092f7a Add support for soft keyboard 'enter' key. 11 years ago
Moxie Marlinspike 7f532fc37f Fix dark theme recipients editor font color. 11 years ago
Moxie Marlinspike 767d790b3d Dark theme fixes.
1) Make the conversation background all black with no column.

2) Fix the font color on identity key review.
11 years ago
Moxie Marlinspike 93c222fe9c Added "recent emoji" panel as an LRU cache. 11 years ago
Moxie Marlinspike 71e161c792 Switched to new emoji lookup pattern, added rendering support. 11 years ago
Moxie Marlinspike 2e31cfed11 Basic support for composing emoji 11 years ago