Kore/app/src
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
..
androidTest Implemented integration tests for the control pad (#476) 2017-10-24 19:36:38 +01:00
instrumentationTest Refactored integration tests to use robolectric (#302) 2016-11-08 11:43:10 +00:00
main Implemented a scalable control pad (#477) 2017-10-27 19:24:23 +01:00
test unit test IDE execution improvements (#463) 2017-10-01 12:34:45 +01:00
testUtils Implemented integration tests for the control pad (#476) 2017-10-24 19:36:38 +01:00