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
Sebastian Jakubiak
cf77a9eae2
Fix formatting in docs/Keepass2Android-Apk.md
2018-11-06 20:28:42 +01:00
PhilippC
074178621c
Merge pull request #604 from gilbsgilbs/fix-pcloud-filenames
...
Fix PCloud not overwriting uploaded files.
2018-11-03 19:21:16 +01:00
Gilbert Gilb's
25d1b6b695
Fix PCloud not overwriting uploaded files.
...
When uploading an existing file into PCloud, it appends a version number
by default (e.g. "MyDb (2).kdbx", "MyDb (3).kdbx" and so on). This
behavior is not desirable in K2PA case. The workaroundfor this is to upload
the file with a temporary name and then rename it to its final name.
This may also avoid corruption with failed uploads depending on how
PCloud handles uploads.
See https://github.com/PhilippC/keepass2android/issues/512#issuecomment-435475365
2018-11-02 23:30:59 +01:00
Philipp Crocoll
b2d791d6ea
acknowledge gilbsgilbs for pcloud implementation
2018-10-29 08:39:05 +01:00
Philipp Crocoll
f1ea1935c5
Changelog and manifest for 1.07-pre1
2018-10-28 15:35:40 +01:00
Philipp Crocoll
d9c101debe
remove NfcOtpActivity: not working with current multi-db approach, but also not working since Android has App links
2018-10-28 07:17:45 +01:00
Philipp Crocoll
4f3f18a0ad
bug fixes and improvements after adding multi-database support
2018-10-25 06:03:08 +02:00
Philipp Crocoll
a2dab72b25
first version to have multiple databases open at the same time. needs testing and bug fixing.
2018-10-16 06:33:00 +02:00
PhilippC
52ba506138
Merge pull request #579 from Zeustopher/patch-1
...
Added Logo to README.md
2018-10-05 05:56:43 +02:00
Christopher Nash
d731d55a7a
Added Logo to README.md
...
Added the Keepass2Android Logo to README.md to give it a little more "flare" when viewing it on Github.
2018-10-04 14:28:19 -06:00
Philipp Crocoll
8a993b7dcb
rename StackDbActivity
2018-10-01 11:25:52 +02:00
Philipp Crocoll
977393a9aa
refactoring, remove Loaded property from database. instead, make GetDb() return null if database is not loaded.
2018-10-01 11:12:37 +02:00
Philipp Crocoll
4f36de9900
refactoring: introduce StackBaseActivity which replaces PasswordActivity in its role as stack base and orchestrating activity. This is in preparation to allow multiple open databases.
2018-10-01 10:21:28 +02:00
Philipp Crocoll
bfdb1a8f62
disable notification badges ("1" icons)
2018-09-26 05:51:12 +02:00
Philipp Crocoll
1490ebce03
minor refactoring
2018-09-21 06:26:04 +02:00
Philipp Crocoll
cd189e01dc
use internal directory for offline caching. this reduces the likelihood of data loss. Users need to disable and then re-enable file caching to make sure all files are cached in the new directory. closes #83 https://github.com/PhilippC/keepass2android/issues/83
2018-09-18 06:18:17 +02:00
PhilippC
abdcd0b3f0
Merge pull request #555 from tobiasKaminsky/ncNaming
...
NextCloud -> Nextcloud
2018-09-18 04:29:26 +02:00
Philipp Crocoll
6e225808a9
add support for Binary Resource dictionaries of AnySoftKeyboard, fixes #245
2018-09-18 04:27:07 +02:00
tobiasKaminsky
382c96f587
NextCloud -> Nextcloud
2018-09-17 16:08:24 +02:00
PhilippC
c6e9a16274
Merge pull request #553 from PhilippC/1.07
...
1.07
2018-09-17 12:56:40 +02:00
Philipp Crocoll
2dc125e0ce
allow to save attachments to deliberate storages, closes #346
2018-09-17 12:56:10 +02:00
Philipp Crocoll
9c88ce213b
make nextcloud support explicit (closes https://github.com/PhilippC/keepass2android/issues/256 )
2018-09-17 11:34:36 +02:00
PhilippC
2e6ca574b6
Merge pull request #552 from PhilippC/1.07
...
1.07
2018-09-17 11:03:58 +02:00
Philipp Crocoll
026de5dd4e
no longer provide a system-wide file chooser, closes #541
2018-09-17 10:48:18 +02:00
Philipp Crocoll
262897fbf6
add preference option to disable auto-return from queries with only one matching result (closes https://github.com/PhilippC/keepass2android/issues/544 )
2018-09-17 10:32:41 +02:00
Philipp Crocoll
304a9d90d0
allow to open Autofill settings also if service is enabled
2018-09-17 10:31:21 +02:00
Philipp Crocoll
91e1674833
make sure dialog asking overwrite/append of attachments is shown by moving code to OnResume. fixes https://github.com/PhilippC/keepass2android/issues/342
2018-09-17 10:11:03 +02:00
PhilippC
bbd3fc4d1d
Merge pull request #543 from PhilippC/1.07
...
first 1.07 features
2018-09-12 04:53:01 +02:00
Philipp Crocoll
ee63946be2
set network security configuration to that of Android 6, trusting user certificates, closes #339
2018-09-12 04:51:58 +02:00
Philipp Crocoll
b1bcfacf35
refactor PasswordActivity's key provider handling, implement Password+Keyfile+ChallengeXC, closes #456
2018-09-12 04:39:21 +02:00
Philipp Crocoll
d4936e8eec
fix issue with opening attachments with special characters in their name, closes #480
2018-09-11 21:42:44 +02:00
Philipp Crocoll
dbba098555
allow to delete entries from the EntryActivity (i.e. also after searching), closes #473
2018-09-11 05:03:54 +02:00
Philipp Crocoll
b368e93061
fix potential crash in keyboard
2018-09-11 05:02:31 +02:00