Releases: Jamling/QuickAF
Releases · Jamling/QuickAF
v2.1.0
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
v2.0.1
v2.0.0
v1.0.1
Initial version
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