Vincent Breitmoser
a7eff41ced
Break a lot of stuff. Also, database redesign.
...
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)
2014-04-03 01:34:35 +02:00
Thialfihar
7a66ccb5ee
Rename "canEdit" to "canBeEdited"
2014-04-02 15:43:29 +02:00
Thialfihar
c4c9713da4
Rename "armour" to "armor"
2014-04-02 15:36:32 +02:00
Thialfihar
6ac13d9f69
Rename "pass phrase" to "passphrase"
2014-04-02 15:32:35 +02:00
Dominik Schürmann
26837f2a80
Started changelog for 2.5
2014-04-02 14:00:46 +02:00
Dominik Schürmann
fc29fadd51
Fix build
2014-04-02 13:54:38 +02:00
Thialfihar
77a6c509f7
Replace wildcard imports with explicit imports
2014-04-02 13:37:12 +02:00
Thialfihar
a3a5085afb
Spacing corrections
2014-04-02 13:37:12 +02:00
Dominik Schürmann
269f7feb89
Update from transifex
2014-04-02 11:48:05 +02:00
Thialfihar
592ab31d86
Add missing and curly brackets and fix others
...
Style guide demands them even for single-line blocks, and opening
curly brackets never appear on a line on their own.
2014-04-02 10:51:02 +02:00
Thialfihar
82e5d14fb1
Rearrange too long lines
2014-04-02 10:51:02 +02:00
Thialfihar
d5983b324f
Adjust variable/member naming to conform to style guide
...
In some cases change member accessibility, so the naming matches.
Also, some key words were reordered to comply with JLS suggestions.
2014-04-02 10:51:02 +02:00
Thialfihar
dd4a1e3f52
Trivial spacing changes to conform to style guide
2014-04-02 10:51:02 +02:00
Thialfihar
8e503bd263
Adjust copyright headers
2014-04-02 10:51:02 +02:00
Thialfihar
e92658f44d
Adjust import order
2014-04-02 10:51:02 +02:00
Ashley Hughes
5583fd513e
always ask
2014-04-02 01:28:53 +01:00
Ashley Hughes
9764d3fcb9
confirm that empty IDs are really wanted
2014-04-02 01:26:51 +01:00
Ashley Hughes
a38d22757c
new ID sigs already added, so do save them
2014-04-02 00:08:36 +01:00
Ashley Hughes
6d4a09f989
allow blank IDs, allow adding new IDs and let them be master
2014-04-02 00:00:24 +01:00
Ashley Hughes
2ad616ed3f
pass through info that keys are new without relying on new keys orginally being empty
2014-04-01 23:37:13 +01:00
Ashley Hughes
abfe416503
sort out saving empty string IDs
2014-04-01 23:02:35 +01:00
Dominik Schürmann
d8001f9bbd
Menu cleanup
2014-04-01 19:31:57 +02:00
Dominik Schürmann
c414dd2fe9
Dont show encrypted data before decryption from clipboard
2014-04-01 19:00:14 +02:00
Dominik Schürmann
07fdd6363f
Change path to OpenKeychain
2014-04-01 18:49:19 +02:00
Dominik Schürmann
d0947e8377
Only allow private keys associated to accounts of an app
2014-04-01 18:44:36 +02:00
Dominik Schürmann
2f9cb69a1e
Cleanup
2014-04-01 17:13:53 +02:00
Dominik Schürmann
ecca54d4d5
Automatically select newly created key in api accounts
2014-04-01 17:08:56 +02:00
Dominik Schürmann
ddfb7e10e8
Fully qualified imports
2014-04-01 16:39:18 +02:00
Dominik Schürmann
acc2e208cf
Remove DECRYPT_ASSUME_SYMMETRIC
2014-04-01 16:18:16 +02:00
Dominik Schürmann
53605855ee
Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain
2014-04-01 16:15:55 +02:00
Dominik Schürmann
7000ab37fd
default to allow symmetric decryption
2014-04-01 16:15:50 +02:00
Vincent Breitmoser
62388e3fdb
test: add junit+robolectric to buildfiles and stub test file
2014-04-01 16:12:57 +02:00
Vincent Breitmoser
6f36b72eee
PgpKeyOperation: factor out all android dependencies
...
Conflicts:
OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java
OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
2014-04-01 16:12:57 +02:00
Dominik Schürmann
ebb7f55921
Fix symmetric decryption
2014-04-01 16:08:40 +02:00
Dominik Schürmann
fadc08480f
Fix pre-selection for encrypt
2014-04-01 15:40:07 +02:00
Dominik Schürmann
19e5a3815a
language
2014-04-01 15:36:27 +02:00
Dominik Schürmann
ba81869038
More layout fixes
2014-04-01 15:33:56 +02:00
Dominik Schürmann
ab8031fb52
More layout fixes
2014-04-01 15:32:14 +02:00
Dominik Schürmann
6e705e5519
Language clarifications
2014-04-01 15:19:12 +02:00
Dominik Schürmann
ef562b5e20
Fix layouts
2014-04-01 15:04:54 +02:00
Dominik Schürmann
866d2d28cc
Simplify encrypt and sign backend
2014-04-01 14:25:37 +02:00
Dominik Schürmann
c859bbb6da
Fix symmetric encryption and cleanup
2014-04-01 14:10:32 +02:00
Dominik Schürmann
b020f950e1
Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain
2014-04-01 13:31:57 +02:00
Dominik Schürmann
6a617e0bf8
Small layout fix (more to come)
2014-04-01 13:31:49 +02:00
Dominik Schürmann
4c3506f4b1
Experimental work on a fragment-based encrypt activity
2014-04-01 13:25:44 +02:00
Ashley Hughes
9283205ea8
don't disable save button, show message if nothing needs to be done
2014-04-01 00:37:18 +01:00
Ashley Hughes
5bc902dbb1
create three keys by default
2014-03-31 23:23:51 +01:00
Ashley Hughes
47b23a90d5
change how new default keys are passed back, fix showing their usage flags
2014-03-31 22:42:24 +01:00
Dominik Schürmann
8f2abf36f8
Layouts for new encrypt design
2014-03-31 20:04:05 +02:00
Dominik Schürmann
bb2fb786a8
Include signature result in fragments
2014-03-30 21:33:00 +02:00
Dominik Schürmann
55a2cbe9c3
Decrypt mostly works again
2014-03-30 20:53:16 +02:00
Dominik Schürmann
ccce28acdb
compiles again
2014-03-30 19:35:35 +02:00
Dominik Schürmann
2947ab7e48
More experimental work on decrypt fragments
2014-03-30 19:32:05 +02:00
Dominik Schürmann
4cec2194e0
Experiments with fragments in decrypt activity
2014-03-30 19:32:04 +02:00
Dominik Schürmann
224e8a7554
Remove cancel from app menu
2014-03-30 19:29:07 +02:00
Dominik Schürmann
583467356c
Revert "Remove cancel from app menu"
...
This reverts commit 3c0b97f280
.
2014-03-30 19:28:35 +02:00
Dominik Schürmann
3c0b97f280
Remove cancel from app menu
2014-03-30 19:26:41 +02:00
Dominik Schürmann
7b53150ad5
Remove FLAG_ONE_SHOT from most PIs
2014-03-30 19:25:39 +02:00
Dominik Schürmann
6b5d60e1f4
Merge pull request #491 from openpgp-keychain/edit-key
...
Edit key changes
2014-03-30 18:04:43 +02:00
Ashley Hughes
be007ecc56
style changes
2014-03-30 16:22:13 +01:00
Dominik Schürmann
b2342744b5
Actually use fixBadCharactersForGmail
2014-03-30 14:02:09 +02:00
Ashley Hughes
95eb33b2ed
use save icon, not tick
2014-03-29 15:33:03 +00:00
Ashley Hughes
556d6ff226
revert mistake
2014-03-29 15:19:38 +00:00
Ashley Hughes
e1d07214df
merge master
2014-03-29 13:21:39 +00:00
Miroojin Bakshi
d5e3958565
Enable importing of fingerprints from clipboard.
2014-03-28 00:34:24 +05:30
Ashley Hughes
7a2d880c4d
all editing cases I can think of now work
2014-03-27 15:00:35 +00:00
Ashley Hughes
56447ad0b5
fix for editing master keys and IDs, case of change primary ID and modify master key props fails
2014-03-27 14:48:27 +00:00
Ashley Hughes
140646fa12
pass through original primary ID
2014-03-27 13:35:03 +00:00
Dominik Schürmann
68668fd444
Version 2.4
2014-03-26 22:56:51 +01:00
Dominik Schürmann
619c079f00
Sync changelog and about with transifex
2014-03-26 22:55:33 +01:00
Dominik Schürmann
a589b6e7fe
Changelog for 2.4
2014-03-26 22:48:23 +01:00
Dominik Schürmann
8e9ceffae3
Changelog for 2.4
2014-03-26 22:45:35 +01:00
Dominik Schürmann
19bbaecf32
Update from transifex
2014-03-26 22:20:23 +01:00
Dominik Schürmann
cc8fd35137
Show divider only when used
2014-03-26 18:34:48 +01:00
Dominik Schürmann
ac134790a0
Text for creation of new api accounts
2014-03-26 18:23:48 +01:00
Dominik Schürmann
399106015e
Rename layouts for remote activity
2014-03-26 18:18:00 +01:00
Dominik Schürmann
2e063a42ed
Fix provider for API_ACCOUNTS
2014-03-26 17:55:48 +01:00
Dominik Schürmann
ba37fc254d
Accounts activity prettified
2014-03-26 17:50:16 +01:00
Dominik Schürmann
65857d2b5f
Accounts list prettified
2014-03-26 17:43:26 +01:00
Dominik Schürmann
de553e9b43
Merge pull request #483 from uberspot/master
...
fix capability icons and remove red text for revoked keys
2014-03-26 14:11:04 +01:00
Dominik Schürmann
ec34597331
Make PendingIntents with FLAG_CANCEL_CURRENT and FLAG_ONE_SHOT
2014-03-26 14:11:28 +01:00
uberspot
c8b7717105
fix capability icons and remove red text for revoked keys
2014-03-26 14:46:03 +02:00
Dominik Schürmann
f10235220d
Forgot resource
2014-03-26 13:32:36 +01:00
Dominik Schürmann
de718c24c4
Merge pull request #482 from uberspot/master
...
Fix style for expired/revoked keys
2014-03-26 13:23:50 +01:00
Dominik Schürmann
92a4d0e914
Part 2 of basic user interface for api accounts
2014-03-26 13:21:29 +01:00
uberspot
8d23ba968a
add strike through text for revoked or expired keys and disable views for revoked keys as well
2014-03-26 14:07:41 +02:00
uberspot
438c050250
put expiry on a separate line
2014-03-26 14:07:41 +02:00
Dominik Schürmann
9542dc0e12
Accounts API, user interface
2014-03-26 13:07:32 +01:00
Ashley Hughes
4923c9b8e3
add original primary ID field to parcel
2014-03-26 00:29:39 +00:00
Dominik Schürmann
930d722013
Simplify can encrypt check
2014-03-26 00:40:13 +01:00
Dominik Schürmann
30a002634d
Merge pull request #471 from sreeram-boyapati/encryption
...
Added can_encrypt check
2014-03-26 00:33:29 +01:00
Dominik Schürmann
dbbb782911
Merge pull request #479 from AlexanderS/subkey-expiry
...
Display expiry of subkeys in single key view.
2014-03-26 00:20:17 +01:00
Dominik Schürmann
028af0c119
Fix constraints and insert
2014-03-26 00:11:49 +01:00
Ashley Hughes
b77e0504aa
allow master key updates by removing old primary ID cert
2014-03-25 23:01:17 +00:00
Ashley Hughes
259a8a63a2
delete IDs needs to update keyring, flag it
2014-03-25 22:40:05 +00:00
Ashley Hughes
68f035ff88
allow lists to be subkeys or keyrings
2014-03-25 22:28:32 +00:00
Dominik Schürmann
0edfd7ed48
Temporary fix for inserting by content provider
2014-03-25 23:25:03 +01:00
Dominik Schürmann
cb3e149c14
Merge pull request #474 from honnel/empty-list-flash
...
Empty list flash
2014-03-25 23:14:45 +01:00
Dominik Schürmann
758aabd751
Merge pull request #475 from thi/master
...
Add recent contributors to credits
2014-03-25 23:11:09 +01:00
Dominik Schürmann
dc9fd12213
Return account creation intent if account does not exists in db
2014-03-25 23:09:57 +01:00