aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ImportKeysProxyActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | added multi-threaded cloud import, restored KeychainIntentService eliminated code duplication in multi-threaded import
* 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
| | | | | in KeychainIntentService and replaced int constants with them. Fixed some typos.
* 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