Scroll momentum seems to work on my end, although I'm brand new to the app so it's possible it was added in the latest 0.33 release maybe?
Jerboa
Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.
Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.
Built With
Features
- Open source, AGPL License.
Installation / Releases
Support / Donate
Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
Crypto
- bitcoin:
1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK
- ethereum:
0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01
- monero:
41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV
- cardano:
addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm
Contact
There is some momentum but it seems very weak compared to, say, RIF or Firefox. I think the app would feel nicer if scrolling deep pages was a little easier.
I'm on .33 and agree with OP scrolling feels a little stuttery and stops abruptly when my finger comes up. I have a low end phone from last year, but text and images never give me any issues even with a full cache.
I'm using 0.0.32 and it has momentum similar to other apps to me, it keeps scrolling for an entire second after you let it go.
Mobile dev here: the problem seems to be low and inconsistent framerate, i.e. "jank", which messes up the scroll timings and results in weird scroll speed and momentum.
To my eye it looks like the app is doing too much work while generating each element in the list - posts, comments, etc. This is common during early development phases when you're trying to get thing in first, and then address the performance bottlenecks.