Kore/app/src
Martijn Brekhof 2aa4f93aeb Refactored AbstractFragment to not depend on AbstractInfoFragment (#487)
Due to a previous refactoring, dataHolder was still of type
AbstractInfoFragment.DataHolder which should be just DataHolder
in AbstractFragment. Although AbstractInfoFragment inherits from
AbstractFragment the code works. However, on KitKat (4.4) some
devices reported a missing method which might be caused by this "weird"
inheriting. Hopefully this fixes that.
2017-12-05 09:58:55 +00: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 Refactored AbstractFragment to not depend on AbstractInfoFragment (#487) 2017-12-05 09:58:55 +00: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