Moxie Marlinspike
b0e0011060
Add URI permissions to fix crash on 4.x environments.
2013-10-21 10:21:48 -07:00
Moxie Marlinspike
9c0db4c259
Bump version to 1.0.1
2013-10-20 19:15:36 -07:00
Moxie Marlinspike
9cf1751c49
Added hebrew and danish to language selector
2013-10-20 19:13:32 -07:00
Moxie Marlinspike
981c9a1543
Updated language translations
2013-10-20 19:13:15 -07:00
Moxie Marlinspike
73bf21602a
Move ReceiveKeyActivity back to themed dialog activity.
2013-10-20 19:12:53 -07:00
Moxie Marlinspike
8d8a6ab998
Switch menu contact image to be a menu image.
2013-10-20 17:18:59 -07:00
Moxie Marlinspike
798e3c0656
Merge pull request #384 from meskio/383_batch_selection
...
Add deselect to batch selection mode
2013-10-20 16:59:41 -07:00
Moxie Marlinspike
891e3aeb97
Merge pull request #381 from meskio/add_contact
...
New 'add contact info' option on the conversation contextual menu
2013-10-20 16:58:58 -07:00
rhodey
2c2a03e5e2
Enhanced MMS configuration prompts and processing.
...
1) Added a new message status to MmsDatabase to
signify a pending MMS download which requires
APN settings.
2) Added a database method to query MMS messages
based on status.
3) Added login to SendReceiveService for processing
of MMS pending APN information.
4) Moved all APN/MMS settings into ApnPreferencesActivity
and transformed PromptApnActivity into a simple
informational activity.
5) Added logic to check for APN settings on send and
receive of all MMS (media, group, email) and direct
user to PromptApnActivity then ApnPreferencesActivity
if necessary.
6) Vocab/grammar adjustments.
2013-10-20 16:56:34 -07:00
Ruben Pollan
c7b39eca11
Add deselect to batch selection mode
2013-10-20 18:25:01 +02:00
Ruben Pollan
3d690faff0
New 'add contact info' option on the conversation contextual menu
...
This option is used to add phone numbers from the contact list on the
messages.
2013-10-17 02:28:36 +02:00
Moxie Marlinspike
f3fdde6040
Merge pull request #376 from meskio/extension_saving_attachment
...
Set the right extension on saving an attachment
2013-10-15 07:35:14 -07:00
Moxie Marlinspike
f49c62793b
Merge pull request #377 from meskio/resend_message_on_fail2
...
Allow to resend a failed message
2013-10-15 06:32:12 -07:00
Moxie Marlinspike
f27c7c4178
Merge branch 'thoughtbox-patch-1'
...
Conflicts:
res/values/strings.xml
2013-10-15 06:28:18 -07:00
Moxie Marlinspike
ee6a74cb66
Merge pull request #379 from thoughtbox/patch-3
...
update to in-thread notification description
2013-10-15 06:26:13 -07:00
thoughtbox
cfc255a7b7
update to in-thread notification description
...
I felt that the description of what "in-thread notification" could be difficult to understand for some. This is better, I think (though I'm not fully satisfied).
2013-10-13 20:08:56 +02:00
thoughtbox
615ca931d4
Update strings.xml
...
I think it should be "in-thread" rather than "in thread".
2013-10-13 19:47:22 +02:00
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.
2013-10-13 15:39:15 +02:00
Ruben Pollan
73b1e3f3d4
Set the right extension on saving an attachment
2013-10-13 14:45:04 +02:00
Moxie Marlinspike
8d115562f0
Merge branch 'master' of github.com:WhisperSystems/TextSecure
2013-10-13 04:07:45 -07:00
Moxie Marlinspike
f26b9070f2
Update PRNG fix code sample.
...
Google updated their code sample to account for restrictive
SELinux configurations on some devices.
2013-10-13 04:06:58 -07:00
Moxie Marlinspike
2cbc4d3b0a
Merge pull request #372 from meskio/key_notification
...
Upgrade notification KeyCachingService code to use NotificationCompat.Builder
2013-10-12 09:20:48 -07:00
Moxie Marlinspike
ee8c8530bf
Merge pull request #373 from d3sre/issues-273
...
Issues 273
2013-10-12 09:17:51 -07:00
Moxie Marlinspike
763e4b1b27
Merge pull request #367 from nikolai-r/master
...
add option to disable audible inthread notifications
2013-10-12 09:15:54 -07:00
Desiree Sacher
4f49216103
corrected class info of NullPointerException messages
2013-10-12 15:32:45 +02:00
Desiree Sacher
ed4c8cd799
extended log of encrypted and plaintext messages NullPointerException
2013-10-12 15:29:03 +02:00
Ruben Pollan
4826dbcc34
Upgrade notification KeyCachingService code to NotificationCompat.Builder
2013-10-12 15:04:16 +02:00
Nikolai Rusakov
2cf7f82f07
closes #367 - add option to disable audible inthread notifications
2013-10-11 22:19:35 +00:00
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.
2013-10-10 13:52:24 -07:00
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.
2013-10-10 01:50:02 -07:00
joshua stein
99e3e596bb
Correctly preserve MMS image aspect ratios.
2013-10-10 01:43:48 -07:00
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.
2013-10-01 12:21:39 -07:00
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'.
2013-09-30 15:25:50 -07:00
rhodey
282e40db40
Changed language in notification section of settings from 'select ringtone' to 'sound'.
2013-09-30 14:55:55 -07:00
rhodey
27fadf70f0
Merge pull request #320 from svramusi/master
...
Tested and merged, thanks @svramusi !
2013-09-01 22:10:45 -07:00
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.
2013-08-23 00:05:19 -04:00
Moxie Marlinspike
f58f79a459
Bumping version to 1.0
2013-08-16 10:16:13 -07:00
Moxie Marlinspike
124bcf2624
Added bulgarian and greek
2013-08-16 08:38:43 -07:00
Moxie Marlinspike
69bfb20531
Updated language translations
2013-08-16 08:32:14 -07:00
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
2013-08-15 11:27:14 -07:00
Moxie Marlinspike
8ecf972534
Bumping version to 0.9.9.9
2013-08-10 20:29:31 -07:00
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.
2013-08-10 09:09:00 -07:00
Moxie Marlinspike
4722b7f005
bumping version to 0.9.9.8
2013-07-22 16:15:22 -07:00
Moxie Marlinspike
af19da3ab2
Added romanian language support
2013-07-22 15:53:52 -07:00
Moxie Marlinspike
4240dc80a1
Updated language translations
2013-07-22 15:52:10 -07:00
Moxie Marlinspike
7bd520cb41
Fix for batch selection bug
2013-07-22 15:30:12 -07:00
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.
2013-07-22 15:04:31 -07:00
Moxie Marlinspike
4281df7a28
display emoji correctly on devices of all densities
2013-07-15 17:33:30 -07:00
Moxie Marlinspike
c827f0a2a7
Merge pull request #249 from joeykrim/patch-1
...
Small clarification in the comments on the types of SMS to ignore
2013-07-14 11:33:23 -07:00
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
2013-07-13 16:41:09 -04:00