Commit Graph

274 Commits (b97363e4076ecb375e2373b8ac60319fd07bc404)

Author SHA1 Message Date
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
Moxie Marlinspike f58f79a459 Bumping version to 1.0 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 4722b7f005 bumping version to 0.9.9.8 11 years ago
Moxie Marlinspike bccf4895f6 Bumping version to 0.9.9.7 11 years ago
Moxie Marlinspike d97252d8d6 Add ability to disable local encryption passphrase. 11 years ago
Moxie Marlinspike 2db274080c Bumping version to 0.9.9.6 11 years ago
Moxie Marlinspike 4d723a21f6 Bumping version to 0.9.9.5 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 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
Moxie Marlinspike 2ffc70a95b Bumping version to 0.9.9.4 11 years ago
Moxie Marlinspike dda5bc8838 Add a 'mark as read' button to expanded notifications. 11 years ago
Moxie Marlinspike 8c1ca6c9e0 Clean up identity key view activity 11 years ago
Moxie Marlinspike ef7977128b Bumping version to 0.9.9.3 11 years ago
Moxie Marlinspike 018f5eccf3 Bumping version to 0.9.9.2 11 years ago
Moxie Marlinspike d8e3e4c683 Bumping version to 0.9.9.1 11 years ago
Moxie Marlinspike 83e260436b Major storage layer refactoring to set the stage for clean GCM.
1) We now try to hand out cursors at a minimum.  There has always been
   a fairly clean insertion layer that handles encrypting message bodies,
   but the process of decrypting message bodies has always been less than
   ideal.  Here we introduce a "Reader" interface that will decrypt message
   bodies when appropriate and return objects that encapsulate record state.

   No more MessageDisplayHelper.  The MmsSmsDatabase interface is also more
   sane.

2) We finally rid ourselves of the technical debt associated with TextSecure's
   initial usage of the default SMS DB.  In that world, we weren't able to use
   anything other than the default "Inbox, Outbox, Sent" types to describe a
   message, and had to overload the message content itself with a set of
   local "prefixes" to describe what it was (encrypted, asymetric encrypted,
   remote encrypted, a key exchange, procssed key exchange), and so on.

   This includes a major schema update that transforms the "type" field into
   a bitmask that describes everything that used to be encoded in a prefix,
   and prefixes have been completely eliminated from the system.

   No more Prefix.java

3) Refactoring of the MultipartMessageHandler code.  It's less of a mess, and
   hopefully more clear as to what's going on.

The next step is to remove what we can from SmsTransportDetails and genericize
that interface for a GCM equivalent.
11 years ago
Moxie Marlinspike 303d1acd45 Initial client support for GCM message send/receive 11 years ago
Moxie Marlinspike 2f39283da3 Initial GCM registration 11 years ago
Moxie Marlinspike c3e21f3f75 Bumping version to 0.9.8 11 years ago
Moxie Marlinspike 2d92b99fb3 Bumping version to 0.9.7 11 years ago
Moxie Marlinspike 0a769da9de Bumped version to 0.9.6 11 years ago
Moxie Marlinspike 07c59d969a Prompt user for APN details when missing.
If TextSecure is running on a device without APN details, we prompt
the user to manually specify them when the user goes to send an MMS
message.
12 years ago
Moxie Marlinspike fa8208de33 Bumped version to 0.9.5 12 years ago
Moxie Marlinspike 27e039c4a6 Bumped version to 0.9.4 12 years ago
Moxie Marlinspike c7e6a2afeb Bump version to 0.9.3 12 years ago
Moxie Marlinspike 5eb04328d3 Improve passphrase and onboarding UI. Abstract out routing.
1) Update the create, prompt, and change passphrase activities.
   They are no longer dialog themed, and should look a little
   less ugly.

2) Update the import DB activity to be less ugly and more robust.

3) Abstract all of the state handling stuff out of
   ConversationListActivity.  This is now handled by RoutingActivity,
   which all launch intents move through.
12 years ago
Moxie Marlinspike 9e3da08d45 Bump version to 0.9.2 12 years ago
Moxie Marlinspike 0a7181670c Radio updates happen frequently on some phones, switch to dynamic. 12 years ago
Moxie Marlinspike c38bcc72c8 Bumped version to 0.9.1 12 years ago
Moxie Marlinspike 3fac2ae97e Bumped version to 0.9 12 years ago
Moxie Marlinspike 471ef16a5b Support for robust delivery.
1) If a message fails to be delivered, post a notification in the
   status bar if that thread is not active and visible.

2) If a message fails to be delivered because there is no service,
   keep retrying every time service becomes available again.
