thoughtbox
999ec7606c
Update src/org/thoughtcrime/securesms/ConversationListFragment.java
...
Fix for removing notification when deleting an unread thread.
2012-09-21 08:34:57 +03:00
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.
2012-09-19 19:56:04 -07:00
Moxie Marlinspike
faad1e57ea
Resolved some duplicate strings
2012-09-17 19:27:53 -07:00
Moxie Marlinspike
00e2e62c10
Bump version to 0.7.1
2012-09-14 10:45:40 -07:00
Moxie Marlinspike
edb466ae86
Fix for self-photo lookup bug on 2.3
2012-09-14 10:45:11 -07:00
Moxie Marlinspike
6acf4ba3f6
Add note about translation to README
2012-09-13 20:50:31 -07:00
Moxie Marlinspike
6e07533bcd
Bump version number to 0.7
2012-09-13 20:47:33 -07:00
Moxie Marlinspike
1881753a71
Take advantage of new ICS+ notification styles.
2012-09-12 21:08:13 -07:00
Moxie Marlinspike
095b73a079
Updated new message notification icon style for all versions of Android.
2012-09-12 20:48:04 -07:00
Moxie Marlinspike
bf8d868eb3
Updated notification icon to look appropriate for all Android versions.
2012-09-12 20:08:07 -07:00
Moxie Marlinspike
4715512194
Fixed auto-initiate layout on GB.
2012-09-12 19:47:40 -07:00
Moxie Marlinspike
110b436ea2
Fix for contact lookup on GB.
2012-09-12 19:27:29 -07:00
Moxie Marlinspike
c775dfa580
Logging for debugging
2012-09-11 18:48:41 -07:00
Moxie Marlinspike
c6ae07ee5c
Turn avatar images in conversations into QuickContactBadge equivalents.
...
This requires a few changes to Recipient in order to make sure we
have a Contact URI at click time. While we're at it, let's git rid
of the OldRecipientProvider, which was for pre-2.0 contact stuff
(no longer supported, woohoo!).
2012-09-11 18:23:19 -07:00
Moxie Marlinspike
a834ccad55
Fix for 2.3 ugliness.
2012-09-09 19:49:02 -07:00
Moxie Marlinspike
3d3db421d3
Lint warning changes.
2012-09-09 16:10:46 -07:00
Moxie Marlinspike
d102bd015e
Transifex Schema
2012-09-09 14:51:04 -07:00
Moxie Marlinspike
7a7dba66ad
Update passphrase caching notification strategy.
...
On platforms (API >= 11) that support receiving click events within
a notification, we change the notification format so that users
can "lock" TextSecure with a click.
For all platforms, we change the notification icon in the status
bar from a "lock" to an "unlock," to better reflect the situation.
This is all part of the master plan for eliminating the passphrase
timeout option.
2012-09-09 09:18:17 -07:00
Moxie Marlinspike
312942439d
Fixed RecipientsPanel white-on-white weirdness for Android <= 2.3.
...
Only appeared when the RecipientsEditor was in the unselected state.
2012-09-07 21:34:29 -07:00
Moxie Marlinspike
f39b8e5fc8
Fix up whitespace tagging and tag detection prompt.
...
1) Fix up the whitespace tagging so that it's a little more strict.
2) Don't display whitespace tags that we add to our own messages.
3) Make the tag detection prompt a little more visually pleasing.
2012-09-07 21:21:12 -07:00
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
2012-09-07 21:19:37 -07:00
Moxie Marlinspike
45c058b46d
Merge branch 'master' of github.com:WhisperSystems/TextSecure
2012-08-23 17:41:26 -07:00
Moxie Marlinspike
c46b95dfd8
Merge pull request #52 from tecknicaltom/master
...
Fixing grammar in first sentence of readme
2012-08-21 16:52:00 -07:00
Tom Samstag
2bf4011ad3
Fixing grammar in first sentence of readme
2012-08-21 16:44:12 -07:00
Moxie Marlinspike
095ef026f1
Update gitignore
2012-08-07 20:52:18 -07:00
Moxie Marlinspike
f6660dbef5
Bump version to 0.6.2
2012-08-07 20:29:22 -07:00
Moxie Marlinspike
faa3d2276e
Fix for another NPE which should never happen but apparently does.
2012-08-07 19:09:16 -07:00
Moxie Marlinspike
b4e48f9dba
Fix for NPE which should never happen, but apparently does.
2012-08-07 19:06:23 -07:00
Moxie Marlinspike
f4de6c8d84
Only show call button when we've got a conversation recipient.
2012-08-07 19:03:28 -07:00
Moxie Marlinspike
5fb7ae7ecf
Fix for NPE during a secure session with no sender identity key.
2012-08-07 19:03:00 -07:00
Moxie Marlinspike
3900808578
Bump version to 0.6.1
2012-08-06 19:45:48 -07:00
Moxie Marlinspike
07305d939a
Fix display problem on <= Gingerbread devices.
2012-08-06 19:40:59 -07:00
Moxie Marlinspike
b4eddc863c
Bumped version numbers to 0.6
2012-08-06 10:28:57 -07:00
Moxie Marlinspike
dda75006e4
Remove some logging that could result in an information leak.
2012-08-05 19:03:14 -07:00
Moxie Marlinspike
e45bc61624
Update import/export process for ICS+
2012-08-05 13:12:51 -07:00
Moxie Marlinspike
8520cb558a
Sanity check for system service restarts.
2012-08-05 12:41:31 -07:00
Moxie Marlinspike
2f6642a234
Add config change event introduced in API 13 to Activities.
2012-08-04 17:16:32 -07:00
Moxie Marlinspike
bffeed7cd3
Removed old drawable resources.
2012-08-04 16:52:07 -07:00
Moxie Marlinspike
5c80423945
Keep keyboard active on compose orientation change.
2012-08-04 16:21:01 -07:00
Moxie Marlinspike
fe3b6c51d7
Correct launcher icon sizes.
2012-08-03 17:34:29 -07:00
Moxie Marlinspike
7883d09573
Fix success/failure status on conversation item.
2012-08-03 17:34:09 -07:00
Moxie Marlinspike
cffedb09a1
Do migration in backgrounded service.
2012-08-02 20:23:41 -07:00
Moxie Marlinspike
45ae16e684
Secure conversation detection on compose.
2012-08-01 17:39:36 -07:00
Moxie Marlinspike
31d59dddef
Remove key exchange indicator from list view, spruce up create passphrase dialog.
2012-07-31 17:02:50 -07:00
Moxie Marlinspike
bc8f26c591
Correctly initialize conversation after message sent.
2012-07-31 16:27:58 -07:00
Moxie Marlinspike
853e12693d
Fix Auto/Save activities for GB.
2012-07-31 15:48:14 -07:00
Moxie Marlinspike
d991d65225
Fix key cache icon colors on GB.
2012-07-31 14:27:27 -07:00
Moxie Marlinspike
ef0a86398a
Fix for dialogs on GB.
2012-07-31 14:18:14 -07:00
Moxie Marlinspike
edb286a44d
Add search support for v11+
2012-07-31 13:53:00 -07:00
Moxie Marlinspike
0f1fda23a5
Update notification icons.
2012-07-31 13:17:06 -07:00