Philipp Crocoll
|
64d9cc00d1
|
Merge branch 'master' of https://github.com/PhilippC/keepass2android
|
2019-02-05 19:46:56 +01:00 |
|
Philipp Crocoll
|
a0efbecee4
|
Forward to Search results directly when multiple databases open, closes https://github.com/PhilippC/keepass2android/issues/642
|
2019-02-05 12:15:22 +01:00 |
|
Philipp Crocoll
|
cceb4c6677
|
increase timeout (https://github.com/PhilippC/keepass2android/issues/339). still todo: test how KP2A behaves on write errors.
|
2019-02-05 12:14:52 +01:00 |
|
Philipp Crocoll
|
66e448a648
|
avoid using a deprecated method, might help with https://github.com/PhilippC/keepass2android/issues/653
|
2019-02-05 11:08:38 +01:00 |
|
Philipp Crocoll
|
eb134fd41a
|
NfcOtpActivity is back - this time with app link enabled (allows users to enter https://keepass2android.crocoll.net/neo/ as NDEF payload and should work on all recent Android devices with NFC). Closes #603
|
2019-02-05 10:36:08 +01:00 |
|
Philipp Crocoll
|
857d6f9008
|
reset cancellation signal when cancelled. might fix https://github.com/PhilippC/keepass2android/issues/560 (cannot reproduce, so user must test)
|
2019-02-05 10:04:10 +01:00 |
|
PhilippC
|
32396c4534
|
Merge pull request #654 from Small-Ku/master
Update crowdin.yml for better Chinese localiztion
|
2019-02-05 06:38:57 +01:00 |
|
Philipp Crocoll
|
2df46b6647
|
improve language in some strings
|
2019-02-05 06:29:01 +01:00 |
|
Philipp Crocoll
|
9f6ad37547
|
Revert "failing attempt to integrate ADAL authentication (for OneDrive for business)"
This reverts commit 6b69ad20ad.
|
2019-02-05 06:28:40 +01:00 |
|
Philipp Crocoll
|
a6b4a35973
|
added OneDriveStorage2 based on Graph SDK
|
2018-12-30 07:53:29 +01:00 |
|
Philipp Crocoll
|
6b69ad20ad
|
failing attempt to integrate ADAL authentication (for OneDrive for business)
|
2018-12-27 21:46:11 +01:00 |
|
Small_Ku
|
277f439f70
|
Update crowdin.yml
for Chinese translation
|
2018-12-27 00:05:15 +08:00 |
|
PhilippC
|
4dbfb76ced
|
Merge pull request #628 from Skycoder42/master
Correctly extract protected fields from intent (Fixes #627)
|
2018-12-23 07:27:32 +01:00 |
|
Philipp Crocoll
|
4188464652
|
change "application" to "app" in english strings
|
2018-12-23 07:09:17 +01:00 |
|
Philipp Crocoll
|
30d1534c01
|
show save errors as dialogs, closes #339
|
2018-12-17 12:09:31 +01:00 |
|
Philipp Crocoll
|
780d4c95fe
|
improve message when file is readonly, closes #521
|
2018-12-17 11:47:24 +01:00 |
|
Philipp Crocoll
|
06e64f7347
|
more autofill logging
|
2018-12-17 11:12:07 +01:00 |
|
Philipp Crocoll
|
92594db78d
|
automatically fill in OTPs copied from Yubiclip. closes #603 and closes #564
|
2018-12-17 11:11:56 +01:00 |
|
Philipp Crocoll
|
e4179a934b
|
fix wrong time display when editing expiration date, fixes #634
|
2018-12-17 10:03:43 +01:00 |
|
Philipp Crocoll
|
afd309d9a8
|
work on reducing popups for autofill/allow to disable autofill for query. not yet fully functional. refers to #455.
|
2018-12-17 10:03:02 +01:00 |
|
Philipp Crocoll
|
d1ad2a681f
|
Autofill: fill emailAddress fields with username
|
2018-12-10 11:24:40 +01:00 |
|
Philipp Crocoll
|
e2e7666c4f
|
fix incorrect webDomain checking, fixes https://github.com/PhilippC/keepass2android/issues/592
|
2018-12-10 11:23:44 +01:00 |
|
Philipp Crocoll
|
665639fdca
|
fix switching keyboards not working in Android 9: fixes https://github.com/PhilippC/keepass2android/issues/530
|
2018-12-10 09:52:23 +01:00 |
|
Philipp Crocoll
|
14b7b8cec1
|
Merge branch 'master' of https://github.com/PhilippC/keepass2android
|
2018-12-09 08:23:18 +01:00 |
|
Philipp Crocoll
|
3695c04933
|
avoid endless loops trying to open databases when loading fails. changelog 1.07-pre2 for release.
|
2018-12-09 08:22:45 +01:00 |
|
Philipp Crocoll
|
f0f3bb6ede
|
more logging regarding key transformation
|
2018-12-09 08:21:25 +01:00 |
|
Philipp Crocoll
|
7824326c5b
|
fix typo in string
|
2018-12-09 08:21:03 +01:00 |
|
Philipp Crocoll
|
a65d263ae2
|
manifest for 1.07-pre2
|
2018-12-09 08:20:50 +01:00 |
|
Philipp Crocoll
|
a7ad00d402
|
fix incorrect expiration time in EntryEditActivity, fixes #634
|
2018-12-08 17:44:02 +01:00 |
|
Skycoder42
|
3157bac5f6
|
Add missing import
|
2018-12-03 18:40:01 +01:00 |
|
Skycoder42
|
5cb1709f5d
|
Correctly extract protected fields from intent
Fixes #627
|
2018-12-03 18:37:36 +01:00 |
|
Philipp Crocoll
|
7f21fa2c40
|
added ConfigChanges flags to all activities which could potentially show the ykDroid dialog to reduce the chance of activity recreation (this is considered a workaround, waiting for the solution at https://github.com/pp3345/ykDroid/issues/8)
|
2018-12-03 11:37:08 +01:00 |
|
Philipp Crocoll
|
836cdfb16c
|
move CurrentlyWaitingKey to App instead of activity to survive activity recreation. Avoid activity recreation when plugging in Yubikey. Fixes #609.
|
2018-11-21 03:01:43 +01:00 |
|
Philipp Crocoll
|
8512bae997
|
make sure we always save database as KDBX4 when using ChallengeXCKey (for compatibility with KeepassXC), closes #596
|
2018-11-20 06:08:30 +01:00 |
|
Philipp Crocoll
|
2132ea416b
|
notify about unconfigured child databases. finishes implementation of child databases, thus closes #174
|
2018-11-20 04:54:45 +01:00 |
|
Philipp Crocoll
|
ef8b9b0685
|
allow to open AutoOpenEntries manually if they are not "Enabled" (but "Visible"). Don't suggest to configure fingerprint unlock for child databases.
|
2018-11-19 20:03:53 +01:00 |
|
Philipp Crocoll
|
183c171da6
|
first version of KeeAutoExec functionality in Keepass2Android
|
2018-11-19 19:06:12 +01:00 |
|
Philipp Crocoll
|
58c6114840
|
fix potentially incorrect display of storage type in EntryEditActivity
|
2018-11-18 13:33:19 +01:00 |
|
Philipp Crocoll
|
df5162ce56
|
implemented first version of AutoOpen entry editing
|
2018-11-18 03:56:49 +01:00 |
|
Philipp Crocoll
|
e5595f13eb
|
intermediate commit, starting to implement edit GUI for AutoOpen entries (does not compile)
|
2018-11-15 19:14:10 +01:00 |
|
Philipp Crocoll
|
f2590f1fed
|
Merge branch 'master' of https://github.com/PhilippC/keepass2android
|
2018-11-13 22:00:06 +01:00 |
|
Philipp Crocoll
|
2eb7b22100
|
start implementing the GUI for editing AutoOpen entries
|
2018-11-13 21:57:43 +01:00 |
|
Philipp Crocoll
|
9427fb9ecc
|
merge KeeAutoExec extension from https://sourceforge.net/p/keepass/discussion/329220/thread/509d35a111/#f70b
|
2018-11-12 09:47:38 +01:00 |
|
PhilippC
|
b70a4ef428
|
Merge pull request #612 from adorokhine/gradle-build
Add Gradle build config to PluginQR and update to match source conventions.
|
2018-11-12 09:08:02 +01:00 |
|
Alexander Dorokhine
|
fa0e06df75
|
Add Gradle build config to PluginQR and update it to match new source conventions.
Version code is bumped because there was a minor code change to avoid a
fatal lint error complaining about a memory leak.
Fixes #489.
|
2018-11-10 22:34:05 -08:00 |
|
Philipp Crocoll
|
c26ee7271b
|
Merge branch 'master' of https://github.com/PhilippC/keepass2android
|
2018-11-11 06:36:40 +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
|
80fbd656a7
|
Merge branch 'master' of https://github.com/PhilippC/keepass2android
|
2018-11-08 05:44:21 +01:00 |
|
Philipp Crocoll
|
3fb5749c86
|
avoid leakage of IOC username/password to logcat/debuglog for some protocols
|
2018-11-08 05:44:04 +01:00 |
|
PhilippC
|
1692130559
|
Merge pull request #608 from jakseb/patch-1
Fix formatting in docs/Keepass2Android-Apk.md
|
2018-11-08 04:41:00 +01:00 |
|