mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Change key driver url
This commit is contained in:
@@ -131,7 +131,7 @@ class HardwareKeyResponseHelper {
|
|||||||
activity.getString(R.string.error_driver_required, hardwareKey.toString())
|
activity.getString(R.string.error_driver_required, hardwareKey.toString())
|
||||||
)
|
)
|
||||||
.setPositiveButton(R.string.download) { _, _ ->
|
.setPositiveButton(R.string.download) { _, _ ->
|
||||||
UriUtil.openExternalApp(activity, activity.getString(R.string.key_driver_app_id))
|
UriUtil.gotoUrl(activity, activity.getString(R.string.key_driver_url))
|
||||||
}
|
}
|
||||||
.setNegativeButton(android.R.string.cancel) { _, _ -> }
|
.setNegativeButton(android.R.string.cancel) { _, _ -> }
|
||||||
builder.create().show()
|
builder.create().show()
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<string name="play_store_url" translatable="false">https://play.google.com/store/apps/details?id=%1$s</string>
|
<string name="play_store_url" translatable="false">https://play.google.com/store/apps/details?id=%1$s</string>
|
||||||
<string name="keepro_app_id" translatable="false">com.kunzisoft.keepass.pro</string>
|
<string name="keepro_app_id" translatable="false">com.kunzisoft.keepass.pro</string>
|
||||||
<string name="key_driver_app_id" translatable="false">com.kunzisoft.hardware.key</string>
|
<string name="key_driver_url" translatable="false">https://gitlab.com/kunzisoft/android-hardware-key-driver#user-content-download</string>
|
||||||
<string name="contribution_url" translatable="false">https://www.keepassdx.com/#donation</string>
|
<string name="contribution_url" translatable="false">https://www.keepassdx.com/#donation</string>
|
||||||
<string name="homepage_url" translatable="false">https://www.keepassdx.com</string>
|
<string name="homepage_url" translatable="false">https://www.keepassdx.com</string>
|
||||||
<string name="external_icon_url" translatable="false">https://www.keepassdx.com/#icons</string>
|
<string name="external_icon_url" translatable="false">https://www.keepassdx.com/#icons</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user