This repository was archived by the owner on Dec 17, 2020. It is now read-only.
Releases: NeoTech-Software/Android-Retainable-Tasks
Releases · NeoTech-Software/Android-Retainable-Tasks
Version 0.2.0
- 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 toTaskManager
; - Renamed the
attachListener()
methods toattach()
; - 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()
andTaskManager.isStrictDebugModeEnabled()
;