Commit graph

610 commits

Author SHA1 Message Date
Jakob Nixdorf
00a6085b29
Add support for app shortcuts
For now this adds the two shortcuts "Scan QR-Code" and "Enter details" which correspond to the actions from the FAB menu.

Closes #185
2018-06-04 10:10:34 +02:00
Jakob Nixdorf
0b46925b1b
README: add some contact info 2018-05-22 16:05:55 +02:00
Jakob Nixdorf
b8a10badbc
Bump to version 0.6.0-beta2 2018-05-22 15:32:18 +02:00
Jakob Nixdorf
a91013e573
Initial implementation for individual timeout bars 2018-05-22 15:14:51 +02:00
Jakob Nixdorf
a677850228
Merge pull request #177 from jaller94/fastlane
Add feature graphic and screenshots for F-Droid
2018-05-22 12:46:39 +02:00
Jakob Nixdorf
145c4b6105
Some refactoring of the EntryViewHolder 2018-05-17 17:12:18 +02:00
Jakob Nixdorf
661f388992
Merge pull request #165 from RichyHBM/thumbnails_march_2018
Add gandi, kraken and rockstar
2018-05-17 16:33:55 +02:00
RichyHBM
04c481fb5d Add requested icons 2018-05-16 23:40:42 +01:00
RichyHBM
84eff0910b Merge remote-tracking branch 'github/thumbnails_march_2018' into thumbnails_march_2018 2018-05-16 21:26:28 +01:00
Richy HBM
d5d7359b47
Merge pull request #1 from dpeukert/thumbnails_march_2018
Replace Bitwarden thumb with a vector version
2018-05-16 21:13:23 +01:00
RichyHBM
9ea480ec3a Merge branch 'master' into thumbnails_march_2018 2018-05-16 21:09:00 +01:00
Jakob Nixdorf
3bc427e6e0
Add disclaimer for the thumbnails to About 2018-05-16 10:19:06 +02:00
Jakob Nixdorf
4a61c3c312
Allow PGP encryption with only a public key
Closes #31
2018-05-14 13:34:03 +02:00
Christian Paul
7014323293 Add screenshots for F-Droid 2018-05-13 19:19:26 -07:00
Daniel Peukert
762da8cb18
Change thumb size, fix spacing 2018-05-08 00:03:44 +02:00
Daniel Peukert
3e4613dac2 Replace Bitwarden thumb with a vector version 2018-05-05 23:02:40 +02:00
Jakob Nixdorf
ae71f8e48d
Make the KeyStore warning a bit clearer 2018-04-23 10:55:53 +02:00
Jakob Nixdorf
fe49ec93ee
README: update release link 2018-04-20 09:26:23 +02:00
Jakob Nixdorf
9217028d0f
Bump to version 0.6.0-beta1 2018-04-13 11:37:17 +02:00
Jakob Nixdorf
bc3563685b
Set default AuthMethod to password in the intro 2018-04-13 10:21:34 +02:00
RichyHBM
dc54a04d68 Add migadu email thumbnail 2018-04-07 20:28:42 +01:00
Jakob Nixdorf
50cd9748f9
Use srcCompat for images 2018-04-04 14:09:07 +02:00
Jakob Nixdorf
273f15bab6
Color the Bitcoin donation button orange 2018-04-04 13:57:31 +02:00
Jakob Nixdorf
7338c1706e
Update Gradle and Android Studio 2018-04-04 13:14:05 +02:00
Jakob Nixdorf
5259a492f8
Make all card styles more consistent 2018-04-04 13:08:33 +02:00
Jakob Nixdorf
2b319149da
Rework the author section in About a bit 2018-03-28 14:20:18 +02:00
Jakob Nixdorf
69ed48842a
Add missing library definitions
Only temporary until they get included by the upstream projects or AboutLibraries
2018-03-28 13:25:05 +02:00
Jakob Nixdorf
11a11b0476
Show licenses and versions for libraries 2018-03-28 13:24:18 +02:00
Jakob Nixdorf
f8b583f6d8
Use AboutLibraries instead of LicenseDialog 2018-03-28 10:06:26 +02:00
Jakob Nixdorf
29ad1d4eab
Make re-locking on screen off optional
As requested in #28
2018-03-28 07:37:59 +02:00
RichyHBM
36d3ac6a04 Add gandi, kraken and rockstar 2018-03-24 16:08:27 +00:00
Jakob Nixdorf
fce26d8fd0
Use a custom CSS file to make the LicenseDialog a little nicer
This is all we can do for now, for something even nicer we will have to switch to a different library
2018-03-22 15:27:12 +01:00
Jakob Nixdorf
d962fa99e5
Make the FAB labels match the theme 2018-03-22 10:27:44 +01:00
Jakob Nixdorf
b2d25a3ee8
Replace custom FAM with FABsMenu 2018-03-22 10:05:36 +01:00
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