Jakob Nixdorf
|
72a8754d09
|
README: add info on migration from FreeOTP
Closes #2
|
2017-08-04 13:03:30 +02:00 |
|
Jakob Nixdorf
|
f9f68d13c4
|
EntryViewHolder now has his own class
|
2017-08-02 09:12:44 +02:00 |
|
Jakob Nixdorf
|
36ee12dfce
|
Show the current theme in the Settings
|
2017-08-01 10:50:50 +02:00 |
|
Jakob Nixdorf
|
5a9e2f6b09
|
README: fix typo
|
2017-08-01 10:42:40 +02:00 |
|
Jakob Nixdorf
|
aa6e4c10f2
|
README: add screenshots
|
2017-08-01 10:41:31 +02:00 |
|
Jakob Nixdorf
|
34b62d0c32
|
Update screenshots
|
2017-08-01 08:36:12 +02:00 |
|
Jakob Nixdorf
|
f6656c48d6
|
Bump to version 0.2.4
|
2017-08-01 08:04:10 +02:00 |
|
Jakob Nixdorf
|
52456e8551
|
Remove some unused resources
|
2017-08-01 08:02:08 +02:00 |
|
Jakob Nixdorf
|
aeb8a52134
|
Update README and CHANGELOG
|
2017-07-31 23:20:21 +02:00 |
|
Jakob Nixdorf
|
69e68aa94b
|
Fully implement a dark theme
Closes #3
|
2017-07-31 23:17:42 +02:00 |
|
Jakob Nixdorf
|
e9b33edb1a
|
Recreate the SettingsActivity on theme change
|
2017-07-31 08:52:12 +02:00 |
|
Jakob Nixdorf
|
a5f9ec4efb
|
Move the theme setup to a base activity class
|
2017-07-31 08:43:45 +02:00 |
|
Jakob Nixdorf
|
3244ed3887
|
Add initial implementation of a dark theme
TODO: Needs a lot more tweaks to actually look good
|
2017-07-31 08:28:06 +02:00 |
|
Jakob Nixdorf
|
d23fde038a
|
Clean up colors.xml a little bit
|
2017-07-31 07:53:20 +02:00 |
|
Jakob Nixdorf
|
514599ce62
|
Remove example dimens for bigger screens
|
2017-07-31 07:51:01 +02:00 |
|
Jakob Nixdorf
|
accaf642cd
|
Remove swipe-to-dismiss to avoid accidental deletions
Closes #13
|
2017-07-30 22:27:28 +02:00 |
|
Jakob Nixdorf
|
d39c3fecb4
|
Make the main activity listen to preference changes
|
2017-07-30 22:16:32 +02:00 |
|
Jakob Nixdorf
|
09126ee1c0
|
Move update functions into the EntryViewHolder
|
2017-07-30 22:13:51 +02:00 |
|
Jakob Nixdorf
|
0e0d6d56bf
|
Move the non-translatable settings values to a new file
|
2017-07-30 21:44:58 +02:00 |
|
Jakob Nixdorf
|
fe80822818
|
Update CHANGELOG
|
2017-07-30 21:42:16 +02:00 |
|
Jakob Nixdorf
|
73772126b8
|
Make the font size of the labels configurable
Closes #18
|
2017-07-30 21:42:07 +02:00 |
|
Jakob Nixdorf
|
372e9d1610
|
Make the backup activity scrollable
Fixes #15
|
2017-07-30 17:01:23 +02:00 |
|
Jakob Nixdorf
|
6dc9dc3148
|
README: add opening of encrypted backup on the PC
Closes #19
|
2017-07-30 16:59:24 +02:00 |
|
Jakob Nixdorf
|
0ef744d8f8
|
Use the entire card for tap to reveal
Fixes #10
|
2017-07-28 08:24:49 +02:00 |
|
Jakob Nixdorf
|
dc549fa0c2
|
Bump to version 0.2.3
|
2017-07-27 22:50:14 +02:00 |
|
Jakob Nixdorf
|
17af788db4
|
Restrict the label TextView so it doesn't overlap the buttons
Fixes #9
|
2017-07-27 22:46:18 +02:00 |
|
Jakob Nixdorf
|
8ff4cac725
|
Hide the FloatingActionMenu on scroll
Fixes #8
|
2017-07-27 22:21:38 +02:00 |
|
Jakob Nixdorf
|
f8f7ed8411
|
Disable HOTP for now
|
2017-07-27 22:17:24 +02:00 |
|
Jakob Nixdorf
|
d8bc4611a9
|
Add a password entry to the settings for the encrypted backups
Closes #4
|
2017-07-27 22:14:02 +02:00 |
|
Jakob Nixdorf
|
7db4a7a0d2
|
Add initial functions for encrypted backups (password)
TODO: UI (ask for password etc.), Cleanup
|
2017-07-27 17:36:53 +02:00 |
|
Jakob Nixdorf
|
ad97c6c366
|
Update Changelog
|
2017-07-27 12:52:38 +02:00 |
|
Jakob Nixdorf
|
465a3699d1
|
Move the read/write functions from Utils to FileHelper
|
2017-07-27 12:50:49 +02:00 |
|
Jakob Nixdorf
|
f055e0472d
|
Refactor DatabaseHelper
|
2017-07-27 12:43:33 +02:00 |
|
Jakob Nixdorf
|
85ee5db28c
|
Rename Export/Import to Backup/Restore
|
2017-07-26 14:04:28 +02:00 |
|
Jakob Nixdorf
|
2063510e7a
|
Replace some of the backup functions with more generic ones that can be reused later
|
2017-07-26 13:51:18 +02:00 |
|
Jakob Nixdorf
|
f73f7bc8bb
|
CHANGELOG: fix typo
|
2017-07-26 07:37:06 +02:00 |
|
Jakob Nixdorf
|
656c6f952b
|
Update CHANGELOG
|
2017-07-26 07:36:28 +02:00 |
|
Jakob Nixdorf
|
0e0e869f2f
|
Change the launcher icon and the toolbar title to andOTP
Fixes #6
|
2017-07-26 07:30:58 +02:00 |
|
Jakob Nixdorf
|
41c3406432
|
Only require device authentication if savedInstanceState is null
Fixes #7
|
2017-07-26 07:25:57 +02:00 |
|
Jakob Nixdorf
|
0457c5b276
|
Rename TOTPHelper to TokenCalculator
|
2017-07-25 16:34:21 +02:00 |
|
Jakob Nixdorf
|
5aa5a40b4e
|
Use the correct link for the badge
|
2017-07-24 10:30:24 +02:00 |
|
Jakob Nixdorf
|
535f531f63
|
Add GitHub badge
|
2017-07-24 10:29:25 +02:00 |
|
Jakob Nixdorf
|
2893a494cd
|
Add F-Droid badge (even if the app is not yet on the website)
|
2017-07-23 11:22:46 +02:00 |
|
Jakob Nixdorf
|
1d90d37596
|
Fix README
|
2017-07-20 15:07:24 +02:00 |
|
Jakob Nixdorf
|
e12a932261
|
Update README
|
2017-07-20 13:14:22 +02:00 |
|
Jakob Nixdorf
|
d0ee25d222
|
Add warning about backups on first run
|
2017-07-20 08:54:10 +02:00 |
|
Jakob Nixdorf
|
26e9c5ccf2
|
Update feature graphic
|
2017-07-20 08:52:58 +02:00 |
|
Jakob Nixdorf
|
f320fec7f7
|
Update README
|
2017-07-15 22:04:56 +02:00 |
|
Jakob Nixdorf
|
f62f2af721
|
Resize Google Play badge
|
2017-07-15 21:27:06 +02:00 |
|
Jakob Nixdorf
|
da8b8fc4ee
|
Play Store release
|
2017-07-15 21:22:51 +02:00 |
|