mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-12 04:25:09 -05:00
added change log for 0.9.5
This commit is contained in:
parent
be3bce47b1
commit
df79cbaedb
@ -23,6 +23,7 @@ namespace keepass2android
|
|||||||
builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title));
|
builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title));
|
||||||
String[] changeLog = {
|
String[] changeLog = {
|
||||||
//ctx.GetString(Resource.String.PreviewWarning),
|
//ctx.GetString(Resource.String.PreviewWarning),
|
||||||
|
ctx.GetString(Resource.String.ChangeLog_0_9_5),
|
||||||
ctx.GetString(Resource.String.ChangeLog_0_9_4),
|
ctx.GetString(Resource.String.ChangeLog_0_9_4),
|
||||||
ctx.GetString(Resource.String.ChangeLog_0_9_3_r5),
|
ctx.GetString(Resource.String.ChangeLog_0_9_3_r5),
|
||||||
ctx.GetString(Resource.String.ChangeLog_0_9_3),
|
ctx.GetString(Resource.String.ChangeLog_0_9_3),
|
||||||
|
@ -492,6 +492,16 @@
|
|||||||
|
|
||||||
<string name="PreviewWarning">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).</string>
|
<string name="PreviewWarning">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).</string>
|
||||||
|
|
||||||
|
<string name="ChangeLog_0_9_5">
|
||||||
|
<b>Version 0.9.5</b>\n
|
||||||
|
* Fixed issues with file browsing (especially on Android 4.4)\n
|
||||||
|
* Fixed issue with loading .kdb files (Keepass 1) on Nexus 5 with Android Lollipop\n
|
||||||
|
* Added option to prevent taking screenshots/displaying app in recent apps list\n
|
||||||
|
* Fixed issue with Google Drive file storage\n
|
||||||
|
* Updated build tools --> apk size increased :-(\n
|
||||||
|
I have promised some more changes. They will come with the next release - sorry. I wanted to publish these hot fixes as soon as possible.
|
||||||
|
</string>
|
||||||
|
|
||||||
<string name="ChangeLog_0_9_4">
|
<string name="ChangeLog_0_9_4">
|
||||||
<b>Version 0.9.4</b>\n
|
<b>Version 0.9.4</b>\n
|
||||||
* added plug-in support: See settings for how to get plug-ins!\n
|
* added plug-in support: See settings for how to get plug-ins!\n
|
||||||
|
Loading…
Reference in New Issue
Block a user