Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.45 KB

ChangeLog.md

File metadata and controls

41 lines (37 loc) · 1.45 KB

**V3.4.0

  • AnimatorInflater
  • AnimatorSet,PropertyValueHolder OK.
  • Add StateListAnimator support.
  • Fix ScrollView.onOverScrolled
  • Fix several Invalidate Issues
  • Fix RecyclerView's dragdrop issues
  • ViewPager2
  • FastScroll add animator support
  • Add Accessibility api entries
  • Some Bug fixes

**V3.0.0

  • Add CoordniatorLayout
  • Windows port working
  • add some losting fucntions
  • add allwinner tina's porting

V2.1.0

  • Some bug fix.
  • add CMS(Color Manager System).
  • Cairo::Pattern add dither support.
  • Apng animation supported reopened(with less memory).
  • BitmapDrawable,GradientDrawable add Dither support,GradientDrawable with alpha optimized.
  • RecyclerView can working on lower(default) poolsize.
  • add new image-decoders,all image is decoded to RGBA32. ui layer compsition can be faster than ever.
  • add GestureDetector

V2.0.66

  • Some bug fixes
  • RecyclerView's ItemAnimator and ItemTouchHelper is supported
  • Animation's Callback has moved to Choregrapher
  • Add HandlerActionQueue,View's Runnable can be post/removes while view it not attached.

V2.0.0

  • The first stable public version.
  • fix many small memleak
  • ColorStateList is designed to no freed(managed by map)
  • Each interpolater is designed to be has a global intstance,and io free is needed;other customer instance is owned by caller

V1.0.0

  • Commemorating the Miniwin versions, do not use for commercial purposes.