Properly handle multiple suggested versions

This commit is contained in:
kitsunyan
2020-07-29 20:51:05 +03:00
parent b8fb749589
commit 161085ada1
8 changed files with 105 additions and 84 deletions
+8
View File
@@ -95,6 +95,14 @@
</LinearLayout>
<TextView
android:id="@+id/signature"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="?android:attr/textColorSecondary"
android:textSize="14sp"
android:maxLines="1" />
<TextView
android:id="@+id/compatibility"
android:layout_width="match_parent"
+1
View File
@@ -129,6 +129,7 @@
<string name="select_mirror">Select a mirror</string>
<string name="show_more">Show more</string>
<string name="show_older_versions">Show older versions</string>
<string name="signature_FORMAT">Signature %s</string>
<string name="signed_using_unsafe_algorithm">Signed using an unsafe algorithm</string>
<string name="skip">Skip</string>
<string name="socks_proxy">SOCKS proxy</string>