Kore/app/src/main
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
..
java/org/xbmc/kore Refactored AbstractFragment to not depend on AbstractInfoFragment (#487) 2017-12-05 09:58:55 +00:00
res Added default margin to control pad and bottom shortcuts (#485) 2017-11-29 19:54:49 +00:00
AndroidManifest.xml Add Adaptive Icon For API 26+ (#450) 2017-11-11 15:26:18 +00:00