J-Jamet
ef98e8a2db
Merge branch 'develop' into feature/Passkeys
2025-09-09 11:51:41 +02:00
J-Jamet
e8ec27dc38
fix: Upgrade to API 35
2025-09-09 11:45:30 +02:00
J-Jamet
55e32e4ac5
fix: Web Origin
2025-09-08 14:19:30 +02:00
J-Jamet
65157f661f
fix: Add Passkey username field
2025-09-08 13:07:07 +02:00
J-Jamet
5df637d01f
fix: Add Passkey username field
2025-09-08 13:06:42 +02:00
J-Jamet
988b18b515
feat: JSON parser to manage Privileged apps
2025-09-03 14:25:53 +02:00
J-Jamet
8924254c25
feat: Custom settings and privileged
2025-09-02 19:57:02 +02:00
J-Jamet
437a704bc8
fix: Small refactoring
2025-09-02 13:11:55 +02:00
J-Jamet
821f35fe05
Merge branch 'feature/passkeys_validation' into feature/Passkeys
2025-09-02 12:26:30 +02:00
J-Jamet
d36f675da7
fix: First validation pass
2025-09-02 11:49:40 +02:00
J-Jamet
b7f9690a38
Merge branch 'develop' into feature/Passkeys
2025-09-01 19:12:15 +02:00
J-Jamet
5e4ee167fc
Merge branch 'rmacklin-remember-last-read-only-state-of-each-database' into develop
2025-09-01 19:02:59 +02:00
J-Jamet
48d4483484
Merge branch 'master' of github.com:Dev-ClayP/KeePassDX into Dev-ClayP-master
2025-09-01 17:34:46 +02:00
J-Jamet
1a717bda03
fix: Security exception
2025-09-01 15:53:45 +02:00
J-Jamet
7e41527cfe
fix: Refactoring verification
2025-09-01 15:29:19 +02:00
J-Jamet
200881278c
fix: Change Android origin
2025-09-01 14:48:36 +02:00
J-Jamet
0d133ffdb0
feat: Change Android origin
2025-09-01 11:49:13 +02:00
J-Jamet
f8787ba03d
fix: Add webOrigin, fix title and add verification state
2025-08-29 18:41:40 +02:00
J-Jamet
98007c962d
fix: Browser selection and URL scheme
2025-08-27 23:27:48 +02:00
J-Jamet
5f27f161a5
fix: Allow to check multiple app signatures #1421
2025-08-27 23:10:16 +02:00
Richard Macklin
a28d77ba32
feat: Remember the last read-only state of each database
...
The app has supported a global setting for opening (all) databases in
read-only mode. But that's not particularly flexible for the use case
where you have one database that should be read-only and one that should
be read-write.
Previously, to handle this use case you could open one database in
read-only mode, but the next time you attempted to open the same
database, it would "forget" that, so you would have to toggle it to
read-only mode again manually. This commit changes that behavior so that
if you toggle a database to read-only mode, it'll be remembered the next
time you open the database. (You can still toggle it back to read-write
if you change your mind, and that, too, will be remembered the next time
you open the database.)
2025-08-26 20:08:22 -07:00
J-Jamet
5bd866e104
feat: Add app Signature
2025-08-26 17:08:23 +02:00
J-Jamet
9477fba704
fix: UUID string format #1421
2025-08-22 11:37:30 +02:00
J-Jamet
80b16bccf1
fix: UUIDUtils and fixed AAGUID #1421
2025-08-22 11:04:53 +02:00
J-Jamet
6672085d84
fix: Exclude field for form filling #2097
2025-08-21 21:25:26 +02:00
J-Jamet
05a39f6922
fix: Show dedicated Passkey view #2097
2025-08-21 20:47:12 +02:00
J-Jamet
44e8f4f406
fix: AutoSearch
2025-08-20 12:29:24 +02:00
J-Jamet
e3083c7773
fix: search parameters
2025-08-20 10:11:55 +02:00
J-Jamet
d03693341e
Merge branch 'develop' into feature/Passkeys
2025-07-24 22:22:24 +02:00
J-Jamet
2b5ecb2f84
fix: Simplify query #2096
2025-07-24 22:19:39 +02:00
J-Jamet
e397b92c36
fix: Search and allow empty query #2096
2025-07-24 21:29:43 +02:00
J-Jamet
bf496333eb
Merge branch 'develop' into feature/Passkeys
2025-07-24 20:12:05 +02:00
J-Jamet
b743d004e2
fix: Template EMAIL #1986
2025-07-24 18:22:11 +02:00
J-Jamet
3fbdf78ba1
fix: Search Info
2025-07-16 15:30:21 +02:00
J-Jamet
d1f463d497
fix: Refactoring Credential Provider
2025-07-16 14:03:48 +02:00
Dev-ClayP
87be2f4b9e
Update UriHelper.kt
...
removed PackageManager.allowCreateDocumentByStorageAccessFramework() it will always eval to true with sdk update
2025-07-09 11:09:44 -04:00
Dev-ClayP
b5dc8d9adf
Update build.gradle
...
changed minsdk to 19
2025-07-09 10:40:38 -04:00
Clay Perry
f4f5e86979
Updated Minimum SDK to 16
2025-07-08 12:52:14 -04:00
J-Jamet
34f2a2391a
Merge branch 'master' into feature/Passkeys
2025-07-08 15:23:27 +02:00
J-Jamet
2aa6461094
Merge branch 'Dev-ClayP-master' into develop
2025-07-04 22:56:37 +02:00
Clay Perry
79e723545c
Expanded minimum secret length functionality so that the user is alerted if the length is not long enough. This fixed an issue where the user wasnt alerted about invalid secret length but was still able to click ok and submit the string, bypassing the base32 check altogether.
2025-07-04 10:50:25 -04:00
J-Jamet
0aa89ea9ff
fix: Same domain unit tests
2025-07-01 17:26:56 +02:00
J-Jamet
f31a30bf47
fix: Search #1946 #2003
2025-07-01 17:22:42 +02:00
J-Jamet
d9f4e9b6ab
fix: Upgrade JDK and Gradle
2025-06-05 19:27:41 +02:00
J-Jamet
89a6219659
fix: Remove unused tests
2024-11-25 14:23:35 +01:00
J-Jamet
9dec308caa
fix: URL matching fails in presence of a path #1940
2024-11-25 14:21:39 +01:00
J-Jamet
724698fc51
fix: Date parser #1933
2024-11-24 11:52:13 +01:00
J-Jamet
e780f8a3f0
fix: Matching against domain goes too far #1820
2024-11-19 21:48:16 +01:00
J-Jamet
67b09014aa
Merge branch 'develop' into feature/Passkeys
2024-11-18 16:40:46 +01:00
J-Jamet
6de14a3840
fix: TimeZone
2024-11-13 21:13:50 +01:00