12 years ago
Moxie Marlinspike c426ed728a Bumped version to 0.8.6 12 years ago
Moxie Marlinspike 288e2b5572 Suppport receiving 'share' actions from other apps. 12 years ago
Moxie Marlinspike 6bdb0e2d66 Bump version to 0.8.5 12 years ago
Moxie Marlinspike 5f16da8fca Bumping version to 0.8.4 12 years ago
Moxie Marlinspike 61b6d11911 Remove permission to fix bug on 2.3.X devices. 12 years ago
Moxie Marlinspike 8e720e0ede Bumping version to 0.8.3 12 years ago
Moxie Marlinspike e8c6acdec9 Bumped version to 0.8.2 12 years ago
Charles Munger 28326d1c10 Now requires permission for SMS broadcast reciever.
This should prevent other applications from sending spoofed SMS messages
via a broadcast intent.
12 years ago
Moxie Marlinspike 1496688ba0 Bump version to 0.8.1 12 years ago
Moxie Marlinspike 80a6c65790 We need READ_CALL_LOG if targetSDK is > 15. What a drag. 12 years ago
Moxie Marlinspike d8cd09d46b Bumped version to 0.8 12 years ago
Moxie Marlinspike 0b3e939ac8 Improve support for "me" contact.
1) Add >= ICS profile support (the system-supported "me" contact).

2) Improve <= Gingerbread support for me contact by auto-detecting
contacts that have the same number as the SIM card.

3) Tie in identity key import/export support to the "me" contact.

4) Don't display a "me" selection option in preference if it can
be auto-detected.

5) Refactor out the ContactAccessorNewApi back into the base class.
12 years ago
Moxie Marlinspike e29993e48f Bump version to 0.7.4 12 years ago
Moxie Marlinspike 090068ea66 Update version to 0.7.3 for repackaging. 12 years ago
Moxie Marlinspike 1b6c9eb2c1 Bump version to 0.7.2 12 years ago
Moxie Marlinspike bb0ec65744 Include source origin in string key name.
This should help eliminate string duplicates, as well as provide
visibility into where strings in a resource file are being used.
12 years ago
Moxie Marlinspike 00e2e62c10 Bump version to 0.7.1 12 years ago
Moxie Marlinspike 6e07533bcd Bump version number to 0.7 12 years ago
Moxie Marlinspike 4715512194 Fixed auto-initiate layout on GB. 12 years ago
Moxie Marlinspike 3d3db421d3 Lint warning changes. 12 years ago
Moxie Marlinspike 4c3b7cbe08 Extract TextSecure strings for i18n.
1) Change all instances which use concatenation to build strings
with variables in them to use string formatting instead.

2) Extract all string literals from layouts and menus into strings.xml

3) Extract all string literals from code into strings.xml
12 years ago
Moxie Marlinspike f6660dbef5 Bump version to 0.6.2 12 years ago
Moxie Marlinspike 3900808578 Bump version to 0.6.1 12 years ago
Moxie Marlinspike b4eddc863c Bumped version numbers to 0.6 12 years ago
Moxie Marlinspike 2f6642a234 Add config change event introduced in API 13 to Activities. 12 years ago
Moxie Marlinspike 5c80423945 Keep keyboard active on compose orientation change. 12 years ago
Moxie Marlinspike cffedb09a1 Do migration in backgrounded service. 12 years ago
Moxie Marlinspike ef0a86398a Fix for dialogs on GB. 12 years ago
Moxie Marlinspike 1ff278dc81 Update the key exchange icon look. 12 years ago
Moxie Marlinspike 7cab26750b Switch to Contextual Action Bar goodness. 12 years ago
Moxie Marlinspike a66cc636c6 Fix review identity activity UI. 12 years ago
Moxie Marlinspike 78998d0c93 Clean up key/identity verification Activites.
1) Get ride of the crazy button situation.
2) Actionbar-ify and abstract out the common actions.
3) Switch to full activities from dialog themes.
12 years ago
Moxie Marlinspike 863e1c6508 Fix the look of tabbed multi-contact selector.
1) Updated to ActionBar style.
2) Split out into fragments.
3) Switch to cursor loaders.
12 years ago
Moxie Marlinspike c7e891eda4 Fix passphrase prompt dialog activity. 12 years ago
Moxie Marlinspike eeeeac126c Suppress soft keyboard on Conversation load. 12 years ago
Moxie Marlinspike b377fe84df New design for Conversation Activity.
1) Move to Fragments for the list view.
2) Switch to CursorLoader from my jankey self-managed cursor.
3) Add session security logic to the ActionBar.
4) Fix colors to be less ugly.
12 years ago
Moxie Marlinspike 3d9475676f Move to a Fragment world.
1) Start breaking the UI out into Fragments.
2) Switch to Cursor loaders from managed cursors.
3) Switch to inflated menu resources.
4) Break out some basic functionality into helper classes.
12 years ago
Moxie Marlinspike b93bb69c28 Restyle conversation list view.
1. New look for quick contact badges.
2. No more unread indicator, replace with bolded text.
3. Style message count with color rather than parens.
4. Remove "New Message" item, add as item in action bar instead.
12 years ago
Moxie Marlinspike 607d14c6d7 Bump up minimum supported Android version, add ActionBarSherlock dep.
The minimum supported Android device is now 2.2 (Froyo).
And we're embracing the ActionBarSherlock madness.
12 years ago
Moxie Marlinspike 6a30867fd4 Bump version to 0.5.7 13 years ago
Moxie Marlinspike bbea3fe1b1 Initial Project Import 13 years ago