Jakob Nixdorf
bafeffb239
Add the option to set a static backup directory
...
Closes #52
2017-10-14 14:40:39 +02:00
Jakob Nixdorf
98061314a6
Use a custom style for all CardViews
...
This fixes the crash in Lollipop when setting cardBackgroundColor manually
Closes #47
2017-10-14 13:06:16 +02:00
Jakob Nixdorf
44912927e0
Refactor some small classes into a Tools class
2017-10-13 07:35:10 +02:00
Jakob Nixdorf
149fc0a679
Fully implement a black theme
...
Closes #47
2017-10-11 17:27:57 +02:00
Jakob Nixdorf
af3d5b39fc
Fix all tests
2017-10-11 07:53:49 +02:00
Jakob Nixdorf
f4227fb9b6
Add a basic black theme (for #47 )
...
This needs some additional tweaking before it is fully ready
2017-10-09 08:16:04 +02:00
Jakob Nixdorf
2e09eb42ad
Store the backup password encrypted
...
Closes #49
2017-10-06 14:10:06 +02:00
Jakob Nixdorf
de2485e56f
Some refactoring of the KeyStore related functions
2017-10-06 11:25:27 +02:00
Jakob Nixdorf
e066ac3303
Use StandardCharsets.UTF_8 instead of "UTF-8"
2017-10-05 10:44:24 +02:00
Jakob Nixdorf
09d0aae81b
Store the hashed passwords hex-encoded
2017-10-05 10:32:39 +02:00
Jakob Nixdorf
fc071982c1
Fix small bug when changing authentication method in settings
2017-10-05 10:14:09 +02:00
Jakob Nixdorf
d708f08f02
Keep authentication settings when receiving a Panic trigger
...
Fixes #50
2017-10-05 10:06:02 +02:00
Jakob Nixdorf
d856758d15
Store authentication credentials hashed
2017-10-03 16:33:06 +02:00
Jakob Nixdorf
9d5f6bf462
Bump to version 0.2.7
2017-09-27 07:22:49 +02:00
Jakob Nixdorf
bcb71d288d
Update German translations from Crowdin
2017-09-23 09:41:37 +02:00
Jakob Nixdorf
6d4ef5e573
Update Spanish translations from Crowdin
2017-09-22 14:16:00 +02:00
Jakob Nixdorf
f23d7508aa
Add Russian translations from Crowdin
2017-09-22 14:14:01 +02:00
Jakob Nixdorf
130ffc2f21
Add Galician translations from Crowdin
2017-09-22 14:09:36 +02:00
Jakob Nixdorf
38b715172e
Add Dutch translations from Crowdin
2017-09-22 14:05:22 +02:00
Johan Fleury
0e4dad4646
Add french translation ( #44 )
2017-09-22 11:39:56 +02:00
Jakob Nixdorf
6af58446d8
Make Github non-translatable
2017-09-21 07:29:44 +02:00
Jakob Nixdorf
ce696861c7
Prevent adding duplicate entries
...
Fixes #41
2017-09-20 07:58:31 +02:00
Jakob Nixdorf
842d49b68f
Require authentication again after screen off
...
Closes #36
2017-08-25 15:53:37 +02:00
Jakob Nixdorf
ad0c2f46b8
Set default values for panic response
...
This fixes a crash on KitKat when no default values are set for the MultiSelectListPreference.
2017-08-25 14:14:35 +02:00
Jakob Nixdorf
247f4e938e
Make the response to the Panic Trigger intent configurable
...
Closes #35
2017-08-24 09:42:50 +02:00
Jakob Nixdorf
cbdced2df1
Restore the drag state with the sort mode
2017-08-23 14:18:36 +02:00
Jakob Nixdorf
f41eb620aa
Move the token update to the adapter
2017-08-23 14:03:03 +02:00
Jakob Nixdorf
dd97ac87f0
Remove outdated PRNGFixes
...
They were only relevant for SDK versions below 19, which is our current minSdk
2017-08-23 12:48:50 +02:00
Jakob Nixdorf
f0518a265c
Replace some deprecated code (SDK 26)
2017-08-23 10:49:13 +02:00
Jakob Nixdorf
f679f93ddb
Update to SDK 26 and update some dependencies
2017-08-23 07:53:55 +02:00
Jakob Nixdorf
77655b6108
Use the non-deprecated key generation on Android M+
2017-08-22 13:18:49 +02:00
Jakob Nixdorf
3f77ed319c
Bump to version 0.2.6
2017-08-22 10:18:52 +02:00
Jakob Nixdorf
d154f0a0db
Translation: update es-rES from Crowdin
2017-08-21 08:58:20 +02:00
9Cube-dpustula
5e8f49176b
Updated pl-rPL (Polish (Poland)) translation ( #33 )
...
Translated by Daniel Pustuła.
Commit made via Stringlate
2017-08-21 08:46:10 +02:00
Jakob Nixdorf
ec0ed88f74
Translation: add de-rDE from Crowdin
2017-08-18 15:44:06 +02:00
Jakob Nixdorf
dfb8935646
Minor layout improvements for the add dialog
2017-08-18 13:29:24 +02:00
SuperVirus
c17bc0dbfb
Variable digits lenths ( #30 )
...
Adds support for variable digit lengths
2017-08-18 11:39:36 +02:00
Jakob Nixdorf
f616350aae
Some refactoring
...
* Wrap Settings in a class so we only have one location to edit defaults etc.
* Move the authentication function to the BaseActivity
2017-08-17 11:08:54 +02:00
Jakob Nixdorf
8690eb1181
Support PIN and Password authentication [2/2]
...
This adds the authentication activity used to check the PIN/password
Closes #23
2017-08-16 13:32:32 +02:00
Jakob Nixdorf
8ef25888db
Support PIN and Password authentication [1/2]
...
This adds the settings part to support password and PIN authentication
2017-08-15 14:17:50 +02:00
Jakob Nixdorf
ded939cb99
Re-order preferences
2017-08-15 11:25:11 +02:00
Jakob Nixdorf
44e99d9186
Add missing copyright headers
2017-08-15 11:15:05 +02:00
Jakob Nixdorf
a8a3386599
Add a confirmation to the PasswordPreference
2017-08-15 11:11:46 +02:00
Jakob Nixdorf
8bcc09513a
Merge pull request #27 from carmebar/master
...
Added support to Panic trigger.
2017-08-14 13:05:40 +02:00
Jakob Nixdorf
fc02a3cbd2
Add custom PasswordPreference
...
Fixes #26
2017-08-14 12:36:01 +02:00
Carlos Melero
76011cd616
Added support to Panic trigger. https://github.com/guardianproject/panickit
...
When the user triggers a Panic action the user preferences and secrets database are wiped.
The user will be able to restore from a secure backup when she's in a safe place.
2017-08-12 14:09:36 +02:00
Jakob Nixdorf
8c1d5580de
Add translators and contributors to About
2017-08-10 11:31:17 +02:00
Jakob Nixdorf
c672564297
Backup: remove stub functions
2017-08-10 09:26:10 +02:00
Carlos Melero
64dbe6d02f
Fixing #20
...
Old intent is supposed to be reused after user interaction.
2017-08-10 00:12:12 +02:00
Jakob Nixdorf
76133f4131
Refactor: Organize Java classes in packages
2017-08-09 12:51:03 +02:00