mirror of
https://github.com/Michatec/michas-droid.git
synced 2026-05-31 02:12:42 +02:00
Properly handle multiple suggested versions
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user