aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util
Commit message (Collapse)AuthorAgeFilesLines
* Final commitAdvaita2016-03-231-13/+19
| | | | | | | | | | | | | | | | 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
* ditch isLikelyText flag, set mimeType to text/plain in that caseVincent Breitmoser2016-02-231-5/+17
|
* move CharsetVerifier to utils packageVincent Breitmoser2016-02-231-0/+142
|
* Merge branch 'master' into performanceVincent Breitmoser2016-02-102-3/+3
|\
| * delete linked contacts on turning off contact syncAdithya Abraham Philip2016-02-061-2/+2
| |
* | performance: add license headers and some documentationVincent Breitmoser2016-02-101-5/+17
| |
* | performance: cache session keys per compatible S2K configurationVincent Breitmoser2016-02-051-2/+43
|/
* passphrasecache: update defaults, add "forever" settingVincent Breitmoser2016-01-111-2/+4
|
* Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-101-2/+2
| | | | what tokens are supported
* inline-ttl: remove "default" settingVincent Breitmoser2016-01-061-8/+3
|
* some code cleanup in PreferencesVincent Breitmoser2016-01-061-10/+16
|
* inline-ttl: support "screen off" in preferenceVincent Breitmoser2016-01-061-1/+3
|
* inline-ttl: save changes in ttl settingsVincent Breitmoser2016-01-061-16/+24
|
* inline-ttl: create ttl choice customization setting activityVincent Breitmoser2016-01-061-15/+60
|
* Check for ACTION_OPEN_DOCUMENT before starting activityDominik Schürmann2016-01-041-10/+28
|
* Fallback for ACTION_OPEN_DOCUMENT, hopefully fixes #1625Dominik Schürmann2016-01-041-3/+12
|
* Make ContactHelper less staticDominik Schürmann2015-12-212-152/+137
|
* added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-062-54/+48
|
* No need to delete by raw contact idDominik Schürmann2015-11-231-30/+8
|
* Fix potential NPEDominik Schürmann2015-11-231-2/+2
|
* Show notification when READ_CONTACTS permission is denied in sync service, ↵Dominik Schürmann2015-11-231-8/+47
| | | | hide linked contact card if permission is denied
* FileHelperLollipop: Check by comparing UID instead of checking files read ↵Dominik Schürmann2015-11-191-14/+4
| | | | permissions. This fixes sharing of file uris from sdcard
* Handle denied storage permission, use ContentResolver.SCHEME_FILE constantDominik Schürmann2015-11-192-2/+19
|
* fix delete file securely method and use for delete original fileVincent Breitmoser2015-11-151-8/+48
|
* make use of proxies a Keyserver propertyVincent Breitmoser2015-10-291-7/+6
|
* use Proxy.NO_PROXY instead of null value for no proxyVincent Breitmoser2015-10-292-5/+8
|
* uploadop: clean up, add loggingVincent Breitmoser2015-10-292-0/+9
|
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-10-261-3/+6
|\
* | fix FileHelper class for pre-lollipop devicesVincent Breitmoser2015-10-262-43/+86
|/
* fix argument order screwup in FileHelperVincent Breitmoser2015-10-221-1/+1
|
* Fix keybase verificationDominik Schürmann2015-10-211-20/+17
|
* Remove default PIN settingDominik Schürmann2015-10-161-10/+0
|
* Cleanup, fix advanced sharingDominik Schürmann2015-10-151-125/+0
|
* Mime type consistencyDominik Schürmann2015-10-151-1/+1
|
* Show the Internal Storage menu item on openFileDominik Schürmann2015-10-151-4/+4
|
* Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-091-0/+64
|\
| * make openInputStreamSafe static and move to FileHelperVincent Breitmoser2015-10-091-9/+74
| |
* | Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-081-104/+0
|\|
| * Remove ShareHelper: Not compat with Android >= 5, reduce code complexityDominik Schürmann2015-10-081-104/+0
| |
* | use annotations for android sdk constraintsVincent Breitmoser2015-09-281-33/+25
| |
* | Merge remote-tracking branch 'origin/master' into encrypted-exportVincent Breitmoser2015-09-287-138/+146
|\|
| * Harden parsing of keyserver results (OKC-01-003)Dominik Schürmann2015-09-251-2/+1
| |
| * Cleanup FileHelperDominik Schürmann2015-09-241-11/+10
| |
| * Remove save support for Android < 4.4 (OKC-01-014)Dominik Schürmann2015-09-242-71/+9
| |
| * Fix some illegal state exceptionsDominik Schürmann2015-09-241-0/+4
| |
| * Pin keybase certificateDominik Schürmann2015-09-211-20/+25
| |
| * Use more modular Keybase lib with OkHttp wrapperDominik Schürmann2015-09-212-0/+91
| |
| * Keyservers: Dont follow redirects, pin pgp.mit.edu, check for pinned cert on ↵Dominik Schürmann2015-09-201-55/+27
| | | | | | | | add (OKC-01-018)
* | export: support encrypted export, first versionVincent Breitmoser2015-09-281-1/+1
| |
* | remove "export to file" code path from export operationVincent Breitmoser2015-09-261-1/+1
|/