aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* | | import: simplify ImportKeysActivity, don't display search bar for fixed inputVincent Breitmoser2015-09-301-159/+89
| | |
* | | enc-export: use BackupActivity for backup from ViewKeyActivityVincent Breitmoser2015-09-302-9/+15
| | |
* | | enc-export: handle onSaveInstanceState, add nicer layout for landscapeVincent Breitmoser2015-09-292-38/+86
| | |
* | | 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-292-7/+7
| | |
* | | 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-292-16/+75
| | | | | | | | | | | | pre-kitkat
* | | enc-export: mv BackupCodeEntryFragment BackupCodeFragmentVincent Breitmoser2015-09-292-4/+4
| | |
* | | use annotations for android sdk constraintsVincent Breitmoser2015-09-283-8/+10
| | |
* | | Merge remote-tracking branch 'origin/master' into encrypted-exportVincent Breitmoser2015-09-2811-434/+179
|\| |
| * | Check that the encrypt input uris are not linked to our own internal storage ↵Dominik Schürmann2015-09-251-3/+26
| | | | | | | | | | | | (OKC-01-010)
| * | Cleanup FileHelperDominik Schürmann2015-09-243-9/+6
| | |
| * | Remove save support for Android < 4.4 (OKC-01-014)Dominik Schürmann2015-09-245-238/+20
| | |
| * | Fix some illegal state exceptionsDominik Schürmann2015-09-241-5/+24
| | |
| * | Confirm designDominik Schürmann2015-09-241-11/+16
| | |
| * | phrase confirmationDominik Schürmann2015-09-242-129/+12
| | |
| * | Use more modular Keybase lib with OkHttp wrapperDominik Schürmann2015-09-211-1/+5
| | |
| * | Keyservers: Dont follow redirects, pin pgp.mit.edu, check for pinned cert on ↵Dominik Schürmann2015-09-202-36/+66
| | | | | | | | | | | | add (OKC-01-018)
| * | use intent icon as fallback if we get no thumbnailVincent Breitmoser2015-09-191-2/+4
| |/
| * Fix DECRYPT_DATA intentDominik Schürmann2015-09-181-1/+1
| |
* | enc-export: easier mechanism to get backup code from edittextsVincent Breitmoser2015-09-281-7/+8
| |
* | upload: re-add upload by bytesVincent Breitmoser2015-09-281-0/+1
| |
* | enc-backup: working "save to file"Vincent Breitmoser2015-09-281-8/+21
| |
* | enc-backup: working first versionVincent Breitmoser2015-09-282-50/+82
| |
* | export: support encrypted export, first versionVincent Breitmoser2015-09-281-2/+6
| |
* | upload: identify key by masterKeyId onlyVincent Breitmoser2015-09-262-7/+16
| |
* | export: externalize upload into its own operationVincent Breitmoser2015-09-262-19/+20
| |
* | enc-backup: fix copyright noticesVincent Breitmoser2015-09-252-4/+2
| |
* | enc-backup: use black check icon for button, and some cleanupVincent Breitmoser2015-09-251-4/+2
| |
* | enc-backup: clean up backstack after restoreVincent Breitmoser2015-09-251-6/+14
| |
* | enc-backup: use ValueAnimator rather than ObjectAnimator for compatibilityVincent Breitmoser2015-09-251-34/+30
| |
* | enc-backup: use only one fragment after allVincent Breitmoser2015-09-254-166/+200
| |
* | enc-backup: handle bad code more nicelyVincent Breitmoser2015-09-251-20/+44
| |
* | enc-backup: keep first generated codeVincent Breitmoser2015-09-251-2/+8
| |
* | enc-backup: some cleanup in code entry fragmentVincent Breitmoser2015-09-251-117/+2
| |
* | enc-backup: ask for backup code againVincent Breitmoser2015-09-253-9/+205
| |
* | encrypted export WIPVincent Breitmoser2015-09-195-4/+318
|/
* multidcrypt: display k9 download only after decryption failureVincent Breitmoser2015-09-172-4/+6
|
* Merge branch 'mime4j' of github.com:open-keychain/open-keychain into mime4jVincent Breitmoser2015-09-171-0/+4
|\
| * Add K-9 Mail warning toastDominik Schürmann2015-09-171-0/+4
| |
* | multidecrypt: use chooser intent on click for everything but text/plain ↵Vincent Breitmoser2015-09-171-10/+37
|/ | | | ACTION_SHOW
* fail with warning if we get data from the AOSP mail client (see #290)Vincent Breitmoser2015-09-161-1/+11
|
* multidecrypt: attempt file deletion only once at mostVincent Breitmoser2015-09-161-0/+3
|
* actually use cleaned text if we read from clipboardVincent Breitmoser2015-09-161-2/+6
|
* multidecrypt: disable delete if not from ACTION_VIEWVincent Breitmoser2015-09-162-24/+19
|
* mime: respect charset header (default to utf-8)Vincent Breitmoser2015-09-162-4/+7
|
* multidecrypt: use bottom sheet for longclick optionsVincent Breitmoser2015-09-162-6/+80
|
* multidecrypt: context menu per card, not per fileVincent Breitmoser2015-09-161-3/+6
|
* Add text icon in decrypt listDominik Schürmann2015-09-161-1/+3
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptListFragment.java