Livi (a little video player for #LinuxMobile) (but it also has a wide mode for convergent use now) will soon remember stream positions so it's easy to continue watching. Here's how it looks in #phosh :
phosh 0.35.0 is out 🚀📱:
Among other QoL improvements this fixes the suspend inhibitor when using your phone as a WiFi hotspot and gives more screen estate due to a narrow home bar (by mathew-dennis),
Check out the full release notes at https://phosh.mobi/releases/rel-0.35.0/
#phosh #librem5 #gnome #linux #mobile #LinuxMobile #MobileLinux
A short look back at what happened around #phosh in 2023:
I've released #livi 0.0.5, a little video player mostly targeting mobile: https://gitlab.gnome.org/guidog/livi
Among other things we make better use of screen estate in landscape even when not fullscreen.
phosh 0.34.1 is out 🚀📱:
This fixes two user visible regressions that crept into 0.34.0.
Check out the full release notes at https://phosh.mobi/releases/rel-0.34.1/
#phosh #librem5 #gnome #linux #mobile #LinuxMobile #MobileLinux #gnomemobile
Some bits about #cellbroadcast support coming to #phosh via #ModemManager: https://phosh.mobi/posts/cellbroadcast/
He look, 🎅 just dropped #phosh 0.34.0 🚀 📱 . The bulk of things happened on the Wayland compositor side but the phone shell and other bits also got some improvements and fixes.
Check the detailed release notes at https://phosh.mobi/releases/rel-0.34.0/
#librem5 #gnome #linux #mobile #LinuxMobile #MobileLinux #gnomemobile
phosh 0.33.0 is out 🚀📱:
Allows to toggle password visibility on/off in all modal dialogs, new
🔒-screen plugin to launch tasks, improved support for Indic languages ➕ UI and troubleshooting tab improvements in mobile settings.
Check out the full release notes at https://phosh.mobi/releases/rel-0.33.0/
#phosh #librem5 #gnome #linux #mobile #LinuxMobile #MobileLinux #gnomemobile
phosh 0.32.0 is out 🚀📱:
More fixes in #phosh and #phoc ➕ allows to reorder lock screen plugins (thanks gauthamx@mastodon.world) ➕ improvements in phosh-osk-stub's virtual-keyboard mode in non US layouts (e.g. for electron apps) and initial #varnam support for Malayalam.
Check out the full release notes at https://phosh.mobi/releases/rel-0.32.0/
#librem5 @purism #gnome #linux #mobile #gtk #LinuxMobile #MobileLinux
Progress in supporting Indic languages in phosh-osk-stub:
- merged initial completer support for Indic languages based on libvarnam earlier this week
- have an MR to switch from libvarnam to more modern govarnam (thx @subins2000
- @arunmani is looking into making all the possible completions available
- have an MR to allow to switch between different completion engines automatically (e.g. use #hunspell for Us & De and #varnam for #Malayalam (see video below)
1️⃣ /2️⃣
People had different theories why phosh-osk-stub woudn't use the whole display width on wider displays so I was buckling up for a full afternoon of debugging sizing issues but as it turns out after a couple of minutes we were just missing a tightening-threshold in a HdyClamp: Rest of the afternoon saved thanks to #gtk inspector 🎉
phosh 0.31.0 is out 🚀📱:
Lots of fixes in #phoc ➕ better xdg-activation ➕ less CPU usage ➕ animations on tiling/max
#phosh now supports the tablet-mode of convertibles (based on work by Jonathan Hall)
p-m-s allows to configure the notification priority for waking up the screen (thanks to Suraj Kumar Mahto).
libcall-ui switched to GTK4 thanks to @antonok.
Check out the full release notes at https://phosh.mobi/releases/rel-0.31.0/
#phosh #librem5 @purism #gnome #linux #mobile #LinuxMobile #MobileLinux
Lightning talks in #FroSCon's mobile devroom. @linmob talking about https://linuxphoneapps.org/apps/
phosh 0.30.0 is out 🚀📱:
The major change is switching #phoc to newer #wlroots but there's more fixes and improvements.
Check out the full release notes at https://phosh.mobi/releases/rel-0.30.0/
#phosh #librem5 @purism #gnome #linux #mobile #LinuxMobile #MobileLinux
1️⃣ /2️⃣
There will be a #LinuxMobile #devroom at #FroSCon2023:
https://froscon.org/programm/projektraeume/
It's open both days for #hacking, discussion and ad-hoc sessions but you can also schedule a talk:
https://mensuel.framapad.org/p/froscon23-mobile
Hopefully see you there!
phosh 0.29.0 is out 🚀📱:
This release brings Improved audio device selection, notifications for ongoing calls, a new sensors panel (thanks @devrtz) suspend from system menu (thanks undef) and more!
Check out the full release notes at https://phosh.mobi/releases/rel-0.29.0/
#phosh #librem5 @purism #gnome #linux #mobile #LinuxMobile #MobileLinux
Simplifying audio device selection in #phosh (which also needs a tweak in #pipewire to get nice icons on #LinuxMobile too):
phosh 0.28.0 is out 🚀📱:
There's quality of life and visual improvements both in phone and docked mode.
Check the release notes for details: https://phosh.mobi/releases/rel-0.28.0/
#phosh #librem5 @purism #gnome #linux #mobile #LinuxMobile #MobileLinux
phosh 0.27.0 is out 🚀📱:
This one has a new menu on power button long press, initial emergency calls support (thanks @CoderThomasB, @devrtz), improvements on the compositor side, new completers in phosh-osk-stub, configurable ring tones and more.
Check out the full release notes at https://phosh.mobi/releases/rel-0.27.0/
#phosh #librem5 @purism #gnome #linux #mobile #LinuxMobile #MobileLinux
Ever since doing the initial completion support in #phosh 's osk-stub I wanted to add a generic "unix pipe" like completer. phosh-osk-stub would feed the program preedit on stdin and read the completions from the program's stdout.
That is there now and with that and some more changes I can use @zachdecook 's #swipeGuess to do swipe like typing. To be clear: all the hard work is done by swipeGuess, phosh-osk-stub just piggy backs on it: