Commit Graph

113 Commits (bf03b31ddeca06b78b98dd077d50919008c2bbb8)

Author SHA1 Message Date
Moxie Marlinspike 25f75cb3d2 Change wording around local APN configuration preference. 12 years ago
Moxie Marlinspike 83f90ddd4e Display both sent and received time in message details.
1) We record time sent in SMS database (date_sent).

2) We record time received in MMS database (date_received).

3) We union this information correctly in MmsSmsDatabase.
12 years ago
Moxie Marlinspike ead97953e8 Add proxy port option to local APN settings. 12 years ago
Moxie Marlinspike 62cad05acb Updated language translations 12 years ago
Moxie Marlinspike 54fad30f9f Add ability to specify APN information in TextSecure settings.
1) Add configuration options for APN information in TextSecure settings.

2) Fall back to TextSecure settings if system settings are unavailable
while sending/receiving MMS.

3) Catch sqlite exception when devices randomly don't have the same
APN db or table structure.
12 years ago
Moxie Marlinspike 01f5ec5ab8 Align date for GB devices. Compromise nice checkbox alignment. 12 years ago
Moxie Marlinspike 158cf53d2c Update translations 12 years ago
Moxie Marlinspike 9bf434cb3b The <= GB QuickContactBadge is ugly. Let's do something nicer for them.
Unfortunately GB is 50% of the TS userbase, best not to neglect them.
12 years ago
Moxie Marlinspike 09dcb9ac66 Updated translation files from Transifex 12 years ago
Moxie Marlinspike 187ec95817 Add collating support for group SMS/MMS messages.
1) When sending an SMS or MMS to multiple recipients, only show one
ConversationItem, but provide statistics on the number of recipients
delivered to.

2) Still break up the messages for secure and insecure messages.
12 years ago
Moxie Marlinspike 0b3e939ac8 Improve support for "me" contact.
1) Add >= ICS profile support (the system-supported "me" contact).

2) Improve <= Gingerbread support for me contact by auto-detecting
contacts that have the same number as the SIM card.

3) Tie in identity key import/export support to the "me" contact.

4) Don't display a "me" selection option in preference if it can
be auto-detected.

5) Refactor out the ContactAccessorNewApi back into the base class.
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 05ce6d6cac Added Play Store description to strings file (for translation). 12 years ago
Moxie Marlinspike f2aa393974 Updated completed language translations. 12 years ago
Tor Houghton 73bde7accd Localisation change
Localisation of the message prefix when forwarding a message (in
Norwegian, this would be "VS:" for instance).
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 a8b2f5f9ee Make lint happy. 12 years ago
Moxie Marlinspike 61b0f2aa8c Fix region encoding on resource directory names. 12 years ago
Moxie Marlinspike ba033ab801 Added Transifex translations.
Supporting ~100% translation for:
1) Arabic
2) German
3) Spanish
4) Italian
5) Norwegian
12 years ago
Tor Houghton ff878c09db More localisation
I knew there were some I missed out.
12 years ago
Tor Houghton b89a72dbeb Localisation commit
You know, it's much more fun listening to you in a lecture theatre. :-P

Right; any nit picks now might have to wait 3 weeks, depending on
available connectivity. Hope I did not screw this one up.
12 years ago
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.
12 years ago
Moxie Marlinspike faad1e57ea Resolved some duplicate strings 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 4715512194 Fixed auto-initiate layout on GB. 12 years ago
Moxie Marlinspike a834ccad55 Fix for 2.3 ugliness. 12 years ago
Moxie Marlinspike 3d3db421d3 Lint warning changes. 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 312942439d Fixed RecipientsPanel white-on-white weirdness for Android <= 2.3.
Only appeared when the RecipientsEditor was in the unselected state.
12 years ago
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.
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 f4de6c8d84 Only show call button when we've got a conversation recipient. 12 years ago
Moxie Marlinspike 07305d939a Fix display problem on <= Gingerbread devices. 12 years ago
Moxie Marlinspike bffeed7cd3 Removed old drawable resources. 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 cffedb09a1 Do migration in backgrounded service. 12 years ago
Moxie Marlinspike 31d59dddef Remove key exchange indicator from list view, spruce up create passphrase dialog. 12 years ago
Moxie Marlinspike bc8f26c591 Correctly initialize conversation after message sent. 12 years ago
Moxie Marlinspike 853e12693d Fix Auto/Save activities for GB. 12 years ago
Moxie Marlinspike d991d65225 Fix key cache icon colors on GB. 12 years ago
Moxie Marlinspike edb286a44d Add search support for v11+ 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 a66cc636c6 Fix review identity activity UI. 12 years ago
Moxie Marlinspike a1b077c349 Fix view identity key QR code action. 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 c7e891eda4 Fix passphrase prompt dialog activity. 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 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.
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
Moxie Marlinspike 44c221c9f1 Remove non-themed theme madness. 12 years ago
Moxie Marlinspike 647c41bf66 Stop showing GPL as a weird EULA. 12 years ago
Moxie Marlinspike f9f8929989 Update the EULA to reflect the GPLv3 disclaimers. 13 years ago
Moxie Marlinspike bbea3fe1b1 Initial Project Import 13 years ago