aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | correct keyserver preference retrievalAdithya Abraham Philip2015-07-021-1/+5
| | | | | | | | | |
* | | | | | | | | | Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-5/+8
|/ / / / / / / / /
* | | | | | | | | changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+5
| | | | | | | | |
* | | | | | | | | deleted KeychainServiceAdithya Abraham Philip2015-06-272-13/+0
| | | | | | | | |
* | | | | | | | | added export and upload to KeychainNewServiceAdithya Abraham Philip2015-06-271-45/+30
| | | | | | | | |
* | | | | | | | | made EmailKeyHelper work with CryptoOperationHelperAdithya Abraham Philip2015-06-271-24/+29
| | | | | | | | |
* | | | | | | | | instrument: delete file and inline preference testsVincent Breitmoser2015-06-231-0/+5
| | | | | | | | |
* | | | | | | | | implement saving of filesVincent Breitmoser2015-06-231-0/+31
| | | | | | | | |
* | | | | | | | | move select file logic into EncryptDecryptOverviewFragmentVincent Breitmoser2015-06-221-6/+2
| | | | | | | | |
* | | | | | | | | extract readTextFromUri into FileHelperVincent Breitmoser2015-06-201-0/+37
| | | | | | | | |
* | | | | | | | | more work on decrypt fragment uxVincent Breitmoser2015-06-201-0/+1
| | | | | | | | |
* | | | | | | | | save instance state in DecryptListFragmentVincent Breitmoser2015-06-191-0/+63
| | | | | | | | |
* | | | | | | | | fix a couple of resource leaks (#1351)Vincent Breitmoser2015-06-172-15/+23
| | | | | | | | |
* | | | | | | | | backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-5/+5
| | | | | | | | |
* | | | | | | | | Merge branch 'v/sticky-prefs'Vincent Breitmoser2015-06-031-0/+42
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | keep prefernces individual per dialog (affects only compression)Vincent Breitmoser2015-06-031-4/+16
| | | | | | | | | |
| * | | | | | | | | implement sticky preferencesVincent Breitmoser2015-05-311-0/+30
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-013-21/+21
| | | | | | | | |
* | | | | | | | | merged servicesAdithya Abraham Philip2015-06-011-3/+3
|/ / / / / / / /
* | | | | | | / fixed sync on key import, 'me' linked contact crashAdithya Abraham Philip2015-05-081-1/+48
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | support for handling keyserver urls from browser, added documentationAdithya Abraham Philip2015-04-201-0/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix YubiKey naming, cleanupDominik Schürmann2015-04-151-4/+4
| | | | | |
* | | | | | Merge pull request #1193 from adithyaphilip/auto-refresh-contactsDominik Schürmann2015-04-131-18/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | Immediate display of contact card, fixed contact picture display issue, hides card if no contact
| * | | | | | hide linked system contact card if no contact presentAdithya Abraham Philip2015-04-081-3/+1
| | | | | | |
| * | | | | | linked system contact auto-refresh added, fixed contact image issueAdithya Abraham Philip2015-04-081-18/+35
| | |_|_|_|/ | |/| | | |
* | | | | | IMplement CryptoInputParcelCacheServiceDominik Schürmann2015-04-131-33/+12
| | | | | |
* | | | | | Cache CryptoInputParcel in OpenPgpServiceDominik Schürmann2015-04-101-1/+21
| | | | | |
* | | | | | Remove unused AlgorithmNamesDominik Schürmann2015-04-101-93/+0
| | | | | |
* | | | | | Add license headersDominik Schürmann2015-04-103-0/+51
| | | | | |
* | | | | | Externalize Parcelable cachingDominik Schürmann2015-04-101-0/+95
| | | | | |
* | | | | | fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-1/+1
| | | | | |
* | | | | | Fixing crashes with new encrypt uiDominik Schürmann2015-03-291-7/+2
|/ / / / /
* | | | | shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added multi-threaded cloud import, restored KeychainIntentService eliminated code duplication in multi-threaded import
* | | | | introduced multi-threadingAdithya Abraham Philip2015-03-231-0/+12
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | refactored oldKeys to updatedKeys added update all keys, ThreadPoolExecutor used modified CachedThreadPoolExecutor
* | | | Reworked Notify classManoj Khanna2015-03-201-5/+4
| | | |
* | | | Fix API RESULT_TYPEDominik Schürmann2015-03-201-1/+2
| | | |
* | | | Updated GNU headerKent2015-03-201-1/+2
| | | |
* | | | Removed create and added GPLv3 headerKent2015-03-201-4/+17
| | | |
* | | | Implemented #1162: Invoke NFC in Advanced ViewKent2015-03-201-0/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | | | Fixed a crash on ViewKeyActivityManoj Khanna2015-03-191-15/+0
| | | | | | | | | | | | | | | | | | | | This occurs when deleting a key with a stripped master key from the ViewKeyActivity.
* | | | Improve Passphrase class with finalize()Dominik Schürmann2015-03-191-6/+34
| | | |
* | | | Fix tests for Passphrase classDominik Schürmann2015-03-191-0/+4
| | | |
* | | | New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-0/+131
| | | |
* | | | removed unnecessary @TargetApi annotationAdithya Abraham Philip2015-03-171-6/+2
| | | |
* | | | object oriented split user idDominik Schürmann2015-03-161-11/+10
| |_|/ |/| |
* | | Merge pull request #1147 from Hiperzone/developmentDominik Schürmann2015-03-151-10/+12
|\ \ \ | | | | | | | | -fixed out of bounds crash when retrieving the main profile name with se...
| * | | -fixed out of bounds crash when retrieving the main profile name with secret ↵Daniel Ramos2015-03-151-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | keys -fixed a possible crash when retrieving the main profile contactid
* | | | Use names also for main contactDominik Schürmann2015-03-141-3/+3
| | | |
* | | | Show key name instead of key id in contacts, cleanupDominik Schürmann2015-03-141-20/+7
|/ / /
* | | added some documentationAdithya Abraham Philip2015-03-131-23/+82
| | |