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
Ullas-Aithal
1ca16cb07a
Implemented #373 . Added code to move the activity to background after copy to clipboard is selected. This causes the app to 'minimize' and the homescreen will be brought up. Added checkbox in app settings to enable/disable this feature. Added appropriate english strings
2019-10-02 18:28:42 -05: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
Marc Schwede
cf39fa3c77
Added automatic icon mapping if issuer is provided
...
Necessary additions:
- cases insensitive search for thumbnails inside enum
2019-10-01 15:05:05 +02:00
Martin Betcher
7ada5ae6a5
added ability to ask for reauthentification after device inactivity
2019-09-25 22:25:35 +02:00
Jakob Nixdorf
149e7f1a7d
Update README
2019-09-24 11:57:47 +02:00
Jakob Nixdorf
d85085afb9
Bump to version 0.6.3-beta1
2019-09-20 07:28:29 +02:00
Jakob Nixdorf
95cd8d8785
Customize SecureCaptureActivity
...
Apply theme and locales and set some flags (fullscreen and HW acceleration)
2019-09-20 07:10:06 +02:00
Jakob Nixdorf
65f0aca4d2
Remove old CaptureActivity in favor of SecureCaptureActivity
2019-09-20 06:50:52 +02:00
Jakob Nixdorf
8ced5b9f14
Merge pull request #386 from schwedenmut/AuthenticationActivity-is-missing-secure-flag-and-can-be-screencaptured-#378
...
Authentication activity is missing secure flag and can be screencaptured #378
2019-09-20 06:48:15 +02:00
Marc Schwede
a4e82c84b6
Update AndroidManifest.xml
2019-09-19 10:24:01 +02:00
Marc Schwede
d6edb612e5
Merge branch 'master' into AuthenticationActivity-is-missing-secure-flag-and-can-be-screencaptured-#378
2019-09-19 09:43:12 +02:00
Jakob Nixdorf
408c7549ce
New thumbnail: Lichess
...
Closes #355
2019-09-19 09:18:07 +02:00
Jakob Nixdorf
8ba9984567
Prevent taking screenshots of the AuthenticationActivity
2019-09-19 08:59:54 +02:00
Jakob Nixdorf
9b639301bf
New donation link
2019-09-19 08:48:53 +02:00
Jakob Nixdorf
be0926bda1
Hardcode @color/black
...
Some custom ROMs do strange stuff with @android:color/black, messing up the themes.
This makes sure at least the black theme is always black (for OLED devices).
2019-09-17 16:22:11 +02:00
Jakob Nixdorf
3fa60bcc12
Merge pull request #371 from HarryJohnso/system-navbar-style
...
White navbar in light theme
2019-09-17 16:05:46 +02:00
HarryJohnso
6ed3b5679c
Final navbar color
2019-09-17 23:55:17 +10:00
Jakob Nixdorf
51030f0aa7
Merge pull request #314 from DanielWeigl/master
...
ensure the filterstate is correctly applied after onCreate and onRestore
2019-09-17 15:51:02 +02:00
Jakob Nixdorf
47bf420eb3
Revert "Update Gradle version"
...
This broke some stuff, reverting for now...
This reverts commit c16840171e
.
2019-09-17 14:54:55 +02:00
HarryJohnso
4cdf2c1448
Changing to base themes
2019-09-17 21:21:48 +10:00
Jakob Nixdorf
c16840171e
Update Gradle version
2019-09-17 10:07:43 +02:00
Jakob Nixdorf
945e586a2f
Refactor Storage Access code
2019-09-17 09:00:32 +02:00
Jakob Nixdorf
27121c62dc
Add the hardware acceleration flag for the camera
2019-09-17 07:16:42 +02:00
Jakob Nixdorf
be51587da2
New thumbnail: Joomla
...
Fixes #385
2019-09-17 07:08:20 +02:00
Jakob Nixdorf
836e0ccf45
Add information dialog about the new encryption
2019-09-16 17:12:52 +02:00
Jakob Nixdorf
d5e2bfefbd
New thumbnail: LinkedIn
...
Fixes #383
2019-09-16 16:51:00 +02:00
Jakob Nixdorf
277b2ae412
New thumbnail: Crowdin
...
Fixes #369
2019-09-16 16:43:22 +02:00
Jakob Nixdorf
5028237050
Merge branch 'master' of github.com:andOTP/andOTP
2019-09-16 16:27:25 +02:00
Jakob Nixdorf
556103db62
Forces the tokens to use the ENGLISH locale
...
Fixes #359
2019-09-16 16:27:11 +02:00
Jakob Nixdorf
68df1793b2
Merge pull request #350 from andOTP/fix-333
...
Fix all tags only selecting visible tags
2019-09-16 14:50:29 +02:00
Jakob Nixdorf
f3d0d4c2b8
Merge pull request #357 from schwedenmut/356-Add-fokus-to-pin-password-at-login
...
Password/pin field extended with direct focus
2019-09-16 14:46:37 +02:00
Jakob Nixdorf
6ef107fb59
Merge pull request #362 from nbuechner/master
...
new thumbnail for Diaspora
2019-09-16 13:17:42 +02:00
Jakob Nixdorf
5cecafe615
Merge branch 'master' into master
2019-09-16 13:09:24 +02:00
Jakob Nixdorf
2dcb87f590
Merge pull request #368 from yegortimoshenko/qr-code
...
QR-Code -> QR code
2019-09-16 13:02:34 +02:00
Jakob Nixdorf
d96b0373d9
Improve security of the password-protected backups
...
This adds a new encryption for the password-protected backups that uses a proper key derivation function (PBKDF2).
Import of the old backups is still supported, new backups are forced to use the new encryption.
2019-09-16 12:25:43 +02:00
Marc Schwede
7bdd2f444c
Extended zxing-android-embedded CaptureActivity to secure 2FA QR Codes
2019-09-11 15:12:24 +02:00
Marc Schwede
491a600f9b
Added secure flag to AuthenticationActivity
...
Partially fixes andOTP/andOTP#378
2019-09-11 14:38:56 +02:00
Yegor Timoshenko
43bc1dc6b2
Apply @joschi's feedback wrt spelling QR code in different locales
2019-08-31 22:33:07 +00:00
Luca Vallerini
5db1c587b3
Save and show issuer and label separately
2019-08-04 12:23:58 +02:00
HarryJohnso
e43d304d83
Adding the styles
2019-08-02 08:10:43 +10:00
Yegor Timoshenko
69a439564b
QR-Code -> QR code
2019-07-14 23:01:54 +03:00
Moritz Glöckl
1e1695634f
Added functionality to instantly generate new code when showing hidden code for HOTP token #334
2019-07-09 21:09:13 +02:00
Jakob Nixdorf
2f77fe4644
Merge pull request #349 from andOTP/0-6-3-thumbnails
...
Add tumbnails for milestone 0.6.3
2019-07-01 17:21:30 +02:00
Richy HBM
b2812e0a52
Merge branch 'master' into 0-6-3-thumbnails
2019-06-30 21:26:44 +01:00
Jakob Nixdorf
b422b21ed1
Merge pull request #343 from CalebBurton/feature/thumbnails
...
New thumbnails: Betterment, Namecheap, Privacy.com, Robin Hood
2019-06-30 14:10:44 +02:00
Jakob Nixdorf
ce1294f11c
Merge pull request #364 from Mikescops/feature/add-Dashlane-tumbnail
...
Add Dashlane thumbnail
2019-06-30 14:09:09 +02:00
Corentin Mors
77e512d138
Add Dashlane thumbnail
2019-06-28 14:18:23 +02:00