Summary: | Make the app more mobile friendly on Librem5 | ||
---|---|---|---|
Product: | [Applications] kasts | Reporter: | Marco <thomasschmidt45> |
Component: | general | Assignee: | bart |
Status: | REPORTED --- | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | 25.04.0 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marco
2025-05-17 20:50:18 UTC
It sounds like the app is still in desktop mode rather than mobile mode. Can you go into Settings > Appearance > Optimize interface for mobile/desktop usage, and set that to Mobile? That should solve most, if not all, of your issues. Oh yes, that changed a lot. The settings page now fits the screen and I can view the episode content before download. However, two lines for the episode title like in AntennaPod would still be great. And then there is the question why the mobile form factor was not detected. The app layout is currently controlled by the QT_QUICK_CONTROLS_MOBILE environment variable, like most qml apps. This works well on plasma mobile-based distros, but most other mobile distros that are based on Phosh don't set this environment variable. Hence, the app has the wrong layout out of the box. I've been thinking about refactoring the layout to make it fully convergent without relying on the env variable. But that would mean completely overhauling the current interface on desktop, which is the majority of the userbase. It's very likely going to happen, but I need to find the time to actually do it. :) BTW that will perhaps not solve all form-factor-detection issues, since that environment variable also changes the underlying widgets to be more touch-friendly. The two lines might be worth implementing indeed. |