Commit graph

664 commits

Author SHA1 Message Date
Jakob Nixdorf
32d4402052
Merge pull request #420 from robertaramar/rs-icons
Some more icons (IBM, Docker, 1and1)
2020-02-02 12:18:31 +01:00
Robert Schneider
770797c891 Some more icons (IBM, Docker, 1and1, Bitmex, Finnair) 2020-02-01 16:30:34 +01:00
Jakob Nixdorf
e65cf038fb
Block accessibility services
This introduces a settings item to block the accessibility services from accessing sensitive fields (passwords, OTP secrets, ...)

TODO: Somehow handle this in the IntroScreenActivity as well.

Closes #210
2020-01-30 09:02:17 +01:00
Jakob Nixdorf
3511b51d1d
Move dialogs to the correct package 2020-01-30 07:29:26 +01:00
Jakob Nixdorf
e10384fec8
Merge pull request #430 from duchampdev/patch-1
dialog_manual_entry.xml: do not use auto-completion for secret
2020-01-30 06:48:49 +01:00
Jakob Nixdorf
68d085571d
Add "Tiny" thumbnail size
Closes #428
2020-01-29 11:04:25 +01:00
Jakob Nixdorf
fe6a16fdc8
Scale the LetterBitmap with the tile size 2020-01-29 11:03:59 +01:00
Jakob Nixdorf
47dfd689d5
Update some dependencies 2020-01-29 09:40:19 +01:00
Jakob Nixdorf
692871448b
Migrate to AndroidX
This should fix the crash in the IntroActivity introduced by upgrading Gradle in 718d3a889e
2020-01-29 09:14:18 +01:00
duchampdev
28c0105d73 dialog_manual_entry.xml: do not use auto-completion for secret
When manually entering details, the secret is currently visible and completed by the keyboard. This may occur learning of the secret by the keyboard. In order to prevent this, use inputType "textVisiblePassword". This keeps the secret visible but disables auto-completion.
2019-11-16 00:37:20 +01:00
zp z
05f0520c80 change 簡體中文 to 简体中文 2019-11-02 19:34:45 +08:00
Jakob Nixdorf
4f76f6a01d
Create the letter thumbnail from the issuer first
Only if the issuer is not set create it from the label
2019-10-31 14:32:14 +01:00
Jakob Nixdorf
bb01bbd242
Introduce different card layouts 2019-10-31 14:19:45 +01:00
Jakob Nixdorf
ce39c637d3
Fix settings crash if fragment isn't initialized 2019-10-31 14:00:40 +01:00
Jakob Nixdorf
494c595622
Fix adding an entry via intent 2019-10-31 13:43:16 +01:00
Jakob Nixdorf
67fbed0cca
Merge branch 'master' into auto-backup 2019-10-31 13:23:30 +01:00
Jakob Nixdorf
551c73c637
Fix intent-handling logic
* Strip the intent action after handling so it doesn't get evaluated multiple times
 * Only check intents after authentication
2019-10-31 09:42:12 +01:00
Jakob Nixdorf
20a4512699
Merge pull request #393 from schwedenmut/Register-andOTP-as-intent-receiver
Implemented intent-filter to receive otpauth requests
2019-10-31 09:36:58 +01:00
Jakob Nixdorf
cdf567959e
Don't recreate the SettingsActivity when the highlight option changes 2019-10-31 07:25:42 +01:00
Jakob Nixdorf
c2efe24c7b
Merge branch 'master' into feature/311 2019-10-31 07:22:31 +01:00
Ullas-Aithal
9a4cd2dce9 Added option to allow user to enable/disable token highlighting when it's about to expire. 2019-10-30 21:19:09 -05:00
Ullas-Aithal
0f32b69a9d Modified code to change color on expiry only for OTP values. 2019-10-30 19:26:30 -05:00
Jakob Nixdorf
42a9b393f5
Simplify the About screen
* Drop the "Translators" link (too many by now to manually keep a list of them)
 * Unify the "Report bugs" and "Translate" links into one "Support development" link that leads to the corresponding section in the Readme
