aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ImportKeysProxyActivity.java
Commit message (Expand)AuthorAgeFilesLines
* added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-061-9/+2
* Update zxing-android-embedded with new custom activityDominik Schürmann2015-10-261-6/+1
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-1/+1
* fixed progress dialog not shown after enable orbot dialogAdithya Abraham Philip2015-07-081-8/+10
* fixed QR code scan and serialKeyImport progressAdithya Abraham Philip2015-07-081-1/+1
* shifted proxy checking to ImportKeysListCloudLoaderAdithya Abraham Philip2015-07-081-2/+0
* some cleanup and fix for back button in ImportKeysActivity (fixes #1372)Vincent Breitmoser2015-07-081-1/+0
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-16/+6
* 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
* added proxy to all import operations using KeychainServiceAdithya Abraham Philip2015-07-031-9/+21
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+5
* migrated import to KeychainNewServiceAdithya Abraham Philip2015-06-271-64/+47
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-7/+4
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-8/+8
* merged servicesAdithya Abraham Philip2015-06-011-3/+3
* Fix fingerprint length check in QR Code importDominik Schürmann2015-05-191-1/+1
* check fingerprint length after scanning qr codeVincent Breitmoser2015-05-171-12/+24
* Switch to new library reposDominik Schürmann2015-05-061-1/+1
* Simplify ImportKeysProxyActivityDominik Schürmann2015-04-211-29/+12
* added log to QR code scan/import failAdithya Abraham Philip2015-04-211-12/+11
* Use portrait mode for qr code scanningDominik Schürmann2015-04-151-10/+8
* shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-3/+5
* Fix nullpointer when scanning malformed qr codesDominik Schürmann2015-03-161-1/+1
* Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-1/+1
* fix a couple lint errorsVincent Breitmoser2015-02-281-1/+1
* some changes to qr scan logicVincent Breitmoser2015-02-281-22/+51
* go to directly to certify screen after nfc importVincent Breitmoser2015-02-271-0/+272