Skip to content

Releases: xxxifan/Devbox2

kotlin-v1

04 Jan 13:48
Compare
Choose a tag to compare

0.7.0

27 Feb 16:38
Compare
Choose a tag to compare

Fragments get some evolution, please read doc for newer apis

Fragments: add support for child fragments
RecyclerFragment: use built-in setEmptyView method

0.6.4

16 Jan 07:20
Compare
Choose a tag to compare

Since 0.6.0

Fix UIComponent behaviors
Fix Material Dialog

0.6.0

08 Jan 07:31
Compare
Choose a tag to compare

Breaking change

Introducing UIComponent and it's breaking old Activities.

0.5.2

14 Dec 01:58
Compare
Choose a tag to compare

Important change

now package is split into two , devbox-core and devbox-components to decrease some additional libraries. see more in read me docs.

Upgrade latest dependencies

0.5.0

12 Nov 15:26
Compare
Choose a tag to compare

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

24 Sep 08:40
Compare
Choose a tag to compare

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

24 Sep 11:28
Compare
Choose a tag to compare
0.4.7.1 Pre-release
Pre-release

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

27 Aug 10:27
Compare
Choose a tag to compare

BaseAdapterItem: add ability to set ItemClickListener
ViewUtils: dismiss dialog in case of onTerminate not calling
Strings: add encodeSHA1ToString
Added a MVP demo
updated dependencies

0.4.5

18 Aug 06:15
Compare
Choose a tag to compare

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.