aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog/PassphraseDialogFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-328/+0
|
* Merge remote-tracking branch 'origin/master' into db-overhaulVincent Breitmoser2014-04-041-0/+23
|\
| * Simplify PassphraseDialogFragment usageThialfihar2014-04-041-0/+23
| | | | | | | | | | Move boiler plate code into a simple static show() method, which only requires a Handler and can be used ad hoc in any FragmentActivity.
* | db-overhaul: minor stuff, mostly ProviderHelperVincent Breitmoser2014-04-041-1/+1
|/
* Break a lot of stuff. Also, database redesign.Vincent Breitmoser2014-04-031-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 experimental work on decrypt fragmentsDominik Schürmann2014-03-301-1/+28
|
* More code style fixes for /uiuberspot2014-03-131-4/+4
|
* First code style changes in uiuberspot2014-03-131-27/+23
|
* removed useless semicolons, fixed some parameters in documenation, ↵uberspot2014-03-071-2/+2
| | | | simplified some conditionals
* corrected commitAnkush2014-03-071-4/+4
| | | | | | mCurrentPassPhrase, mChangePassPhrase Minor variable naming Issue #338
* Switch from ActionBarSherlock to ActionBarCompatDominik Schürmann2014-02-021-3/+2
|
* New Gradle project structureDominik Schürmann2014-01-271-0/+286