aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ImportKeysActivity.java
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Make Intent API as recommended in ↵Dominik Schürmann2014-09-071-4/+4
| | | | http://developer.android.com/guide/components/intents-filters.html
* Add cancelable mechanism and support in key importVincent Breitmoser2014-08-311-1/+4
| | | | Closes #323
* Fix NullPointerException in ImportKeysActivityDominik Schürmann2014-08-281-1/+3
|
* return some more resultsDominik Schürmann2014-08-201-6/+2
|
* Fixes and temporary fixes for returning resultsDominik Schürmann2014-08-201-5/+7
|
* parametrize FileImportCache for filenameVincent Breitmoser2014-08-171-1/+2
|
* Optimize importsDominik Schürmann2014-08-051-1/+1
|
* make FileImportCache generic, iterable, and add unit testVincent Breitmoser2014-08-011-2/+2
|
* Show file tab only for import of existing keysDominik Schürmann2014-08-011-15/+42
|
* Parcelable data over 1MB can not be send through binder, parcel into a cache ↵Dominik Schürmann2014-07-311-9/+21
| | | | file, fix #592
* Create key: work on uploadDominik Schürmann2014-07-301-3/+2
|
* return values for create keyDominik Schürmann2014-07-301-1/+1
|
* some more work on supertoast and result parcel stuffVincent Breitmoser2014-07-271-4/+4
|
* work on edit keyDominik Schürmann2014-06-301-17/+4
|
* pass import results through to viewkeyactivity on updateVincent Breitmoser2014-06-281-79/+18
|
* fix nullpointerexception in importkeyactivityVincent Breitmoser2014-06-281-1/+6
|
* code cleanup and plurals in import log entriesVincent Breitmoser2014-06-281-4/+1
| | | | closes #698
* More wizardryDominik Schürmann2014-06-271-5/+10
|
* Fix qr code finallyDominik Schürmann2014-06-201-15/+28
|
* Work on Qr code importDominik Schürmann2014-06-201-26/+40
|
* Fix onTouchEvent delegation, with workaround for Android bugDominik Schürmann2014-06-201-6/+7
|
* Fix update from keyserver flowDominik Schürmann2014-06-201-0/+1
|
* Fixing fingerprint search, part 1Dominik Schürmann2014-06-191-80/+88
|
* New callback model for ImportKeysActivityDominik Schürmann2014-06-191-14/+9
|
* forward touch events to pager in import activityVincent Breitmoser2014-06-181-0/+13
|
* Redesign Import, still some todos and regression bugsDominik Schürmann2014-06-181-88/+102
|
* canonicalize: more stuffVincent Breitmoser2014-06-121-0/+2
|
* import-log: properly distinguish return statesVincent Breitmoser2014-06-121-3/+3
|
* import-log: switch to flags instead of statuses for result intVincent Breitmoser2014-06-101-46/+45
|
* import-log: more interface workVincent Breitmoser2014-06-101-17/+19
|
* import-log: some cosmeticsVincent Breitmoser2014-06-101-1/+2
|
* import-log: add LogDisplay activityVincent Breitmoser2014-06-101-4/+4
|
* import-log: use supertoast in ImportKeyActivityVincent Breitmoser2014-06-101-26/+87
|
* neatness refactoringVincent Breitmoser2014-06-041-1/+1
|
* wrapped-key-ring: move key data around in ParcelableKeyRing instead of ↵Vincent Breitmoser2014-06-021-4/+5
| | | | ImportKeysListEntry
* ui: purplize dialog headers (huge hack inside)Vincent Breitmoser2014-05-081-1/+0
|
* Use flat buttons where appropriateDominik Schürmann2014-05-081-2/+2
|
* Better handling of actionbars backDominik Schürmann2014-05-071-2/+0
|