aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml-v14/preferences.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove summary and change titlealescdb2015-10-231-1/+0
|
* Code stylealescdb2015-10-231-8/+8
|
* Add a setting options to always show the virtual keyboard (special keys)alescdb2015-10-231-1/+8
|
* Make the pg up/down gesture a preference which is disabled by default.Jeremy Klein2015-10-091-0/+7
|
* Make APIv14 and above use SwitchPreference, and below use custom ↵Ryan Hansberry2015-09-171-0/+188
SwitchCompatPreference. Created API-v14-and-above preferences.xml and host_prefs.xml files (under xml-v14/) in order to do so. This unfortunately for the most part duplicates preferences.xml and host_prefs.xml. This method is an effective workaround for the visual glitch encountered earlier, as recorded here: https://github.com/connectbot/connectbot/pull/205#issuecomment-140547689