aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ImportKeysActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-2/+1
|
* shifted proxy checking to ImportKeysListCloudLoaderAdithya Abraham Philip2015-07-081-24/+3
|
* some cleanup and fix for back button in ImportKeysActivity (fixes #1372)Vincent Breitmoser2015-07-081-0/+3
|
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-3/+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/+2
|
* modify ImportKeysActivity to match new patternAdithya Abraham Philip2015-07-031-18/+4
|
* orbot dialog fragments addedAdithya Abraham Philip2015-07-031-16/+24
|
* fixed Proxy generation, proxy working for for cloud importAdithya Abraham Philip2015-07-031-2/+6
|
* added proxy support, silent right nowAdithya Abraham Philip2015-07-031-2/+29
|
* New NFC dialog design with indeterminate progress, do NFC stuff in backgroundDominik Schürmann2015-07-031-5/+3
|
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+5
|
* introduced CryptoOperationHelper in ImportKeysActivityAdithya Abraham Philip2015-06-271-52/+69
|
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-8/+10
|
* prevent null fragments on activity deathAdithya Abraham Philip2015-06-031-3/+3
|
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-9/+9
|
* merged servicesAdithya Abraham Philip2015-06-011-48/+26
|
* prevent NaN dialog on import with no selected keysAdithya Abraham Philip2015-05-311-3/+7
|
* do nfc dispatching in MainActivityVincent Breitmoser2015-05-171-0/+7
|
* Fix import of keyring with pub+sec key with same key idDominik Schürmann2015-05-061-51/+72
|
* Switch to new library reposDominik Schürmann2015-05-061-2/+1
|
* support for handling keyserver urls from browser, added documentationAdithya Abraham Philip2015-04-201-20/+73
|
* Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-241-18/+15
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ImportKeysActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/SafeSlingerActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/UploadKeyActivity.java
| * shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-17/+15
| | | | | | | | | | | | added multi-threaded cloud import, restored KeychainIntentService eliminated code duplication in multi-threaded import
* | enable nfc in import dialog as wellVincent Breitmoser2015-03-221-1/+3
| |
* | first steps toward yubikey activityVincent Breitmoser2015-03-211-0/+1
|/ | | | | - move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity
* Fixed Snackbar behind keyboard on ImportKeysActivityManoj Khanna2015-03-201-4/+9
|
* Reworked Notify classManoj Khanna2015-03-201-3/+3
|
* Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-1/+1
| | | | | in KeychainIntentService and replaced int constants with them. Fixed some typos.
* go to directly to certify screen after nfc importVincent Breitmoser2015-02-271-63/+0
|
* Fix nullpointer in ImportKeysActivityDominik Schürmann2015-01-271-13/+24
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-76/+82
|
* Refactor BaseActivityDominik Schürmann2015-01-131-2/+2
|
* Use Toolbar and new BaseActivityDominik Schürmann2015-01-131-3/+6
|
* Remove tabs from import keys activityDominik Schürmann2014-10-251-174/+50
|
* integrate download from keyserver into key import operationVincent Breitmoser2014-10-231-4/+13
|
* move around package structure a bitVincent Breitmoser2014-10-101-5/+2
|
* UI stuffDominik Schürmann2014-10-051-21/+27
|
* Import code, fix collision of key spinner with other loadersDominik Schürmann2014-10-041-17/+0
|
* move IteratorWithSize interface into ParcelableFileCache - much cleanerVincent Breitmoser2014-10-031-2/+2
|
* actually use iterator interface for ParcelableFileCache in activitiesVincent Breitmoser2014-10-031-4/+7
|
* use iterator interface exclusively in ParcelableFileCacheVincent Breitmoser2014-10-031-1/+1
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-7/+7
| | | | created ui.util for everything related to formatting
* Add cloud search tab, lose Keybase/Keyserver tabs, re-organize prefsTim Bray2014-09-131-65/+24
|
* work on OperationResultParcelVincent Breitmoser2014-09-141-2/+2
|
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-2/+2
|
* Consolidate on database upgradeDominik Schürmann2014-09-091-5/+3
|
* Update and fix Intent APIDominik Schürmann2014-09-071-8/+7
|