Adithya Abraham Philip
020fad77e5
added license
2015-07-03 20:46:15 +05:30
Adithya Abraham Philip
d07fe5bb87
added proxy/tor preferences
2015-07-03 20:46:14 +05:30
Dominik Schürmann
0454c57431
Merge branch 'master' of github.com:open-keychain/open-keychain
2015-07-02 17:39:58 +02:00
Dominik Schürmann
195508ed92
Change PIN and Admin PIN after move to key operation
2015-07-02 17:31:01 +02:00
Adithya Abraham Philip
3510275a7f
correct keyserver preference retrieval
2015-07-02 05:43:55 +05:30
Adithya Abraham Philip
4b2e85794f
changed to work with multi-decrypt
2015-06-27 02:37:56 +05:30
Adithya Abraham Philip
0012db1f6d
deleted KeychainService
2015-06-27 01:21:52 +05:30
Adithya Abraham Philip
5a5d66009f
added export and upload to KeychainNewService
2015-06-27 01:20:23 +05:30
Adithya Abraham Philip
93dc11edcf
made EmailKeyHelper work with CryptoOperationHelper
2015-06-27 01:20:23 +05:30
Vincent Breitmoser
45a8510bf0
instrument: delete file and inline preference tests
2015-06-23 21:17:28 +02:00
Vincent Breitmoser
6a5bd6509b
implement saving of files
2015-06-23 16:58:40 +02:00
Vincent Breitmoser
4826e0a8c8
move select file logic into EncryptDecryptOverviewFragment
2015-06-22 23:48:41 +02:00
Vincent Breitmoser
f6bc1dcca3
extract readTextFromUri into FileHelper
2015-06-20 03:34:21 +02:00
Vincent Breitmoser
25beeaceb5
more work on decrypt fragment ux
2015-06-20 03:22:26 +02:00
Vincent Breitmoser
d1ceb73eb0
save instance state in DecryptListFragment
2015-06-19 18:53:17 +02:00
Vincent Breitmoser
5895385153
fix a couple of resource leaks ( #1351 )
2015-06-17 20:26:06 +02:00
Vincent Breitmoser
61dce088c2
backport CryptoOperationFragment changes without eventbus
2015-06-10 15:45:10 +02:00
Vincent Breitmoser
7cfc0d80d0
Merge branch 'v/sticky-prefs'
2015-06-03 01:23:51 +02:00
Vincent Breitmoser
ecfbc743f3
keep prefernces individual per dialog (affects only compression)
2015-06-03 01:21:06 +02:00
Adithya Abraham Philip
6bc40d12ad
renamed KeychainIntentService to KeychainService
2015-06-01 17:43:00 +05:30
Adithya Abraham Philip
14a08361e5
merged services
2015-06-01 17:41:44 +05:30
Vincent Breitmoser
cf5fadae76
implement sticky preferences
2015-05-31 05:18:58 +02:00
Adithya Abraham Philip
797cd28997
fixed sync on key import, 'me' linked contact crash
2015-05-08 19:05:21 +05:30
Adithya Abraham Philip
91443c2f43
support for handling keyserver urls from browser, added documentation
2015-04-20 21:42:51 +05:30
Dominik Schürmann
3668c8897d
Fix YubiKey naming, cleanup
2015-04-15 10:02:41 +02:00
Dominik Schürmann
f12c7b64d8
Merge pull request #1193 from adithyaphilip/auto-refresh-contacts
...
Immediate display of contact card, fixed contact picture display issue, hides card if no contact
2015-04-13 23:33:23 +02:00
Dominik Schürmann
256d644d03
IMplement CryptoInputParcelCacheService
2015-04-13 23:29:35 +02:00
Dominik Schürmann
7074b44347
Cache CryptoInputParcel in OpenPgpService
2015-04-10 15:58:37 +02:00
Dominik Schürmann
5ea01a15d3
Remove unused AlgorithmNames
2015-04-10 15:21:02 +02:00
Dominik Schürmann
ae4fc47443
Add license headers
2015-04-10 15:20:36 +02:00
Dominik Schürmann
702a77ccd1
Externalize Parcelable caching
2015-04-10 15:16:13 +02:00
Adithya Abraham Philip
083cd100ce
hide linked system contact card if no contact present
2015-04-08 01:11:55 +05:30
Adithya Abraham Philip
13332bc28d
linked system contact auto-refresh added, fixed contact image issue
2015-04-08 00:30:55 +05:30
Vincent Breitmoser
39b131c7e5
fix Encrypt* with RequiredInputParcel
2015-03-30 23:35:32 +02:00
Dominik Schürmann
95f1527afe
Fixing crashes with new encrypt ui
2015-03-29 20:37:54 +02:00
Adithya Abraham Philip
9f5581463f
shifted multi-threading to own service
...
added multi-threaded cloud import, restored KeychainIntentService
eliminated code duplication in multi-threaded import
2015-03-23 15:37:05 +05:30
Adithya Abraham Philip
19775c399b
introduced multi-threading
...
refactored oldKeys to updatedKeys
added update all keys, ThreadPoolExecutor
used modified CachedThreadPoolExecutor
2015-03-23 15:34:22 +05:30
Manoj Khanna
4e4b8efd6e
Reworked Notify class
2015-03-20 19:49:42 +05:30
Dominik Schürmann
ebf9bb3a63
Fix API RESULT_TYPE
2015-03-20 13:51:06 +01:00
Kent
50913d0ff1
Updated GNU header
2015-03-20 12:38:16 +08:00
Kent
e0a5f1a0d4
Removed create and added GPLv3 header
2015-03-20 12:24:06 +08:00
Kent
8d6d4328f2
Implemented #1162 : Invoke NFC in Advanced View
...
- Extracted NFC code from ViewKeyActivity to NfcHelper to share code between classes
- Changed the private anonymous Handler for NFC into a static private subclass, that uses WeakReference to avoid memory leaks
- Added resources needed (retrieved from Graphics) for the NFC button inside ViewKeyAdvShareFragment.
- Fixed the ripple boundary of the Share With... button to prevent it from bleeding to other buttons on the right (UX improvement)
2015-03-20 06:31:18 +08:00
Manoj Khanna
d122d27eba
Fixed a crash on ViewKeyActivity
...
This occurs when deleting a key with a stripped master key from the
ViewKeyActivity.
2015-03-19 18:54:26 +05:30
Dominik Schürmann
0bcc2793c3
Improve Passphrase class with finalize()
2015-03-19 13:58:26 +01:00
Dominik Schürmann
e65efce333
Fix tests for Passphrase class
2015-03-19 03:30:12 +01:00
Dominik Schürmann
9c9f95c7ac
New Passphrase class for safer passphrase handling in memory
2015-03-19 03:03:46 +01:00
Adithya Abraham Philip
6f496730be
removed unnecessary @TargetApi annotation
2015-03-17 02:32:09 +05:30
Dominik Schürmann
a655664c0b
object oriented split user id
2015-03-16 13:54:01 +01:00
Dominik Schürmann
f1dc58ddfd
Merge pull request #1147 from Hiperzone/development
...
-fixed out of bounds crash when retrieving the main profile name with se...
2015-03-15 15:34:07 +01:00
Daniel Ramos
d3dd9020f5
-fixed out of bounds crash when retrieving the main profile name with secret keys
...
-fixed a possible crash when retrieving the main profile contactid
2015-03-15 00:12:26 +00:00