Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

18 lines (12 loc) · 1.54 KB

1.0 (2021-09-07)

Features

  • $app: add Gradle dependencies (ab63e88)
  • $app: add Jetpack MVVM demo (26c88d5)
  • $app: define default global theme (b89caa9)
  • $app: main activity supports MVVM (6e7d428)
  • $Retrofit: support network request (3059ffc)
  • $Room: support Room ORM operation (ca0957c)

Performance Improvements

  • $debounce: refine view's clickable process (8311178)
  • $debounce: support disable click of the view (be0269c)
  • $RxJava: support click debounce and throttle (410460f)