this post was submitted on 11 Jun 2023
27 points (96.6% liked)
Jerboa
10135 readers
11 users here now
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
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, you gotta be careful about how many options you give the user. Not enough and people can't customize the app to their liking or abilities. Too many and the app becomes difficult to maintain with the number of potential settings interactions going up at an absurd rate.
This one seems on the fence in my opinion. It's unlikely to cause any weird behavior, but it's yet another settings toggle to deal with for a problem that's easily overcome by just user experience.
I'll put it this way, I have 60 apps on my phone. 57 of them do not try to keep me in the app when I try to leave with the back button. 3 of them do. 0 of them give me a toggle to change this behavior. Of the 3 that try and keep me in the app, 1 is an app which tries to keep you addicted, 1 is an app which relies on a special WiFi connection which is closed by exiting the app, and 1 I honestly can't explain why they try and keep you in there.
So if we're using that as a vote for how developers feel about this feature, it's 57 against - 3 for.
Edit: although I will say that the current behavior of the back button is pretty bad. Instead of going back up layers, it walks backward through all the screens you've been to previously.