Jerboa uses Jetpack Compose as toolkit instead traditional Views system that most apps use. The problem lays at core of a textfield component. It affects every app that uses this toolkit. And we can't fix because it would need to be fixed at very low level, we don't have access to nor domain knowledge about.
All inbox replies or just replies from a certain post? And disable means it doesn't show at all in your inbox, or it doesn't show notifications for it or it will automatically make all posts
as read (and no notif). Thus not showing until you select read option.
Some quick unrefined feedback (my remarks, no bad ill intended):
UX:
It takes up a lot screen real estate without giving much info back:
Each posts displays: Title, username, communityname (twice), communityinstance, embed preview or post body, What Jerboa now displays as info in card layout: Community(icon/name/instance), User (name, icon, bot, mod), Total score, (up/down)votes, post title, post body/ post preview, time posted/edited, read/unread, pinned, deleted, featured, saved, already (upvoted/downvoted), total comments and new comments
Community name and username are bit too small, hard to read, makes touch targets very small thus hard to hit
Title fontsize too big, long titles will reap havoc (And believe me they can get long, especially the mastodons federated posts as it includes a link each time)
No user actions buttons,
to reiterate, takes up lots of precious screen real estate. (It's why current doesn't have padding between posts, only when needed). It's tough to balance: giving loads of information in easy to digest format. Its why currently it uses lots of assumptions, lack of some information can give you more, (ex: doesn't show upvotes/downvotes if it are all upvotes, community instance not included if its your home instance )
UI:
Don't like the upvote downvote , too big
Interesting filter prototype at the top there? This scrolls with the feed I assume, so once you scrolled a bit and you want to change the filter you have to scroll all the way up again? And if it popups like the topbar, then it would take up more than 10% of your screen each time
UI/UX Design is hard, definitely what I struggle the most with while contributing to Jerboa. UI wise you can't please everyone ,ppl have preferences. (The real reason why full search + filters isn't implemented yet, haven't had the time yet to prototype it, which is the biggest time sink, the actually functionality is rather simple)
Crashes have only been started to track since 40. They are stored with the appdata and are also removed when appdata is. The other user also didn't have crash log for this. This indicates that the crash happens outside Jerboa or that our crash handler is not correctly working.
Hmm weird, there are no changes for share in 0.0.47 only in 0.0.46. If it is possible could you check Settings > About > Crash logs and paste it here or in my dms or on Github?
Ah yes, mb this was a bug introduced only recently, I have made a fix for it. It should land in the next update. https://github.com/dessalines/jerboa/pull/1260