Kore/app/src/main/java/org/xbmc/kore/ui/sections
Martijn Brekhof b764fc676c Implemented a scalable control pad (#477)
* Refactored RemoteFragment and created a compound view for the
     actual remote. I called it ControlPad to make it more clear what
     its main function is.
   * Implemented a custom grid layout (SquareGridLayout) that will
     always be square. When its width and height are both set to
     match_parent, it will take the smallest of the two as the
     actual size.
   * For devices with a smallest width smaller then 360dp the ControlPad
     is sized to the maximum available space. For larger devices we still
     use the old fixed sizes.

Refactored code to use styles
2017-10-27 19:24:23 +01:00
..
addon Bug/androidtests (#466) 2017-10-10 11:06:10 +01:00
audio Changed sort of names and titles to be case insensitive (#411) 2017-06-23 17:29:31 +01:00
favourites Support getting favourites in Kore (#81) (#384) 2017-05-09 18:35:21 +01:00
file File view fixes (#379) 2017-05-03 09:28:12 +01:00
hosts Fix for #380 (#381) 2017-04-29 15:15:24 +01:00
remote Implemented a scalable control pad (#477) 2017-10-27 19:24:23 +01:00
settings Make remote bottom bar configurable (#355) 2017-03-06 19:58:31 +00:00
video Apply markup to PVR text views; addresses #191 (#474) 2017-10-20 14:15:59 +01:00