Kore/app/src/main/java/org/xbmc/kore
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
..
eventclient Enable manual configuration of https (#338) 2017-01-27 15:17:39 +00:00
host Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00
jsonrpc Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00
provider Added option to sort by last played (#340) 2017-01-30 19:03:16 +00:00
service Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00
ui Implemented a scalable control pad (#477) 2017-10-27 19:24:23 +01:00
utils Apply markup to PVR text views; addresses #191 (#474) 2017-10-20 14:15:59 +01:00
Settings.java Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00