removed ART warning
added line to changelog
This commit is contained in:
		| @@ -74,7 +74,7 @@ namespace keepass2android | |||||||
| 			Kp2aLog.Log("KeePass.OnStart"); | 			Kp2aLog.Log("KeePass.OnStart"); | ||||||
|  |  | ||||||
| 			ISharedPreferences prefs = PreferenceManager.GetDefaultSharedPreferences(this); | 			ISharedPreferences prefs = PreferenceManager.GetDefaultSharedPreferences(this); | ||||||
| 			if (GetCurrentRuntimeValue().StartsWith("ART")) | 			/*if (GetCurrentRuntimeValue().StartsWith("ART")) | ||||||
| 			{ | 			{ | ||||||
| 				 | 				 | ||||||
| 				if (!prefs.GetBoolean("ART_WARNING", false)) | 				if (!prefs.GetBoolean("ART_WARNING", false)) | ||||||
| @@ -96,7 +96,7 @@ namespace keepass2android | |||||||
| 					return; | 					return; | ||||||
| 				} | 				} | ||||||
| 				 | 				 | ||||||
| 			} | 			}*/ | ||||||
|  |  | ||||||
| 			 | 			 | ||||||
| 			bool showChangeLog = false; | 			bool showChangeLog = false; | ||||||
|   | |||||||
| @@ -422,7 +422,7 @@ | |||||||
| 	<string name="ChangeLog_0_9_3_r5"> | 	<string name="ChangeLog_0_9_3_r5"> | ||||||
| 		<b>Version 0.9.3 r5</b>\n | 		<b>Version 0.9.3 r5</b>\n | ||||||
| 		* Incorporated fixes from Xamarin: Keepass2Android now compatible with ART on Android 4.4.2. Finally!\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> | ||||||
|  |  | ||||||
| 	<string name="ChangeLog_0_9_3"> | 	<string name="ChangeLog_0_9_3"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll