aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
Commit message (Collapse)AuthorAgeFilesLines
* drop clipboard backwards compatibility for api level < 11Vincent Breitmoser2015-06-201-1/+3
|
* more work on decrypt fragment uxVincent Breitmoser2015-06-201-0/+4
|
* 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
| |
* | 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-171-0/+11
|\| | | | | | | | | | | | | Conflicts: .travis.yml OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
| * 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
| | |
* | | add ToolableViewAnimatorVincent Breitmoser2015-06-111-0/+4
| | |
* | | 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
| |\
| | * implement sticky preferencesVincent Breitmoser2015-05-311-0/+8
| | |
| * | prevent keybase key replacing keyserver keyAdithya Abraham Philip2015-05-311-0/+1
| |/
* / multi-decrypt: working context menuVincent Breitmoser2015-06-031-0/+1
|/
* prevent NaN dialog on import with no selected keysAdithya Abraham Philip2015-05-311-0/+1
|
* better error handling for bad encrypted data checksumVincent Breitmoser2015-05-301-0/+1
|
* warn on signature earlier than key creation, err on significantly earlierVincent Breitmoser2015-05-281-0/+1
|
* don't show allowed key list if no key exists, and some minor ↵Vincent Breitmoser2015-05-281-1/+1
| | | | PgpDecryptVerify changes
* Fix language based on feedback from transifexDominik Schürmann2015-05-211-1/+1
|
* Improve stringsDominik Schürmann2015-05-191-24/+24
|
* check fingerprint length after scanning qr codeVincent Breitmoser2015-05-171-1/+2
| | | | Fixes #1281
* apply promote operation to specific subkeys present on yubikey onlyVincent Breitmoser2015-05-171-0/+3
|
* Moving blank smart card messages to strings.xmlJoey Castillo2015-05-131-0/+2
|
* Add check for exporting two keys to same smart card slot.Joey Castillo2015-05-131-0/+2
|
* Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-131-0/+3
|
* Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-0/+4
|
* Fix Bluetooth share without breaking othersWilliam Faulk2015-05-041-0/+1
|
* Merge branch 'development' of https://github.com/Hiperzone/open-keychain ↵Dominik Schürmann2015-05-041-0/+1
|\ | | | | | | | | | | | | into Hiperzone-development Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyEmailFragment.java
| * Merge branch 'development' of https://github.com/open-keychain/open-keychain ↵Daniel Ramos2015-04-263-23/+11
| |\ | | | | | | | | | into development
| * \ Merge branch 'localdev' of https://github.com/Hiperzone/open-keychain into ↵Daniel Ramos2015-04-241-0/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | development Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/BaseNfcActivity.java
| | * | -Improved email sanity verifications when adding emails when creating a new KeyDaniel Ramos2015-04-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | -fixed a few NFC crashes -fixed a few instances when showing the keyboard would crash the Activity -fixed a case where adding new emails would crash the app if the user went back and forth between the Add Email fragment and the Add Name fragment.
* | | | Fix yubikey stringsDominik Schürmann2015-05-011-5/+6
| | | |
* | | | Fix key creation string and displayDominik Schürmann2015-04-301-2/+3
| | | |
* | | | API: Allow selection of decryption keys when decryption failsDominik Schürmann2015-04-301-0/+1
| | | |
* | | | display creation dates for ambiguous user idsVincent Breitmoser2015-04-271-1/+1
| | | |
* | | | add distinct status for messages signed by "your" keyVincent Breitmoser2015-04-271-0/+1
| |_|/ |/| |
* | | UI fixes for Android < 5Dominik Schürmann2015-04-261-6/+1
| | |
* | | Switch to new support lib version 22.1Dominik Schürmann2015-04-251-1/+1
| | |
* | | Remove old navigation drawer dependencyDominik Schürmann2015-04-252-9/+1
| | |
* | | revamp decrypt uiVincent Breitmoser2015-04-241-7/+8
|/ /
* | Fixed Snackbar behind layoutManoj Khanna2015-04-221-0/+1
| | | | | | | | Surrounded string with quotes
* | keyserver verification on additionAdithya Abraham Philip2015-04-221-0/+12
| |
* | support for handling keyserver urls from browser, added documentationAdithya Abraham Philip2015-04-201-0/+3
|/