make app-style app compilable

* switched from support library to androidx
 * disabled some code which will need to be fixed later (strings in manifest, zxing qr reader)
 * changes in styles need to be tested
still crashing when trying to use any code from the Keyboard binding.
This commit is contained in:
Philipp Crocoll
2024-11-19 09:29:10 +01:00
parent 43f6064faa
commit c32a6eae7a
152 changed files with 730 additions and 993 deletions

View File

@@ -2,7 +2,7 @@ using System;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using Android;
using Android.App;
using Android.Content;
using Android.Content.PM;
@@ -13,6 +13,7 @@ using Android.Runtime;
using Android.Views;
using Android.Widget;
using Java.Lang;
using keepass2android_appSdkStyle;
using KeePassLib.Keys;
using KeePassLib.Utility;
using Enum = System.Enum;