Commit graph

1157 commits

Author SHA1 Message Date
Santiago Garcia Mantinan
01feaa2ecc Second attempt to port our MOTP implementation to an up to date andOTP.
This has been lagging around due to several things.
I have also struggled to get my branch in sync with master, so I have
built patches and applied them directly to mater here.
Let's see if this time I can finally get this pushed and submit a pull request.
2020-08-07 11:53:09 +02:00
mantinan
fba943c675
Merge pull request #1 from andOTP/master
Update my fork
2020-08-06 09:33:24 +02:00
Jakob Nixdorf
9237c1e423
Merge pull request #597 from ivanlewin/master
Added 5 new thumbnails
2020-07-21 21:36:57 +02:00
ivanlewin
c9993a3ac6 added changes requested by @ziegenberg except for the path of thumb_mercadolibre.xml 2020-07-20 19:58:50 -03:00
ivanlewin
c78a225b8d add thumbnail for Unity 2020-07-10 22:37:43 -03:00
ivanlewin
9e6fe1ced0 add thumbnail for Ripio 2020-07-10 22:29:19 -03:00
ivanlewin
000a46b6ed add thumbnail for pluralsight 2020-07-10 22:27:11 -03:00
ivanlewin
fd6d8971a1 add thumbnail for MercadoLibre 2020-07-10 22:26:23 -03:00
ivanlewin
d5b101f643 add thumbnail for 23andMe 2020-07-10 22:25:14 -03:00
Jakob Nixdorf
b8d36c337f
Bump to version 0.8.0-beta1 2020-07-07 07:13:53 +02:00
Jakob Nixdorf
5dca0b41f0
Accessibility improvements (part 2) 2020-06-19 07:02:21 +02:00
Jakob Nixdorf
3440f93ab4
Accessibility improvements (part 1) 2020-06-18 07:24:01 +02:00
Jakob Nixdorf
8db6188e2b
Add a setting to block autofill access to password fields
Closes #493
2020-06-16 07:29:51 +02:00
Jakob Nixdorf
ae0d8353e3
Show auto backup requirements in the Settings
Closes #492
2020-06-15 07:21:54 +02:00
Jakob Nixdorf
8dc46efaf9
Merge pull request #582 from jsoberg/#580-ConfirmPasswordFieldVisibility
#580 confirm password field visibility
2020-06-12 06:37:42 +02:00
Jakob Nixdorf
c6a32b0746
Update CHANGELOG 2020-06-10 07:20:11 +02:00
Jakob Nixdorf
9d370f43b4
Remove new backup format warning
It's been there for a while, should not be needed anymore.
2020-06-10 07:00:04 +02:00
Jakob Nixdorf
41e398d100
Merge pull request #560 from shivasheeshyadav/issuer_strip
stripped issuer from label and updated unit tests
2020-06-10 06:42:21 +02:00
Jakob Nixdorf
759d4217bd
Merge branch 'master' into issuer_strip 2020-06-10 06:31:01 +02:00
Jakob Nixdorf
e2de15ee5e
Merge pull request #544 from ziegenberg/update-gradle
first step towards 0.8.0
2020-06-10 06:28:40 +02:00
Jakob Nixdorf
edbaf97b56
Merge pull request #575 from FeuRenard/icon-weclapp
Add weclapp icon
2020-06-10 06:21:50 +02:00
Daniel Ziegenberg
a6441a11e8 update CHANGELOG.md
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
162e112950 cleanup and remove unused toast message for backup directory
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
3402c04a98 min API Level was set to 22 (Lollipop 5.1)
toast message for pre lollipop no longer needed

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
59bce328c3 replace anonymous new OnNavigationBlockedListener() with lambda
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
ad8504ef39 replace anonymous new EncryptionFragment.EncryptionChangedCallback() with lambda
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
57775918c0 Variable 'encryptionKey' initializer 'null' is redundant
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
2a78396101 (FIX) update year to current in copyright in license file
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
df6c7cd416 Java 8 library desugaring in D8 and R8
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
ed01237fad DSL element 'android.dataBinding.enabled' is obsolete and has been replaced with 'android.buildFeatures.dataBinding'.
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
98e4bce319 use linting in debug builds
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
65b89bd2b1 use build caching for faster builds and output gradle warning
use newline at end of file

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
ffce3778f7 Update README to reflect changes in minimum supported Android Version
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
f225786897 (FIX) update year to current in copyright in license file
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Daniel Ziegenberg
a279af268a update gradle to 6.4
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-06-09 18:17:49 +02:00
Yadav
398e89d9ec fixed tests 2020-06-09 21:14:36 +05:30
Jakob Nixdorf
9070f90111
Merge pull request #576 from jsoberg/#149-EnglishStringSuggestions
#149 English String suggestions
2020-06-09 07:13:18 +02:00
Yadav
364f7402b8 fixed logic to get stripped label 2020-06-08 21:47:04 +05:30
Joshua Soberg
ef06b12078 Consolidate password/pin field setup code into separate methods 2020-06-06 12:23:07 -04:00
Joshua Soberg
5e40bb3ea3 Fixes #580 - Set an endIconClickListener, and set password/confirm transformation methods accordingly
Begin using `endIconMode` instead of the deprecated `passwordToggleEnabled` for the password field's TextInputLayout
2020-06-06 11:56:51 -04:00
Jakob Nixdorf
1929e5bdc1
Merge branch 'master' of github.com:andOTP/andOTP 2020-06-05 07:28:39 +02:00
Jakob Nixdorf
78f9463f93
Enable appending the date to backups by default 2020-06-05 07:28:12 +02:00
Jakob Nixdorf
75fe44c6e4
Merge pull request #570 from jsoberg/#569-NumberParsingValidation
Fixes #569 - Validate expected Integer input for the Digits and Perio…
2020-06-05 07:11:45 +02:00
Jakob Nixdorf
fa41e0bf8d
Merge pull request #571 from jsoberg/RemovalTextGrammarFix
Quick grammar fix in removal text, from "want do remove" to "want to …
2020-06-05 07:03:06 +02:00
Jakob Nixdorf
fff5a9079d
Don't backup when updating last used and on move 2020-06-05 06:56:32 +02:00
Joshua Soberg
86559fc8be #149 - Reword authentication confirmation message 2020-06-01 20:34:42 -04:00
Joshua Soberg
74c35ae7bc #149 - Reword settings saved confirmation message
The original sentence was fine as is, but moving the "now" seems to sound more natural
2020-06-01 20:32:35 -04:00
Joshua Soberg
08b2e5c3a4 #149 - Modify KeyStore error message
Use "be lost" instead of "get lost" in first sentence
Modify second sentence to sound more natural
2020-06-01 20:11:48 -04:00
FeuRenard
f5409ce40f Reduce image size
XML refactorings:
* remove default values
* format
2020-06-01 15:39:08 +02:00
Joshua Soberg
9e921383ed #149 - Modify authentication method setting intro step strings
Use "setup and authentication method" instead of "setup an authentication"
Add "your" before "encryption method" to sound more natural, and add a comma for better flow
2020-05-31 20:09:12 -04:00