Skip to content

Releases: Jamling/QuickAF

v2.1.0

17 May 10:46
Compare
Choose a tag to compare

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

27 Apr 06:45
Compare
Choose a tag to compare
  • Remove deprecated RefreshRecyclerView
  • New FilterTabHost/View
  • Bugs fix
  • Refactor sample app

v2.0.1

18 Apr 01:40
Compare
Choose a tag to compare
v2.0.1 Pre-release
Pre-release

Fix bugs of v2.x

v2.0.0

21 Jan 03:07
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release
change dialog don't add to backstack

v1.0.1

23 Nov 08:11
Compare
Choose a tag to compare
  • library component enhancement

Initial version

08 Jun 08:58
Compare
Choose a tag to compare

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