Commit Graph

29 Commits (bf03b31ddeca06b78b98dd077d50919008c2bbb8)

Author SHA1 Message Date
Moxie Marlinspike 24fc93e9ae Switch to a more heavily TOFU model for identity keys.
1) There is no longer a concept of "verified" or "unverified."
   Only "what we saw last time" and "different from last time."

2) Let's eliminate "verify session," since we're all about
   identity keys now.

3) Mark manually processed key exchanges as processed.
11 years ago
Moxie Marlinspike dd0aecc811 First cut at group messaging refactor. 11 years ago
Moxie Marlinspike 2f39283da3 Initial GCM registration 11 years ago
Jake McGinty 674cd68ebd Modern-style Android chat icons (incl. secure icon)
Make the send-button appearance more similar to the default Android
messenger application
11 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 71f43075a9 Distinguish unread threads with background color. 12 years ago
Moxie Marlinspike d1d0f8afe5 Fix attachment icon for GB devices 12 years ago
Moxie Marlinspike 5cb02445e8 Add support for "delivery notifications." Currently SMS-only. 12 years ago
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.
12 years ago
Moxie Marlinspike 030b39cd9c Updated attachment selection dialog.
1) Added nice-looking holo-themed graphics for each attachment type.

2) Removed old un-scaled graphics.

3) Stringified the attachment types.
12 years ago
Moxie Marlinspike 095b73a079 Updated new message notification icon style for all versions of Android. 12 years ago
Moxie Marlinspike bf8d868eb3 Updated notification icon to look appropriate for all Android versions. 12 years ago
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.
12 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
12 years ago
Moxie Marlinspike fe3b6c51d7 Correct launcher icon sizes. 12 years ago
Moxie Marlinspike 7883d09573 Fix success/failure status on conversation item. 12 years ago
Moxie Marlinspike d991d65225 Fix key cache icon colors on GB. 12 years ago
Moxie Marlinspike 0f1fda23a5 Update notification icons. 12 years ago
Moxie Marlinspike e641a28cf5 New lock icons. 12 years ago
Moxie Marlinspike 5918353fc7 Updated lock icon image 12 years ago
Moxie Marlinspike 1ff278dc81 Update the key exchange icon look. 12 years ago
Moxie Marlinspike 7cab26750b Switch to Contextual Action Bar goodness. 12 years ago
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.
12 years ago
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.
12 years ago
Moxie Marlinspike a7cc47d259 Update conversation item style.
1) Don't print sender/recipient name in message body.
2) Do the split conversation icon view.
3) Adjust font sizes and colors.
12 years ago
Moxie Marlinspike 1ac1cec634 Update look for RecipientsPanel.
1) Make the "add contacts" graphic more holo-ific.
2) Adjust the graphic position on holo-themed devices.
12 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.
12 years ago
Moxie Marlinspike b93bb69c28 Restyle conversation list view.
1. New look for quick contact badges.
2. No more unread indicator, replace with bolded text.
3. Style message count with color rather than parens.
4. Remove "New Message" item, add as item in action bar instead.
12 years ago
Moxie Marlinspike 63250b33a8 Switch to QuickContactBadge. 12 years ago