Commit graph

576 commits

Author SHA1 Message Date
Jakob Nixdorf
f251fbcfd8
Merge pull request #163 from mbertram/feature/add-trello-thumbnail
Add a thumbnail for Trello
2018-03-21 15:11:36 +01:00
Matthias Bertram
affdd3d90d Add a thumbnail for Trello
- SVG source: trello-mark-blue.svg from https://trello.com/about/logo
2018-03-21 11:36:59 +01:00
Jakob Nixdorf
2aa6649075
Add HOTP to the Readme
Closes #5
2018-03-21 08:06:19 +01:00
Jakob Nixdorf
e76b3c3b96
Implement manual entry of HOTP accounts 2018-03-21 07:59:03 +01:00
Jakob Nixdorf
c8d47ca3bf
Add tests for the HOTP calculation 2018-03-21 07:33:58 +01:00
Jakob Nixdorf
59d8f175bc
Use the password-based encryption as preset 2018-03-20 16:16:00 +01:00
Jakob Nixdorf
836cef6265
HOTP support
This adds the initial (already working) draft of the HOTP implementation

Closes #5
2018-03-20 12:53:43 +01:00
Jakob Nixdorf
3294b62385
Readme: Update contributors 2018-03-19 16:41:49 +01:00
Jakob Nixdorf
0f317536c1
Merge pull request #160 from callmemagnus/bugfix/empty_pin_on_sdk_23
Support SDK API 23 on empty PIN code
2018-03-19 16:39:47 +01:00
Magnus Anderssen
6c174fb291 Support SDK API 23 on empty PIN code 2018-03-17 17:45:51 +01:00
Jakob Nixdorf
3ca0ca6fcf
Update support libs and ZXing Android Embedded 2018-03-15 15:03:39 +01:00
Jakob Nixdorf
ca210558da
Fix empty token list after changing encryption
Don't recreate the SettingsActivity when changing the encryption since that will also reset the values it returns to the MainActivity.
2018-03-15 14:40:33 +01:00
Jakob Nixdorf
76edcb900a
Broadcast backup improvements
* Add setting to enable backup types as discusses in #157
 * Add different notification channels
2018-03-15 11:20:44 +01:00
Jakob Nixdorf
8563679b17
Disable plain text backups for security 2018-03-15 08:33:17 +01:00
Jakob Nixdorf
94272fa722
Update screenshots 2018-03-12 11:05:01 +01:00
Jakob Nixdorf
f397746d16
Mark some strings as non translatable 2018-03-12 10:46:36 +01:00
Jakob Nixdorf
7b14e05282
Bump to version 0.5.0 2018-03-12 10:29:23 +01:00
Jakob Nixdorf
9292d40bd0
Add thumbnails for Evernote and Linode 2018-03-12 10:26:47 +01:00
Jakob Nixdorf
eda028445b
Update translations from Crowdin 2018-03-12 09:56:16 +01:00
Jakob Nixdorf
d753914827
Don't re-create the MainActivity during screen rotation
Fixes #152
2018-03-09 14:27:32 +01:00
Jakob Nixdorf
f3ae22a343
Center the warning in the intro screen 2018-03-03 11:37:51 +01:00
Jakob Nixdorf
1788e09ff8
Explain the tag selection modes better 2018-03-02 12:30:27 +01:00
Jakob Nixdorf
1e3aa1984e
Use default ScrollView in IntroScreen 2018-03-02 10:58:36 +01:00
Jakob Nixdorf
f962094e90
Update contributors 2018-03-02 10:56:17 +01:00
Jakob Nixdorf
5c71225496
Merge pull request #146 from enwokoma/intro-screen
Added Scroll to the Database Encryption fragment on Intro screen and forced portrait orientation
2018-03-02 10:53:45 +01:00
Jakob Nixdorf
4366aee3cb
Allow screenshots of the IntroScreenActivity 2018-03-02 10:39:29 +01:00
Jakob Nixdorf
b59d7be455
Readme: minor rewording 2018-03-02 08:53:26 +01:00
Jakob Nixdorf
a9f2f2e4c5
Readme: better explain the fork relationship 2018-03-02 08:51:37 +01:00
Jakob Nixdorf
4584a149e0
Readme: add link to the original project 2018-03-02 08:46:29 +01:00
Jakob Nixdorf
bc88ed52c4
Minor rewording 2018-03-02 08:40:48 +01:00
Emmanuel Nwokoma
9333acd06d
Added Scroll to Database Encryption intro fragment
Made the Database Encryption fragment vertically scrollable on the Intro Screen to avoid truncating some text at the bottom of the page!
2018-03-01 18:55:13 +01:00
Emmanuel Nwokoma
7b527948b8
Force portrait orientation for Intro Pages
No need for landscape orientation on the Intro Pages
2018-03-01 18:09:37 +01:00
Jakob Nixdorf
716cb32fea
Readme: add Matrix room 2018-03-01 08:40:53 +01:00
Jakob Nixdorf
bf7501279d
Update CHANGELOG and README 2018-02-28 16:44:13 +01:00
Jakob Nixdorf
aa0e7f4dfe
Merge pull request #143 from RichyHBM/settings-fragment-crash
Fix crash caused by sharedPreferenceListener in fragment
2018-02-28 16:31:06 +01:00
Jakob Nixdorf
cb442d95d8
Merge pull request #144 from andOTP/intro-screen
Intro screen
2018-02-28 16:30:47 +01:00
Jakob Nixdorf
1aeb9fd0bc
Clean up some strings 2018-02-28 16:18:13 +01:00
Jakob Nixdorf
1f1b37edd5
Some minor fixes 2018-02-28 14:32:41 +01:00
Jakob Nixdorf
11f7d386b0
Finish the initial intro screen 2018-02-28 14:18:00 +01:00
Jakob Nixdorf
670bc31a54
Add copyright header to the intro screen class 2018-02-28 11:19:51 +01:00
Jakob Nixdorf
8eb10e4220
Third part of the authentication screen (still WIP)
TODO:
 * Actually save everything
 * Hand stuff over to the main activity on finish
2018-02-28 11:14:20 +01:00
Jakob Nixdorf
ebc1c971ef
Second part of the authentication slide (still WIP) 2018-02-28 08:19:23 +01:00
Jakob Nixdorf
14a7e2c174
First part of the authentication slide (WIP) 2018-02-27 22:41:32 +01:00
RichyHBM
5585aad3a0 Fix crash caused by sharedPreferenceListener in fragment 2018-02-27 19:53:53 +00:00
Jakob Nixdorf
324f84b36c
Create an initial intro screen on first launch 2018-02-27 16:43:02 +01:00
Jakob Nixdorf
b610afdf93
Update license headers (add 2018) 2018-02-27 13:26:54 +01:00
Jakob Nixdorf
1463986f3b
Revert the re-coloring of the dev version 2018-02-27 11:35:29 +01:00
Jakob Nixdorf
002f5f1e07
Show warning before changing the encryption 2018-02-27 11:29:50 +01:00
Jakob Nixdorf
5c687f63e1
Change colors for .dev builds 2018-02-27 10:43:46 +01:00
Jakob Nixdorf
85de3f9db5
Add the ".dev" suffix to all debug builds 2018-02-26 17:02:07 +01:00