removed ART warning

added line to changelog
This commit is contained in:
Philipp Crocoll 2014-04-02 06:13:48 +02:00
parent a1e17cced5
commit 345b4e225b
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ namespace keepass2android
Kp2aLog.Log("KeePass.OnStart");
ISharedPreferences prefs = PreferenceManager.GetDefaultSharedPreferences(this);
if (GetCurrentRuntimeValue().StartsWith("ART"))
/*if (GetCurrentRuntimeValue().StartsWith("ART"))
{
if (!prefs.GetBoolean("ART_WARNING", false))
@ -96,7 +96,7 @@ namespace keepass2android
return;
}
}
}*/
bool showChangeLog = false;

View File

@ -422,7 +422,7 @@
<string name="ChangeLog_0_9_3_r5">
<b>Version 0.9.3 r5</b>\n
* Incorporated fixes from Xamarin: Keepass2Android now compatible with ART on Android 4.4.2. Finally!\n
* Bug fixes: bugs in synchronization (refresh display, correct check for changes on http), bugs on Android 2.x devices, bugs in Google Drive and SkyDrive storage implementations, clear clipboard on close database, bug opening attachments\n
* Bug fixes: bugs in synchronization (refresh display, correct check for changes on http), bugs on Android 2.x devices, bugs in Google Drive and SkyDrive storage implementations, clear clipboard on close database, bug opening attachments, display problems with keyboard\n
</string>
<string name="ChangeLog_0_9_3">