aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util
Commit message (Collapse)AuthorAgeFilesLines
* refactor BackupOperation a bit, make more illegal states explicitVincent Breitmoser2016-05-171-0/+65
|
* Merge pull request #1870 from AlexFJW/RemovedDuplicateCodeVincent2016-05-171-3/+4
|\ | | | | Shifted duplicate method implementations from KeyRing to openpgp-api …
| * Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-3/+4
| |
* | Settings: remove unuseful initializationAndrea Torlaschi2016-05-171-6/+0
|/
* Fix license headerDominik Schürmann2016-05-121-5/+5
|
* update progress handling in PgpDecryptVerifyOperationVincent Breitmoser2016-05-111-0/+2
| | | | | | | | - less progress messages overall - report progress again based on input stream position, if filesize is known - limit progress messages to one every 200ms while decrypting - also fixed a bug in DecryptListFragment, the recycler view now reuses old views as intended instead of crossfading all the time.
* Removed authorship, added license etc.vanitasvitae2016-05-111-8/+23
|
* Fixed 'Orbot appears not to be running' (#1792)vanitasvitae2016-05-114-159/+88
|
* Fix animation in manage keys for security tokensDominik Schürmann2016-04-301-3/+3
|
* OTG: Fix connection issuesNikita Mikhailov2016-04-151-17/+4
|
* OTG: rename Smartcard -> SecurityTokenNikita Mikhailov2016-04-141-1/+1
|
* OTG: rescan devices before next operationNikita Mikhailov2016-04-141-9/+44
|
* OTG: Add/Update copyrightsNikita Mikhailov2016-04-141-0/+17
|
* OTG: move UsbConnectionDispatcher to utls packageNikita Mikhailov2016-04-141-0/+58
|
* Merge pull request #1772 from runnerway/importkey-encryptedVincent2016-04-121-0/+27
|\ | | | | Handle encrypted files in "import key" file selection
| * Handle encrypted files while importing keysAndrea Torlaschi2016-03-271-0/+27
| |
* | Use cert pinning only if availableDominik Schürmann2016-04-093-34/+29
| |
* | Okhttp3 cleanups, docs, and fix timeouts for default clientDominik Schürmann2016-04-093-24/+36
| |
* | KeyBaseLib response ClientMichal Kepkowski2016-04-081-9/+9
| |
* | cleaningMichal Kepkowski2016-04-062-8/+6
| |
* | Merge branch 'master' into okhttp3Michal Kepkowski2016-04-062-16/+48
|\ \
| * \ Merge pull request #1796 from AlexFJW/LimitCreateKeyOptionsVincent2016-04-041-1/+8
| |\ \ | | |/ | |/| Refer to issue #1600 Limit create key options
| | * Redesigned subkey creation dialog and changed default key type created to ↵Alex Fong2016-04-011-1/+8
| | | | | | | | | | | | | | | | | | RSA, 3072 bit. Added code to prevent removal of master subkey when modifying a new key.
| * | change sync interval on change in codeAdithya Abraham Philip2016-03-241-2/+21
| | |
| * | 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
* | OKhttp url factoryMichal Kepkowski2016-04-062-8/+26
| |
* | okhttp3Michal Kepkowski2016-03-143-43/+81
|/
* 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
|