mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
0ace469d74
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.
8 lines
333 B
XML
8 lines
333 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="org.whispersystems.textsecure"
|
|
android:versionCode="1"
|
|
android:versionName="0.1">
|
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="16"/>
|
|
<application />
|
|
</manifest>
|