aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service
Commit message (Collapse)AuthorAgeFilesLines
* make unencrypted backup an explicit parameterVincent Breitmoser2016-05-171-4/+8
|
* Merge branch 'master' into backup-apiDominik Schürmann2016-05-077-90/+183
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java extern/openpgp-api-lib
| * Refactored to reduce coupling between ChangeUnlockParcel and SaveKeyringParcelAlex Fong2016-05-052-2/+10
| |
| * Refactoring: Removed PassphraseChangeParcel and placed its functionality ↵Alex Fong2016-05-054-71/+52
| | | | | | | | into ChangeUnlockParcel.
| * (WIP) Change password when key is stripped #1692Alex Fong2016-05-044-48/+115
| | | | | | | | | | | | | | | | | | | | | | Approach: Find the first unstripped secret key and use it for passphrase verification All unstripped keys will have their passphrase changed to new passphrase, if possible. Current Progress: Changing the passphrase of keys works fine. Refactoring to combine "modifySecretKeyring" and newly added method, "modifyKeyRingPassword" may be possible if given the go-ahead.
| * api: allow caching of sessionKey in OpenPgpDecryptResultVincent Breitmoser2016-04-291-6/+6
| |
| * Update obsolete Nfc class prefixesNikita Mikhailov2016-04-161-7/+7
| |
| * OTG: Rename smartcard -> security tokenNikita Mikhailov2016-04-151-9/+9
| |
| * OTG: refactor, change nfc prefix to smartcardNikita Mikhailov2016-04-141-9/+9
| |
| * change sync interval on change in codeAdithya Abraham Philip2016-03-241-6/+25
| |
| * Merge pull request #1785 from advaita13/wifi-only-fixVincent2016-03-242-6/+27
| |\ | | | | | | Sync only when unmetered internet is available #1670
| | * Final commitAdvaita2016-03-232-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All changes included Improvements -Reformatted code wherever required -Only active wifi connections trigger events -Improve sync reliability -Removed extra permission Minor Changes -Refactored 2 variables for easier readbility -Wifi-Only-Sync is now enabled by default
| * | get rid of code path for pin and notation data handlingVincent Breitmoser2016-03-231-13/+3
| |/
| * Update ContactSyncAdapterService.javaAdvaita2016-03-031-0/+7
| |
* | Add backup APIDominik Schürmann2016-03-011-6/+1
|/
* Fix SecurityException on Android 6 due to remove contacts on disabled syncDominik Schürmann2016-02-091-3/+10
|
* delete linked contacts on turning off contact syncAdithya Abraham Philip2016-02-061-3/+18
|
* prevent rare KeyserverSyncAdapterService crashAdithya Abraham Philip2016-01-271-6/+11
|
* passphrasecache: update defaults, add "forever" settingVincent Breitmoser2016-01-111-1/+6
|
* Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-101-22/+23
| | | | what tokens are supported
* add method to skip cachingVincent Breitmoser2016-01-061-0/+4
|
* inline-ttl: support "screen off" in preferenceVincent Breitmoser2016-01-061-7/+6
|
* passcache: add support for clear on screen lock (ttl == 0)Vincent Breitmoser2016-01-061-36/+70
|
* inline-ttl: use ttl preference in ttl spinnerVincent Breitmoser2016-01-061-5/+3
|
* inline-ttl: create ttl choice customization setting activityVincent Breitmoser2016-01-061-2/+1
|
* passphraseactivity: add inline spinner to password dialogVincent Breitmoser2016-01-061-6/+5
|
* Follow notification style guidelines, dismiss permission notification on clickDominik Schürmann2015-12-222-14/+9
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-12-212-43/+30
|\
| * fixed key update preference not turning offAdithya Abraham Philip2015-12-212-43/+30
| |
* | Make ContactHelper less staticDominik Schürmann2015-12-211-1/+1
|/
* added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-061-1/+1
|
* Fix strings, thanks to Alain-OlivierDominik Schürmann2015-11-232-31/+5
|
* re-enable contact sync by defaultDominik Schürmann2015-11-231-6/+2
|
* Disable contact sync by default on Android >= 6Dominik Schürmann2015-11-232-4/+32
|
* Show notification when READ_CONTACTS permission is denied in sync service, ↵Dominik Schürmann2015-11-231-6/+51
| | | | hide linked contact card if permission is denied
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-11-041-38/+84
|\
| * changed KeyserverSyncAdapterService to work with START_REDELIVER_INTENTAdithya Abraham Philip2015-10-311-38/+84
| |
* | bench: add benchmark operation for testingVincent Breitmoser2015-11-042-0/+57
|/
* uploadop: clean up, add loggingVincent Breitmoser2015-10-291-0/+1
|
* Integrate yubikey reset methodDominik Schürmann2015-10-161-1/+6
|
* Remove default PIN settingDominik Schürmann2015-10-161-8/+0
|
* Support backupVersion ASCII Armor headerDominik Schürmann2015-10-151-2/+7
|
* Cleanup, fix advanced sharingDominik Schürmann2015-10-152-13/+12
|
* upload: re-add upload by bytesVincent Breitmoser2015-09-281-3/+19
|
* export: support encrypted export, first versionVincent Breitmoser2015-09-281-13/+8
|
* upload: identify key by masterKeyId onlyVincent Breitmoser2015-09-261-6/+5
|
* export: externalize upload into its own operationVincent Breitmoser2015-09-263-19/+67
|
* remove "export to file" code path from export operationVincent Breitmoser2015-09-261-8/+0
|
* preliminary working mime parsing in DecryptListFragment! (beware WIP, here ↵Vincent Breitmoser2015-09-161-0/+1
| | | | be dragons!)
* mime: create more general InputDataOperation, which for now and does basic ↵Vincent Breitmoser2015-09-152-36/+34
| | | | mime parsing