Skip to content
This repository was archived by the owner on Dec 17, 2020. It is now read-only.

Version 0.2.5

Compare
Choose a tag to compare
@Rolf-Smit Rolf-Smit released this 07 Dec 09:46
· 38 commits to master since this release
  • Build tool dependency updates;
  • Updated compileSdkVerison from API 23 to API 24 (Android Nougat);
  • Updated v7 AppCompat library from version 23.4.0 to version 24.2.1;
  • Minor JavaDoc update;
  • Fixed critical crash on Android API 10 and below. This crash was caused due to the usage of the FragmentActivity.getFragmentManager method instead of the support v7 variant: FragmentActivity.getSupportFragmentManager.

Important note on Android API 8 support: Android API 8 support has been removed (dropped) from the v7 and v4 support libraries since version 24.2.0. Because the minSdkVersion in the support libraries is now 9 Android API 8 is no longer supported. This library depends on the v7 AppCompat library version 24.2.1 thus wont officially work with Android API 8!

But I've implemented a workaround so you can still compile apps which target Android API 8. This workaround will be removed in a future version and you should not expect any support for bugs that might occur when targeting minSdkVersion 8.