Commit graph

1086 commits

Author SHA1 Message Date
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
Jonathan Cross
25a03c0c2f
Fixing fdroid button 2020-04-22 16:38:04 +02:00
Jakob Nixdorf
835db6daf6
Show the secret in a TextView to allow copying 2020-04-19 20:01:01 +02:00
Jakob Nixdorf
38c10bc497
Move copy to clipboard to Tools 2020-04-19 14:12:13 +02:00
Jakob Nixdorf
ec8eaaaedd
Unify editing entries using the ManualEntryDialog
Closes #241
2020-04-18 22:48:56 +02:00
Jakob Nixdorf
82d008feb1
Merge pull request #488 from Ullas-Aithal/feature/dragAndDropIndicator
Added transparency to the card if it's selected to be reordered in the list
2020-04-18 12:03:43 +02:00
Jakob Nixdorf
54c9781042
Merge pull request #482 from wolkenschieber/fix-travis-1
Update travis config
2020-04-18 12:02:44 +02:00
Jakob Nixdorf
933a48b3e6
Generate QR codes for Steam entries 2020-04-18 11:58:30 +02:00
Jakob Nixdorf
eff0983760
Merge pull request #501 from tilosp/show-qr-code
Add the ability to show qr codes of stored accounts
2020-04-18 11:55:10 +02:00
Jakob Nixdorf
6246512c82
Move Steam out of the Special Features 2020-04-18 11:36:43 +02:00
Jakob Nixdorf
bb57b18449
Support Steam URIs
Closes #510
2020-04-18 11:33:35 +02:00
Jakob Nixdorf
6bd7ff0f17
Up the iterations to a much more secure value 2020-04-18 10:50:24 +02:00
Jakob Nixdorf
77ffcd579f
Update Gradle and Build Tools 2020-04-16 19:59:31 +02:00
Tilo Spannagel
5a165fd212 Add the ability to show qr codes of stored accounts
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2020-03-07 16:07:27 +01:00
Jakob Nixdorf
b8b9834f06
Bump to version 0.7.0 2020-03-01 16:20:42 +01:00
Jakob Nixdorf
be0a1a6f4f
New translation: Hindi 2020-03-01 16:07:47 +01:00
Jakob Nixdorf
cefc4b794e
New translation: Greek 2020-03-01 16:00:32 +01:00
Jakob Nixdorf
b6dc5ba3aa
Update translations from Crowdin 2020-03-01 15:47:05 +01:00
Ullas-Aithal
cee9206eac Added transparency to the card if it's selected to be reordered in the list 2020-02-26 22:19:52 -06:00
Jakob Nixdorf
acf1634ce4
Fix small typo 2020-02-26 06:31:00 +01:00
wolkenschieber
8497005329
Update travis config 2020-02-15 14:13:51 +01:00
Jakob Nixdorf
9423c1c082
Fix spelling mistake 2020-02-13 06:20:12 +01:00
Jakob Nixdorf
8cf46fbd28
Bump to version 0.7.0-beta1 2020-02-04 15:55:41 +01:00
Jakob Nixdorf
a13f9025f9
Merge pull request #466 from andOTP/v0.6.5_icons
Add AirBNB, AirTable, AppVeyor, Denic, Drupal, Friendica, GMX, Gov.UK…
2020-02-04 15:53:06 +01:00
Jakob Nixdorf
2a93cc9d92
Minor fixes 2020-02-04 15:37:24 +01:00
Jakob Nixdorf
cf84aa06be
Allow backup dir to be set independent of the "ask for filename" setting
For automatic and broadcast backups
2020-02-04 15:33:21 +01:00
Jakob Nixdorf
a08bda5a9b
Fall back on ACTION_GET_CONTENT to open backups
Inspired by #358
2020-02-04 15:23:01 +01:00
Jakob Nixdorf
551fb75f17
Show current thumbnail size value in settings 2020-02-04 11:31:52 +01:00
Jakob Nixdorf
a42ed5afb0
Add a first "compact" card layout
Closes #189
2020-02-04 11:12:05 +01:00
Jakob Nixdorf
9f6ca63187
Merge branch 'master' of github.com:andOTP/andOTP 2020-02-04 08:44:59 +01:00
Jakob Nixdorf
7863002f68
Update Readme 2020-02-04 08:44:49 +01:00
Jakob Nixdorf
52ea7f50b0 Update issue templates 2020-02-04 08:41:00 +01:00
Jakob Nixdorf
7a6922d06c
Add sorting by issuer 2020-02-04 08:11:19 +01:00
Jakob Nixdorf
3084596931
Unify the "last" and "most used" dialogs 2020-02-04 07:59:16 +01:00
Jakob Nixdorf
b2b8b582bc
Merge pull request #467 from Ullas-Aithal/feature/443
Added 'Most Used' sort option #443
2020-02-04 07:45:15 +01:00
Jakob Nixdorf
157dee9ede
Add FAQ link to About 2020-02-04 07:30:55 +01:00
Jakob Nixdorf
ba4e1584ca
Merge pull request #468 from andOTP/flocke-issue-tmpl
Update issue templates
2020-02-04 07:13:23 +01:00
Jakob Nixdorf
acdcdc1fde
Remove old issue template 2020-02-04 07:12:55 +01:00
Jakob Nixdorf
0c7128b988 Update issue templates 2020-02-04 07:10:23 +01:00
Ullas-Aithal
2968ed2739 Added 'Most Used' sort option #443 2020-02-03 22:06:48 -06:00
Jakob Nixdorf
2156bb8408
Re-lock when being send to the background
Closes #216
2020-02-03 09:01:40 +01:00
Jakob Nixdorf
4aceb31b0e
Update Changelog 2020-02-03 07:29:59 +01:00
Jakob Nixdorf
ea5f8e01f8
Fix crash because of the re-lock timer
If the option is not enabled the timer never gets created, needed a null check when aborting it in onPause()

+ Some minor style fixes
2020-02-03 07:20:03 +01:00
Jakob Nixdorf
e7748e7979
Merge pull request #390 from LizardWithHat/reauthenticate_after_inactivity
added ability to ask for reauthentification after device inactivity
2020-02-03 07:15:09 +01:00
Jakob Nixdorf
5795d07f9c
Merge branch 'master' into reauthenticate_after_inactivity 2020-02-03 07:07:59 +01:00
Jakob Nixdorf
cb98937167
Don't recreate the MainActivity when the minimize setting is changed
Recreating is only needed when something in the UI changes
2020-02-03 07:00:02 +01:00
Jakob Nixdorf
75f2ce95a3
Merge pull request #392 from Ullas-Aithal/feature/373
Implemented #373. Added code to move the activity to background after copy to clipboard is selected.
2020-02-03 06:56:01 +01:00
Jakob Nixdorf
c4ed9fc50b
Merge branch 'master' into feature/373 2020-02-03 06:49:32 +01:00
Jakob Nixdorf
7eabc7b2f2
Merge branch 'Ullas-Aithal-feature/253' 2020-02-02 19:17:46 +01:00