aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-051-1/+1
|\ | | | | | | | | | | | | into jacobshack-certify Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/MultiCertifyKeyFragment.java
| * preselect certify keyDominik Schürmann2014-10-051-1/+1
| |
* | more layout neatificationVincent Breitmoser2014-10-051-0/+1
|/
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-041-10/+24
|\ | | | | | | into jacobshack-certify
| * Workings on new parcel for key downloadsDominik Schürmann2014-10-041-10/+13
| |
| * Pass imported master key ids via result parcelDominik Schürmann2014-10-041-0/+11
| |
* | implement preliminary MultiCertifyActivity (most heavy lifting is done)Vincent Breitmoser2014-10-041-1/+1
| |
* | certify: get rid of fingerprint checkVincent Breitmoser2014-10-041-1/+0
|/ | | | | | Master key ids are unambiguous by database design, and only keys which are in the database are signed. There is no reason to check the fingerprint again during the certify operation.
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-041-0/+2
|\ | | | | | | into jacobshack-certify
| * Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Dominik Schürmann2014-10-041-1/+19
| |\ | | | | | | | | | into jacobshack-certify
| * | New add keys activityDominik Schürmann2014-10-041-0/+2
| | |
* | | improve CertifyResult, add custom notifyVincent Breitmoser2014-10-041-5/+22
| |/ |/|
* | redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-041-1/+19
|/
* Make app_name translatableDominik Schürmann2014-10-032-6/+2
|
* get rid of two consolidate number preferencesVincent Breitmoser2014-10-031-4/+1
|
* Add null check when retrieving key ids from contacts apiDominik Schürmann2014-10-021-0/+1
|
* Clarify api_create_account_textDominik Schürmann2014-09-301-2/+2
|
* be more mindful of algorithm and usage flag interactionVincent Breitmoser2014-09-281-0/+2
| | | | Fixes #895
* fix save button when no file is selectedVincent Breitmoser2014-09-241-0/+1
|
* show message about saving multiple files rather than hide the buttonVincent Breitmoser2014-09-241-0/+1
|
* Fix strings reported by yahoe.001Dominik Schürmann2014-09-241-2/+2
|
* Button text for decryptDominik Schürmann2014-09-241-0/+5
|
* Implement buttons in DecryptTextFragmentDominik Schürmann2014-09-231-0/+2
|
* DecryptTextActivity reworkDominik Schürmann2014-09-231-1/+2
|
* be more precise on importresult overall errorVincent Breitmoser2014-09-231-3/+6
|
* take failed keys into account in importkeyresult notificationVincent Breitmoser2014-09-231-0/+4
|
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-0/+1
|
* reject keys with duplicate subkeys altogetherVincent Breitmoser2014-09-231-0/+1
| | | | closes #870
* log "unspecified" flags differentlyVincent Breitmoser2014-09-221-0/+2
|
* show authenticate flag in logsVincent Breitmoser2014-09-221-16/+32
|
* Fix custom key configuration for primary user idsDominik Schürmann2014-09-211-0/+2
|
* Feature to change key configuration in create keyDominik Schürmann2014-09-211-2/+5
|
* respect user id revocation signaturesVincent Breitmoser2014-09-201-1/+5
| | | | Closes #836
* Remove certificate validation code from ViewCertActivity, they are already ↵Dominik Schürmann2014-09-191-3/+3
| | | | validated by import
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-0/+1
|
* Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-09-151-3/+6
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedKeyRing.java OpenKeychain/src/main/res/values-de/strings.xml
| * Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-151-4/+11
| |\
| | * Add cloud search tab, lose Keybase/Keyserver tabs, re-organize prefsTim Bray2014-09-131-2/+6
| | |
| * | New decrypt activity design (WIP), saner UTF8 decoding (replacing ↵Dominik Schürmann2014-09-151-1/+0
| | | | | | | | | | | | non-decodable characters)
* | | move LogLevel info into LogType enumVincent Breitmoser2014-09-151-4/+4
| |/ |/|
* | work on OperationResultParcelVincent Breitmoser2014-09-141-2/+5
|/
* add SignEncryptResult parcel (probably break stuff)Vincent Breitmoser2014-09-141-1/+25
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-131-1/+1
|\
| * add key id to trailing asym data log msgVincent Breitmoser2014-09-131-1/+1
| |
* | Custom actionbar to indicate swipe down effectDominik Schürmann2014-09-131-0/+1
|/
* log warning on bad uid encodingVincent Breitmoser2014-09-131-0/+1
|
* some DecryptVerify log refinementsVincent Breitmoser2014-09-131-2/+2
|
* add a ton of logging to DecryptVerifyVincent Breitmoser2014-09-131-0/+38
|
* add ui support for stripping subkeysVincent Breitmoser2014-09-111-0/+3
|
* introduce SingletonResult for... singleton resultsVincent Breitmoser2014-09-081-3/+3
|