tenzap
944bce14b8
[Build Fix] set AndroidClassParser build property to class-parse
...
Build reported these warnings:
warning XA4231: The Android class parser value 'jar2xml' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'
In the code <AndroidClassParser> is not specified, so by default it uses
'jar2xml'. So set its value to 'class-parse'.
See:
https://github.com/xamarin/xamarin-android/blob/main/Documentation/guides/messages/xa4231.md
https://github.com/xamarin/xamarin-android/issues/1319
Moving to class-parse instead of jar2xml also fixes issues when building with Java 11 & Xamarin < 12.2
Because of:
- 94e21c7aaa
If the change wasn't done, we would have to stick with JDK-8
2022-12-07 04:12:12 +01:00
Philipp Crocoll
89fda1eee5
update to target Android Q (build tools and targetSdkVersion)
2019-10-28 20:24:20 +01:00
Philipp Crocoll
989e397ee2
Integrate 64-bit native libraries (required by Google Play)
...
Therefore change the way Keyboard and KdbLibrary are built and add (updated) native files for Keyboard.
2019-09-23 11:52:24 +02:00
Philipp Crocoll
7c55c50b4c
explicity use 8.0 as target version to fix compile error. (Note: I could also upgrade everything to 8.1 to fix the compile error, but that would require extensive testing; updating target version can come with subtle changes in how the app behaves at many places)
2019-08-20 05:46:53 +02:00
Philipp Crocoll
8bb930c1fc
make kdb library "embedded jar" instead of "inputjar" to fix issue with native key transform not working. -> 1.07-pre3
2018-12-10 09:50:26 +01:00
Philipp Crocoll
f37c0a9124
allow opening several databases which contain elements with same IDs (required as KeepassHttp stores their settings in an entry with a fixed ID)
2018-11-11 06:35:06 +01:00
Philipp Crocoll
b0aa706c07
upgrade to target Android 8.1
2018-03-26 19:56:55 +02:00
Philipp Crocoll
e2df24522f
working
2017-12-26 19:26:05 +01:00
Philipp Crocoll
d621ea15a3
adjust targetFrameworkVersion of .csproj files to that of the manifest file
2017-12-03 07:42:38 +01:00
Philipp Crocoll
d2144d5128
updated Build Tools, Gradle, JDK
2017-05-22 12:02:35 +02:00
Philipp Crocoll
64f1c63f42
allow to hide softkeyboard during fingerprint scan
...
also support x86_64
add donate reminder
2016-08-23 04:20:54 +02:00
Philipp Crocoll
617e2b782b
update project files
2015-09-02 23:15:12 +02:00
Philipp Crocoll
f8835b0f66
updated translations
...
added Oktoberfest dates for next years
2015-08-25 21:17:07 +02:00
Philipp Crocoll
be3bce47b1
added new native library for key transformation -> fix crash on Lollipop/Nexus 5
2014-12-03 06:38:35 +01:00
Philipp Crocoll
ac55c1fd86
changed to Google Play Services (ICS) component and up-to-date Support V4 library
2014-11-30 21:43:38 +01:00
Philipp Crocoll
54f2abdb31
Revert changes in project files
2014-05-28 11:01:20 +02:00
Jareth Lomson
8db8b27423
Before changing author
2014-05-25 20:46:54 +02:00
Philipp Crocoll
b1bc866e48
+ ReleaseNoNet configuration
2014-03-24 06:57:18 +01:00
Philipp Crocoll
964cd76bca
Bugfix: Correct display of filenames/database names when using GDrive
...
updated ART warning
added debug-Manifest (different package name)
commit Manifest for last offline release
removed Internet permissions (not required for Offline version) in KdbLibrary
2014-03-23 16:57:52 +01:00
Philipp Crocoll
bc1d5fb5f2
fixed problems in certificate validation code (updates in Mono?) Also disabled linking in release to avoid problems.
2014-02-02 23:36:19 +01:00
Philipp Crocoll
ee4d40eb32
added parts of Keepassdroid for loading a kdb file.
...
Merged PwDatabase+PwDatabaseV3 (PwGroup, PwEntry likewise) to simplify creation of bindings to Mono for Android
2014-01-25 19:36:22 -08:00