Dominik Schürmann
e84aa5a69d
Rename registered apps to apps
2014-06-24 13:54:24 +02:00
mar-v-in
38823b73a3
Merge branch 'master' into improve-file-more
2014-06-24 11:35:59 +02:00
Dominik Schürmann
bfd7c03b0a
remove margin in import keys (leftover from nav drawer)
2014-06-23 18:38:26 +02:00
Dominik Schürmann
b43fb63753
new edit key: diff for existing user ids
2014-06-22 18:12:04 +02:00
mar-v-in
9e7e0be82c
Merge branch 'master' of github.com:mar-v-in/open-keychain into improve-file-more
2014-06-22 16:45:07 +02:00
mar-v-in
79fb23b095
Improve file more, Part 1
...
- Use Uris where it makes sense, Use File class to clarify it's a file (and not whatever else a string could be)
- Show sdcard in side menu in storage API #665
- Propose filename with gpg ending when storing it using the storage API #665
- Don't show output dialog on Android 4.4 #665
- Only show filename on Android < 4.4 #665
TODO:
- File deletion for Android < 4.4
- Testing (especially with Android < 4.4)
- Batch-encryption
- UI
- Temporary content provider (see #665 discussion)
2014-06-22 16:31:28 +02:00
Dominik Schürmann
c52828d247
add buttons in edit key
2014-06-22 13:33:50 +02:00
Dominik Schürmann
9d20e68f11
Revert hint_keybase_search
2014-06-22 10:59:50 +02:00
Dominik Schürmann
4ae5c56b73
Merge pull request #668 from timbray/master
...
Moved Keybase stuff into KeybaseLib submodule
2014-06-21 21:25:03 +02:00
Dominik Schürmann
18430bef17
Start new designed activity
2014-06-21 20:25:51 +02:00
Tim Bray
17f43ad21b
Moved Keybase stuff into KeybaseLib submodule
2014-06-20 09:31:34 -07:00
Dominik Schürmann
f0b8261ad3
Use actionbar button for log activity
2014-06-20 15:49:54 +02:00
Dominik Schürmann
717d66961b
Fix onTouchEvent delegation, with workaround for Android bug
2014-06-20 15:39:27 +02:00
Dominik Schürmann
47edcacf61
Remove unused code to import splitted qr codes
2014-06-19 00:54:52 +02:00
Dominik Schürmann
0db425b289
Reference ic_launcher instead of icon
2014-06-18 23:19:54 +02:00
Dominik Schürmann
bce874db09
decrease size of search icons in import
2014-06-18 23:06:58 +02:00
Dominik Schürmann
a246dc9675
Fix new actionbar icon sizes, rename icon to ic_launcher following Android naming conventions
2014-06-18 22:30:54 +02:00
Dominik Schürmann
37a81af748
Merge branch 'master' of github.com:open-keychain/open-keychain
2014-06-18 22:02:07 +02:00
Dominik Schürmann
d9ccef4899
consistent button design in import activity
2014-06-18 22:01:58 +02:00
Vincent Breitmoser
4ad15739e2
canonicalize: missed two logging entries
2014-06-18 21:43:41 +02:00
Vincent Breitmoser
5f20b8de1a
Merge branch 'new-edit'
...
Conflicts:
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/OperationResultParcel.java
OpenKeychain/src/main/res/values/strings.xml
2014-06-18 21:09:04 +02:00
Vincent Breitmoser
3bffe4da55
generate public keyring from secret if not available
2014-06-18 20:55:44 +02:00
Vincent Breitmoser
f8d895dea4
consolidate: almost sane logging
2014-06-18 20:27:59 +02:00
Vincent Breitmoser
134f8471c0
consolidate: add key import routines with consolidation
2014-06-18 19:39:16 +02:00
Vincent Breitmoser
f80228a08d
consolidate: make it work
2014-06-18 14:02:21 +02:00
Vincent Breitmoser
d8b0015d25
consolidate: add logging
2014-06-18 00:30:45 +02:00
Dominik Schürmann
4d34361590
Merge branch 'master' of github.com:open-keychain/open-keychain
2014-06-18 00:03:19 +02:00
Dominik Schürmann
8c7a360d6e
Redesign Import, still some todos and regression bugs
2014-06-18 00:03:06 +02:00
Vincent Breitmoser
0013199b2d
handle database error on secret key insert
2014-06-17 23:46:02 +02:00
Vincent Breitmoser
6e4d0dede1
canonicalize: support secret keys
2014-06-17 23:25:45 +02:00
Vincent Breitmoser
4bff50bffc
new-edit: add logging to modifySecretKeyRing operation
2014-06-17 21:23:24 +02:00
Vincent Breitmoser
ffea551afc
drop invalid user ids and add fatal case(s)
2014-06-16 22:32:17 +02:00
Vincent Breitmoser
109bea7542
import-log: distinguish master/subkeys, distinguish redundant/bad certs, more docs
2014-06-16 22:00:57 +02:00
Daniel Haß
76d733cbc7
Added notification area to decrypt content
2014-06-16 12:38:19 +02:00
Daniel Haß
998f616607
Added notification area as reusable layout
2014-06-16 12:37:37 +02:00
Vincent Breitmoser
ca4774fd62
Merge remote-tracking branch 'origin/master' into canonicalize
...
Conflicts:
.gitmodules
OpenKeychain/build.gradle
OpenKeychain/src/main/AndroidManifest.xml
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/keyimport/ImportKeysListEntry.java
OpenKeychain/src/main/res/values/strings.xml
settings.gradle
2014-06-13 00:27:40 +02:00
Vincent Breitmoser
073433fa74
canonicalize: require primary key binding certificates for signing subkeys
2014-06-12 23:10:44 +02:00
Vincent Breitmoser
79131be5f0
canonicalize: simplify import with info from canonicalization
2014-06-12 22:27:32 +02:00
Vincent Breitmoser
0594d9156e
canonicalize: filter out future and local certificates
2014-06-12 21:57:03 +02:00
Vincent Breitmoser
9dd40b7238
import-log: more minor improvements
2014-06-12 21:12:21 +02:00
Vincent Breitmoser
59701250ba
import: use wrapped keyring instead of uncached keyring for trust
2014-06-12 18:11:31 +02:00
Vincent Breitmoser
e4a7d4f6e5
import-log: minor improvements
2014-06-12 18:10:48 +02:00
Vincent Breitmoser
dae503284f
canonicalize: more stuff
2014-06-12 17:38:48 +02:00
Vincent Breitmoser
466eddb005
canonicalize: implementation, first draft
2014-06-12 15:47:21 +02:00
Vincent Breitmoser
47368f1d24
import-log: better way to check self trust, and fix log level filtering
2014-06-12 01:37:49 +02:00
Vincent Breitmoser
3895c10a58
import-log: work on log fragment ui
2014-06-10 20:06:28 +02:00
Vincent Breitmoser
f38556cab1
import-log: switch to flags instead of statuses for result int
2014-06-10 16:24:04 +02:00
Vincent Breitmoser
e41e6ea0de
import-log: more interface work
2014-06-10 15:27:26 +02:00
Vincent Breitmoser
eac582a313
import-log: some cosmetics
2014-06-10 13:52:05 +02:00
Vincent Breitmoser
7324bfcb53
import-log: add LogDisplay activity
2014-06-10 01:53:25 +02:00
Vincent Breitmoser
067ffa876d
import-log: add OperationResults, use it in ImportKeys operation
2014-06-10 01:31:28 +02:00
Dominik Schürmann
90f9646f25
Merge pull request #650 from open-keychain/v/import-log
...
Parcelable operation result with logging capabilities + import logging
2014-06-06 23:07:06 +02:00
Dominik Schürmann
a0f43febbb
Merge pull request #649 from mar-v-in/automatic-contact-discovery
...
Automatic contact discovery and more
2014-06-06 22:57:51 +02:00
Dominik Schürmann
d2430fe0e3
Move SlidingTabLayout and SlidingTabStrip into appropriate subpackage
2014-06-06 22:47:28 +02:00
Dominik Schürmann
341247d446
Hide subkeys, certs tabs in key view, checkable menu item to show/hide them
2014-06-06 22:46:39 +02:00
mar-v-in
55ca0841f6
Fixing TAG and string resource
2014-06-06 17:39:11 +02:00
Vincent Breitmoser
c36b311d5f
import-log: better stripped key logging
2014-06-06 17:29:39 +02:00
Vincent Breitmoser
e083ccc370
import-log: add import log string resources
2014-06-06 16:15:45 +02:00
mar-v-in
80e9998640
Show keys with android contacts
...
This means to sync userid + keyid into contact storage. Android will merge them to normal contacts based on primary userid.
2014-06-05 23:22:21 +02:00
mar-v-in
cae0071342
Merge branch 'master' into automatic-contact-discovery
...
Conflicts:
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
2014-06-04 21:32:37 +02:00
mar-v-in
dd959876f4
First version of automatic contact discovery.
...
TODO:
- Configuration (much of it)
- Enabled by default?
- Which keys to import? Current state: All non-revoked and non-expired with matching userid
- Search for keys if already known? Current state: yes, may cause traffic (configuration: only when wifi?)
- Update interval: Currently Android handles it, might be good (causes automatic refresh on new contact and stuff like that) or bad (too many of refreshes)
2014-06-04 18:05:16 +02:00
Vincent Breitmoser
4a47126f05
Merge remote-tracking branch 'origin/master' into edit-key-rewrite
2014-06-02 18:49:24 +02:00
Dominik Schürmann
39997a802e
Merge branch 'master' of github.com:open-keychain/open-keychain
2014-05-31 20:54:30 +02:00
Dominik Schürmann
6d1369be56
Pull from transifex
2014-05-31 20:49:56 +02:00
Tim Bray
dfd5aa65a5
Add Log.d for QueryFailedException
2014-05-23 09:33:34 -07:00
Vincent Breitmoser
952bb99a24
Merge remote-tracking branch 'origin/master' into wrapped-key-ring
...
Conflicts:
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpImportExport.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
2014-05-21 23:06:51 +02:00
Dominik Schürmann
8a2ffd8f90
Layout fixes for key import
2014-05-19 00:10:34 +02:00
Dominik Schürmann
fd12f89ccb
Clarify help start
2014-05-14 18:01:40 +02:00
Vincent Breitmoser
2f95100d88
Merge remote-tracking branch 'origin/master' into wrapped-key-ring
...
Conflicts:
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyActivity.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewCertActivity.java
OpenKeychain/src/main/res/values/strings.xml
2014-05-14 16:02:28 +02:00
Dominik Schürmann
be46eabdb5
Add pgpauth app to help, update html-textview
2014-05-13 18:52:48 +02:00
Dominik Schürmann
2aa3eb2bb5
Add Tim Bray to about
2014-05-09 11:38:40 +02:00
Dominik Schürmann
37ad355d20
Translations from transifex
2014-05-08 19:39:44 +02:00
Dominik Schürmann
badfa9f7bc
Changelog 2.7
2014-05-08 19:32:07 +02:00
Dominik Schürmann
af4f32e2d7
Translations from transifex
2014-05-08 18:44:54 +02:00
Dominik Schürmann
33cad382f9
Use flat buttons where appropriate
2014-05-08 15:46:57 +02:00
Vincent Breitmoser
185c4eed43
use LoaderFragment in ViewKey tabs
...
Closes #616
2014-05-08 13:58:52 +02:00
Vincent Breitmoser
596478a212
extract generic LoaderFragment superclass from KeyList
2014-05-08 13:43:59 +02:00
Dominik Schürmann
5c747a747f
Update from transifex
2014-05-08 11:30:16 +02:00
Dominik Schürmann
b4a9d1a2db
Add applications section to help
2014-05-07 18:31:31 +02:00
Dominik Schürmann
b771276611
Start app menu item for registered apps
2014-05-07 15:03:24 +02:00
Dominik Schürmann
e14ce09186
Better handling of actionbars back
2014-05-07 14:33:20 +02:00
Dominik Schürmann
f4cbd8cabb
Design fixes for certification activity
2014-05-07 14:17:18 +02:00
Dominik Schürmann
7c2dc276c1
Alignment in certify activity
2014-05-07 13:48:19 +02:00
Dominik Schürmann
10db9dd09a
Change drawer nav icon back to gray
2014-05-07 11:15:40 +02:00
Dominik Schürmann
61fc8d0eee
Translations from transifex
2014-05-07 11:01:33 +02:00
Dominik Schürmann
fb0f3c4778
Use paste icon, clarify language once again
2014-05-07 10:59:16 +02:00
Dominik Schürmann
2481b6e660
Pull translations from transifex
2014-05-07 09:31:01 +02:00
Dominik Schürmann
0155335a59
Clarify language
2014-05-07 09:29:02 +02:00
Dominik Schürmann
b405c1d664
Pull translations from transifex
2014-05-07 09:13:32 +02:00
Dominik Schürmann
a36f7f80e2
Merge branch 'master' of github.com:open-keychain/open-keychain
2014-05-07 09:05:38 +02:00
Dominik Schürmann
dc382a2ddd
Clarify language
2014-05-07 09:05:28 +02:00
Vincent Breitmoser
174858e9cf
ui: apply theme to tab buttons
2014-05-07 03:55:06 +02:00
Vincent Breitmoser
12f1162a1e
ui: use SlidingTabLayout in help activity
2014-05-07 03:48:03 +02:00
Vincent Breitmoser
40793935ac
ui: primary certification icon was a pixel or two off
2014-05-07 03:19:09 +02:00
Vincent Breitmoser
65274f6c16
ui: purplize searchtext in keylist
2014-05-07 03:07:24 +02:00
Vincent Breitmoser
873b1be75d
display AppMsg warning when no encryption subkey is available
2014-05-07 02:27:51 +02:00
Vincent Breitmoser
0bb11be749
ui: slight edit icon cosmetics in keylist
2014-05-07 02:15:09 +02:00
Vincent Breitmoser
6aafb31412
ui: move revocation/expiry notes above tab slider
2014-05-07 02:14:47 +02:00
Vincent Breitmoser
6a9cb69a1f
ui: purpelize fastscroll thumb
2014-05-07 01:13:08 +02:00
Dominik Schürmann
e97cdbd9ad
Clarify language
2014-05-06 23:16:08 +02:00
Dominik Schürmann
8eb74d171b
Some small style fixes
2014-05-06 23:11:10 +02:00
Dominik Schürmann
1c2919f07f
edit button with image
2014-05-06 22:52:50 +02:00
Dominik Schürmann
274326f780
Always use section style instead of custom class
2014-05-06 22:48:47 +02:00
Vincent Breitmoser
797aeaf6e8
ui: apply purple theme (twi is best color)
2014-05-06 19:18:32 +02:00
Vincent Breitmoser
e0985878d7
ui: use textview buttons in decrypt verify dialogue
2014-05-06 19:18:32 +02:00
Vincent Breitmoser
0d05ff98cb
ui: use textviews instead of bootstrap buttons in SignEncrypt
2014-05-06 19:18:32 +02:00
Vincent Breitmoser
d52d455317
ui: make primary star icon slightly larger
2014-05-06 19:18:31 +02:00
Vincent Breitmoser
8564c4aca1
ui: use primary icon color for certification status
2014-05-06 00:39:09 +02:00
Vincent Breitmoser
d31ae89824
ui: show revocation and expiry status on info tab
2014-05-06 00:04:37 +02:00
Vincent Breitmoser
162cb1cb7b
ui: subkey view redesign
2014-05-05 22:06:09 +02:00
Vincent Breitmoser
0fe0823372
ui: remove primary subkey info
2014-05-05 22:04:57 +02:00
Dominik Schürmann
6d10ca678a
Merge pull request #603 from timbray/master
...
Adds first level of keybase support
2014-05-05 10:10:47 +02:00
Dominik Schürmann
e48460bb7d
Update from transifex
2014-05-05 01:20:51 +02:00
Dominik Schürmann
acfe01e0e2
Update from transifex
2014-05-05 01:20:42 +02:00
Dominik Schürmann
6055b0b0da
New key view design, using Android flat buttons and Android icons
2014-05-05 00:58:22 +02:00
Vincent Breitmoser
f524fa692c
wrapped-key-ring: more refactoring - no more pgp imports in KeychainIntentService!
2014-05-03 22:29:09 +02:00
Dominik Schürmann
4053e1ebd7
Update from transifex
2014-05-02 19:57:16 +02:00
Tim Bray
e663dadc32
can search openkeychain, retrieve & install & use keys from there
2014-04-29 15:04:05 -07:00
Dominik Schürmann
3538bf8202
Version 2.6.1
2014-04-22 11:42:12 +02:00
Vincent Breitmoser
30207ee11f
Merge commit '0b7fb70'
...
Conflicts:
OpenKeychain/src/main/res/values/strings.xml
2014-04-22 11:30:14 +02:00
Dominik Schürmann
adea9df714
Workaround for nullpointer bug in support lib, close #591
2014-04-22 08:15:55 +02:00
Vincent Breitmoser
0b7fb70781
split up filterSign and filterCertify in SelectSecretKeyFragment
...
Closes #588
2014-04-20 19:38:42 +02:00
Dominik Schürmann
7017a01bdb
More code cleanup
2014-04-19 21:56:15 +02:00
Dominik Schürmann
b7147564dc
Update from transifex
2014-04-19 15:12:38 +02:00
Dominik Schürmann
3389ee56e4
better error string for too many responses
2014-04-19 15:06:54 +02:00
Dominik Schürmann
b22cf763c4
Trying a fix for #585
2014-04-19 14:47:19 +02:00
Dominik Schürmann
71d8bcc8f4
Fix more strings
2014-04-19 14:13:50 +02:00
Dominik Schürmann
8822f6574d
certify keys
2014-04-19 02:25:53 +02:00
Dominik Schürmann
ea7726c378
Update from transifex
2014-04-19 02:16:11 +02:00
Dominik Schürmann
19d3fcec7a
Remove unused strings, fix some lint errors, fix some language confusions
2014-04-18 20:41:39 +02:00
Dominik Schürmann
4a21428e07
Translations from transifex
2014-04-18 19:58:17 +02:00
Dominik Schürmann
cc91369825
Small language corrections (thanks to yahoe.001)
2014-04-18 18:58:02 +02:00
Dominik Schürmann
2627b08c81
changelog 2.6
2014-04-17 18:07:19 +02:00
Dominik Schürmann
15b9789b97
Add faq entry for keyserver bug, closes #552
2014-04-17 17:55:41 +02:00
Vincent Breitmoser
2a34d0e0e4
add up navigation in ViewCertActivity
...
Fixes #567
2014-04-17 15:30:16 +02:00
Vincent Breitmoser
fda9bd1386
use project icons for certification status
...
Closes #573
2014-04-17 14:42:24 +02:00
Vincent Breitmoser
52ad83e345
secret keys can only be deleted individually from multi selection
2014-04-17 12:09:09 +02:00
Dominik Schürmann
d19830cd1c
essential instead of integral
2014-04-16 21:54:46 +02:00
Dominik Schürmann
b0c65729a9
Merge pull request #576 from Valodim/stripped-secretkeys
...
Support stripped secretkeys
2014-04-16 19:40:36 +02:00
Dominik Schürmann
676262b052
Translations from transifex, fix some strings references
2014-04-16 19:00:06 +02:00
Dominik Schürmann
b8b6fc5f6f
Fix help_start
2014-04-16 18:49:17 +02:00
Vincent Breitmoser
c7eb40b814
stripped support: implement has_secret support, in ui and impot of secret keys
...
Closes #570
2014-04-16 18:14:44 +02:00
Dominik Schürmann
cb9c106878
Start changelog for 2.6
2014-04-16 01:00:19 +02:00
Dominik Schürmann
ad6ac28782
Fix SIGNATURE_UNKNOWN_PUB_KEY
2014-04-16 00:18:00 +02:00
Dominik Schürmann
9df498b714
Fix ViewHolder in ImportKeysAdapter
2014-04-15 23:08:41 +02:00
Dominik Schürmann
362a30c502
center empty-info of cert fragment, closes #566
2014-04-15 22:41:47 +02:00
Dominik Schürmann
14a8586e8c
Improve verification result display, close #568
2014-04-15 22:37:36 +02:00
Vincent Breitmoser
71fb0f85bf
add web of trust help entry
2014-04-15 13:52:31 +02:00
Vincent Breitmoser
227155d484
add debug backup/restore options to main menu
...
Closes #543
2014-04-14 13:06:49 +02:00
Dominik Schürmann
e02e9e6707
Translations from transifex
2014-04-14 11:37:57 +02:00
Dominik Schürmann
13ffd2038d
key edit: fix crash when create date was after expiry date, change from gregorian calendar to calendar with creation from instance, experimental result status for decrypt activity
2014-04-14 01:11:08 +02:00
Dominik Schürmann
89cf46bbd7
More fixes for import item layout
2014-04-11 20:19:21 +02:00
Dominik Schürmann
305b8c1858
Simplify and fix delete key dialog
2014-04-11 19:52:59 +02:00
Dominik Schürmann
bbd97cf800
Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)
2014-04-11 17:14:37 +02:00
Dominik Schürmann
a9281b129c
Prettify view_key_userids_item
2014-04-11 16:09:51 +02:00
Dominik Schürmann
b5c16e2446
Prettify more layouts
2014-04-11 16:00:37 +02:00
Vincent Breitmoser
b77fb2fcc0
get rid of more getMasterKeyId usage, work on getKeyRingsAsArmoredString
2014-04-11 03:44:13 +02:00
Vincent Breitmoser
4e408fae53
remove drawer layout remnants from import key dialogue
2014-04-10 20:33:22 +02:00
Vincent Breitmoser
593d6ad3f7
Select*KeyFragment rewrites
...
- moved all specific Public/Secret logic from the Adapter class into
inner subclasses in the Fragments
- more versatile status display ("revoked", "expired", "can certify"...)
- applied view holder pattern
- query logic, including subqueries, moved into provider classes
Closes #375
2014-04-10 18:47:57 +02:00
Vincent Breitmoser
ce6a4041fd
ViewCertActivity cleanup
...
Closes #547
2014-04-10 15:34:16 +02:00
Dominik Schürmann
eba0640d3e
Prettify more layouts, fix edit and encrypt intents from key view
2014-04-09 20:10:23 +02:00
Dominik Schürmann
21e6110b6d
Prettify some layouts
2014-04-09 19:42:27 +02:00
Dominik Schürmann
30652a470f
Fix certification layout
2014-04-09 16:35:27 +02:00
gogowitczak
19cab919af
Modified Spinner values for CreateKeyDialog. Added info for user about custom key length restrictions.
2014-04-08 23:59:41 +02:00
Thialfihar
f2d8378d81
Change license from ASLv2 to GPLv3 where possible
2014-04-08 11:59:35 +02:00
Thialfihar
42faf0eb07
Update copyright timespan for Thialfihar
2014-04-08 11:59:35 +02:00
gogowitczak
fc0c084a62
Added possibility to enter custom key length. Added key length limitations, according to issue #102 and SpongyCastle specification.
2014-04-07 16:31:38 +02:00
Dominik Schürmann
6d11371905
Rename folder structure from OpenPGP Keychain to OpenKeychain
2014-04-06 12:57:42 +02:00