MydriaText ChangeLog ==================== v1.12 2015-12-30 ----- * Sort message correctly. * No additional notification sound and vibration for API level 19+. v1.11 2014-11-04 ----- * No continued processing of out of order messages. v1.10 2014-10-23 ----- * Automatically drop send lock after 60 seconds to recover from force-kills during sending. * Better handling of draft messages when view that was used to send a message is in the background. * Better tolerance for missing messages and messages delivered out of order. * Always show the right conversation for the right contact. v1.07 2014-09-03 ----- * Eliminate potential race condition in inbox. * Proper sorting and handling of contact with cleared inbox in contact list. v1.06 2014-08-17 ----- * Use PKDF2 w sha256, 256 bit salt and 512 rounds for deriving decryption key of storage encryption key. * Remove all human friendly chars like '(', ')', '-', '/' and ' ' from number read from phone book. * Show soft keyboard when prompting for pass phrase without selection of text field. v1.05 2014-08-16 ----- * Improve handling of messages spanning over several SMS. * Message compression when it saves number of messages (will be unreadable for older peers). v1.04 2014-08-15 ----- * Use the correct highest intent-filter priority 999, instead of 1000 for SMS interception. * Improve bootstrap handling (and drop backwards compatibility with v1.02 and earlier) v1.03 2014-08-12 ----- * Send messages that are to long for a single SMS as multiple messages re-assembled at the receiver. v1.02 2014-08-12 ----- * Allow the user to pick the number when adding a new contact if there is more than one option. v1.01 2014-08-11 ----- * Recover from missing contact request messages. * Generate and apply a new storage protection key when storage pass phrase is changed. * Avoid multiple instances of the contact list (MainActivity). * Persist and restore message drafts. v1.00 2014-08-11 ----- Initial public release.