Commit Graph

9 Commits (f39b8e5fc8fe26eae15314b86673766cd12a43da)

Author SHA1 Message Date
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.
13 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
13 years ago
Moxie Marlinspike f4de6c8d84 Only show call button when we've got a conversation recipient. 13 years ago
Moxie Marlinspike 7883d09573 Fix success/failure status on conversation item. 13 years ago
Moxie Marlinspike 45ae16e684 Secure conversation detection on compose. 13 years ago
Moxie Marlinspike bc8f26c591 Correctly initialize conversation after message sent. 13 years ago
Moxie Marlinspike e641a28cf5 New lock icons. 13 years ago
Moxie Marlinspike 8e3b08ebda Make the 'up' buttom on ConversationActivity work. 13 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.
13 years ago