Kore/app
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
..
src Refactored AbstractFragment to not depend on AbstractInfoFragment (#487) 2017-12-05 09:58:55 +00:00
.gitignore First dump 2015-01-14 11:12:47 +00:00
build.gradle Add Adaptive Icon For API 26+ (#450) 2017-11-11 15:26:18 +00: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