aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/BackupCodeFragment.java
Commit message (Expand)AuthorAgeFilesLines
* make unencrypted backup an explicit parameterVincent Breitmoser2016-05-171-1/+1
* Merge branch 'master' into backup-apiDominik Schürmann2016-05-071-72/+129
|\
| * 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
| * Revert "Use non-breaking spaces for backup code MaskedEditText"Dominik Schürmann2016-03-081-7/+2
| * 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
* 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 d...Dominik Schürmann2015-10-151-2/+2
* 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
* enc-export: mv BackupCodeEntryFragment BackupCodeFragmentVincent Breitmoser2015-09-291-0/+454