Moxie Marlinspike
dd0aecc811
First cut at group messaging refactor.
2013-05-06 08:40:55 -07: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
1bd260b981
Improve UI for group SMS ConversationActivity
...
1) Change title to indicate it's a group message, and specify
the number of recipients.
2) Add an ActionBar icon to display a list of the recipients.
2012-10-21 14:34:09 -07: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
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
f4de6c8d84
Only show call button when we've got a conversation recipient.
2012-08-07 19:03:28 -07:00
Moxie Marlinspike
edb286a44d
Add search support for v11+
2012-07-31 13:53:00 -07:00
Moxie Marlinspike
7cab26750b
Switch to Contextual Action Bar goodness.
2012-07-26 16:21:45 -07:00
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.
2012-07-23 13:42:29 -07:00
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.
2012-07-20 22:23:25 -07:00
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.
2012-07-19 14:22:03 -07:00
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.
2012-07-18 15:35:13 -07:00