Adithya Abraham Philip
a5257ec71d
Merge branch 'master' of github.com:open-keychain/open-keychain
2015-06-30 22:12:16 +05:30
Vincent Breitmoser
f1c0c3e00c
earlier error on empty clipboard
2015-06-30 15:15:03 +02:00
Dominik Schürmann
a9c606d49b
Create key wizard for blank YubiKey
2015-06-29 20:48:11 +02:00
Vincent Breitmoser
c43e29b621
cleanup share fragment, fix sharing of fingerprint
2015-06-29 14:59:48 +02:00
Dominik Schürmann
4150807559
Fix strings for transifex
2015-06-29 07:34:11 +02:00
Adithya Abraham Philip
2f110344ed
migrated Keybase verification
2015-06-27 01:20:23 +05:30
Dominik Schürmann
dce2e0b19c
Language: Remember instead of caching
2015-06-26 17:54:36 +02:00
Vincent Breitmoser
dce4503ac5
Merge remote-tracking branch 'origin/master' into v/multi-decrypt
2015-06-26 02:44:59 +02:00
Dominik Schürmann
74cef32d25
Notification: follow design guidelines, fix #1313
2015-06-24 13:08:37 +02:00
Vincent Breitmoser
8d141176bd
fix original file deletion (and instrumentation)
2015-06-23 21:56:27 +02:00
Vincent Breitmoser
f9dea31300
implement deletion of files
2015-06-23 17:07:59 +02:00
Vincent Breitmoser
6a5bd6509b
implement saving of files
2015-06-23 16:58:40 +02:00
Vincent Breitmoser
558cc6befc
instrument: adapt to new decrypt file dialog, and some minor fixes
2015-06-23 00:09:18 +02:00
Vincent Breitmoser
4826e0a8c8
move select file logic into EncryptDecryptOverviewFragment
2015-06-22 23:48:41 +02:00
Vincent Breitmoser
5f91c57b4a
don't expose dataset for FileAdapter in encrypt view, small improvements to error handling
2015-06-22 15:44:15 +02:00
Vincent Breitmoser
b2dec85421
multi-decrypt: use indeterminate progress only
2015-06-22 14:27:18 +02:00
Vincent Breitmoser
09da00d800
drop clipboard backwards compatibility for api level < 11
2015-06-20 05:08:49 +02:00
Vincent Breitmoser
25beeaceb5
more work on decrypt fragment ux
2015-06-20 03:22:26 +02:00
Vincent Breitmoser
36f3887c5f
handle empty filename in decrypt list
2015-06-19 20:09:04 +02:00
Vincent Breitmoser
ae56f4f900
handle EXTRA_TEXT in decrypt activity
2015-06-19 19:45:27 +02:00
Vincent Breitmoser
0cfbe4ad06
Merge branch 'master' into v/multi-decrypt
2015-06-18 13:19:44 +02:00
Vincent Breitmoser
7c3518a011
more stable nullable behavior in OperationLog
2015-06-18 13:16:38 +02:00
Vincent Breitmoser
7f3154ecea
Merge branch 'master' into v/multi-decrypt
2015-06-17 21:33:31 +02:00
Vincent Breitmoser
f5aa36ef9f
fix rest of resource leaks ( #1351 )
2015-06-17 21:30:25 +02:00
Vincent Breitmoser
374b21410e
Merge branch 'v/instrument' into v/multi-decrypt
...
Conflicts:
.travis.yml
OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
2015-06-17 19:24:07 +02:00
Vincent
655cdfbbee
Merge pull request #1338 from josecastillo/development
...
Improved smart card error handling
2015-06-12 15:00:16 +02:00
Joey Castillo
cda8b63bb4
Replace AssertionErrors with snackbar notifications, fix style issues.
2015-06-11 11:52:09 -04:00
Joey Castillo
14226461c1
Improved smart card error handling
2015-06-10 20:11:55 -04:00
Vincent Breitmoser
cfa2ecca61
WIP! Merge branch 'v/eventbus' into v/multi-decrypt
...
Conflicts:
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFilesFragment.java
2015-06-07 00:05:14 +02:00
Vincent Breitmoser
b779211f55
Merge branch 'master' into v/multi-decrypt
...
this also fixes weird-bug
Conflicts:
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFilesFragment.java
OpenKeychain/src/main/res/values/strings.xml
2015-06-06 23:40:22 +02:00
Vincent Breitmoser
074b6633b0
eventbus: initial attempt, replace messenger hack with eventbus communication
2015-06-06 23:17:42 +02:00
Vincent Breitmoser
6db9de221c
multi-decrypt: working context menu
2015-06-03 16:47:46 +02:00
Vincent Breitmoser
7cfc0d80d0
Merge branch 'v/sticky-prefs'
2015-06-03 01:23:51 +02:00
Vincent Breitmoser
cf5fadae76
implement sticky preferences
2015-05-31 05:18:58 +02:00
Adithya Abraham Philip
93f3a98eae
prevent keybase key replacing keyserver key
2015-05-31 02:49:11 +05:30
Adithya Abraham Philip
cfeffef80d
prevent NaN dialog on import with no selected keys
2015-05-31 02:36:45 +05:30
Vincent Breitmoser
36ecd60c1b
better error handling for bad encrypted data checksum
2015-05-30 13:09:09 +02:00
Vincent Breitmoser
724726a4fd
warn on signature earlier than key creation, err on significantly earlier
2015-05-28 11:40:35 +02:00
Vincent Breitmoser
a8e95f676e
don't show allowed key list if no key exists, and some minor PgpDecryptVerify changes
2015-05-28 02:27:44 +02:00
Dominik Schürmann
ab63fa8091
Fix language based on feedback from transifex
2015-05-21 10:31:46 +02:00
Dominik Schürmann
0f520975e4
Improve strings
2015-05-19 16:12:04 +02:00
Vincent Breitmoser
4885361cd2
check fingerprint length after scanning qr code
...
Fixes #1281
2015-05-17 10:37:03 +02:00
Vincent Breitmoser
c1e7fcf024
apply promote operation to specific subkeys present on yubikey only
2015-05-17 00:35:10 +02:00
Joey Castillo
aa75534e5b
Moving blank smart card messages to strings.xml
2015-05-13 17:56:17 -04:00
Joey Castillo
bc48ce4210
Add check for exporting two keys to same smart card slot.
2015-05-13 17:56:17 -04:00
Joey Castillo
d21fb77336
Moving keytocard process into PgpKeyOperation.
2015-05-13 14:36:30 -04:00
Joey Castillo
76241e90ad
Adding NFC Key to Card operation, accessible from Edit Key activity.
2015-05-12 14:44:26 -04:00
William Faulk
b06e7cd737
Fix Bluetooth share without breaking others
2015-05-04 16:46:15 -04:00
Dominik Schürmann
520f9abea3
Merge branch 'development' of https://github.com/Hiperzone/open-keychain into Hiperzone-development
...
Conflicts:
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyEmailFragment.java
2015-05-04 14:42:21 +02:00
Dominik Schürmann
aa68c41f5a
Fix yubikey strings
2015-05-01 14:48:57 +02:00