Skip to content

Nova AI v2.6.2 — Fixed Bottom Sheet Height

Choose a tag to compare

@loak7993-code loak7993-code released this 24 Jul 01:41
· 5 commits to main since this release

Fixed: Bottom Sheet Height Bug

The model picker and provider picker bottom sheets were expanding to full screen height because android:maxHeight is silently ignored on RecyclerView inside a LinearLayout.

Fix: Both sheets now use ConstraintLayout with app:layout_constraintHeight_max which properly caps the height.

  • Model picker capped at 380dp
  • Provider/model picker capped at 400dp
  • Chips made smaller (9sp) to fit 4 on one line
  • Selected model card has amber-tinted background
  • Check icon tinted amber

Install

Via F-Droid

Add repo: https://loak7993-code.github.io/nova-ai-fdroid/repo

Direct APK

Download nova-ai-v2.6.2.apk below