session-android/src/org/thoughtcrime/securesms/transport
Moxie Marlinspike b0216e1494 Finish KitKat compatibility details.
1) The system does actually enforce having a BROADCAST_SMS
   permission on the SMS receiver. Break out the "delivered"
   parts of this into a separate Receiver, so the permission
   won't trip up GB devices.

2) The system does actually enforce having "quick response"
   intents.  Add a no-op for now.

3) Add a "make default" prompt.

4) Update settings to reflect what's going on in KitKat.
2013-12-02 12:31:59 -08:00
..
BaseTransportDetails.java Major storage layer refactoring to set the stage for clean GCM. 2013-05-06 08:40:55 -07:00
GcmTransport.java Major storage layer refactoring to set the stage for clean GCM. 2013-05-06 08:40:55 -07:00
SmsTransport.java Finish KitKat compatibility details. 2013-12-02 12:31:59 -08:00
UndeliverableMessageException.java Major storage layer refactoring to set the stage for clean GCM. 2013-05-06 08:40:55 -07:00
UniversalTransport.java Limit UniversalTransport to SMS for now. 2013-05-07 18:25:36 -07:00