aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml/preferences.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove summary and change titlealescdb2015-10-231-1/+0
|
* Code stylealescdb2015-10-231-6/+6
|
* Add a setting options to always show the virtual keyboard (special keys)alescdb2015-10-231-0/+7
|
* Make the pg up/down gesture a preference which is disabled by default.Jeremy Klein2015-10-091-0/+7
|
* Switch the default emulation mode to xterm-256colorJeremy Klein2015-10-071-1/+1
|
* Moved SwitchCompatPreference to util package for consistency with other ↵Ryan Hansberry2015-09-171-13/+13
| | | | custom Preferences.
* Make APIv14 and above use SwitchPreference, and below use custom ↵Ryan Hansberry2015-09-171-26/+13
| | | | | | | | | | 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
* Switched to using SwitchCompat instead of PreferenceSwitch in order to ↵Ryan Hansberry2015-09-151-13/+26
| | | | | | support pre-APIv14. Big thanks to: https://plus.sandbox.google.com/+ChristianGollner/posts/badausxo1J6
* Changed Settings options to use switches instead of checkboxes.Ryan Hansberry2015-09-151-13/+13
| | | | Fixes #169.
* Merge remote-tracking branch 'origin/master'Kenny Root2015-03-231-29/+33
| | | | | | Conflicts: app/src/main/java/org/connectbot/HostListActivity.java app/src/main/java/org/connectbot/service/TerminalKeyListener.java
* Merge branch 'master' into gradle-conversionKenny Root2014-10-181-0/+7
|
* Convert to gradle build systemKenny Root2014-10-011-0/+177