Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrollbars #1612

Closed
mtotschnig opened this issue Dec 20, 2024 · 1 comment
Closed

Scrollbars #1612

mtotschnig opened this issue Dec 20, 2024 · 1 comment

Comments

@mtotschnig
Copy link
Owner

In 3.9.3, we will add back scrollbars to several screens where they had been lost with the migration to Jetpack Compose:

  • Transaction list on Main screen
  • Account list
  • Debt overview
  • Budget list
  • Menu customization in settings
  • Archive detail

Implementation is based on NowInAndroid with optimizations for sticky headers.

@mtotschnig mtotschnig moved this to In Progress in 3.9.2.1 Dec 20, 2024
@mtotschnig mtotschnig moved this from In Progress to Done in 3.9.2.1 Dec 22, 2024
@mtotschnig mtotschnig closed this as completed by moving to Done in 3.9.2.1 Dec 22, 2024
@mtotschnig
Copy link
Owner Author

Reopening this for keeping track of improvements to fast scroll:

  • The current implementation's way of handling the click on the scrollbar in order to start fast scroll is not optimal: Instead of keeping the scrollbar at its position, and dragging from the touch point, the scrollbar jumps with its top to the touch point as documented in [Bug]: Scrollbar is hardly stable android/nowinandroid#1526 (comment)
  • Display section headers with the month during fast scroll as we used to have before migrating to Compose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant