aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/remote
Commit message (Collapse)AuthorAgeFilesLines
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-0613-2169/+0
|
* Optimize comments, remove dead codeDominik Schürmann2014-04-066-47/+5
|
* Merge remote-tracking branch 'origin/master' into db-overhaulVincent Breitmoser2014-04-041-2/+16
|\
| * Simplify PassphraseDialogFragment usageThialfihar2014-04-041-2/+16
| | | | | | | | | | Move boiler plate code into a simple static show() method, which only requires a Handler and can be used ad hoc in any FragmentActivity.
* | Merge remote-tracking branch 'origin/master' into db-overhaulVincent Breitmoser2014-04-041-10/+12
|\|
| * Merge branch 'db-overhaul' of git://github.com/Valodim/openpgp-keychain into ↵Dominik Schürmann2014-04-032-5/+4
| |\ | | | | | | | | | Valodim-db-overhaul
| * | ChangelogDominik Schürmann2014-04-031-1/+1
| | |
| * | Key lookup for APIDominik Schürmann2014-04-031-5/+7
| | |
| * | Key lookup for APIDominik Schürmann2014-04-031-5/+5
| | |
* | | db-overhaul: reintroduce by-mail and by-subkey queriesVincent Breitmoser2014-04-041-8/+8
| | | | | | | | | | | | | | | the only thing left to fix after the db upgrade (that I can think of right now) are key exports
* | | db-overhaul: minor stuff, mostly ProviderHelperVincent Breitmoser2014-04-041-3/+4
| | |
* | | more work on streamlining uris, and stripping ProviderHelperVincent Breitmoser2014-04-031-3/+3
| |/ |/|
* | Merge remote-tracking branch 'origin/master' into db-overhaulVincent Breitmoser2014-04-037-18/+45
|\| | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Rearrange too long linesThialfihar2014-04-023-7/+14
| |
| * Trivial spacing changes to conform to style guideThialfihar2014-04-021-1/+1
| |
| * Adjust import orderThialfihar2014-04-023-8/+0
| |
| * Only allow private keys associated to accounts of an appDominik Schürmann2014-04-012-5/+9
| |
| * Automatically select newly created key in api accountsDominik Schürmann2014-04-011-2/+27
| |
* | Break a lot of stuff. Also, database redesign.Vincent Breitmoser2014-04-031-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Fix symmetric decryptionDominik Schürmann2014-04-011-3/+2
|
* More experimental work on decrypt fragmentsDominik Schürmann2014-03-301-2/+2
|
* Remove cancel from app menuDominik Schürmann2014-03-301-3/+0
|
* Revert "Remove cancel from app menu"Dominik Schürmann2014-03-301-0/+3
| | | | This reverts commit 3c0b97f280f11d553d93df9bc93ce47098af35d4.
* Remove cancel from app menuDominik Schürmann2014-03-301-3/+0
|
* Remove FLAG_ONE_SHOT from most PIsDominik Schürmann2014-03-302-6/+6
|
* Rename layouts for remote activityDominik Schürmann2014-03-261-4/+4
|
* Accounts list prettifiedDominik Schürmann2014-03-262-1/+27
|
* Make PendingIntents with FLAG_CANCEL_CURRENT and FLAG_ONE_SHOTDominik Schürmann2014-03-264-51/+50
|
* Forgot resourceDominik Schürmann2014-03-261-12/+0
|
* Part 2 of basic user interface for api accountsDominik Schürmann2014-03-262-55/+41
|
* Accounts API, user interfaceDominik Schürmann2014-03-264-91/+194
|
* Fix constraints and insertDominik Schürmann2014-03-261-1/+1
|
* Return account creation intent if account does not exists in dbDominik Schürmann2014-03-253-25/+53
|
* More experimental work on api accountsDominik Schürmann2014-03-253-26/+80
|
* More experimental work on API accountsDominik Schürmann2014-03-2511-245/+614
|
* Move classes for OpenPGP API into remote packageDominik Schürmann2014-03-2310-0/+1618