Commit Graph

8512 Commits (e8c61d67915387ab6e15ca7bc9020b1b65f9e31f)
 

Author SHA1 Message Date
Moxie Marlinspike 58961fe0a8 Minor spelling correction. 12 years ago
Moxie Marlinspike bb3777aa68 Fix for viewing group recipients without contact information. 12 years ago
Lilia Markham 5dabe1069d Avoid auto-scroll after deleting a message
See WhisperSystems/TextSecure#139

This fix involves setting transcriptMode to normal on conversation view,
which resolves the issue but comes with the side effect that if you
have scrolled away from the bottom of the list, new incoming messages
will not trigger auto-scroll as they arrive.
12 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 9c4d973bef Updated language translations 12 years ago
Moxie Marlinspike 01fdb1115d We don't support unknown content lengths yet. 12 years ago
Moxie Marlinspike 2e55e9cdca Guard NPE 12 years ago
Moxie Marlinspike 6230abb524 Add synchronized access to cache 12 years ago
Moxie Marlinspike ef6a5c69af Tweak MMS retrieval and submission.
1) Only attempt direct connect outside of MMS radio mode on CDMA.

2) Don't switch back to normal radio state if pending messages remain.
12 years ago
Moxie Marlinspike 27e039c4a6 Bumped version to 0.9.4 12 years ago
Moxie Marlinspike 48576dbb58 Catch mysterious SMS too large exception. 12 years ago
Moxie Marlinspike 5ca7b1080c Fix for concurrentmodificationexception on race condition. 12 years ago
Moxie Marlinspike eb9b2ef318 Fix for NPE on null mms bytes. 12 years ago
Moxie Marlinspike 6bd0f35787 Sometimes querying the APN DB throws this exception as well. 12 years ago
Moxie Marlinspike 2397176d9e Search support in ConversationList for <3.0 devices.
Switch to the newly-introduced ActionBarSherlock SearchView.
12 years ago
Moxie Marlinspike c7e6a2afeb Bump version to 0.9.3 12 years ago
Moxie Marlinspike 4730ef1324 Updated language translations. 12 years ago
Moxie Marlinspike 34822557a6 Catch exception triggered by bug in telephony provider during import. 12 years ago
Moxie Marlinspike bac6b78b11 Clear passphrase field on invalid entry. 12 years ago
Moxie Marlinspike 5bf5b404a1 Fix for notification NPE on unknown sender. 12 years ago
Moxie Marlinspike f73adfc8f5 Change MMS network request pattern.
Currently we're flipping the radio in "MMS" mode, and connecting through
any proxies specified in the APN.  This always work, or at least doesn't
seem to work on Sprint, since the configured mms proxy rejects proxy
requests.

Instead we try the following in this order:

1) Connect over normal data connection directly to MMSC.
2) Connect over MMS radio connection to MMSC.
3) Connect over MMS radio connection with any configured proxy to MMSC.

Hopefully this doesn't fuck up shit on other unknown networks.
12 years ago
Moxie Marlinspike df05508a6f Switch to AndroidHttpClient and explicit targeting. 12 years ago
Moxie Marlinspike 1e2adadae2 Resource cleanup 12 years ago
Moxie Marlinspike 6c1572e0ec Layout touchup 12 years ago
Moxie Marlinspike 1ff4fd842c Pass on incoming messages until DB is imported. 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 d0d85ea52c Fix for duplicate message bug. 12 years ago
Moxie Marlinspike c38bcc72c8 Bumped version to 0.9.1 12 years ago
Moxie Marlinspike 114d4ae798 Updated support-v4 to r11, which fixes:
http://code.google.com/p/android/issues/detail?id=36502

(Can you believe that shit?)
12 years ago
Moxie Marlinspike 3fac2ae97e Bumped version to 0.9 12 years ago
Moxie Marlinspike 3d1ade7554 Update language translations. 12 years ago
Moxie Marlinspike c2dcf7ae74 Refactor MasterSecret initialization, access, and timeout paths.
1) Consolidate all of the KeyCachingService interaction into a single
   mixin. Activities extend delegates which call through to the mixin.

2) Switch Activity increment/decrement triggers from onStop to onPause
   in order to account for some screen locks that don't stop activities.
12 years ago
Moxie Marlinspike 90280a62ae Poor man's styling. 12 years ago
Moxie Marlinspike 2277dbd572 Localize ok/cancel 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 71f43075a9 Distinguish unread threads with background color. 12 years ago
Moxie Marlinspike 0a8c62e0e3 Include incoming message body in notifications.
1) Refactor the master secret reset logic to properly interact with
   services.

2) Add support for "BigText" and "Inbox" style notifications.

3) Decrypt message bodies when unlocked, display 'encrypted' when
   locked.
12 years ago
Moxie Marlinspike 10865bc75f Update README to reflect Play Store location. 12 years ago
Moxie Marlinspike c426ed728a Bumped version to 0.8.6 12 years ago
Moxie Marlinspike d1d0f8afe5 Fix attachment icon for GB devices 12 years ago
Moxie Marlinspike 49ea135e37 Don't auto-set thread to read on send. 12 years ago
Moxie Marlinspike 8dad82323d Fix for missing format string params in Tibetan translation. 12 years ago
Moxie Marlinspike 295abf8da3 Updated translations 12 years ago
Moxie Marlinspike a29120d911 Fix for IndexOutOfBoundException (race condition on Recipients resolution) 12 years ago
Moxie Marlinspike b044a68168 Fix for mysterious 'anonymous sender' NPE. 12 years ago
Moxie Marlinspike 01a5c889b0 Export stray strings for localization. 12 years ago
Moxie Marlinspike dcf73cd009 Fix for 'group message' regression. 12 years ago