Jakob Nixdorf
f21625a478
Merge pull request #421 from andOTP/auto-backup
...
Add more auto backup settings
2020-02-02 12:31:53 +01:00
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
RichyHBM
3a337700d9
Code review changes
2020-01-30 08:10:03 +00: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
RichyHBM
75bd941187
Merge branch 'master' into auto-backup
2020-01-30 07:54:12 +00: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
3ac69edd26
Update Changelog
2020-01-29 12:41:40 +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
6063472d6c
Update Gradle
2020-01-29 09:46:09 +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
Jakob Nixdorf
d51901c002
Merge pull request #449 from asmw/master
...
andOTP-decypt now supports the new password format
2020-01-10 16:15:53 +01:00
asmw
dcc86c5964
andOTP-decypt now supports the new password format
2020-01-09 22:24:59 +01:00
Jakob Nixdorf
718d3a889e
Update Gradle
2019-12-06 14:51:12 +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
Jakob Nixdorf
3b84146548
Merge pull request #423 from zhangzp9970/master
...
change 簡體中文 to 简体中文
2019-11-04 12:33:16 +01:00
RichyHBM
a644eace4a
Allow overriding exsisting backup rather than requiring new file each time
2019-11-02 11:48:04 +00:00
RichyHBM
70a194ca5c
Add option to auto backup on any edits to entries
2019-11-02 11:44:42 +00: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
8fe201b179
Merge pull request #397 from andOTP/auto-backup
...
Create an encrypted backup when ever a new entry is added
2019-10-31 13:24:13 +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
e8cd9bbd6d
Merge pull request #410 from Ullas-Aithal/feature/311
...
Implemented #311 . OTP details will turn red if it's about to expire in 8 seconds.
2019-10-31 07:22:49 +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
f45af5ff9e
Modify .gitignore
2019-10-30 15:21:12 +01: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
d062f3b79b
Update Readme
2019-10-30 14:46:34 +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
Jakob Nixdorf
c75e9f9da7
Merge pull request #405 from TotalCaesar659/patch-1
...
Update links to HTTPS
2019-10-29 14:48:32 +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
TotalCaesar659
e98a8a65e7
Update links to HTTPS
2019-10-22 05:40:32 +03:00
RichyHBM
7c60a06532
Move backup function to any saveDatabase call
2019-10-20 16:51:45 +01:00