Signal-Android/src/org/thoughtcrime/securesms/notifications
Moxie Marlinspike 0ace469d74 Support for multi-device.
1) In addition to the Recipient interface, there is now
   RecipientDevice.  A Recipient can have multiple corresponding
   RecipientDevices.  All addressing is done to a Recipient, but
   crypto sessions and transport delivery are done to
   RecipientDevice.

2) The Push transport handles the discovery and session setup
   of additional Recipient devices.

3) Some internal rejiggering of Groups.
2014-02-02 19:38:06 -08:00
..
MarkReadReceiver.java Merge pull request #453 from irv/master 2014-01-07 20:08:53 -08:00
MessageNotifier.java Support for multi-device. 2014-02-02 19:38:06 -08:00
NotificationItem.java Don't stick thread IDs in the Intent extra data. Always mark all threads read from notification. 2013-12-14 16:55:24 +00:00
NotificationState.java Merge pull request #453 from irv/master 2014-01-07 20:08:53 -08:00