mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-25 18:52:19 -05:00
removed ART warning
added line to changelog
This commit is contained in:
parent
a1e17cced5
commit
345b4e225b
@ -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;
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user