From af67e0929392720aed4021d370835ae6c93b9218 Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Fri, 22 Sep 2017 00:22:39 +0200 Subject: [PATCH] change links from Codeplex to github, little cleanup --- .../KP2ASoftkeyboard_AS/.idea/workspace.xml | 2219 ----------------- src/keepass2android/KeePass.cs | 24 +- .../Resources/values/config.xml | 5 +- .../Resources/values/strings.xml | 4 +- .../pluginhost/PluginListActivity.cs | 2 +- 5 files changed, 6 insertions(+), 2248 deletions(-) delete mode 100644 src/java/KP2ASoftkeyboard_AS/.idea/workspace.xml diff --git a/src/java/KP2ASoftkeyboard_AS/.idea/workspace.xml b/src/java/KP2ASoftkeyboard_AS/.idea/workspace.xml deleted file mode 100644 index 7c2f7c7c..00000000 --- a/src/java/KP2ASoftkeyboard_AS/.idea/workspace.xml +++ /dev/null @@ -1,2219 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1458676967567 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/keepass2android/KeePass.cs b/src/keepass2android/KeePass.cs index 7900feec..99f36105 100644 --- a/src/keepass2android/KeePass.cs +++ b/src/keepass2android/KeePass.cs @@ -131,29 +131,7 @@ namespace keepass2android Kp2aLog.Log("KeePass.OnStart"); ISharedPreferences prefs = PreferenceManager.GetDefaultSharedPreferences(this); - /*if (GetCurrentRuntimeValue().StartsWith("ART")) - { - - if (!prefs.GetBoolean("ART_WARNING", false)) - { - - ISharedPreferencesEditor edit = prefs.Edit(); - edit.PutBoolean("ART_WARNING", true); - EditorCompat.Apply(edit); - - new AlertDialog.Builder(this) - .SetTitle("Warning") - .SetMessage( - //"It looks like you are running ART (Android Runtime). Please note: At the time of this app's release, Google says ART is experimental. And indeed, the early releases of ART (e.g. in Android 4.4, 4.4.1 and 4.4.2) contain a bug which causes crashes in Mono for Android apps including Keepass2Android. This bug was fixed after the 4.4.2 release so if you have a later Android release, you might be able to use this app. If not, please switch to Dalvik. Please do not downrate Keepass2Android for this problem, it's not our bug :-). Thanks! See our website (keepass2android.codeplex.com) for more information on this issue.") - "It looks like you are running ART (Android Runtime). Please note: At the time of this app's release, this app does not run completely stable with ART. I am waiting for more fixes regarding ART from the makers of Mono for Android. As ART is still not yet meant for every-day use, please do not down rate KP2A for this. Thanks.") - .SetPositiveButton("OK", (sender, args) => LaunchNextActivity()) - .Create() - .Show(); - - return; - } - - }*/ + bool showChangeLog = false; diff --git a/src/keepass2android/Resources/values/config.xml b/src/keepass2android/Resources/values/config.xml index ac36c183..1eef5c9f 100644 --- a/src/keepass2android/Resources/values/config.xml +++ b/src/keepass2android/Resources/values/config.xml @@ -37,11 +37,10 @@ /keepass/keepass.kdbx - http://keepass2android.codeplex.com - keepass2android.codeplex.com + https://github.com/PhilippC/keepass2android Alex Vallat, Ben Rush, Matthieu, Wiktor Ławski Niki Hüttner (http://www.close-cut.de), Stefano Pignataro (http://www.spstudio.at) - http://keepass2android.codeplex.com + https://github.com/PhilippC/keepass2android/issues market://details?id=org.openintents.filemanager https://openintents.googlecode.com/files/FileManager-2.0.2.apk KP2A Internal File Browsing Permission diff --git a/src/keepass2android/Resources/values/strings.xml b/src/keepass2android/Resources/values/strings.xml index fb6bd86d..ce4b822f 100644 --- a/src/keepass2android/Resources/values/strings.xml +++ b/src/keepass2android/Resources/values/strings.xml @@ -644,7 +644,7 @@ - Please note! This is a preview release and might come with some flaws! If you experience *anything* unexpected, please let me know (on Codeplex or by email). + Please note! This is a preview release and might come with some flaws! If you experience *anything* unexpected, please let me know (on the Google+ beta tester group or by email). Continue The URI you have entered does not look like a filename. Are you sure this is a valid file? @@ -684,7 +684,7 @@ Show soft keyboard for password input when fingerprint scan is active. Version 1.02\n - * Several security improvements\n + * Several security improvements. Thanks a lot for the security report by jean-baptiste.cayrou@thalesgroup.com and vincent.fargues@thalesgroup.com and for their collaboration!\n * Support for KeyboardSwapPlugin (see password access options): allows to switch input method automatically on non-rooted devices. Thanks to Mishaal Rahman from XDA-Developers to make this possible.\n * Fix for Accessibility Service with recent Chrome versions\n * Fix for unnecessary clearing of fingerprint data\n diff --git a/src/keepass2android/pluginhost/PluginListActivity.cs b/src/keepass2android/pluginhost/PluginListActivity.cs index 82acbad8..b2c363f6 100644 --- a/src/keepass2android/pluginhost/PluginListActivity.cs +++ b/src/keepass2android/pluginhost/PluginListActivity.cs @@ -38,7 +38,7 @@ namespace keepass2android FindViewById