Droidux

"Predictable state container" implementation, inspired by Redux.

APACHE-2.0 License

Stars
160
Committers
4

Bot releases are visible (Hide)

Droidux - v0.5.0 Latest Release

Published by izumin5210 almost 9 years ago

Droidux - v0.4.0

Published by izumin5210 almost 9 years ago

  • #16 #17 Compatibility with other annotation processing libraries
  • #15 #20 Introduce the middleware droidux-thunk, like "redux-thunk"
    • Provides ThunkMiddleware for AsyncAction
  • #14 #22 Allow initial state null
  • #18 #23 Add Todos with Dagger sample
    • It uses @Component, @Subcomponent and @Store.
Droidux - v0.3.0

Published by izumin5210 almost 9 years ago

  • Support @Undoable annotation #7
  • Change Store.Builder API #8
  • Fix bugs