aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/BackupCodeFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* make unencrypted backup an explicit parameterVincent Breitmoser2016-05-171-1/+1
|
* Merge branch 'master' into backup-apiDominik Schürmann2016-05-071-72/+129
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java extern/openpgp-api-lib
| * Revert usage of masked-edittext, back to plain edittexts for backup codesDominik Schürmann2016-04-121-91/+127
| |
| * Provisional backup-code text selection fixAlex Fong2016-03-121-0/+25
| | | | | | | | | | | | | | For issue #1779, a provisional fix where selection is still possible, but more difficult. Preventing selection altogether is not possible due to the implementation in the Masked-Edittext dependency. To be updated when Masked-Edittext fixes this bug.
| * Revert "Use non-breaking spaces for backup code MaskedEditText"Dominik Schürmann2016-03-081-7/+2
| | | | | | | | | | | | | | This reverts commit 0feb4d074ce284bfed17e82a3cbc218209aff14a. Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/BackupCodeFragment.java
| * Fix backup code comparisonAndrea Torlaschi2016-03-021-5/+6
| |
* | Add backup APIDominik Schürmann2016-03-011-8/+40
|/
* Use non-breaking spaces for backup code MaskedEditTextDominik Schürmann2016-02-101-2/+7
|
* Backup format v2: redesigned backup code fragment with masked edit textDominik Schürmann2016-02-101-123/+80
|
* add debug option to use dummy backup code (fixes #1675)Vincent Breitmoser2016-01-131-1/+51
|
* Backup: Move FAQ button to last screen and simplify codeDominik Schürmann2015-12-221-8/+2
|
* Issue #1595aLIEzTed2015-12-221-5/+18
| | | | | | | | | | | | | | link to faq link to app Issue #1595 Issue#1595 Revert commits Sorry for overhead annotation
* fix argument order screwup in FileHelperVincent Breitmoser2015-10-221-1/+1
|
* File ending consisitency for backupsDominik Schürmann2015-10-151-3/+5
|
* Cleanup, fix advanced sharingDominik Schürmann2015-10-151-4/+4
|
* Remove debug codeDominik Schürmann2015-10-151-9/+1
|
* Mime type consistencyDominik Schürmann2015-10-151-3/+3
|
* Use correct filename when sharing backupDominik Schürmann2015-10-151-8/+8
|
* Rename TemporaryStorageProvider to TemporaryFileProvider, use interface for ↵Dominik Schürmann2015-10-151-2/+2
| | | | db contract
* Cleanup in BackupCodeFragmentDominik Schürmann2015-10-151-16/+14
|
* Unify backup filenameDominik Schürmann2015-10-151-2/+3
|
* enc-export: handle onSaveInstanceState, add nicer layout for landscapeVincent Breitmoser2015-09-291-38/+67
|
* enc-export: add "back" button to fail stateVincent Breitmoser2015-09-291-6/+16
|
* enc-export: add comments about debug mechanismsVincent Breitmoser2015-09-291-0/+3
|
* enc-export: localize snackbar stringsVincent Breitmoser2015-09-291-5/+5
|
* enc-export: rename fragment to match classVincent Breitmoser2015-09-291-1/+1
|
* enc-export: implement save file as CREATE_DOCUMENT, with static fallback for ↵Vincent Breitmoser2015-09-291-15/+69
| | | | pre-kitkat
* enc-export: mv BackupCodeEntryFragment BackupCodeFragmentVincent Breitmoser2015-09-291-0/+454