Commit Graph

4810 Commits

Author SHA1 Message Date
PhilippC
09c7f9fa17 New translations strings.xml (Dutch) 2025-02-11 16:09:20 +01:00
PhilippC
ef93eedc63 New translations strings.xml (Korean) 2025-02-11 16:09:19 +01:00
PhilippC
95e51f9c5d New translations strings.xml (Japanese) 2025-02-11 16:09:18 +01:00
PhilippC
1c0528776b New translations strings.xml (Italian) 2025-02-11 16:09:17 +01:00
PhilippC
91a520e773 New translations strings.xml (Hungarian) 2025-02-11 16:09:15 +01:00
PhilippC
720e8d5a70 New translations strings.xml (Hebrew) 2025-02-11 16:09:14 +01:00
PhilippC
0539c7bb6c New translations strings.xml (Finnish) 2025-02-11 16:09:13 +01:00
PhilippC
a568e24e12 New translations strings.xml (Basque) 2025-02-11 16:09:12 +01:00
PhilippC
9cf33e3612 New translations strings.xml (Greek) 2025-02-11 16:09:10 +01:00
PhilippC
ec62f0b7fe New translations strings.xml (German) 2025-02-11 16:09:09 +01:00
PhilippC
34a3a3751e New translations strings.xml (Danish) 2025-02-11 16:09:07 +01:00
PhilippC
9e0b1b837c New translations strings.xml (Czech) 2025-02-11 16:09:06 +01:00
PhilippC
f44a7997bc New translations strings.xml (Catalan) 2025-02-11 16:09:04 +01:00
PhilippC
0e1b2c3ace New translations strings.xml (Bulgarian) 2025-02-11 16:09:03 +01:00
PhilippC
2d58979051 New translations strings.xml (Belarusian) 2025-02-11 16:09:02 +01:00
PhilippC
d5a3db21e9 New translations strings.xml (Arabic) 2025-02-11 16:09:00 +01:00
PhilippC
d56e9ebfd8 New translations strings.xml (Spanish) 2025-02-11 16:08:59 +01:00
PhilippC
24a22b0281 New translations strings.xml (French) 2025-02-11 16:08:58 +01:00
PhilippC
8582cc11aa New translations strings.xml (Romanian) 2025-02-11 16:08:56 +01:00
Philipp Crocoll
aff92370e5 rename folder back after merging crowdin translation changes 2025-02-11 13:36:45 +01:00
Philipp Crocoll
8ebe1bb0d9 Merge branch 'translation/prepare-crowdin-merge' into l10n_master2 2025-02-11 13:29:52 +01:00
Philipp Crocoll
bef3463a0d keepass2android-app renamed to keepass2android to prepare merging with crowdin updates 2025-02-11 13:27:54 +01:00
PhilippC
cd75d7cda8 Merge pull request #2761 from PhilippC/feature/target-sdk-34
upgrade to target sdk 34: mark OngoingNotificationsService as Use, register receivers as exported
2025-02-06 12:42:02 +01:00
PhilippC
2bd0d415b6 Merge pull request #2758 from jonalmeida/patch-1
Remove deprecated Firefox Nightly app ID from trusted browsers
2025-02-06 12:17:20 +01:00
Philipp Crocoll
0bd58bd51f upgrade to target sdk 34: mark OngoingNotificationsService as Special Use, register receivers as exported
(This is required because it is allowed that plugins send intents and also intents from system notifications are not received in NonExported mode)
2025-02-06 12:12:54 +01:00
Philipp Crocoll
d998e08b4f make CreateDatabaseActivity use the blue theme to be more consistent 2025-02-06 11:19:29 +01:00
PhilippC
60e5dc21f1 Merge pull request #2760 from PhilippC/update-onedrive-implementation
Update onedrive implementation
2025-02-06 11:17:28 +01:00
Philipp Crocoll
793341918b cleanup code and fix bug with "My files" variant 2025-02-06 10:40:36 +01:00
Jonathan Almeida
8759fe5346 Remove deprecated Firefox Nightly app ID from trusted browsers
This app ID has not been used for a few years now and can be safely removed. 

See the original PR for added context: https://github.com/PhilippC/keepass2android/pull/896
2025-02-03 18:05:10 -05:00
PhilippC
1b8c0b8a70 Merge pull request #2754 from anttiharju/fix-push-branch-name
Use the right branch name
2025-01-30 10:37:02 +01:00
Philipp Crocoll
087af49514 fix OneDrive implementation for app folder 2025-01-30 09:09:25 +01:00
anttiharju
05e270bde3 Use the right branch name 2025-01-28 22:19:56 +02: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
PhilippC
fdfa2b0bf2 Merge pull request #2747 from dktapps/patch-1
fix readme logo
2025-01-21 07:53:18 +01:00
Dylan T.
3fde725657 fix readme logo 2025-01-15 00:16:52 +00:00
PhilippC
146f181682 Merge pull request #2745 from PhilippC/argon2-fix
fix issue with argon2 kdf
2025-01-14 16:50:08 +01:00
PhilippC
1094b43009 Merge pull request #2746 from PhilippC/bugfix/refresh-number-of-entries-in-group
fix: number of entries in group did not immediately update
2025-01-14 16:49:54 +01:00
Philipp Crocoll
379d43e2b8 Merge remote-tracking branch 'remotes/origin/update-libs-and-tools' 2025-01-14 15:30:46 +01:00
Philipp Crocoll
090bc6249a fix: number of entries in group did not immediately update when adding entries 2025-01-14 15:29:22 +01:00
Philipp Crocoll
73fc93ed96 fix issue with argon2 kdf (regression from .net8 migration) by
* including armeabi-v7 and arm64-v8 .so files
* switching to [LibraryImport] instead of [DllImport]
2025-01-14 13:55:21 +01:00
PhilippC
81b48a3ac2 Merge pull request #2743 from PhilippC/sdk-style-projects
Migrate to .net 8 and Material 3
2025-01-14 10:16:23 +01:00
Philipp Crocoll
29fc0fe5ae adjust Makefile to hardlink the appropriate Manifest file from the Manifests folder. Adjust build.yml for renamed test project. Add AndroidManifest.xml to .gitignore as this is only a link. 2025-01-14 08:40:13 +01:00
PhilippC
7537820d79 New translations strings.xml (Chinese Traditional) 2025-01-13 12:29:52 +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
63836de8aa add svgs for two custom icons 2025-01-07 10:38:14 +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