Commit Graph

138 Commits (f58f79a4593545278abc5abbf737ca1544544d81)

Author SHA1 Message Date
Moxie Marlinspike 124bcf2624 Added bulgarian and greek 11 years ago
Moxie Marlinspike 69bfb20531 Updated language translations 11 years ago
Moxie Marlinspike b14d9d84ad Fix for Android PRNG bug.
There is apparently an Android vulnerability with the PRNG it
provides through the JCE. This uses their suggested code to patch
the PRNG, and provides the option to regenerate identity keys.

http://android-developers.blogspot.com/2013/08/some-securerandom-thoughts.html
11 years ago
Moxie Marlinspike af19da3ab2 Added romanian language support 11 years ago
Moxie Marlinspike 4240dc80a1 Updated language translations 11 years ago
Moxie Marlinspike 4281df7a28 display emoji correctly on devices of all densities 11 years ago
joeykrim 10fd757cb4 Changed Disable passphrase summary and title text to reference strings.xml 11 years ago
joeykrim 719d791962 Added Disable Passphrase title and summary strings from Preference.xml 11 years ago
Moxie Marlinspike 184537e691 Updated language translations 11 years ago
Moxie Marlinspike d97252d8d6 Add ability to disable local encryption passphrase. 11 years ago
Moxie Marlinspike 68b82c168e Add in-app language selection support. 11 years ago
Moxie Marlinspike 4977092f7a Add support for soft keyboard 'enter' key. 11 years ago
Moxie Marlinspike 7f532fc37f Fix dark theme recipients editor font color. 11 years ago
Moxie Marlinspike 767d790b3d Dark theme fixes.
1) Make the conversation background all black with no column.

2) Fix the font color on identity key review.
11 years ago
Moxie Marlinspike 93c222fe9c Added "recent emoji" panel as an LRU cache. 11 years ago
Moxie Marlinspike 2e31cfed11 Basic support for composing emoji 11 years ago
Moxie Marlinspike 408672b0b8 Fix or invisible delivery status regression with MMS. 11 years ago
Moxie Marlinspike d6f7b4cc5a Updated language translations. 11 years ago
Moxie Marlinspike 614e962110 Remove unused resources. 11 years ago
Moxie Marlinspike aa25f94291 Enhanced import/export support.
1) Allow imports from the stock SMS database at any time.

2) Provide plaintext export support, in a format compatible with
   the "SMS Backup And Restore" app.

3) Fix the DB weirdness on encrypted restore that previously
   required killing the app.
11 years ago
Moxie Marlinspike 903ab92f5f Basic navigation drawer support. 11 years ago
Moxie Marlinspike 5263ac1f1a Theme Support
1) Broke out the UI elements of the major Activites into stylable
   attributes.

2) Created a 'light' and 'dark' theme for the newly stylable attrs.

3) Touched up some of the UI spacing.

4) Implemented dynamic theme switching support.
11 years ago
Moxie Marlinspike 0e4eef9785 Updated translations 11 years ago
Moxie Marlinspike 6c164df815 Lighter check 11 years ago
Moxie Marlinspike 2928abc98f Catch attempts to dial on devices with no dialer. 11 years ago
Moxie Marlinspike d2a78ea84c Fix for contrived NPE on invalid recipient during conversation compose. 11 years ago
Moxie Marlinspike ea98fe2d4f Merge pull request #181 from thoughtbox/patch-2
Some minor language.
11 years ago
Moxie Marlinspike dda5bc8838 Add a 'mark as read' button to expanded notifications. 11 years ago
thoughtbox a1e82ab403 Update strings.xml
Minor edits.
11 years ago
Moxie Marlinspike 8c1ca6c9e0 Clean up identity key view activity 11 years ago
Moxie Marlinspike 95eb62190a Remove checkboxes from the multi-select UI 11 years ago
Moxie Marlinspike 3743c57edd Clean up list of identity keys. 11 years ago
Moxie Marlinspike 5e2b31af60 Add appropriate text for manual case when identity is trusted. 11 years ago
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 f44ee4a41a Translation updates 11 years ago
Moxie Marlinspike e07c1a8e92 Handle failed MMS connectivity state appropriately. 11 years ago
Moxie Marlinspike 1aa84b145f Add 'mark all as read' option 11 years ago
Moxie Marlinspike 4af7fdabda String resources reorganization 11 years ago
Moxie Marlinspike b1b9846971 merge liliakai-settings 11 years ago
Moxie Marlinspike 68ee1c8e62 Make a general category, move notification settings back inline. 11 years ago
Moxie Marlinspike 7c47ea5cec Make MMS more asynchronous and consistent with new SMS types.
1) We now delay MMS notifications until a payload is received,
   or there's an error downloading the payload.  This makes
   group messages more consistent.

