Commit graph

1162 commits

Author SHA1 Message Date
Jakob Nixdorf
75f0cae7f3
Handle keyboard configuration changes
This is just a workaround, in the long run we should avoid handling configuration changes on our own and properly recreate the activity instead.

Fixes #592
2021-05-06 06:47:14 +02:00
Jakob Nixdorf
cd16928a41
Only focus search once when starting the app
Fixes #654
2021-05-04 07:45:12 +02:00
Jakob Nixdorf
cd2310f110
Fix NPE when issuer was not set 2021-05-04 07:18:55 +02:00
Jakob Nixdorf
5fb5416d2e
Add permission to access OpenPGP providers in Android 11+
Fixes #825
2021-05-04 06:54:25 +02:00
Jakob Nixdorf
b6c0cf5d8e
Update dependencies 2021-05-04 06:39:22 +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
Daniel Ziegenberg
ee7ced6d9e
(FIX #753) add thumbnail for Razer
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 17:58:04 +01:00
Daniel Ziegenberg
c01644aa56
(FIX #759) add thumbnail for YoYoGames
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 15:39:24 +01:00
Daniel Ziegenberg
af52d39034
(FIX #761) add thumbnail for NexusMods
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 15:34:48 +01:00
Daniel Ziegenberg
dff64846e8
(FIX #767) add thumbnail for FTX
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 14:53:29 +01:00
Daniel Ziegenberg
90ef3a35d1
(FIX #780) add thumbnail for CTemplar
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 13:51:56 +01:00
Daniel Ziegenberg
e696775b09
(FIX #773) add thumbnail for Cloudinary
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2021-03-14 12:42:34 +01:00