Releases: xxxifan/Devbox2
kotlin-v1
Full Changelog: https://github.com/xxxifan/Devbox2/commits/kotlin-v1.0
0.7.0
0.6.4
0.6.0
0.5.2
0.5.0
Changes from 0.4.7
Split into devbox-core
and `devbox-components`` modules, less classes and method count free
Fragments: add data method for arguments
Fragments: added bindPresenter
upgrade dependencies (material-dialog has been break API)
ViewUtils: optimized loadingObservable, renamed to rxDialog
DataLoader: optimized rxNotifier to a method
added PersistentCookieJar
0.4.7
Changes from 0.4.6
Improves
Improved BaseAdapterItem, changed bindViews to setViews
Fragments will call onVisible when checkout fragments now
IOUtils added saveToFile function
Limited utils constructor access
Added FieldChecker
upgrade dependencies, gradle ver => 2.2.0, support ver => 24.2.1
Fixes
Fix downTimer and UploadRequestbody logic
Fix Dataloader will occur NPE in some cases
See build details and artifacts at buddybuild:
https://dashboard.buddybuild.com/apps/578cb3974a7be5010070ef32/build/57e63a0a4f9eaa01009fc60b
0.4.7.1
Improves
added bindPresenter to Fragments
Fixes
FieldChecker now will not check static field
See build details and artifacts at buddybuild:
https://dashboard.buddybuild.com/apps/578cb3974a7be5010070ef32/build/57e662b017734a0100984c6a
0.4.6
0.4.5
RecylerFragment changes: Now you have to override onCreateAdapterItem() to create items by type, and then you can override getAdapterItemType() to set item type. Also RecyclerFragment now provides getCommonRcvAdapter to help you more quickly to get adapter instance to update data.