You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-android/res
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.
12 years ago
..
drawable Initial GCM registration 12 years ago
drawable-hdpi Initial GCM registration 12 years ago
drawable-hdpi-v9 Updated new message notification icon style for all versions of Android. 13 years ago
drawable-hdpi-v11 Updated new message notification icon style for all versions of Android. 13 years ago
drawable-mdpi Initial GCM registration 12 years ago
drawable-mdpi-v9 Updated new message notification icon style for all versions of Android. 13 years ago
drawable-mdpi-v11 Updated new message notification icon style for all versions of Android. 13 years ago
drawable-xhdpi Initial GCM registration 12 years ago
drawable-xhdpi-v11 Updated new message notification icon style for all versions of Android. 13 years ago
layout Major storage layer refactoring to set the stage for clean GCM. 12 years ago
menu Search support in ConversationList for <3.0 devices. 12 years ago
raw Stop showing GPL as a weird EULA. 13 years ago
values Major storage layer refactoring to set the stage for clean GCM. 12 years ago
values-ar Updated language translations 12 years ago
values-bo Updated language translations 12 years ago
values-de Updated language translations 12 years ago
values-es Updated language translations 12 years ago
values-fr Updated language translations 12 years ago
values-it Updated language translations 12 years ago
values-nl Updated language translations 12 years ago
values-no Updated language translations 12 years ago
values-pt Updated language translations 12 years ago
values-pt-rBR Updated language translations 12 years ago
values-sk Updated language translations 12 years ago
values-sl Updated language translations 12 years ago
values-v9 Update passphrase caching notification strategy. 13 years ago
values-zh-rCN Updated language translations 12 years ago
xml Support for auto-deleting old messages beyond a certain conversation thread length. 12 years ago