####0.1.1
- Fixed bug in
ThreadUtils.getId
####0.1.0
- Completely overhauled the lbrary.
- Renamed to Fluxxan.
- Introduced concepts from Redux
####0.0.3
- Added queue and background thread to handle dispatches off the main thread to increase UI performance.
- Store listener notification is no longer done on the main thread. UI changes need to be explicitly executed on the main thread.
- Added
ThreadUtils.runOnMainhelper to help run UI updates on the main thread fromonChangedmethod - Added
StoreListenerFragmentandStoreListenerViewbase classes - Renamed
StoreActivitytoStoreListenerActivity - Added
Dispatcher.startandDispatcher.stopmethods
####0.0.2
- Notify store listeners on the UI thread
- Added
getFluxmethod toStore - Synchronized
Dispatcher.dispatchmethod
####0.0.1
- Initial Code Commit