Skip to content

NotyKT v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 12:01
3fc3ad7

This release includes User experience improvements in the Jetpack Compose Application. Minor fixes in Simple app.

🔮 What's New?

  • [#209] Added connectivity indicator in compose app.

✅ Bug Fixes / Improvements

  • [#202] Fixed continuous flickering issue after Signup/Login in compose app.
  • [#203] Avoided/Fixed re-syncing of notes after configuration changes in compose app.

🎯 Codebase Improvements

  • [#201] Optimized APK size by enabling R8.
  • [#206] Fixed memory leak of mAdapter in simple app.
  • Set flag android:exported="true" for Activity to support Android 12 and above.
  • Provide content padding to LazyColumn (to achieve same behavior as clipToPadding in RecyclerView).
  • Cleaned up code.