- Inner refactor: Builtin
TaskScheduler
ids refactored
- Fix: ConcurrentModification exception fix for holder array
- Feature: Stetho finished
- Package refactor
- Module separation
- Queue added to
TaskEngineHolder
- Stores early tasks which are added before
TaskEngineHolder.start()
TaskEngineHolder.start()
will start these tasks
- Stores early tasks which are added before
- Experimental feature: Engine changed to Rx
BaseTask.testWithSuccess(...)
andBaseTask.testWithError(...)
added
- EventBus removed from project