Commit graph

1168 commits

Author SHA1 Message Date
Michael Langer
4570458708 added option to focus the search immediately after opening the app (resolves #654) 2020-10-01 23:49:52 +02:00
Michael Langer
03d6ed9968 added option to automatically unlock after the password has been filled in by autofill 2020-10-01 20:18:18 +02:00
Jakob Nixdorf
52b7720217
Bump to version 0.8.0-beta2 2020-09-27 10:59:11 +02:00
Jakob Nixdorf
129c07f9d9
Remove language region
Fixes #567
2020-09-25 07:47:52 +02:00
Jakob Nixdorf
12d81e2135
Update dependencies 2020-09-25 06:28:49 +02:00
Jakob Nixdorf
f358dabcb1
Merge pull request #634 from jsoberg/#631-AdapterPositionSafetyForNPE
#631 - Fix NPE from invalid adapter position
2020-09-25 06:12:21 +02:00
Jakob Nixdorf
8b6b76b1d7
Merge pull request #640 from jsoberg/#638-SettingsNpeFix
#639 Shared Preference NPE Fix
2020-09-25 06:02:11 +02:00
Jakob Nixdorf
0ea8ef6a27
Merge pull request #641 from jsoberg/#638-PasswordConfirmationMethod
#638 - Convert all password views with confirmation field to share toggle state
2020-09-25 05:58:23 +02:00
Jakob Nixdorf
a44021bd45
Merge pull request #608 from ziegenberg/additional-icons-6
Additional icons - Part 6
2020-09-25 05:43:17 +02:00
Joshua Soberg
3a41344d1d Use endIconMode instead of passwordToggleEnabled, since passwordToggleEnabled is now deprecated 2020-09-05 12:52:03 -04:00
Joshua Soberg
b0c56b38f7 Fixes #638 - Convert all other views that use a password confirmation field to use the password confirmation utility 2020-09-05 12:50:57 -04:00
Joshua Soberg
9d97832e8c #638 - Convert IntoScreenActivity to use the password confirmation method utility 2020-09-05 12:49:53 -04:00
Joshua Soberg
30bd3f61e8 #638 - Added a utility to centralize code for setting input/confirm password transformation methods 2020-09-05 12:47:27 -04:00
Joshua Soberg
28be98ea38 #639 - Unregister MainActivity shared pref listener so that we aren't leaving callbacks to a destroyed activity 2020-09-04 16:02:37 -04:00
Joshua Soberg
fef9b4b9c2 Fixes #639 - Unregister shared preference change listener so that we aren't leaving callbacks to a destroyed activity
Make fields in SettingsActivity/SettingsFragment private
2020-09-04 15:59:28 -04:00
Daniel Ziegenberg
97a68a95ee (FIX #602) add thumbnail for Clubhouse
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:29:04 +02:00
Daniel Ziegenberg
3f5fff86ef add thumbnail for Infomaniak
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:29:04 +02:00
Daniel Ziegenberg
d324e47011 (FIX #594) add thumbnail for ESEA
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:29:03 +02:00
Daniel Ziegenberg
939b60ce5f remove unused namespace declaration
reduce path precision
remove unnecessary attributes

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:29:03 +02:00
Daniel Ziegenberg
4fbd940f33 resize ubnt thumbnail for performance reasons
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:29:03 +02:00
Daniel Ziegenberg
412117d388 (FIX #578) add thumbnail for AutoDNS
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:29:02 +02:00
Daniel Ziegenberg
906f4ff182 (FIX #585) add thumbnail for roundcube
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:29:02 +02:00
Daniel Ziegenberg
a2b05142d0 (FIX #563) add thumbnail for openvpn
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:29:01 +02:00
Daniel Ziegenberg
7680c0c898 add thumbnail for ntp pool project
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:29:00 +02:00
Daniel Ziegenberg
940f801656 (FIX #601) add thumbnail for Mintos
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:27:31 +02:00
Daniel Ziegenberg
73e031c601 (FIX #609) add thumbnail for noyb
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:27:30 +02:00
Daniel Ziegenberg
aa455afcc0 (FIX #619) add thumbnail for G2A
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:27:30 +02:00
Daniel Ziegenberg
0676874127 (FIX #611) add thumbnail for CoinTracker
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:27:29 +02:00
Daniel Ziegenberg
c86fb79a7c (FIX #610) add thumbnail for cyon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:27:29 +02:00
Daniel Ziegenberg
ed8dd4183d (FIX #615) add thumbnail for QNAP
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:27:29 +02:00
Daniel Ziegenberg
b38e7b4c9d (FIX #607) add thumbnail for Digitec Galaxus
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:27:28 +02:00
Daniel Ziegenberg
acc097a7e4 (FIX #605) add thumbnail for Wordfence
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-08-31 18:27:28 +02:00
Jakob Nixdorf
aab9c1af00
Merge pull request #623 from ivanlewin/master
added thumbnail for Samsung
2020-08-28 05:43:32 +02:00
Joshua Soberg
2e36e0ecef #631 - Make sure that we have a valid adapter position before issuing callbacks that require position 2020-08-21 11:31:54 -04:00
ivanlewin
b33ab586fd added thumbnail for Samsung 2020-08-11 20:42:31 -03:00
RichyHBM
5ae8951326 Add android sync toggle to initial flow 2020-08-11 08:52:38 +01:00
Alexandre Macabies
662309d4d5 Add thumbnail for Alwaysdata
https://help.alwaysdata.com/en/security/two-factor-authentication/
2020-08-10 20:32:22 +02:00
RichyHBM
18fdbb96ce Add additional log lines to inform of the sync state 2020-08-10 18:01:05 +01:00
Santiago Garcia Mantinan
6f021386e1 Get back to old defaults.
Rewrite MD5 calculator to use Java's md5 implementation
Remove MD5.java
2020-08-10 10:04:55 +02:00
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
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
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
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
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
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
Joshua Soberg
e488b92baf #149 - Modify password/PIN intro description
Mostly rewording the "advantage" sentence to flow better
2020-05-31 19:54:33 -04:00
Joshua Soberg
8a3b96a831 #149 - Modify the initial intro description
Separate the initial sentence into two separate sentences for better flow
Use "Please pay attention and read carefully to avoid losing data"; this is subjective, but it seems to flow better than the original sentence
2020-05-31 19:33:47 -04:00
Joshua Soberg
a32a767d74 #149 - Modify the encryption-type intro description
Use a comma in first sentence for better flow
Change "only stores them in encrypted data files" to "andOTP uses encryption to store account data"
2020-05-31 19:14:32 -04:00
Joshua Soberg
8f70eb7577 #149 - Modify the KeyStore intro description/warning
Add commas where (seemingly) appropriate, for better flow
Specify andOTP (or the appropriate subject) in some cases instead of "the" or "it"
Use the term "hardware-based encryption" instead of "hardware cryptography"
2020-05-31 19:00:24 -04:00
FeuRenard
29d4e8992d Add weclapp icon 2020-05-31 13:18:46 +02:00
Joshua Soberg
175fb90caf #569 - Validate counter value when set from the EntriesCardAdapter 2020-05-29 15:02:31 -04:00
Joshua Soberg
9b7b6c0a80 Quick grammar fix in removal text, from "want do remove" to "want to remove" 2020-05-29 09:45:10 -04:00
Joshua Soberg
7c283980ff Fixes #569 - Validate expected Integer input for the Digits and Period fields, and expected Long input for the Counter field 2020-05-29 09:33:53 -04:00
Jakob Nixdorf
34a7875c4b
Remove deprecation notice 2020-05-29 07:01:08 +02:00
Jakob Nixdorf
a5ca64b336
Minor cleanup and improvement 2020-05-28 20:37:41 +02:00
Jakob Nixdorf
82c71bc170
Make broadcast backups work with the new storage access 2020-05-28 07:40:18 +02:00
Jakob Nixdorf
fc1667b72e
Refactor backup file creation 2020-05-28 07:05:35 +02:00
Jakob Nixdorf
bd2f359628
Make auto backup work with the new storage access 2020-05-28 06:42:04 +02:00
Jakob Nixdorf
34ac28189c
Always ask for the file on restore 2020-05-28 06:31:05 +02:00
Jakob Nixdorf
1caa4a67f5
Fix manual backups with selected default location 2020-05-27 09:47:28 +02:00
Jakob Nixdorf
356815d7e7
Add new persistent storage preference 2020-05-27 09:11:13 +02:00
Jakob Nixdorf
bf89bca9b4
Drop the permission request for importing QR codes 2020-05-27 07:22:41 +02:00
Jakob Nixdorf
71619525c8
Drop the permission request for manual backups
WIP: Selecting the backup folder in the settings is broken now
2020-05-27 07:06:32 +02:00
Jakob Nixdorf
9218be314e
Drop the Storage permissions
We will use the Storage Access Framework for everything from now on
2020-05-27 07:01:57 +02:00
Jakob Nixdorf
3b6121157a
Bump minSdk to 22 2020-05-27 06:59:26 +02:00
Jakob Nixdorf
eaa9123b43
Select thumbnails case insensitive
Fixes #564
2020-05-27 06:38:56 +02:00
Jakob Nixdorf
30b0b5747e
Bump to version 0.7.1.1 2020-05-26 06:32:09 +02:00
Jakob Nixdorf
5215308a1a
Reset cacheEncKey after use 2020-05-26 06:28:09 +02:00
Jakob Nixdorf
c1d6c6b2b8
Cache the encryption key when recreating the settings activity after settings changes 2020-05-25 17:01:11 +02:00
Jakob Nixdorf
cdc54028b3
Cache the encryption key when recreating the main activity after settings changes 2020-05-25 16:53:54 +02:00
Jakob Nixdorf
73f8c14ec3
Fix tap to reveal migration 2020-05-25 15:51:24 +02:00
Jakob Nixdorf
a847a43acf
Bump to version 0.7.1 2020-05-25 07:04:59 +02:00
Jakob Nixdorf
034b9ed5dd
Merge pull request #557 from ziegenberg/additional-icons-4
Additional icons - Part 4
2020-05-25 06:58:21 +02:00
Jakob Nixdorf
22c57c9d5b
Update translations from Crowdin
New translation: Bulgarian
2020-05-25 06:57:17 +02:00
Yadav
00110d2f02 stripped issuer from label and updated unit tests 2020-05-20 22:36:12 +05:30
Daniel Ziegenberg
962bded4e2 (FIX #555) add thumbnail for mint.com
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-18 23:18:01 +02:00
Daniel Ziegenberg
d1ed312d0f (FIX #457) add thumbnail for prey
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-18 22:29:21 +02:00
Daniel Ziegenberg
6b1e273742 (FIX #556) add thumbnail for usaa
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-18 22:10:58 +02:00
Daniel Ziegenberg
40f2702ff9 (FIX #554) add thumbnail for login.gov
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-18 22:08:52 +02:00
Jakob Nixdorf
a7eb972843
Merge pull request #548 from ziegenberg/additional_icons3
Additional icons - Part 3
2020-05-18 21:26:50 +02:00
atjn
f8debcc2b2 Update Ubiquiti logo 2020-05-16 15:37:12 +02:00
Jakob Nixdorf
adf4ab439c
Bump to version 0.7.1-beta2 2020-05-15 20:11:16 +02:00
Daniel Ziegenberg
57232385c7 (FIX #446) add thumbnail for passwordstate
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-14 02:53:53 +02:00
Daniel Ziegenberg
210469c64e (FIX #455) add thumbnail for no starch press
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-14 01:15:47 +02:00
Daniel Ziegenberg
c411b1dd58 (FIX #525) add thumbnail for mvps.net
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-14 01:08:28 +02:00
Daniel Ziegenberg
281e2b2844 (FIX #517) add thumbnail for parsecgaming
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-14 00:59:52 +02:00
Daniel Ziegenberg
846117a209 (FIX #547) add thumbnail for mongodb
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:44:18 +02:00
Daniel Ziegenberg
fdf0731bc4 limit hurricane electric vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:44:18 +02:00
Daniel Ziegenberg
e9a6156666 limit scaleway vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:44:18 +02:00
Daniel Ziegenberg
5af7fac135 limit dropbox vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:44:18 +02:00
Daniel Ziegenberg
e273272b72 reduced precision of path data for cozycloud to fullfill android studio recommended limits for character count in path data
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:44:18 +02:00
Daniel Ziegenberg
ea3978fadf limit denic vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:44:18 +02:00
Daniel Ziegenberg
f0c70849f6 limit nintendo vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:44:18 +02:00
Daniel Ziegenberg
637f9ac38f limit cozycloud vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:44:18 +02:00
Daniel Ziegenberg
7a1a868287 limit itchio vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:44:18 +02:00
Daniel Ziegenberg
b14ba0a39d reduced precision of path data for lastpass to fullfill android studio recommended limits for character count in path data
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:44:18 +02:00
Daniel Ziegenberg
522252910e change vk log to the original, the currently used one was distorted
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:43 +02:00
Daniel Ziegenberg
dc25067c0c limit stripe vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:43 +02:00
Daniel Ziegenberg
43b8ae4481 limit patreon vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:43 +02:00
Daniel Ziegenberg
8eddb2cdfc limit mailcow vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:43 +02:00
Daniel Ziegenberg
3464e4a858 limit ifttt vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:43 +02:00
Daniel Ziegenberg
0428510a77 limit hackerone vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:43 +02:00
Daniel Ziegenberg
74813471b3 limit coinbase vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:43 +02:00
Daniel Ziegenberg
e977ad6b66 limit backblaze vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:43 +02:00
Daniel Ziegenberg
118a9a4dad limit airtable vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:43 +02:00
Daniel Ziegenberg
7427589d5b limit ubisoft vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:43 +02:00
Daniel Ziegenberg
d6badd1320 limit uber vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:43 +02:00
Daniel Ziegenberg
b17fe38f25 limit synology vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:42:40 +02:00
Daniel Ziegenberg
27040defe7 limit snapchat vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
01084047ba limit paysafecard vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
72d10c09bd limit kraken vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
fa5b192dfe limit nas vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
df3a5ae873 limit gitlab vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
3aa395cb30 limit digitalocean vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
5f2b2d0dbd limit amazonwerbservices vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
bc24b15bcc limit terminal vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
2e9f34be3a limit steam vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
d64c60b677 limit ovh vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
7ee73de726 limit linode vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
0fffa80da5 limit kickstarter vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
e341bc0099 limit humblebumble vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
9f51d70622 limit git vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
90e0e68d6a limit facebook vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
9322436428 limit discord vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
068db8cd03 limit angellist vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
8a85a15656 limit tutanota vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
e33e96ef13 limit teamviewer vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
6c6d7c8b8e limit paypal vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
6db3fda4f6 limit origin vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
0190ee37b7 limit mixer vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
ee81b0c4f3 limit mega vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
47ebe111ed limit mailgun vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
eb192fe313 limit google vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
5934ef7794 limit bitbucket vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
299c55b057 limit apple vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
c1c8d67ebb limit twitter vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
f030591982 limit twitch vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
db4a787c6b limit tumblr vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:40:09 +02:00
Daniel Ziegenberg
6befae3b16 limit openvz vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:11 +02:00
Daniel Ziegenberg
c699b9755e limit github vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:11 +02:00
Daniel Ziegenberg
a335d0c136 limit gitea vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:11 +02:00
Daniel Ziegenberg
fb87825969 limit evernote vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:11 +02:00
Daniel Ziegenberg
7fe7bb22a8 limit computerbase vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:11 +02:00
Daniel Ziegenberg
5c5f1f9a46 limit cloudflare vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:11 +02:00
Daniel Ziegenberg
779eddec77 limit bitcoin vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:11 +02:00
Daniel Ziegenberg
73a547f949 limit figma vector image to a maximum of 200 x 200 dp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:11 +02:00
Daniel Ziegenberg
b1d97c4a29 (FIX #523) add thumbnail for Lobsters
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:11 +02:00
Daniel Ziegenberg
29f11a09c4 (FIX #515) add thumbnail for Greenhost
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:11 +02:00
Daniel Ziegenberg
0a3b1a14e7 (FIX #484) add thumbnail for VEXXHOST
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:11 +02:00
Daniel Ziegenberg
7e2a8b662a (FIX #511) add thumbnail for figma
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:36:06 +02:00
Daniel Ziegenberg
f9f62727ee (FIX #503) add thumbnail for pretix
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:29:39 +02:00
Daniel Ziegenberg
de99920e2a (FIX #483) add thumbnail for star citizen
Star Citizen®, Roberts Space Industries® and Cloud Imperium ® are registered trademarks of Cloud Imperium Rights LLC

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:29:39 +02:00
Daniel Ziegenberg
3cb1db591a (FIX #478) add thumbnail for coinjar
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:29:39 +02:00
Daniel Ziegenberg
12eace6cd6 (FIX #472) add thumbnail for lively
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:29:39 +02:00
Daniel Ziegenberg
92b3e9dedb (FIX #473) add thumbnail for anonaddy
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:29:39 +02:00
Daniel Ziegenberg
908d6ab6ce (FIX #540) add thumbnail for pushover
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:29:39 +02:00
Daniel Ziegenberg
c2e7c9a1b4 (FIX #536) add thumbnail for oculus
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:29:39 +02:00
Daniel Ziegenberg
bc8399aa94 (FIX #450) add thumbnail for eveonline
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 14:29:34 +02:00
Jakob Nixdorf
9bf12085bf
Fix gradients in Android APIs below 24
Fixes #539
2020-05-13 07:04:02 +02:00
Jakob Nixdorf
dfcc8d7c37
Merge pull request #491 from ziegenberg/additional_icons
Additional icons
2020-05-13 06:28:55 +02:00
Daniel Ziegenberg
5a16a6aff0 changed hover logo for a better visible version on the light background
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-13 01:16:52 +02:00
Jakob Nixdorf
457a5b61f3
Fix saving issue with the edit entry dialog
Fixes #543
2020-05-12 06:33:33 +02:00
Daniel Ziegenberg
83f892f43c replace rasterized thumbnail with svg for bitstamp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
f74df46c4e (FIX #470) add thumbnail for hover
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
b21f918bde (FIX #469) add thumbnail for adafruit
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
5bfc95717f (FIX #505) add thumbnail for web.de
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
eab699971d optimize twilio thumbnail
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
d4f2436831 optimize synology thumbnail
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
4db6ebdf11 (FIX #522) add thumbnail for twilio
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
47577b0646 (FIX #526) add thumbnail for etsy
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
de9ab3279c (FIX #527) add thumbnail for workplace
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
eb4c972ee5 (FIX #537) add thumbnail for dreamhost
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
6cdd385181 Fix naming of GitHub and GitLab
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
a2753d6dda (FIX #541) add thumbnail for fanatical
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
01e27d6f8c (FIX #465) add thumbnail for uphold
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
a87a41d1e6 (FIX #542) add thumbnail for zoom
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
4d8e826a93 (FIX #460) add thumbnail turbotax
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
91249ae5d3 (FIX #401) update thumbnail bitmex
bitmex has a new logo, see: https://blog.bitmex.com/logo-update/

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
9ce8295ae0 (FIX #429) update thumbnail airbnb
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
0e903c091e add thumbnail for sevdesk
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
30b7b23048 add thumbnail for mailchimp
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
519dd37aba add thumbnail for tuwien.ac.at
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
c591dc0c13 add thumbnail for atlantic.net
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
4438db81a2 add thumbnail for church.tools
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
7a6f7a1b49 (FIX #476) add thumbnail for Zapier
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
478b48525e (FIX #464) add thumbnail for Zendesk
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
70362cbcbe (FIX #464) add thumbnail for Zendesk
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
3f9346b648 add thumbnail for Xerox using official icon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
4333eb2d23 (FIX #462) add thumbnail for Xero using official icon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
6a18cad7fb (FIX #463) add thumbnail for Cisco using official icon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
5e2ba0add5 (FIX #461) add thumbnail for Xing using official icon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
5e3079b773 (FIX #458) add thumbnail for Bitdefender using official icon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
e556911c33 (FIX #458) add thumbnail for Bitdefender using official icon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
99ccc2ba78 (FIX #444) add thumbnail for ORCiD using official icon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
6da87643c9 (FIX #442) add thumbnail for PythonAnywhere using official icon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
1f25f6c5c6 (FIX #441) add thumbnail for Keeper using official logo
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
41d3abea1f (FIX #438) add thumbnail for Yandex.Money using official icon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
937e2bb87f (FIX #435) add thumbnail for fastmail using official icon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
c18b69e22e (FIX #411) add thumbnail for bugcrowd using favicon
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
fecaa78211 (FIX #419) update thumbnail slack
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
1321ee49b9 (FIX #355) update thumbnail lichess
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
4b308aedce (FIX #436) add thumbnail for JetBrains
As per https://www.jetbrains.com/company/brand/ using the log is explicitly permitted for this case.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Daniel Ziegenberg
f048665b4e sort EntryThumbnails entries ascending
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-05-08 03:29:27 +02:00
Jakob Nixdorf
914952d73e
Bump to version 0.7.1-beta1 2020-05-07 21:10:54 +02:00
Jakob Nixdorf
1b2a036704
Deprecation notice for Android versions below 5.1
Closes #535
2020-05-07 20:51:07 +02:00
Jakob Nixdorf
8c01eb54b8
Check if label OR issuer are empty in the manual entry 2020-05-06 06:51:25 +02:00
Jakob Nixdorf
57ab645314
Validate secret on manual entry
Closes #500
2020-05-06 06:44:05 +02:00
Jakob Nixdorf
d52d1cb0a1
Handle the back key to close the tags drawer and speed dial
Closes #499
2020-05-05 07:24:37 +02:00
Jakob Nixdorf
6a8511a26f
Fix some remaining issues with the Intro
Closes #486
2020-05-04 07:42:34 +02:00
Jakob Nixdorf
c94fa3d6da
Make single and double taps configurable
Closes #489
2020-04-29 21:07:17 +02:00
Jakob Nixdorf
738e329921
Reword the last used dialog
Closes #485
2020-04-27 06:47:38 +02:00
Jakob Nixdorf
c5e4ba1e19
Add an option to show individual timeout bars for each entry
Closes #166
2020-04-23 22:10:36 +02:00
Jakob Nixdorf
36b84ae0bc
Add an option to hide the global timeout bar
First part of #166
2020-04-23 20:40:27 +02:00