2019-10-30 15:12:32 +01:00
Jakob Nixdorf
2ea3761256
Unify the saveEntries function for the adapter 2019-10-30 11:52:59 +01:00
Jakob Nixdorf
3516b7b90d
Revert "Move backup function to any saveDatabase call"
This reverts commit 7c60a06532.
2019-10-30 11:35:25 +01:00
Jakob Nixdorf
2f50a7d1d3
Merge pull request #409 from FingerlessGlov3s/master
Add OPNsense, LibreNMS and PIA Icons
2019-10-30 10:56:19 +01:00
Jakob Nixdorf
6af7346a95
Merge pull request #417 from Ullas-Aithal/bugfix/408
Fixed black navigation bar for OxygenOS devices #408
2019-10-29 15:34:36 +01:00
Jakob Nixdorf
75cf887bba
Merge pull request #391 from LizardWithHat/Hide_otp_card_on_screen_off
Workaround: Hide otp card on screen off (#264)
2019-10-29 15:27:33 +01:00
Ullas-Aithal
17befc6ffe Fixed black navigation bar for OxygenOS devices #408 2019-10-28 19:59:19 -05:00
Ullas-Aithal
9a3b408720 Implemented #311. OTP details will turn red if it's about to expire in 8 seconds. 2019-10-26 21:15:54 -05:00
FingerlessGlov3s
029d964795 Update icons to 128px 2019-10-26 20:30:31 +01:00
FingerlessGlov3s
0aade46d77 Add OPNsense, LibreNMS and PIA Icons 2019-10-26 19:34:27 +01:00
RichyHBM
7c60a06532 Move backup function to any saveDatabase call 2019-10-20 16:51:45 +01:00
RichyHBM
9b9974a163 Add settings for auto backup 2019-10-20 16:43:22 +01:00
Jakob Nixdorf
0f54078ddf
Use an enum instead of strings for the search values 2019-10-20 15:14:19 +02:00
Jakob Nixdorf
6a1da061dd
Fix typo and minor rewording 2019-10-20 15:01:21 +02:00
Jakob Nixdorf
aef558b8a2
Hide label if empty 2019-10-20 14:49:20 +02:00
Jakob Nixdorf
debd6afbc5
Add setting to specify which values should be searched
Closes #327
2019-10-20 14:44:17 +02:00
Jakob Nixdorf
bdd1a0e7d0
Merge pull request #389 from schwedenmut/Add-automatic-icon-mapping-if-issuer-is-provided--388
Add automatic icon mapping if issuer is provided
2019-10-20 12:57:36 +02:00
Jakob Nixdorf
7670302577
Merge pull request #372 from lucavallerini/split-issuer-label
Fix #258: save and show issuer and label separately
2019-10-20 12:57:05 +02:00
Jakob Nixdorf
266f0e4206
Merge pull request #366 from moritzgloeckl/gen_new_hotp_hidden
Instantly generate new code when showing hidden code for HOTP token
2019-10-20 12:48:50 +02:00
Jakob Nixdorf
7c34318c40
Bump to version 0.6.3.1 2019-10-19 10:04:22 +02:00
RichyHBM
70a7adcfc8 Create an encrypted backup when ever a new entry is added, if the following conditions are met: Have write permissions, Using date appended filenames, Not requesting the user for the backup name, Have valid backup directory, Have set an encrypted backup password 2019-10-12 11:45:31 +01:00
Jakob Nixdorf
be994a0093
Introduce build flavors
* "fdroid": Shows donate options in the About activity
 * "play": Doesn't show donate options (yet)
2019-10-11 17:19:49 +02:00
Jakob Nixdorf
9bc3f20a62
Bump to version 0.6.3 2019-10-06 13:15:12 +02:00
Jakob Nixdorf
583f13dc74
Force usage of English locales to save the auth method 2019-10-06 13:10:40 +02:00
Jakob Nixdorf
b50388fbf6
New translations from Crowdin 2019-10-04 13:18:03 +02:00
Marc Schwede
1a6ea7d514 Implemented intent-filter to receive otpauth requests 2019-10-03 09:25:01 +02:00
Martin Betcher
7a850c408a Check for OTP CardList Visibility regardless of AuthMethod 2019-10-02 21:54:14 +02:00
Martin Betcher
d289bcbe06 Hide OTP Cards on Screen-Off for Device Credentials authentication 2019-10-02 21:42:09 +02:00