aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/ImportKeysListLoader.java
Commit message (Collapse)AuthorAgeFilesLines
* A simple fix to clear the list of detected keys when parsing key file gives ↵Alex Fong2016-05-071-0/+1
| | | | an error.
* import: handle FileNotFoundException (fixes #1688)Vincent Breitmoser2016-02-011-17/+26
|
* import: move uri resolution into AsyncTask, prevent NetworkOnMainThreadExceptionVincent Breitmoser2015-10-261-15/+36
|
* support for handling keyserver urls from browser, added documentationAdithya Abraham Philip2015-04-201-2/+2
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* remove unused NonPgpPartExceptionVincent Breitmoser2015-01-261-12/+0
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-5/+4
|
* get rid of RuntimeException control flow in UncachedKeyRing.fromStreamVincent Breitmoser2015-01-021-1/+2
|
* move around package structure a bitVincent Breitmoser2014-10-101-2/+2
|
* Workings on new parcel for key downloadsDominik Schürmann2014-10-041-10/+8
|
* Optimize importsDominik Schürmann2014-08-051-1/+0
|
* reduce memory usage while parsing multiple keyrings from a streamVincent Breitmoser2014-07-311-4/+6
|
* Better exception handling for import of keysDominik Schürmann2014-07-311-34/+14
|
* More file association hacks for AndroidManifest and key importDominik Schürmann2014-07-311-9/+20
|
* use hashcode instead of keyid in import list (keyids may not be unique!)Vincent Breitmoser2014-06-221-1/+1
|
* Redesign Import, still some todos and regression bugsDominik Schürmann2014-06-181-1/+1
|
* wrapped-key-ring: move key data around in ParcelableKeyRing instead of ↵Vincent Breitmoser2014-06-021-6/+10
| | | | ImportKeysListEntry
* wrapped-key-ring: use UncachedKeyRing in ImportKeysListLoaderVincent Breitmoser2014-05-231-28/+8
|
* Move logic classes for import into own sub-packageDominik Schürmann2014-05-061-0/+1
|
* More code cleanupDominik Schürmann2014-04-191-1/+1
|
* load data only once in ImportKeysListLoaderVincent Breitmoser2014-04-171-3/+7
| | | | Fixes #571
* Optimize importsDominik Schürmann2014-04-151-0/+1
|
* Update license header for 2014Dominik Schürmann2014-04-131-1/+1
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+167