Commit graph

1191 commits

Author SHA1 Message Date
Jakob Nixdorf
1c09a91f3a
Merge pull request #719 from ziegenberg/update-tooling
Update tooling
2021-03-08 19:37:48 +01:00
Jakob Nixdorf
e982c63861
Layout fixes for multi-line labels 2021-03-08 07:08:19 +01:00
Daniel Ziegenberg
555897bdf0
Updating build environment, tools, dependencies and travis build
- update compileSdkVersion to 30
 - update buildToolsVersion to 30.0.3
 - update targetSdkVersion to 30
 - update androidx.media:media to 1.2.1
 - update androidx.constraintlayout:constraintlayout to 2.0.4
 - update androidx.lifecycle to 2.3.0
 - update com.android.tools:desugar_jdk_libs to 1.1.5
 - update com.google.android.material:material to 1.3.0
 - pin com.google.zxing:core version below 3.4

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-07 20:58:49 +01:00
Jakob Nixdorf
943946a1b8
New option for multiline labels
Fixes #699
2021-03-07 20:54:53 +01:00
Jakob Nixdorf
283fb5630d
Use stable IDs for the adapter
Fixes #346
2021-03-07 20:15:31 +01:00
Jakob Nixdorf
ba5bb7705b
Fix password entry dialog 2021-03-07 20:01:53 +01:00
Jakob Nixdorf
cb53c80cd7
Add issuer to the unique identifier for an Entry 2021-03-04 21:35:39 +01:00
Jakob Nixdorf
095212d09d
Merge pull request #771 from Ullas-Aithal/feature/BackupsPasswdLengthCheck
Added password length check while creating backups #770
2021-03-04 19:07:27 +01:00
Santiago García Mantiñán
282a5a96a1 Remove all the translations (Jakob's request) 2021-03-04 11:00:25 +01:00
Ullas-Aithal
914c4c4aa5 Fixed bug where OK was still enabled when the passwords don't match. Renamed toShortWarning to tooShortWarning 2021-03-04 11:54:16 +05:30
Jakob Nixdorf
b5f5492249
Merge pull request #687 from mavit/fuzzy-issuer
Use an thumbnail if its name appears as a word in the TOTP issuer field
2021-03-04 06:27:31 +01:00
Jakob Nixdorf
5aa218864e
Merge pull request #709 from endorama/add-terraform-cloud-thumb
EntryThumbnail: Add Terraform Cloud thumb
2021-03-04 06:22:35 +01:00
Edoardo Tenani
d80fe3c0eb
remove android:name attributes 2021-03-04 00:23:41 +01:00
Jakob Nixdorf
81fe354a4f
Merge pull request #772 from Ullas-Aithal/feature/ZeroSlashedFont
Added slashed font to differentiate between zero and alphabet O in secret textbox #665
2021-03-03 20:38:40 +01:00
Jakob Nixdorf
94e3062c21
Merge pull request #758 from Ullas-Aithal/feature/hideIssuerlabel
Added option to hide issuer label #678
2021-03-03 20:33:08 +01:00
Jakob Nixdorf
1963cfbda5
Merge branch 'master' into feature/BackupsPasswdLengthCheck 2021-03-03 20:15:36 +01:00
Michael Langer
fce81f4ca3 Merge branch 'master' into auto-unlock-after-autofill
# Conflicts:
#	app/src/main/java/org/shadowice/flocke/andotp/Activities/AuthenticateActivity.java
2021-02-26 08:31:44 +01:00
Michael Langer
9ed50969ce fixed used method to start auth task 2021-02-26 08:24:19 +01:00
Jakob Nixdorf
3f3e0fab52
Merge branch 'master' into keyboard-enter-finishes-task 2021-02-26 07:32:03 +01:00
Jakob Nixdorf
7fef22a3ea
Merge branch 'master' into auto-unlock-after-autofill 2021-02-26 07:08:57 +01:00
Ian McKenzie
96c58ded03 Added password mismatch warning for intro screen 2021-02-23 21:18:06 -05:00
Ullas-Aithal
75a39a5083 Added droid mono zeromod repo in Readme. Changed description of the repo in about section 2021-02-20 20:09:27 +05:30
Ullas-Aithal
78611a72a8 Added slashed font to differentiate between zero and alphabet O in secret textbox #665 2021-02-20 19:56:39 +05:30
Ullas-Aithal
0fb27f3a5c Added password length check while creating backups #770 2021-02-20 13:12:00 +05:30
Jakob Nixdorf
dfc788cd29
Backup: Use tasks for restore 2021-02-06 23:30:51 +01:00
Jakob Nixdorf
e6e16999ae
Backup: Use fragment to retain task
Use the same approach as in the AuthenticateActivity to retain the task when pausing the activity
2021-02-06 21:01:26 +01:00
Jakob Nixdorf
1d3f7af099
Refactor backup tasks
Base the backup tasks on UiBasedBackgroundTask
2021-02-06 16:18:16 +01:00
Ullas-Aithal
093bd842f6 Added option to hide issuer label #678 2021-02-06 19:34:01 +05:30
Jakob Nixdorf
7bf6cda6ed
Overwrite shouldDestroyOnScreeenOff in MainActivity 2021-02-05 06:40:05 +01:00
Jakob Nixdorf
edb01d819f
Merge pull request #738 from jsoberg/#635-MoveAuthenticationToBackground
#635 move authentication to a background thread
2021-02-05 06:25:16 +01:00
Joshua Soberg
39b93fe7e8 #635 - Remove task fragment if task has been canceled
This ensures that we aren't resetting password input on configuration changes after our task has been canceled
2021-02-04 20:35:24 -05:00
Joshua Soberg
d814dab8a8 #635 - Reset password input field and refocus if coming back from cancelling authentication 2021-02-04 20:26:20 -05:00
Joshua Soberg
75bc10e1aa #635 - Make sure the AuthenticateActivity isn't destroyed on screen off 2021-02-04 20:17:23 -05:00
Joshua Soberg
f5c6dfc942 Add the ability to override destroyOnScreenOff functionality if desired 2021-02-04 20:16:27 -05:00
Joshua Soberg
ba2f911909 #635 - Make sure that we're unregistering lifecycle observers to avoid memory leaks 2021-02-03 22:03:23 -05:00
Joshua Soberg
38a5ca656c #635 - Use a lifecycle observer to cancel an active task when going to the background if set to do so 2021-02-03 21:51:44 -05:00
Joshua Soberg
97e7f51fe9 #635 - Make sure that we cancel authentication tasks on screen off if enabled in settings
Note that we can't just remove the fragment from the fragment manager when we get a screen off callback, because Android doesn't allow you to remove fragments after onSaveInstanceState()
2021-02-03 21:44:26 -05:00
Joshua Soberg
7ab8eefce7 #635 - Add the ability to cancel a task 2021-02-03 21:38:26 -05:00
Jakob Nixdorf
bc0a6f93b1
Merge pull request #747 from Ullas-Aithal/feature/emptyStateChanges
Added feature to hide progress bar and add an instruction if there are no cards in the list #745 #746
2021-02-03 19:07:22 +01:00
Ullas-Aithal
6d18f43f90 Changed padding size of empty text view from activity_margin_small to activity_margin_large 2021-02-03 23:32:17 +05:30
Jakob Nixdorf
504e0c8e56
Merge pull request #741 from jsoberg/#740-AuthenticationDialogKeyboardSwitch
#740 authentication dialog keyboard switch
2021-02-03 18:50:28 +01:00
Joshua Soberg
bc8bcf834f #635 - Fix bad javadoc comment, and add clarifying javadoc to AuthenticationTask 2021-02-02 13:25:45 -05:00
Ullas-Aithal
856a7adf80 Added feature to hide progress bar and add an instruction if there are no cards in the list #745 #746 2021-02-02 12:48:41 +05:30
Joshua Soberg
3eb0094204 #635 - Reset our callback in onResume instead of onCreate
This ensure that if the user goes home, the callback will be reset when coming back (since onCreate doesn't get called most of the time in this instance).
2021-02-01 22:03:25 -05:00
Joshua Soberg
b52accb2aa #635 - Make the AuthenticationTask a UiBackedBackgroundTask, and make sure that AuthenticateActivity can receive results across configuration changes
Begin storing the task in a retained fragment so that if the task is begun, we will be able to get a callback when the activity is destroyed/recreated.
2021-02-01 21:53:40 -05:00
Joshua Soberg
f4a5f1ec5d #635 - Add a base background task class for running a task that calls back to the UI upon completion 2021-02-01 21:51:59 -05:00
Joshua Soberg
4c8788083a Merge branch 'master' into #635-MoveAuthenticationToBackground 2021-02-01 20:21:31 -05:00
Jakob Nixdorf
feeeba7294
Refactor backup activity to better work with background tasks 2021-02-01 20:28:34 +01:00
Vincent Salucci
31255ea293 Updated Bitwarden icon 2021-01-31 20:47:58 -06:00
Joshua Soberg
e8c1247d62 Remove unused import, make some fields final, and simplify an if statement 2021-01-30 11:56:28 -05:00
Joshua Soberg
b75fdd0026 #740 - Clear text when the user chooses a new authentication type
Not clearing was allowing a potentially weird state where you could have alpha characters in a PIN
2021-01-30 11:51:37 -05:00
Joshua Soberg
0a4eadd7fb #740 - Simplify password input setup into a single method
Fix bug where keyboard wasn't being hidden when selecting none/device
2021-01-30 11:43:05 -05:00
Joshua Soberg
6b33b5bc3f #740 - Remove unnecessary setTransformation calls (this is already done one line above from the ConfirmedPasswordTransformationHelper call) 2021-01-30 11:28:46 -05:00
Joshua Soberg
d1edfe1426 #740 - Fix bug I introduced in b0c56b3, and set the input type when auth metod is changed to password 2021-01-30 11:26:00 -05:00
Joshua Soberg
6a7caf4644 #635 - Remove unused field and import 2021-01-29 18:39:41 -05:00
Joshua Soberg
a9fe8e1c19 #635 - Disable the password input layout as well (disables the ability to show/hide the password text while unlocking) 2021-01-29 18:37:25 -05:00
Joshua Soberg
1ab6b21476 #635 - Correct a misleading log tag 2021-01-29 18:32:46 -05:00
Joshua Soberg
be432e7b4f #635 - Show indeterminate unlock progress (in place of the unlock button) while authenticating 2021-01-29 18:32:28 -05:00
Joshua Soberg
44ca3c02c5 Move method to be in expected call order 2021-01-29 18:23:43 -05:00
Jakob Nixdorf
e1ced76b55
Perform backups in the background
Should fix #729, but still needs some usability improvements
2021-01-29 19:42:37 +01:00
Jakob Nixdorf
6a076c9010
Update some dependencies 2021-01-29 07:10:43 +01:00
Jakob Nixdorf
03f7d0b020
Merge pull request #622 from andOTP/Add-backup-log
Add android sync to initial flow
2021-01-29 06:35:42 +01:00
Joshua Soberg
1780d24955 #635 - First pass at launching the background task when authenticating
Began disabling the password input and unlock buttons while the task is running, for some UI feedback. Right now it's just waiting for the task to finish if the activity gets paused while it's running; this isn't great since there's potential there to lock the main thread, but the task is so short-lived that it may not be an issue.
2021-01-27 22:00:32 -05:00
Joshua Soberg
8c8de98763 #635 - Add ASyncTask for confirming/upgrading authentication on a background thread 2021-01-27 21:38:24 -05:00
Joshua Soberg
d408546b55 #635 - Rename some field names for clarity 2021-01-27 21:27:27 -05:00
Joshua Soberg
1686c61b69 #635 - More code cleanup in AuthenticateActivity
Get rid of the need for separate checks for setting layout hints and input type. Add some clarifying comments.
2021-01-27 21:02:19 -05:00
Joshua Soberg
56ad0630b4 #635 - Some general code cleanup in AuthenticateActivity 2021-01-27 20:45:51 -05:00
Edoardo Tenani
72d0271a04 Remove android:strokeWidth 2021-01-13 13:12:21 +01:00
Edoardo Tenani
db8b29e362 Remove android:fillType 2021-01-13 13:12:21 +01:00
Edoardo Tenani
a9b54547e0 Resize to 200x200dp 2021-01-13 13:12:21 +01:00
Edoardo Tenani
30c4c5e49a
Sort entry alphabetically 2021-01-13 12:46:42 +01:00
Daniel Ziegenberg
17acd9c93f (FIX #688) add thumbnail for GoatCounter
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 23:14:11 +01:00
Daniel Ziegenberg
3eda958355 (FIX #682) add thumbnail for Mercury
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 22:56:53 +01:00
Daniel Ziegenberg
02ea7846dc (FIX #681) add thumbnail for Mangadex
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 22:56:01 +01:00
Daniel Ziegenberg
7a4d232d27 (FIX #683) add thumbnail for netlify
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 20:47:51 +01:00
Daniel Ziegenberg
d430cf6e2a (FIX #669) add thumbnail for Mail.de
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 18:23:39 +01:00
Daniel Ziegenberg
19c3810dd4 (FIX #655) add thumbnail for AnyDesk
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 16:29:25 +01:00
Daniel Ziegenberg
e6a9079015 (FIX #618) add thumbnail for SelfWealth
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 16:24:03 +01:00
Daniel Ziegenberg
b061e6694c (FIX #721) add thumbnail for Keycloak
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 16:06:34 +01:00
Daniel Ziegenberg
8753c46e59 (FIX #689) add thumbnail for ImmoScout24
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 15:41:36 +01:00
Daniel Ziegenberg
6d0fcb9fbd (FIX #690) add thumbnail for PlayStation
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 12:36:15 +01:00
Daniel Ziegenberg
df191479ec (FIX #696) add thumbnail for Plex
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 01:30:21 +01:00
Daniel Ziegenberg
3a7c832ed6 (FIX #711) add thumbnail for Crowd Supply
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-04 00:31:52 +01:00
Daniel Ziegenberg
e63098b2f4 (FIX #717) add thumbnail for NextDNS
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-03 22:23:20 +01:00
Daniel Ziegenberg
8810e1449b (FIX #715) add thumbnail for PeeringDB
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-03 22:07:55 +01:00
Daniel Ziegenberg
9ed2dce5c2 (FIX #708) add thumbnail for LuaDNS
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-03 21:48:11 +01:00
Daniel Ziegenberg
2e88014d56 Fix inspection warnings: fields may be final
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-03 21:10:58 +01:00
Daniel Ziegenberg
6110dacc89 (FIX #716) add thumbnail for MalwareTips
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-03 21:10:49 +01:00
Daniel Ziegenberg
d654c17785 (FIX #702) add thumbnail for Saxobank
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-01-03 21:10:22 +01:00
Jakob Nixdorf
beb24680cf
Merge pull request #658 from mchllngr/focus-search-on-start
added option to focus the search immediately after opening the app
2020-12-25 18:27:20 +01:00
Edoardo Tenani
844d687b3c EntryThumbnail: Add Terraform Cloud thumb 2020-12-15 23:42:05 +01:00
Peter Oliver
22afaaa270 Use an thumbnail if its name appears as a word in the TOTP issuer field
This allows us to, e.g., use the GitLab icon when the issuer is `gitlab.com` but also when it is `gitlab.gnome.org`.

Fixes #685.
2020-11-01 18:45:00 +00:00
Jakob Nixdorf
ace4e367c4
Bump to version 0.8.0 2020-10-28 06:49:07 +01:00
Daniel Ziegenberg
69779d23ea (FIX #679) add thumbnail for hosting.de
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-24 20:20:26 +02:00
Daniel Ziegenberg
5748a09167 (FIX #668) add thumbnail for SOGo
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-24 20:12:59 +02:00
Daniel Ziegenberg
7815d29be4 (FIX #667) add thumbnail for Citrix
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-24 18:46:40 +02:00
Daniel Ziegenberg
5427d96e6e (FIX #666) add thumbnail for Tesla Motors
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-24 18:39:53 +02:00
Daniel Ziegenberg
ab9209a963 (FIX #664) add thumbnail for AirVPN
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-24 18:22:54 +02:00
Daniel Ziegenberg
1de0c68aef (FIX #645) add thumbnail for Fidelity Investments
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-24 16:59:38 +02:00
Daniel Ziegenberg
b10828438c (FIX #627) add thumbnail for T-Mobile
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-24 16:22:13 +02:00
Daniel Ziegenberg
e4778c4bb5 (FIX #642) add thumbnail for wildduck
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-24 16:19:57 +02:00
Daniel Ziegenberg
d6b09d594b optimize mattermost
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-20 19:46:01 +02:00
Daniel Ziegenberg
294b585ef7 (FIX #651) add thumbnail for codeberg
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:08 +02:00
Daniel Ziegenberg
98be78db1c (FIX #650) add thumbnail for SimpleLogin
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:07 +02:00
Daniel Ziegenberg
978334dbf1 (FIX #643) add thumbnail for myGov Australia
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:07 +02:00
Daniel Ziegenberg
1667900443 (FIX #646) add thumbnail for TU Berlin
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:06 +02:00
Daniel Ziegenberg
617eea10f5 (FIX #628) add thumbnail for Boxcryptor
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:06 +02:00
Daniel Ziegenberg
50f93e2c2b sort entries alphabetically
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:05 +02:00
Daniel Ziegenberg
911bcce185 (FIX #633) add thumbnail for Deribit
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:05 +02:00
Daniel Ziegenberg
9497a6be9b (FIX #626) add thumbnail for KDE
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:04 +02:00
Daniel Ziegenberg
075750ad89 (FIX #625) add thumbnail for Autodesk
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:04 +02:00
Daniel Ziegenberg
f59e27c27f (FIX #559) add thumbnail for Brave Rewards
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:03 +02:00
Daniel Ziegenberg
729fc4647e (FIX #574) add thumbnail for sumo logic
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:03 +02:00
Daniel Ziegenberg
ae4ab0b08e (FIX #629) add thumbnail for Best Buy
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2020-10-19 18:20:03 +02:00
Jakob Nixdorf
9def2188ed
Merge pull request #659 from Mikescops/feature/dashlane-logo-update
Provide update for the new Dashlane logo
2020-10-20 18:26:28 +02:00
Corentin Mors
af1988af9c
Use multiple paths 2020-10-20 10:55:42 +02:00
Jakob Nixdorf
9df2a94e56
Merge pull request #663 from philipreimer/662-thumbnail-mattermost
closes #662
2020-10-18 20:03:38 +02:00
Jakob Nixdorf
13b40914ea
Don't ignore the return value of StorageAccessHelper.saveFile
Fixes #671
2020-10-18 11:46:06 +02:00
Jakob Nixdorf
31c3118dc3
Update translations and gradle 2020-10-18 11:31:21 +02:00
Philip Reimer
be0229621e resize to 200dp x 200dp
reduce precision
2020-10-07 00:03:36 +02:00
Philip Reimer
42aa301770 closes #662
add Mattermost thumbnail
2020-10-06 00:29:53 +02:00
Michael Langer
b1986c325b pressing enter on a physical keyboard finished the selected task (fixes #590) 2020-10-04 21:01:15 +02:00
Corentin Mors
71186f0fd0
Provide update for the new Dashlane logo 2020-10-02 14:04:36 +02:00
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