aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain
Commit message (Collapse)AuthorAgeFilesLines
...
| * New notify iconDominik Schürmann2015-06-241-1/+1
| |
| * New all-white status bar icon to fix issue #1356moparisthebest2015-06-221-2/+21
| |
* | fix: save fileVincent Breitmoser2015-06-231-5/+5
| |
* | fix original file deletion (and instrumentation)Vincent Breitmoser2015-06-232-9/+27
| |
* | instrument: delete file and inline preference testsVincent Breitmoser2015-06-231-0/+5
| |
* | implement deletion of filesVincent Breitmoser2015-06-235-8/+21
| |
* | implement saving of filesVincent Breitmoser2015-06-232-2/+54
| |
* | instrument: adapt to new decrypt file dialog, and some minor fixesVincent Breitmoser2015-06-233-8/+6
| |
* | move select file logic into EncryptDecryptOverviewFragmentVincent Breitmoser2015-06-224-201/+52
| |
* | small fix and some cleanup in ServiceProgressFragmentVincent Breitmoser2015-06-221-12/+32
| |
* | don't expose dataset for FileAdapter in encrypt view, small improvements to ↵Vincent Breitmoser2015-06-222-27/+35
| | | | | | | | error handling
* | multi-decrypt: use indeterminate progress onlyVincent Breitmoser2015-06-221-4/+3
| |
* | instrument: some updates to asymmetric decrypt testsVincent Breitmoser2015-06-222-7/+7
| |
* | add failure state to DecryptListFragmentVincent Breitmoser2015-06-221-56/+91
| |
* | add extra for initial fragment in MainActivityVincent Breitmoser2015-06-221-6/+20
| |
* | update keychain intents submodule (for travis)Vincent Breitmoser2015-06-201-1/+1
| |
* | don't show "delete original file" for non-file input urisVincent Breitmoser2015-06-201-6/+4
| |
* | fix display of signed-only contentVincent Breitmoser2015-06-201-4/+7
| |
* | instrument: update symmetric testsVincent Breitmoser2015-06-202-2/+3
| |
* | fix decrypt view intents, save mimetype in storage provider, and thumbnail ↵Vincent Breitmoser2015-06-203-59/+87
| | | | | | | | loading in decrypt list
* | use uris for clipboard data if available in DecryptActivityVincent Breitmoser2015-06-202-9/+23
| |
* | drop clipboard backwards compatibility for api level < 11Vincent Breitmoser2015-06-202-86/+66
| |
* | add mimetype and streamtype support in TemporaryStorageProviderVincent Breitmoser2015-06-201-4/+52
| |
* | allow encrypting to clipboard in EncryptFileFragmentVincent Breitmoser2015-06-201-16/+39
| |
* | extract readTextFromUri into FileHelperVincent Breitmoser2015-06-202-32/+40
| |
* | more work on decrypt fragment uxVincent Breitmoser2015-06-204-104/+124
| |
* | working DisplayTextActivity, more input support in DecryptActivityVincent Breitmoser2015-06-209-234/+223
| |
* | handle empty filename in decrypt listVincent Breitmoser2015-06-191-1/+5
| |
* | handle EXTRA_TEXT in decrypt activityVincent Breitmoser2015-06-191-21/+58
| |
* | save instance state in DecryptListFragmentVincent Breitmoser2015-06-192-26/+146
| |
* | rename activities to match new purposeVincent Breitmoser2015-06-186-16/+21
| |
* | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-181-9/+21
|\|
| * more stable nullable behavior in OperationLogVincent Breitmoser2015-06-181-9/+21
| |
* | fix ToolableViewAnimator (againl)Vincent Breitmoser2015-06-181-1/+8
| |
* | handle multiple input URIs and Intent.SEND_MULTIPLEVincent Breitmoser2015-06-184-42/+91
| |
* | fix typo in excluder activity nameVincent Breitmoser2015-06-181-1/+1
| |
* | minor code style fixesVincent Breitmoser2015-06-181-1/+3
| |
* | fix small oversight in ToolableViewAnimatorVincent Breitmoser2015-06-181-0/+8
| |
* | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-178-80/+101
|\|
| * fix rest of resource leaks (#1351)Vincent Breitmoser2015-06-176-65/+78
| |
| * fix a couple of resource leaks (#1351)Vincent Breitmoser2015-06-172-15/+23
| |
* | Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-1724-415/+355
|\| | | | | | | | | | | | | Conflicts: .travis.yml OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
| * fix filesize reporting in decrypt operationVincent Breitmoser2015-06-171-0/+6
| |
| * instrument: use contrib drawer methods, respect passphrase cacheVincent Breitmoser2015-06-171-0/+8
| |
| * fix nullpointer in ViewKeyFragmentVincent Breitmoser2015-06-171-1/+1
| |
| * fix returned text of cleartext verifyVincent Breitmoser2015-06-171-4/+5
| |
| * use KeyAdapter in KeySpinnerVincent Breitmoser2015-06-178-202/+127
| |
| * fix symmetric text decryptionVincent Breitmoser2015-06-171-1/+3
| |
| * preliminary EditKeyTestVincent Breitmoser2015-06-171-1/+1
| |
| * return actual last log entry, including from sublogentryparcelsVincent Breitmoser2015-06-171-1/+5
| |