v2.1.0

@Jamling Jamling released this on 2017-05-17

library

  • Add ContentUtils: get file path from uri
  • Add RoundMaskView: round any layout
  • Fix Preference persistant issue
  • Fix AfRecyclerAdapter delete crash issue
  • Optimize upload performance, no OOM and add upload option
  • Optimize controller parser, now one method to request Object and Array data from BaseResponse

app

  • Add response mock function, mock your response when onError.
  • Add SimpleController, use controller to request REST more conviniently.
  • Add ImageBrowserActivity, use ViewPager to switch image, use PhotoView to pinch in/out.
  • Add DevDialogFragment, a hidden function for developer to change the important settings such as base uri of REST url

v2.0.2

@Jamling Jamling released this on 2017-04-27

  • Remove deprecated RefreshRecyclerView
  • New FilterTabHost/View
  • Bugs fix
  • Refactor sample app

v2.0.1

@Jamling Jamling released this on 2017-04-18

Fix bugs of v2.x

v2.0.0

@Jamling Jamling released this on 2017-01-21

v1.0.1

@Jamling Jamling released this on 2016-11-23

  • library component enhancement

v1.0.0 (Initial version)

@Jamling Jamling released this on 2016-06-08

Initial version.

  • UI
    • App page struct: The app base activity/fragment …
    • Custom views: Lost of custom layout/view to used
    • RecyclerView: New feature for Android list view, swipe, refresh, sort, pinned header..
    • Utils: App utils, such as dialogs…
    • 3rd component: Little change for 3rd component, such as wheelview
  • Volley: Based on google volley, as REST data layer
    • Base REST operation
    • Upload component
  • ORM: Use Aorm to reduce sqlite operation