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

Releases: NeoTech-Software/Android-Retainable-Tasks

Version 0.2.0

04 Mar 18:05
Compare
Choose a tag to compare
  • Added specialized "task managing" Activity and Fragment classes for both the support library and the normal Android Activity and Fragment class (TaskActivityCompat, TaskActivity, TaskFragment, TaskFragmentCompat);
  • The TaskHandler has been renamed to TaskManager;
  • Renamed the attachListener() methods to attach();
  • Moved some internally used classes to the internal package;
  • Added support for Fragment TaskManagers;
  • Some small bug fixes;
  • Added "strict debug mode" option: TaskManager.setStrictDebugMode() and TaskManager.isStrictDebugModeEnabled() ;

Version 0.1.0

02 Mar 11:53
Compare
Choose a tag to compare

Initial release