aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
Commit message (Collapse)AuthorAgeFilesLines
...
| * Notification: follow design guidelines, fix #1313Dominik Schürmann2015-06-241-3/+6
| |
| * New notify iconDominik Schürmann2015-06-2410-0/+0
| |
| * New all-white status bar icon to fix issue #1356moparisthebest2015-06-225-0/+0
| |
* | fix original file deletion (and instrumentation)Vincent Breitmoser2015-06-231-1/+1
| |
* | implement deletion of filesVincent Breitmoser2015-06-2314-18/+22
| |
* | implement saving of filesVincent Breitmoser2015-06-231-0/+2
| |
* | instrument: adapt to new decrypt file dialog, and some minor fixesVincent Breitmoser2015-06-231-1/+1
| |
* | move select file logic into EncryptDecryptOverviewFragmentVincent Breitmoser2015-06-222-26/+11
| |
* | don't expose dataset for FileAdapter in encrypt view, small improvements to ↵Vincent Breitmoser2015-06-2218-18/+19
| | | | | | | | error handling
* | order menu items for encrypt operationsVincent Breitmoser2015-06-223-6/+18
| |
* | multi-decrypt: use indeterminate progress onlyVincent Breitmoser2015-06-222-50/+46
| |
* | add failure state to DecryptListFragmentVincent Breitmoser2015-06-221-1/+49
| |
* | instrument: update symmetric testsVincent Breitmoser2015-06-201-1/+0
| |
* | fix overflow iconVincent Breitmoser2015-06-204-1/+1
| |
* | drop clipboard backwards compatibility for api level < 11Vincent Breitmoser2015-06-2010-10/+12
| |
* | allow encrypting to clipboard in EncryptFileFragmentVincent Breitmoser2015-06-201-0/+5
| |
* | more work on decrypt fragment uxVincent Breitmoser2015-06-201-0/+4
| |
* | working DisplayTextActivity, more input support in DecryptActivityVincent Breitmoser2015-06-201-4/+6
| |
* | handle empty filename in decrypt listVincent Breitmoser2015-06-191-0/+1
| |
* | handle EXTRA_TEXT in decrypt activityVincent Breitmoser2015-06-191-2/+3
| |
* | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-181-0/+1
|\|
| * more stable nullable behavior in OperationLogVincent Breitmoser2015-06-181-0/+1
| |
* | handle multiple input URIs and Intent.SEND_MULTIPLEVincent Breitmoser2015-06-181-1/+1
| |
* | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-171-0/+1
|\|
| * fix rest of resource leaks (#1351)Vincent Breitmoser2015-06-171-0/+1
| |
* | Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-175-58/+43
|\| | | | | | | | | | | | | Conflicts: .travis.yml OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
| * nicer preview of decrypt_text_fragment layoutVincent Breitmoser2015-06-171-0/+3
| |
| * use KeyAdapter in KeySpinnerVincent Breitmoser2015-06-172-57/+19
| |
| * improve preview of ViewKeyActivity layoutVincent Breitmoser2015-06-171-1/+10
| |
| * (minor) layout changesVincent Breitmoser2015-06-171-1/+2
| |
| * add ToolableViewAnimatorVincent Breitmoser2015-06-171-0/+4
| |
| * Merge pull request #1338 from josecastillo/developmentVincent2015-06-121-0/+11
| |\ | | | | | | Improved smart card error handling
| | * Replace AssertionErrors with snackbar notifications, fix style issues.Joey Castillo2015-06-111-8/+11
| | |
| | * Improved smart card error handlingJoey Castillo2015-06-101-0/+8
| | |
| * | Merge remote-tracking branch 'origin/master' into v/eventbusVincent Breitmoser2015-06-112-2/+2
| |\|
* | | fix status icon alignmentVincent Breitmoser2015-06-141-0/+2
| | |
* | | (minor) layout changesVincent Breitmoser2015-06-132-3/+2
| | |
* | | add ToolableViewAnimatorVincent Breitmoser2015-06-112-9/+16
| | |
* | | Merge remote-tracking branch 'origin/master' into v/multi-decryptVincent Breitmoser2015-06-112-2/+2
|\ \ \ | | |/ | |/|
| * | Allow debug build besides release buildDominik Schürmann2015-06-102-2/+2
| | |
* | | multi-decrypt: switch to cardviewVincent Breitmoser2015-06-101-9/+15
| | |
* | | Merge branch 'v/eventbus' into v/multi-decryptVincent Breitmoser2015-06-101-1/+4
|\ \ \ | | |/ | |/| | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/CryptoOperationFragment.java
| * | Merge remote-tracking branch 'origin/master' into v/eventbusVincent Breitmoser2015-06-101-1/+4
| |\|
| | * Improve FAQ entry for file managerDominik Schürmann2015-06-081-1/+1
| | |
| | * Improve FAQ entry for file managerDominik Schürmann2015-06-081-1/+1
| | |
| | * Explicit mention of dependency on 3rd party toolStéphane Lavergne2015-06-081-1/+4
| | | | | | | | | I had the darnest time remembering my old APG days where something was said in passing about, unlike any other application I know, the need here for OI File Manager (or others, later on) to be able to select local files. I'm sure I'm not the only person who could benefit from this reminder. :)
* | | WIP! Merge branch 'v/eventbus' into v/multi-decryptVincent Breitmoser2015-06-071-0/+1
|\| | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFilesFragment.java
| * | eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-0/+1
| |/
* | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-061-0/+10
|\| | | | | | | | | | | | | | | | | this also fixes weird-bug Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFilesFragment.java OpenKeychain/src/main/res/values/strings.xml
| * Merge branch 'v/sticky-prefs'Vincent Breitmoser2015-06-031-0/+8
| |\