aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyTrustFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* updated OrbotHelper with silent startAdithya Abraham Philip2015-08-061-6/+17
|
* Merge pull request #1456 from xSooDx/masterDominik Schürmann2015-08-051-3/+16
|\ | | | | ISSUE #1304: Change keybase strings
| * renamed the insertLinks() method to formatSpannableString() and added ↵xSooDx2015-08-041-2/+5
| | | | | | | | comment about its functionality
| * -Added failsafe in case '%s' is not in the stringxSooDx2015-07-211-2/+6
| | | | | | | | -Causes the links to be appended at the end
| * -No longer appends the links to the keybase_narrativesxSooDx2015-07-211-3/+9
| | | | | | | | | | | | -Now uses '%s' to insert the names in the keybase_narratives -added '%s' to keybase_narrative_* in the string.xml file NOTE:Have not modified for other languages
* | add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-1/+1
| |
* | added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-1/+1
| |
* | Rename package back to orbot because these are orbot utilsDominik Schürmann2015-07-031-1/+1
| |
* | Cleanup tor codeDominik Schürmann2015-07-031-1/+1
| |
* | ensuring code style is preservedAdithya Abraham Philip2015-07-031-2/+2
| |
* | added proxy support to KeybaseLibAdithya Abraham Philip2015-07-031-3/+25
|/
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+5
|
* deleted KeychainServiceAdithya Abraham Philip2015-06-271-5/+0
|
* migrated Keybase verificationAdithya Abraham Philip2015-06-271-100/+125
|
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-7/+5
|
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-7/+7
|
* merged servicesAdithya Abraham Philip2015-06-011-3/+3
|
* shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-9/+12
| | | | | | added multi-threaded cloud import, restored KeychainIntentService eliminated code duplication in multi-threaded import
* Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-1/+1
| | | | | in KeychainIntentService and replaced int constants with them. Fixed some typos.
* Use master key id instead of fingerprint in sync adapter, use IS_EXPIRED ↵Dominik Schürmann2015-03-041-4/+3
| | | | instead of EXPIRY where possible
* Keybase header textDominik Schürmann2015-02-271-2/+2
|
* Merge keybase-proof branchDominik Schürmann2015-02-271-1/+3
|
* Dont accept signatures by expired or revoked subkeysDominik Schürmann2014-11-221-1/+1
|
* Prevent multiple cloud-trust-search launches. Handle DNS query failure ↵Tim Bray2014-11-191-0/+1
| | | | gracefully. Fixes #1007 & #1008.
* In the ImportKeysList display, arrange for Keybase UserIDs to sort below the ↵Tim Bray2014-11-181-2/+3
| | | | rest. Also mention Keybase stuff other than Twitter/GitHub/Website
* All keybase proofs now in placeTim Bray2014-11-111-39/+51
|
* Fix a no-result corner case, and make verifications clickableTim Bray2014-11-071-1/+2
|
* Moved from WebView to Spannables, some proof cleanup tooTim Bray2014-11-071-0/+443