Kore/app
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
..
src Implemented a scalable control pad (#477) 2017-10-27 19:24:23 +01:00
.gitignore First dump 2015-01-14 11:12:47 +00:00
build.gradle unit test IDE execution improvements (#463) 2017-10-01 12:34:45 +01:00
proguard-rules.pro Update proguard rules to consider new JmDNS library 2016-12-20 09:54:31 +00:00
proguardTest-rules.pro Refactored integration tests to use robolectric (#302) 2016-11-08 11:43:10 +00:00