aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ImportKeysProxyActivity.java
Commit message (Expand)AuthorAgeFilesLines
* 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