Commit Graph

166 Commits (94913f34da7fe05a91c7f2f552148f01b7e8da4a)

Author SHA1 Message Date
Moxie Marlinspike 94913f34da Merge pull request #459 from thoughtbox/master
Add summary information to "Sound" setting in preferences.
11 years ago
Thejesh GN ed73bd57a1 Added Kannada to languages 11 years ago
Moxie Marlinspike 99d295abc5 Merge pull request #454 from veeti/highlights
Update card highlight style
11 years ago
thoughtbox b56a4f9740 Update strings.xml to reference Sound summary in Settings. 11 years ago
thoughtbox cc5981594f Add summary to "Sound" preference (1 of 2) 11 years ago
Veeti Paananen 37fb8fe445 Update card highlight style
Out with orange, in with blue and gray (on >= 4.4).
11 years ago
thoughtbox 33fd6414b8 Update strings.xml
Removed emoticon from QuickResponse and changed the wording slightly of the "default SMS app" setting.
11 years ago
Moxie Marlinspike 0c0db28358 Fix string case 11 years ago
Moxie Marlinspike afa20058b8 Updated langauge translations 11 years ago
Moxie Marlinspike 504ec976c0 Merge pull request #440 from veeti/styles 11 years ago
Moxie Marlinspike b0216e1494 Finish KitKat compatibility details.
1) The system does actually enforce having a BROADCAST_SMS
   permission on the SMS receiver. Break out the "delivered"
   parts of this into a separate Receiver, so the permission
   won't trip up GB devices.

2) The system does actually enforce having "quick response"
   intents.  Add a no-op for now.

3) Add a "make default" prompt.

4) Update settings to reflect what's going on in KitKat.
11 years ago
Veeti Paananen 9ddfa6499c Gingerbread pls go
Look like an Android app from 2013.

Remove the redundant Gingerbread button styles from buttons to
automatically use the Holo theme on phones that don't run a 3+ year old
operating system.

Create a new style for horizontal progress bars that uses the Holo
progress bar style on v11 and above.
11 years ago
Moxie Marlinspike 9cf1751c49 Added hebrew and danish to language selector 11 years ago
Moxie Marlinspike 981c9a1543 Updated language translations 11 years ago
Moxie Marlinspike 8d8a6ab998 Switch menu contact image to be a menu image. 11 years ago
Moxie Marlinspike 891e3aeb97 Merge pull request #381 from meskio/add_contact
New 'add contact info' option on the conversation contextual menu
11 years ago
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.
11 years ago
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.
11 years ago
Moxie Marlinspike f49c62793b Merge pull request #377 from meskio/resend_message_on_fail2
Allow to resend a failed message
11 years ago
Moxie Marlinspike f27c7c4178 Merge branch 'thoughtbox-patch-1'
Conflicts:
	res/values/strings.xml
11 years ago
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).
11 years ago
thoughtbox 615ca931d4 Update strings.xml
I think it should be "in-thread" rather than "in thread".
11 years ago
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
Moxie Marlinspike 763e4b1b27 Merge pull request #367 from nikolai-r/master
add option to disable audible inthread notifications
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
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
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 af19da3ab2 Added romanian language support 11 years ago
Moxie Marlinspike 4240dc80a1 Updated language translations 11 years ago
Moxie Marlinspike 4281df7a28 display emoji correctly on devices of all densities 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
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 2e31cfed11 Basic support for composing emoji 11 years ago
Moxie Marlinspike 408672b0b8 Fix or invisible delivery status regression with MMS. 11 years ago
Moxie Marlinspike d6f7b4cc5a Updated language translations. 11 years ago
Moxie Marlinspike 614e962110 Remove unused resources. 11 years ago
Moxie Marlinspike aa25f94291 Enhanced import/export support.
1) Allow imports from the stock SMS database at any time.

2) Provide plaintext export support, in a format compatible with
   the "SMS Backup And Restore" app.

3) Fix the DB weirdness on encrypted restore that previously
   required killing the app.
11 years ago
Moxie Marlinspike 903ab92f5f Basic navigation drawer support. 11 years ago
Moxie Marlinspike 5263ac1f1a Theme Support
1) Broke out the UI elements of the major Activites into stylable
   attributes.

2) Created a 'light' and 'dark' theme for the newly stylable attrs.

3) Touched up some of the UI spacing.

4) Implemented dynamic theme switching support.
11 years ago