Daniel Ziegenberg
390e8516e8
( FIX #821 ) update thumbnail for Aruba
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-29 23:04:39 +02:00
Daniel Ziegenberg
cace59d6e4
change thumbnail name to be consistent in naming scheme
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-29 23:00:01 +02:00
Daniel Ziegenberg
d4a1029d73
optimize and break apart path for localbitcoins
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-29 22:55:42 +02:00
Daniel Ziegenberg
9f1fc55be9
( FIX #756 ) update thumbnail for HM GovUK
...
and combine HM Revenue & Customs (HMRC) and HM GovUK
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-29 22:55:40 +02:00
Daniel Ziegenberg
9c67d9b0c6
( FIX #798 ) update thumbnail for m1finance
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-29 22:55:38 +02:00
Daniel Ziegenberg
8dd0e77f8b
( FIX #764 ) update thumbnail for tresorit
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-29 22:55:36 +02:00
Daniel Ziegenberg
4155d43389
( FIX #800 ) update thumbnail for wildduck
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-29 22:55:35 +02:00
Daniel Ziegenberg
7f749b5990
( FIX #801 ) add thumbnail for Contabo
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-29 22:55:33 +02:00
Daniel Ziegenberg
099926b4d0
( FIX #803 ) add thumbnail for ecloud
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-29 22:55:31 +02:00
Daniel Ziegenberg
72d9ffe1df
( FIX #797 ) add thumbnail for Huawei
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-29 22:55:29 +02:00
Daniel Ziegenberg
050f0be31c
( FIX #791 ) add thumbnail for RedHat
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-29 22:55:27 +02:00
Jakob Nixdorf
caae5edf3f
Merge pull request #781 from sonrohan/master
...
EntryThumbnail: Add Code42 thumb
2021-04-23 20:30:34 +02:00
Rohan Harrison
4393c454de
EntryThumbnail: Add Code42 thumb
2021-04-23 01:04:32 -07:00
Daniel Ziegenberg
6aa3564d0e
call overwritten super earlier to prevent NPE be thrown on calling getInsetsController()
...
The Activity#setContentView(int) in CaptureActivity#initializeContent() of super class needs to be called
before getInsetsController(), otherwise NPE will be thrown because the top-level view of
the current Window, containing the window decor, is not yet initialized.
FIXE #806
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-11 20:56:50 +02:00
Daniel Ziegenberg
c11a4eb56f
add copyright notice
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-04-11 20:44:08 +02:00
Jakob Nixdorf
1e1665190e
Bump to version 0.9.0-beta1
2021-04-08 20:04:14 +02:00
Jakob Nixdorf
29c59381fe
Use more iterations for unlocking
2021-04-08 19:23:30 +02:00
Jakob Nixdorf
8107256cde
New option to show the previous token
...
Closes #506
2021-03-28 20:56:22 +02:00
Jakob Nixdorf
aea7fa6964
Merge pull request #693 from DanielWeigl/sendKeystrokesOtp
...
Add the feature to share the current OTP via an Intent
2021-03-28 11:31:36 +02:00
Jakob Nixdorf
faa8fb3774
Create generic activity class to simplify handling background tasks
2021-03-27 18:22:23 +01:00
Jakob Nixdorf
1b4df88916
Use only one TaskFragment in the BackupActivity
2021-03-25 21:28:58 +01:00
Jakob Nixdorf
2bec1e8224
Persist new value in ChangeCredentialsTask
...
Try to avoids problems when the calling activity is killed
2021-03-25 20:22:59 +01:00
Jakob Nixdorf
d95dac1784
Store the running ChangeEncryptionTask in a fragment
...
This way it survives when the calling activity goes into the background
2021-03-25 18:17:08 +01:00
Daniel Weigl
5b830e2036
Adds feature to share the current OTP via an Intent with the special mime-type "text/keystrokes"
...
Other apps (like https://invent.kde.org/network/kdeconnect-android/-/merge_requests/220 ) could listen for this intents and pass the date on to a connected desktop or other device where the 2FA code is needed
2021-03-24 17:01:20 +01:00
Jakob Nixdorf
d8a1e03806
Use background tasks for encryption change
2021-03-24 07:46:37 +01:00
Jakob Nixdorf
0c0b4455c0
Use background tasks for automatic backups
...
That way we work around the NetworkOnMainThreadException that certain storage providers (e.g. Nextcloud) cause when called directly from the broadcast receiver
2021-03-23 07:02:06 +01:00
Jakob Nixdorf
6f67608604
Use background tasks for broadcast backups
...
That way we work around the NetworkOnMainThreadException that certain storage providers (e.g. Nextcloud) cause when called directly from the broadcast receiver
2021-03-23 06:49:20 +01:00
Jakob Nixdorf
6fc19c625f
Use our own NumberPickerPreference class
2021-03-22 07:12:46 +01:00
Jakob Nixdorf
d3ad90f4c4
Perform a change of credentials in a new task
2021-03-22 06:39:21 +01:00
Jakob Nixdorf
0bb463f244
Move the key-generation during setup to a background task
2021-03-20 18:04:34 +01:00
Jakob Nixdorf
61d2e8ab71
Benchmark iterations used to unlock
...
Closes #778
2021-03-19 07:54:12 +01:00
Jakob Nixdorf
da6ce9563a
Remove more warnings from activities
2021-03-17 21:31:40 +01:00
Jakob Nixdorf
f6913e8fbc
Remove some easy to fix warnings
2021-03-17 21:08:15 +01:00
Jakob Nixdorf
7716e4ad3f
Add warning if automatic time is disabled
...
Closes #777
2021-03-17 07:57:46 +01:00
Daniel Ziegenberg
c43d7c08bd
Update dependency ZXing
...
- update com.google.zxing:core to 3.4.1
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-16 23:10:17 +01:00
Daniel Ziegenberg
ff9c9c6a8f
Make reading QR codes more robust
...
- use QRCodeReader instead of MultiFormatReader
- use decoding hints with BarcodeFormat.QR_CODE
- try a second time with DecodeHintType.TRY_HARDER
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-16 23:09:17 +01:00
Daniel Ziegenberg
1e8a43a6ca
Add Copyright Notice
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-16 23:01:14 +01:00
Jakob Nixdorf
11e60affd7
Merge pull request #782 from ziegenberg/additional-icons-9
...
Additional icons - Part 9
2021-03-16 19:54:49 +01:00
Santiago Garcia Mantinan
8235a930d7
Commmit changes provided by Jakob on
...
https://github.com/andOTP/andOTP/files/6136564/motp_fixes.patch.txt
2021-03-15 11:12:36 +01:00
Daniel Ziegenberg
324ac16025
( FIX #684 ) add thumbnail for NameSilo
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 22:16:50 +01:00
Daniel Ziegenberg
5628d38848
( FIX #728 ) add thumbnail for improvmx
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 22:05:35 +01:00
Daniel Ziegenberg
0f50882702
( FIX #733 ) add thumbnail for Ultimaker
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 21:33:30 +01:00
Daniel Ziegenberg
a400be99b7
( FIX #789 ) add thumbnail for Charles Schwab
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 21:25:19 +01:00
Daniel Ziegenberg
a707be773f
( FIX #788 ) update thumbnail for privacy
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 20:33:35 +01:00
Daniel Ziegenberg
85db4eb6ed
( FIX #787 ) update thumbnail for migadu
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 20:24:31 +01:00
Daniel Ziegenberg
3f4eb158c8
( FIX #734 ) add thumbnail for directus
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 20:08:38 +01:00
Daniel Ziegenberg
12842e71d5
( FIX #735 ) add thumbnail for Stack
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 19:35:50 +01:00
Daniel Ziegenberg
fbeab01a27
( FIX #766 ) add thumbnail for POEditor
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 19:23:49 +01:00
Daniel Ziegenberg
842cd7250c
( FIX #750 ) update cisco logo to current version
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 19:16:49 +01:00
Daniel Ziegenberg
daa1c628f3
optimize gandi and use brand color
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 19:05:37 +01:00