aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/SelectSecretKeyFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Break a lot of stuff. Also, database redesign.Vincent Breitmoser2014-04-031-25/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Cleanup SelectSecretKeyActivity and also return UriDominik Schürmann2014-03-181-6/+6
|
* more code style changes in /ui and /utiluberspot2014-03-131-1/+1
|
* First code style changes in uiuberspot2014-03-131-15/+14
|
* Switch from ActionBarSherlock to ActionBarCompatDominik Schürmann2014-02-021-19/+6
|
* New Gradle project structureDominik Schürmann2014-01-271-0/+188