2) All "text" parts of an MMS are combined into a second text
   record, which is stored in the MMS row directly rather than
   as a distinct part.  This allows for immediate text loading,
   which means there's no chance a ConversationItem will resize.

   To do this, we need to include MMS in the big DB migration
   that's already staged for this application update.  It's also
   an "application-level" migration, because we need the MasterSecret
   to do it.

3) On conversation display, all image-based parts now have their
   thumbnails loaded asynchronously.  This allows for smooth-scrolling.
   The thumbnails are also scaled more accurately.
11 years ago
Moxie Marlinspike dd0aecc811 First cut at group messaging refactor. 11 years ago
Moxie Marlinspike 83e260436b Major storage layer refactoring to set the stage for clean GCM.
1) We now try to hand out cursors at a minimum.  There has always been
   a fairly clean insertion layer that handles encrypting message bodies,
   but the process of decrypting message bodies has always been less than
   ideal.  Here we introduce a "Reader" interface that will decrypt message
   bodies when appropriate and return objects that encapsulate record state.

   No more MessageDisplayHelper.  The MmsSmsDatabase interface is also more
   sane.

2) We finally rid ourselves of the technical debt associated with TextSecure's
   initial usage of the default SMS DB.  In that world, we weren't able to use
   anything other than the default "Inbox, Outbox, Sent" types to describe a
   message, and had to overload the message content itself with a set of
   local "prefixes" to describe what it was (encrypted, asymetric encrypted,
   remote encrypted, a key exchange, procssed key exchange), and so on.

   This includes a major schema update that transforms the "type" field into
   a bitmask that describes everything that used to be encoded in a prefix,
   and prefixes have been completely eliminated from the system.

   No more Prefix.java

3) Refactoring of the MultipartMessageHandler code.  It's less of a mess, and
   hopefully more clear as to what's going on.

The next step is to remove what we can from SmsTransportDetails and genericize
that interface for a GCM equivalent.
11 years ago
Moxie Marlinspike 303d1acd45 Initial client support for GCM message send/receive 11 years ago
Moxie Marlinspike 2f39283da3 Initial GCM registration 11 years ago
Lilia Markham 14d88f615c Sentence case settings
Let's be consistent and conformant with android style guide for settings
labels.
11 years ago
Lilia Markham 815613cfaa Reorganize settings menu
Mostly xml work, with one small hack to fix the sub menu themes, found
here: http://code.google.com/p/android/issues/detail?id=4611#c35
11 years ago
Lilia Markham e3c5e837e1 Remove sign key exchange preference
Yet another setting that most users will never touch. Workaround for
those who would is to use a different identity key per device.

Let this be a sacrifice to the android settings design pattern gods.
11 years ago
Lilia Markham 40eca5e0f6 Remove whitespace tag preference
The vast majority of users will never uncheck this option. Those who
would can send an unencrypted untagged message through the system sms
app. It would then be stored locally in the clear, but it was already
transmitted in the clear and likely stored on the recipient's side in
the clear, so the security gains of locally encrypting are low, and
again, this seems an extremely rare edge case.

By android design pattern specs for the settings menu, we should kill
this preference.
11 years ago
Lilia Markham eae499052b Remove MMS delivery report setting
No good reason to have this cluttering up the menu when it is disabled
and not implemented.
11 years ago