aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/styles.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into use-switches-not-checkboxesRyan Hansberry2015-09-171-0/+3
|\
| * Adjusted style to support pre-v11 devices.Kyle Horimoto2015-09-151-0/+3
| |
* | Switched to using SwitchCompat instead of PreferenceSwitch in order to ↵Ryan Hansberry2015-09-151-0/+4
|/ | | | | | support pre-APIv14. Big thanks to: https://plus.sandbox.google.com/+ChristianGollner/posts/badausxo1J6
* Add Material theme paletteKenny Root2015-09-111-0/+6
| | | | Fixes #167
* Use a style for the host list text coloringKenny Root2015-09-051-0/+24
| | | | Fixes #191
* Fix host list for API 10 and beforeKenny Root2015-09-051-18/+17
| | | | | | | There is some kind of problem with inheriting TextAppearance.AppCompat on API 10 and before that causes a crash. Instead only inherit it on API 11 (Honeycomb) and later. This doesn't make any visual difference with Gingerbread and before.
* Style the host list items with material design.Kyle Horimoto2015-09-041-1/+9
| | | | This change updates the items to be in line with the guideline here: https://www.google.com/design/spec/components/lists.html#lists-specs.
* Keyboard separator as layer-list (instead of views)Alexandre Del Bigio2015-09-021-7/+1
|
* Provide visual feedback for virtual keyboardadb20012015-08-311-1/+1
|
* Move keyboard buttons to styles.xmlKenny Root2015-08-231-0/+41
| | | | This will make it easier to merge to hscroll change from @alescdb
* Remove ActionBarWrapper and style.xml files in favor of AppCompat.Jeremy Klein2015-08-201-25/+0
| | | | | The support libraries seem to provide better alternatives for everything in ActionBarWrapper and the style.xml definitions.
* Add tabs when there's more than one terminal active.Jeremy Klein2015-08-131-1/+1
|
* Convert to gradle build systemKenny Root2014-10-011-0/+25