aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/Preferences.java
Commit message (Collapse)AuthorAgeFilesLines
* Settings: remove unuseful initializationAndrea Torlaschi2016-05-171-6/+0
|
* Fixed 'Orbot appears not to be running' (#1792)vanitasvitae2016-05-111-0/+3
|
* 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
* 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
|
* added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-061-53/+47
|
* use Proxy.NO_PROXY instead of null value for no proxyVincent Breitmoser2015-10-291-0/+2
|
* uploadop: clean up, add loggingVincent Breitmoser2015-10-291-0/+7
|
* Remove default PIN settingDominik Schürmann2015-10-161-10/+0
|
* Make keybase an experimental featureDominik Schürmann2015-08-281-0/+10
|
* Experimental features settings reworkedDominik Schürmann2015-08-271-6/+15
|
* Experimental feature settingDominik Schürmann2015-08-271-1/+13
|
* Move proxy pref values out of stringsDominik Schürmann2015-08-241-7/+10
|
* introduced constants for keyserver sync, fixed sync issueAdithya Abraham Philip2015-08-201-2/+7
|
* Fix preference version handlingThialfihar2015-07-211-2/+2
| | | | | Move preference upgrade of theme to version 4 of the preferences. The upgrade is meant FROM that version to the next.
* Use a constant for the default value of the themeThialfihar2015-07-211-1/+1
|
* Rename updatePreferences() to upgradePreferences()Thialfihar2015-07-211-1/+1
| | | | | This is really an upgrade of the preference store and not an update of values, it also is consistent with SQLiteOpenHelper.onUpgrade().
* Refactor theme preference values into constantsThialfihar2015-07-211-1/+5
| | | | Also explicitly set a theme via preference updating to the default.
* Add theme settingThialfihar2015-07-211-0/+9
| | | | | This prepares that different themes can be added. Currently light and dark will just use the default OK theme.
* ensuring code style is preservedAdithya Abraham Philip2015-07-031-3/+2
|
* orbot dialog fragments addedAdithya Abraham Philip2015-07-031-22/+2
|
* fixed Proxy generation, proxy working for for cloud importAdithya Abraham Philip2015-07-031-10/+9
|
* fixed prefsAdithya Abraham Philip2015-07-031-1/+10
|
* added proxy support, silent right nowAdithya Abraham Philip2015-07-031-1/+2
|
* added ProxyPrefsAdithya Abraham Philip2015-07-031-3/+38
|
* added proxy typeAdithya Abraham Philip2015-07-031-0/+26
|
* added proxy/tor preferencesAdithya Abraham Philip2015-07-031-0/+47
|
* correct keyserver preference retrievalAdithya Abraham Philip2015-07-021-1/+5
|
* instrument: delete file and inline preference testsVincent Breitmoser2015-06-231-0/+5
|
* keep prefernces individual per dialog (affects only compression)Vincent Breitmoser2015-06-031-4/+16
|
* implement sticky preferencesVincent Breitmoser2015-05-311-0/+30
|
* 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
|
* Remove advanced preferences, move compression as menu item in encrypt ↵Dominik Schürmann2015-03-051-91/+0
| | | | activites, select hash and encryption algo based on hardcoded preferred lists
* Remove preferences multi process min sdk checkDominik Schürmann2015-03-051-6/+2
|
* Better selection of preferred algorithmDominik Schürmann2015-03-051-1/+9
|
* Disable default yubikey PIN by defaultDominik Schürmann2015-02-221-1/+1
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-2/+2
|
* Yubikey numkey by default to trueDominik Schürmann2015-01-141-1/+1
|
* Move advanced info into own activityDominik Schürmann2014-10-261-10/+0
|
* Added option for num keypad for YubiKeyJerzy Kołosowski2014-10-131-0/+10
|
* get rid of two consolidate number preferencesVincent Breitmoser2014-10-031-20/+0
|
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-0/+10
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-0/+343
created ui.util for everything related to formatting