session-android/src/org/thoughtcrime/securesms/crypto
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.
2013-02-17 15:09:01 -08:00
..
AsymmetricMasterCipher.java Initial Project Import 2011-12-20 10:20:44 -08:00
AsymmetricMasterSecret.java Initial Project Import 2011-12-20 10:20:44 -08:00
AuthenticityCalculator.java New design for Conversation Activity. 2012-07-19 14:22:03 -07:00
DecryptingPartInputStream.java Initial Project Import 2011-12-20 10:20:44 -08:00
DecryptingQueue.java Include incoming message body in notifications. 2013-02-08 16:27:43 -08:00
EncryptingPartOutputStream.java Initial Project Import 2011-12-20 10:20:44 -08:00
IdentityKey.java Initial Project Import 2011-12-20 10:20:44 -08:00
IdentityKeyUtil.java Initial Project Import 2011-12-20 10:20:44 -08:00
InvalidKeyException.java Initial Project Import 2011-12-20 10:20:44 -08:00
InvalidMacException.java Initial Project Import 2011-12-20 10:20:44 -08:00
InvalidMessageException.java Initial Project Import 2011-12-20 10:20:44 -08:00
InvalidPassphraseException.java Initial Project Import 2011-12-20 10:20:44 -08:00
InvalidVersionException.java Initial Project Import 2011-12-20 10:20:44 -08:00
KeyExchangeInitiator.java We need to force plaintext on key exchange messages. 2012-10-29 20:53:04 -07:00
KeyExchangeMessage.java Initial Project Import 2011-12-20 10:20:44 -08:00
KeyExchangeProcessor.java We need to force plaintext on key exchange messages. 2012-10-29 20:53:04 -07:00
KeyPair.java Initial Project Import 2011-12-20 10:20:44 -08:00
KeyUtil.java Initial Project Import 2011-12-20 10:20:44 -08:00
MasterCipher.java Initial Project Import 2011-12-20 10:20:44 -08:00
MasterSecret.java Add support for resuming compose drafts. 2013-02-04 00:13:07 -08:00
MasterSecretUtil.java Improve passphrase and onboarding UI. Abstract out routing. 2013-02-17 15:09:01 -08:00
MessageDisplayHelper.java Major reorganization of view/model interactions. 2012-10-28 18:24:21 -07:00
MessageMac.java Initial Project Import 2011-12-20 10:20:44 -08:00
PublicKey.java Initial Project Import 2011-12-20 10:20:44 -08:00
PublicKeyAndVersion.java Initial Project Import 2011-12-20 10:20:44 -08:00
SerializableKey.java Initial Project Import 2011-12-20 10:20:44 -08:00
SessionCipher.java Initial Project Import 2011-12-20 10:20:44 -08:00
TransportDetails.java Initial Project Import 2011-12-20 10:20:44 -08:00