aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/SelectPublicKeyFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-350/+0
|
* Merge remote-tracking branch 'origin/master' into db-overhaulVincent Breitmoser2014-04-031-1/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainContract.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainDatabase.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyActivity.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/SelectSecretKeyFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/SelectSecretKeyLayoutFragment.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * Replace wildcard imports with explicit importsThialfihar2014-04-021-1/+7
| |
* | Break a lot of stuff. Also, database redesign.Vincent Breitmoser2014-04-031-18/+16
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change entire database design. This introduces a lot of changes, notably all URIs and almost all projections. Some features (like key deletion) have been simply commented out for now since they need serious reconsideration. There are a couple of new TODOs marking places where more work is needed. The migration path works fine from what I tested. The old database is not deleted for now, ie, it is reimported at every start of the application making all intermediate changes transient. Tested and working (for me): - All activities in the main drawer - Multiselect and Search - ViewKeyActivity, with and without secret key available - CertifyKeyActivity - SelectSecretKeyActivity (from CertifyKeyActivity) - SelectPublicKeyActivity (from encrypt activity) What doesn't work: - Actually certifying keys (pending a TODO in ProviderHelper) - Importing keys doesn't preserve secret keys - "Encrypt to this contact" doesn't pass key - Editing keys. All controls are disabled, I'm not sure why... (is this even my fault?) - Deleting keys What I didn't test: - Key export - API stuff - Creating keys (since editing doesn't even work)
* More code style fixes for /uiuberspot2014-03-131-2/+3
|
* First code style changes in uiuberspot2014-03-131-19/+13
|
* fix plenty of lint warnings, make some for loops into foreach, remove unused ↵uberspot2014-03-111-2/+2
| | | | imports and throw exceptions
* Highlight search query in SelectPublicKeyFragment andMiroojin Bakshi2014-03-101-0/+1
| | | | KeyListPublicFragment
* Move search view into onCreateView, fixes #365Dominik Schürmann2014-03-071-6/+91
|
* move search view from activity to fragment by setting it as a list header, ↵Dominik Schürmann2014-03-071-16/+17
| | | | better reusability! Required for service activites
* Cleanup code, search with preceeding %Dominik Schürmann2014-03-071-26/+9
|
* Use selectionArgs parameter to pass mCurquery.Miroojin Bakshi2014-03-061-4/+6
|
* Implement search for SelectPublicKeyFragmentMiroojin Bakshi2014-03-061-5/+31
|
* Switch from ActionBarSherlock to ActionBarCompatDominik Schürmann2014-02-021-1/+1
|
* New Gradle project structureDominik Schürmann2014-01-271-0/+253