Make multi device instructions clearer

This commit is contained in:
gmbnt 2020-03-25 11:36:53 +11:00
parent 782986f1bb
commit a3d416daa0
5 changed files with 4 additions and 6 deletions

View File

@ -30,7 +30,7 @@
android:layout_marginRight="@dimen/large_spacing" android:layout_marginRight="@dimen/large_spacing"
android:textSize="@dimen/medium_font_size" android:textSize="@dimen/medium_font_size"
android:textColor="@color/text" android:textColor="@color/text"
android:text="Enter your Session ID to start the linking process." /> android:text="Navigate to "Settings" > "Devices" > "Link a Device" on your other device and then enter your Session ID here to start the linking process." />
<EditText <EditText
style="@style/SessionEditText" style="@style/SessionEditText"

View File

@ -39,9 +39,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/large_spacing" android:layout_marginTop="@dimen/large_spacing"
android:text="Open Session on your secondary device and tap &quot;Link to an existing account&quot;" android:text="Download Session on your other device and tap &quot;Link to an existing account&quot; at the bottom of the landing screen. If you have an existing account on your other device already you will have to delete that account first."
android:textColor="@color/text" android:textColor="@color/text"
android:alpha="0.6"
android:textSize="@dimen/small_font_size" android:textSize="@dimen/small_font_size"
android:textAlignment="center" /> android:textAlignment="center" />

View File

@ -38,7 +38,6 @@
android:layout_marginTop="@dimen/large_spacing" android:layout_marginTop="@dimen/large_spacing"
android:text="Please check that the words below match those shown on your other device." android:text="Please check that the words below match those shown on your other device."
android:textColor="@color/text" android:textColor="@color/text"
android:alpha="0.6"
android:textSize="@dimen/small_font_size" android:textSize="@dimen/small_font_size"
android:textAlignment="center" /> android:textAlignment="center" />

View File

@ -30,7 +30,7 @@
android:layout_marginRight="@dimen/large_spacing" android:layout_marginRight="@dimen/large_spacing"
android:textSize="@dimen/small_font_size" android:textSize="@dimen/small_font_size"
android:textColor="@color/text" android:textColor="@color/text"
android:text="Enter your Session ID to start the linking process." /> android:text="Navigate to &quot;Settings&quot; > &quot;Devices&quot; > &quot;Link a Device&quot; on your other device and then enter your Session ID here to start the linking process." />
<EditText <EditText
style="@style/SmallSessionEditText" style="@style/SmallSessionEditText"

View File

@ -64,7 +64,7 @@ private class LinkDeviceActivityAdapter(val activity: LinkDeviceActivity) : Frag
1 -> { 1 -> {
val result = ScanQRCodeWrapperFragment() val result = ScanQRCodeWrapperFragment()
result.delegate = activity result.delegate = activity
result.message = "Link to your existing account by going into your in-app settings and clicking \"Linked Devices\"" result.message = "Navigate to \"Settings\" > \"Devices\" > \"Link a Device\" on your other device and then scan the QR code that comes up to start the linking process."
result result
} }
else -> throw IllegalStateException() else -> throw IllegalStateException()