Moxie Marlinspike
58961fe0a8
Minor spelling correction.
2013-03-10 14:50:55 -07:00
Moxie Marlinspike
bb3777aa68
Fix for viewing group recipients without contact information.
2013-03-07 17:47:57 -08:00
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.
2013-03-04 17:43:04 -08:00
Moxie Marlinspike
fa8208de33
Bumped version to 0.9.5
v0.9.5
2013-03-03 22:56:53 -08:00
Moxie Marlinspike
9c4d973bef
Updated language translations
2013-03-03 18:59:22 -08:00
Moxie Marlinspike
01fdb1115d
We don't support unknown content lengths yet.
2013-03-03 18:50:13 -08:00
Moxie Marlinspike
2e55e9cdca
Guard NPE
2013-03-03 18:49:55 -08:00
Moxie Marlinspike
6230abb524
Add synchronized access to cache
2013-03-03 18:49:39 -08:00
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.
2013-03-03 18:44:58 -08:00
Moxie Marlinspike
27e039c4a6
Bumped version to 0.9.4
v0.9.4
2013-03-03 18:44:04 -08:00
Moxie Marlinspike
48576dbb58
Catch mysterious SMS too large exception.
2013-02-26 22:57:09 -08:00
Moxie Marlinspike
5ca7b1080c
Fix for concurrentmodificationexception on race condition.
2013-02-26 22:56:48 -08:00
Moxie Marlinspike
eb9b2ef318
Fix for NPE on null mms bytes.
2013-02-26 22:56:15 -08:00
Moxie Marlinspike
6bd0f35787
Sometimes querying the APN DB throws this exception as well.
2013-02-26 22:55:23 -08:00
Moxie Marlinspike
2397176d9e
Search support in ConversationList for <3.0 devices.
...
Switch to the newly-introduced ActionBarSherlock SearchView.
2013-02-24 19:37:37 -08:00
Moxie Marlinspike
c7e6a2afeb
Bump version to 0.9.3
v0.9.3
2013-02-24 13:54:51 -08:00
Moxie Marlinspike
4730ef1324
Updated language translations.
2013-02-24 13:35:41 -08:00
Moxie Marlinspike
34822557a6
Catch exception triggered by bug in telephony provider during import.
2013-02-24 11:59:43 -08:00
Moxie Marlinspike
bac6b78b11
Clear passphrase field on invalid entry.
2013-02-21 14:47:18 -08:00
Moxie Marlinspike
5bf5b404a1
Fix for notification NPE on unknown sender.
2013-02-20 20:44:38 -08:00
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.
2013-02-20 18:10:33 -08:00
Moxie Marlinspike
df05508a6f
Switch to AndroidHttpClient and explicit targeting.
2013-02-20 10:25:53 -08:00
Moxie Marlinspike
1e2adadae2
Resource cleanup
2013-02-19 10:36:48 -08:00
Moxie Marlinspike
6c1572e0ec
Layout touchup
2013-02-19 10:36:04 -08:00
Moxie Marlinspike
1ff4fd842c
Pass on incoming messages until DB is imported.
2013-02-17 15:09:01 -08:00
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.
2013-02-17 15:09:01 -08:00
Moxie Marlinspike
9e3da08d45
Bump version to 0.9.2
v0.9.2
2013-02-14 20:50:29 -08:00
Moxie Marlinspike
0a7181670c
Radio updates happen frequently on some phones, switch to dynamic.
2013-02-14 20:42:29 -08:00
Moxie Marlinspike
d0d85ea52c
Fix for duplicate message bug.
2013-02-14 19:15:40 -08:00
Moxie Marlinspike
c38bcc72c8
Bumped version to 0.9.1
v0.9.1
2013-02-12 21:45:36 -08:00
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?)
2013-02-12 21:31:01 -08:00
Moxie Marlinspike
3fac2ae97e
Bumped version to 0.9
v0.9
2013-02-12 14:07:10 -08:00
Moxie Marlinspike
3d1ade7554
Update language translations.
2013-02-12 11:53:43 -08:00
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.
2013-02-10 17:30:51 -08:00
Moxie Marlinspike
90280a62ae
Poor man's styling.
2013-02-09 17:43:31 -08:00
Moxie Marlinspike
2277dbd572
Localize ok/cancel
2013-02-09 17:38:33 -08:00
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.
2013-02-09 15:17:55 -08:00
Moxie Marlinspike
71f43075a9
Distinguish unread threads with background color.
2013-02-09 10:03:38 -08:00
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.
2013-02-08 16:27:43 -08:00
Moxie Marlinspike
10865bc75f
Update README to reflect Play Store location.
2013-02-07 12:05:36 -08:00
Moxie Marlinspike
c426ed728a
Bumped version to 0.8.6
v0.8.6
2013-02-06 16:57:42 -08:00
Moxie Marlinspike
d1d0f8afe5
Fix attachment icon for GB devices
2013-02-06 16:45:14 -08:00
Moxie Marlinspike
49ea135e37
Don't auto-set thread to read on send.
2013-02-06 16:40:09 -08:00
Moxie Marlinspike
8dad82323d
Fix for missing format string params in Tibetan translation.
2013-02-06 16:08:50 -08:00
Moxie Marlinspike
295abf8da3
Updated translations
2013-02-06 15:46:29 -08:00
Moxie Marlinspike
a29120d911
Fix for IndexOutOfBoundException (race condition on Recipients resolution)
2013-02-04 22:09:17 -08:00
Moxie Marlinspike
b044a68168
Fix for mysterious 'anonymous sender' NPE.
2013-02-04 21:51:25 -08:00
Moxie Marlinspike
01a5c889b0
Export stray strings for localization.
2013-02-04 11:12:03 -08:00
Moxie Marlinspike
dcf73cd009
Fix for 'group message' regression.
2013-02-04 11:03:19 -08:00
Moxie Marlinspike
bf92de394b
Add support for resuming compose drafts.
2013-02-04 00:13:07 -08:00