Philipp Crocoll
087af49514
fix OneDrive implementation for app folder
2025-01-30 09:09:25 +01:00
Philipp Crocoll
7c6ce14348
this is the first attempt to fix the currently broken OneDrive implemenation by upgrading to Graph SDK 5. Unfortunately, the SDK is much harder to use because of a missing abstraction for DriveItems on different places (regular folder, special folder, shared folder) and also doesn't work well, see e.g. https://stackoverflow.com/questions/79374963/list-shared-folders-with-graph-sdk or https://stackoverflow.com/questions/79374845/graph-sdk-c-missing-methods-for-working-with-app-folder .
2025-01-21 16:23:07 +01:00
Philipp Crocoll
0cae15a219
port AutofillParser unit tests to .net 8
2025-01-07 13:16:54 +01:00
Philipp Crocoll
409f6b9981
rename folder keepass2android => keepass2android-app
2025-01-07 11:20:08 +01:00
Philipp Crocoll
738d59dbda
remove old (pre-sdk-style) projects, rename sdk style projects to have the names of the old ones. adjust the .sln and .csproj files accordingly. This is a bit like a squash commit, as it shows the diff between the pre-sdk-style code with the updated code (sdk-style, Material3, Zxing=>GMS CodeScanner, Kdbp support removed)
2025-01-07 11:19:23 +01:00
Philipp Crocoll
9a95691860
remove no-longe-used testing project
2025-01-07 10:37:47 +01:00
Philipp Crocoll
4d129c5e05
add filtered resources to java project files
2025-01-07 10:23:44 +01:00
Philipp Crocoll
a672e9bbd2
reactivate QR scanning capabilities by using GMS CodeScanner (instead of ZXing which is no longer compatible with new .net Android); copy resource string from KP2AKeyboard project to app such that it can be used in the manifest.
2025-01-07 10:22:19 +01:00
Philipp Crocoll
0e3ef76d6e
recreate group activity when list text size was changed
2024-12-31 15:15:11 +01:00
Philipp Crocoll
2ad073c80f
fix layout of password activity
2024-12-31 14:22:16 +01:00
Philipp Crocoll
33c1f5d6dd
mask password textedit before assigning password. This ensures that there is not the fraction of a second where the password might be visible.
2024-12-31 14:00:24 +01:00
Philipp Crocoll
f0d9c8134e
improve behavior when changing the theme
2024-12-31 13:04:37 +01:00
Philipp Crocoll
bf5411bdb8
minor modifications to improve Material UI. Change dialog to Material Dialogs.
2024-12-17 13:14:56 +01:00
Philipp Crocoll
e14cd62e75
changes to implement material design/fix flaws and issues in the major activities. More testing pending.
2024-12-10 18:35:02 +01:00
Philipp Crocoll
ed9cd7180c
replace icons by vector drawables to fix color issues with day/night scheme
2024-12-10 15:06:37 +01:00
Philipp Crocoll
add8209f11
change encoding to utf8
2024-12-10 11:47:51 +01:00
Philipp Crocoll
9194436bc8
start replacing some icons
2024-12-10 11:22:55 +01:00
Philipp Crocoll
c3c1f1ecb7
add database filename on password activity again
2024-12-10 11:22:30 +01:00
Philipp Crocoll
83d076c9a7
fix bottom bar in QuickUnlock and Password activity
2024-12-07 08:12:11 +01:00
Philipp Crocoll
f974b0ffa0
remove bad named folder
2024-12-07 07:54:14 +01:00
Philipp Crocoll
95d7ecd066
first steps towards Material3 design
...
* updates themes and color definitions
* removed many color attributes from views and special configurations
* reworked settings completely to get rid of "settings toolsbar"
* use DayNight theme instead of custom light/dark
Note that there are quite a few issues left.
2024-12-07 07:53:34 +01:00
Philipp Crocoll
b101bf8d5f
rename apk of PluginSdk to avoid a weird binding error
2024-12-07 07:46:41 +01:00
Philipp Crocoll
52a62df97c
migrate preferences to AndroidX, separate one large settings fragment into many smaller ones to get rid of "ToolbarPreference" workaround
2024-12-01 09:52:08 +01:00
Philipp Crocoll
e873ed466e
+ theme test for testing material design stuff (because old theming is broken after upgrading to sdk-style projects)
2024-11-19 14:25:11 +01:00
Philipp Crocoll
b153ea2cb4
remove unused stuff from PluginSDK project
2024-11-19 09:44:18 +01:00
Philipp Crocoll
c32a6eae7a
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.
2024-11-19 09:43:54 +01:00
Philipp Crocoll
43f6064faa
towards sdk-style projects. As of now, all code/resources etc. is duplicated for new projects in new folders. this will be moved back to the original locations (and then squashed). App currently does not build.
2024-11-05 10:58:57 +01:00
Philipp Crocoll
dad9b0e53f
update minSdk of offline version to 21 (Android 5.0) to simplify the build.
2024-10-22 15:49:08 +02:00
Philipp Crocoll
9494f28acf
Merge branch 'anttiharju/master' into update-libs-and-tools
2024-10-22 15:11:36 +02:00
Philipp Crocoll
a98cd33cff
updating OkHttp, okhttp-digest and dropbox sdk. Removing no longer needed onedrive aar.
...
I wasn't successful in binding the latest dropbox sdk (7.0) and therefor only updated to 5.4.6 which doesn't require an .aar.
2024-10-22 15:02:10 +02:00
anttiharju
65092dcccf
Switch okhttp-digest source to github
...
as instructed at
https://github.com/rburgst/okhttp-digest?tab=readme-ov-file#use-via-gradle
2024-10-15 22:55:48 +03:00
Philipp Crocoll
5ae718c58e
update targetframework for Guava libs
2024-10-08 16:19:24 +02:00
Philipp Crocoll
669022ddf0
update Newtonsoft.Json, FluentFTP and MegaApiClient to the latest versions
2024-10-08 16:07:56 +02:00
Philipp Crocoll
f0fd21a6ec
upgrade to Gradle version 8.6 (plugin version 8.4)
2024-10-08 16:03:03 +02:00
Philipp Crocoll
73a8ec27d4
remove no-longer-needed jars from JavaFileStorageBindings
2024-10-08 15:19:23 +02:00
Philipp Crocoll
51902c9bc4
fix build issues related to removal of deprecated OneDrive API jars. onedrive:// is now no longer supported, but has been replaced with onedrive2:// a long time ago already.
2024-10-08 14:59:49 +02:00
Philipp Crocoll
543eeb69ef
manifest for 1.11
2024-02-19 21:07:32 +01:00
PhilippC
ee27bea111
New translations strings.xml (Dutch)
2024-02-19 14:39:34 +01:00
PhilippC
de93b12877
New translations strings.xml (Japanese)
2024-02-19 14:39:33 +01:00
PhilippC
71d2a332c7
New translations strings.xml (German)
2024-02-19 14:38:53 +01:00
PhilippC
37d1481658
Merge pull request #2513 from PhilippC/l10n_master2
...
New Crowdin updates
2024-02-19 11:45:11 +01:00
PhilippC
a8cc1ad66d
New translations strings.xml (Portuguese, Brazilian)
2024-02-16 16:28:07 +01:00
PhilippC
3056ee9d45
New translations strings.xml (Portuguese, Brazilian)
2024-02-16 13:17:44 +01:00
PhilippC
0ec5996c8d
New translations strings.xml (Portuguese, Brazilian)
2024-02-16 11:48:14 +01:00
PhilippC
01666d8402
New translations strings.xml (Czech)
2024-02-13 12:46:17 +01:00
PhilippC
422fa01ba1
New translations strings.xml (Czech)
2024-02-13 11:30:21 +01:00
PhilippC
ca9c19e8a9
New translations strings.xml (Turkish)
2024-02-12 16:21:28 +01:00
PhilippC
093f7683b8
New translations strings.xml (German)
2024-02-11 22:31:36 +01:00
PhilippC
d4cf908f4a
New translations strings.xml (German)
2024-02-11 21:35:40 +01:00
PhilippC
55d62144fb
New translations strings.xml (Portuguese, Brazilian)
2024-02-08 12:03:39 +01:00