aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain
Commit message (Expand)AuthorAgeFilesLines
* introduce new SaveKeyringParcelVincent Breitmoser2014-05-271-0/+113
* rename SaveKeyringParcel to OldSaveKeyringParcelVincent Breitmoser2014-05-274-14/+19
* fix missing userIds in ImportKeysListEntryVincent Breitmoser2014-05-272-4/+9
* wrapped-key-ring: forgot a part in PgpDecryptVerifyVincent Breitmoser2014-05-231-2/+9
* introduce WrappedSignature for the ViewCert* ui codeVincent Breitmoser2014-05-233-31/+149
* wrapped-key-ring: use UncachedKeyRing in ImportKeysListLoaderVincent Breitmoser2014-05-231-28/+8
* wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic typeVincent Breitmoser2014-05-238-101/+126
* wrapped-key-ring: encapsulate key flagsVincent Breitmoser2014-05-223-18/+27
* Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-2116-186/+300
|\
| * Merge highlight keyserver pull requestDominik Schürmann2014-05-189-91/+128
| |\
| | * Rename mCurQuery to mQuery for consistencyThialfihar2014-05-161-5/+5
| | * Use Highlighter instead of HighlightQueryCursorAdapterThialfihar2014-05-163-79/+28
| | * Add highlighting to keyserver/keybase searchThialfihar2014-05-165-5/+75
| | * Support mutliple search words and highlight themThialfihar2014-05-163-6/+24
| * | Rename KeyServer to KeyserverDominik Schürmann2014-05-189-38/+34
| |/
| * keybase cleanups for revised search output formatTim Bray2014-05-151-24/+7
| * keybase now has key info in search outputTim Bray2014-05-151-0/+5
| * JWalk javadocsTim Bray2014-05-141-0/+48
| * Rename fingerPrint to fingerprintThialfihar2014-05-145-16/+16
| * Add github, twitter, website info for keybase keysThialfihar2014-05-141-0/+17
| * Cleanup keybase query a bitThialfihar2014-05-141-15/+14
| * Don't guess keybase key algorithm and sizeThialfihar2014-05-142-5/+8
| * Add extraData property in ImportKeyListEntryThialfihar2014-05-143-8/+20
| * List full keybase id or strong key id matches on topThialfihar2014-05-141-1/+10
| * Make keybase lookup works for key ids starting with 0xThialfihar2014-05-141-1/+6
* | wrapped-key-ring: use CachedKeyRing where possibleVincent Breitmoser2014-05-217-42/+44
* | use long rather than String to build uris by keyVincent Breitmoser2014-05-2113-37/+33
* | wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-2123-211/+370
* | Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-1472-1048/+2531
|\|
| * Removed unused Toast importDaniel Haß2014-05-111-1/+0
| * Toast replacementDaniel Haß2014-05-111-2/+4
| * Fixed wrong AppMsg-StyleDaniel Haß2014-05-111-2/+2
| * ui: purplize dialog headers (huge hack inside)Vincent Breitmoser2014-05-0812-28/+63
| * proper null checks and closing of cursors everywhereVincent Breitmoser2014-05-086-148/+189
| * use longsparsearrays instead of hashmaps in that one placeVincent Breitmoser2014-05-081-16/+19
| * Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-05-083-5/+1
| |\
| | * use setEncryptToSigner for asymmetric encryptionVincent Breitmoser2014-05-083-5/+1
| * | Use flat buttons where appropriateDominik Schürmann2014-05-083-14/+10
| |/
| * use LoaderFragment in ViewKey tabsVincent Breitmoser2014-05-084-44/+32
| * extract generic LoaderFragment superclass from KeyListVincent Breitmoser2014-05-082-61/+88
| * Don't allow certification using keys where primary subkey is strippedVincent Breitmoser2014-05-071-4/+7
| * Add applications section to helpDominik Schürmann2014-05-074-5/+5
| * Remove code for sharing whole key via qr codeDominik Schürmann2014-05-072-129/+16
| * Start app menu item for registered appsDominik Schürmann2014-05-071-4/+24
| * GET_KEY: also return PendingIntent to key viewDominik Schürmann2014-05-072-2/+11
| * Better handling of actionbars backDominik Schürmann2014-05-076-46/+50
| * Design fixes for certification activityDominik Schürmann2014-05-071-44/+43
| * Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-05-075-52/+102
| |\
| | * ui: use SlidingTabLayout in help activityVincent Breitmoser2014-05-071-20/+30
| | * small fix for 6aafb3, forgot to commit this lineVincent Breitmoser2014-05-071-0/+1