Kore/app/src/main/java/org/xbmc/kore/ui
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
..
generic Bug/androidtests (#466) 2017-10-10 11:06:10 +01:00
sections Implemented a scalable control pad (#477) 2017-10-27 19:24:23 +01:00
viewgroups Implemented a scalable control pad (#477) 2017-10-27 19:24:23 +01:00
views Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
volumecontrollers Use hardware volume keys from anywhere inside Kore (#453) 2017-10-08 19:48:00 +01:00
widgets Implemented a scalable control pad (#477) 2017-10-27 19:24:23 +01:00
AbstractAdditionalInfoFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
AbstractCursorListFragment.java Fixes lint error regarding an API restriction (#433) 2017-08-14 15:38:18 +01:00
AbstractFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
AbstractInfoFragment.java Implemented VolumeLevelIndicator widget (#406) 2017-06-22 18:37:00 +01:00
AbstractListFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
AbstractTabsFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
BaseActivity.java Use hardware volume keys from anywhere inside Kore (#453) 2017-10-08 19:48:00 +01:00
BaseMediaActivity.java Use hardware volume keys from anywhere inside Kore (#453) 2017-10-08 19:48:00 +01:00
OnBackPressedListener.java Switch PVR fragments to using tabs instead of a menu for navigation 2015-11-28 18:19:44 +00:00