drop broken secure wifi transfer feature
This feature depended on the unsupported TLS-PSK implementation shipped with Android's conscrypt implementation. It abused a duck typing mechanism that allowed using TLS-PSK despite its unsupported status, but this silently broke somewhere along the way.
This commit is contained in:
@@ -116,24 +116,6 @@
|
||||
android:clickable="true"
|
||||
style="?android:attr/borderlessButtonStyle" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/create_key_secure_device_setup"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/first_time_secure_wifi_transfer"
|
||||
android:textAllCaps="true"
|
||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||
android:drawableRight="@drawable/ic_chevron_right_grey_24dp"
|
||||
android:drawablePadding="8dp"
|
||||
android:gravity="right|center_vertical"
|
||||
android:clickable="true"
|
||||
style="?android:attr/borderlessButtonStyle" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/create_key_cancel"
|
||||
android:paddingLeft="16dp"
|
||||
|
||||
@@ -18,11 +18,6 @@
|
||||
android:title="@string/menu_export_key"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_key_view_skt"
|
||||
android:title="@string/menu_secure_wifi_transfer"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_key_view_delete"
|
||||
android:icon="@drawable/ic_delete_grey_24dp"
|
||||
|
||||
@@ -811,7 +811,6 @@
|
||||
<string name="drawer_close">"Close navigation drawer"</string>
|
||||
<string name="my_keys">"My Keys"</string>
|
||||
<string name="nav_backup">"Backup/Restore"</string>
|
||||
<string name="nav_transfer">"Secure Wifi Transfer"</string>
|
||||
|
||||
<!-- hints -->
|
||||
<string name="encrypt_content_edit_text_hint">"Type text"</string>
|
||||
|
||||
Reference in New Issue
Block a user