diff --git a/.gitignore b/.gitignore index a918936f20..191fbe6f50 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ jni/libspeex/.deps/ pkcs11.password fabric.properties play +google-services.json diff --git a/AndroidManifest.xml b/AndroidManifest.xml index df2bebd0b5..1ea69e4192 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -16,12 +16,6 @@ - @@ -56,8 +50,6 @@ - - @@ -96,62 +88,62 @@ + android:targetActivity="org.thoughtcrime.securesms.loki.activities.HomeActivity"> @@ -264,7 +256,7 @@ android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize" android:label="@string/AndroidManifest_archived_conversations" android:launchMode="singleTask" - android:parentActivityName="org.thoughtcrime.securesms.loki.redesign.activities.HomeActivity"> + android:parentActivityName="org.thoughtcrime.securesms.loki.activities.HomeActivity"> @@ -275,7 +267,7 @@ android:launchMode="singleTask" android:screenOrientation="portrait" android:theme="@style/Session.DarkTheme.NoActionBar" - android:parentActivityName="org.thoughtcrime.securesms.loki.redesign.activities.HomeActivity" + android:parentActivityName="org.thoughtcrime.securesms.loki.activities.HomeActivity" android:windowSoftInputMode="stateUnchanged"> @@ -673,12 +665,12 @@ - + - + diff --git a/build.gradle b/build.gradle index 392ad467f4..8aab757f08 100644 --- a/build.gradle +++ b/build.gradle @@ -190,8 +190,8 @@ dependencies { implementation "com.github.ybq:Android-SpinKit:1.4.0" } -def canonicalVersionCode = 49 -def canonicalVersionName = "1.1.0" +def canonicalVersionCode = 50 +def canonicalVersionName = "1.2.0" def postFixSize = 10 def abiPostFix = ['armeabi-v7a' : 1, diff --git a/res/layout-sw400dp/activity_landing.xml b/res/layout-sw400dp/activity_landing.xml index 77034954d5..a4f7790d60 100644 --- a/res/layout-sw400dp/activity_landing.xml +++ b/res/layout-sw400dp/activity_landing.xml @@ -21,7 +21,7 @@ android:textColor="@color/text" android:text="Your Session begins here..." /> - - diff --git a/res/layout-sw400dp/fragment_enter_public_key.xml b/res/layout-sw400dp/fragment_enter_public_key.xml index bb85cef9c5..5a3dfbc85b 100644 --- a/res/layout-sw400dp/fragment_enter_public_key.xml +++ b/res/layout-sw400dp/fragment_enter_public_key.xml @@ -30,7 +30,7 @@ android:textAlignment="center" android:text="Users can share their Session ID by going into their account settings and tapping "Share Session ID", or by sharing their QR code." /> - + + + + + + + + + + + + + + + + +