Remove field reference URL

This commit is contained in:
J-Jamet
2020-04-30 18:02:12 +02:00
parent 2a314ca3c1
commit 3741cc558a
2 changed files with 1 additions and 4 deletions

View File

@@ -484,9 +484,7 @@ class EntryActivity : LockingActivity() {
onOptionsItemSelected(menu.findItem(R.id.menu_edit)) onOptionsItemSelected(menu.findItem(R.id.menu_edit))
}, },
{ {
// Open Keepass doc to create field references performedNextEducation(entryActivityEducation, menu)
startActivity(Intent(Intent.ACTION_VIEW,
UriUtil.parse(getString(R.string.field_references_url))))
}) })
} }
} }

View File

@@ -34,7 +34,6 @@
<string name="contribution_url" translatable="false">https://www.keepassdx.com/contribution</string> <string name="contribution_url" translatable="false">https://www.keepassdx.com/contribution</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="issues_url" translatable="false">https://github.com/Kunzisoft/KeePassDX/issues</string> <string name="issues_url" translatable="false">https://github.com/Kunzisoft/KeePassDX/issues</string>
<string name="field_references_url" translatable="false">https://keepass.info/help/base/fieldrefs.html</string>
<string name="advanced_unlock_explanation_url" translatable="false">https://github.com/Kunzisoft/KeePassDX/wiki/Advanced-Unlocking</string> <string name="advanced_unlock_explanation_url" translatable="false">https://github.com/Kunzisoft/KeePassDX/wiki/Advanced-Unlocking</string>
<string name="magic_keyboard_explanation_url" translatable="false">https://github.com/Kunzisoft/KeePassDX/wiki/Magikeyboard</string> <string name="magic_keyboard_explanation_url" translatable="false">https://github.com/Kunzisoft/KeePassDX/wiki/Magikeyboard</string>
<string name="clipboard_explanation_url" translatable="false">https://github.com/Kunzisoft/KeePassDX/wiki/Clipboard</string> <string name="clipboard_explanation_url" translatable="false">https://github.com/Kunzisoft/KeePassDX/wiki/Clipboard</string>