@craftyguy @awai @linmob I opened https://source.puri.sm/Librem5/millipixels/-/issues/48 a while back but maybe rebasing, then converging is not the best way forward? But maybe we can at least coordinate there?
@linmob It would be cool to see millipixels merge back into #megapixels.
@linmob Pavel Machek really did some awesome improvements there over the last weeks: https://source.puri.sm/Librem5/millipixels/-/merge_requests?scope=all&state=merged&author_username=pavel , he also talks at FOSDEM about it: https://fosdem.org/2023/schedule/event/sharp_photos/
@rpm Thank you, I've forwarded to the other team members (I'm just a tiny gear in complex gear box).
My thanks to @purism @agx and all the other developers that worked so hard this last year to really push the Librem5 further. I know it has been a struggle, but after using the L5 as my daily driver for the last month I've seen it progress so much and can't wait to see the improvements coming in 2023! Happy New Year! 🎉
@linmob Thanks for the update! I hope 2023 runs smoother for you in any regard.
📱 A short look back on #phosh in 2022: https://honk.sigxcpu.org/con/Phosh_2022_in_retrospect.html
Along with that goes
phosh-mobile-settings 0.23.0 to show the plugin prefs: https://gitlab.gnome.org/guidog/phosh-mobile-settings/-/tags/v0.23.0
phosh-osk-stub 0.23.0~rc2 with initial completion support, short-cut bars and more: https://gitlab.gnome.org/guidog/phosh-osk-stub/-/tags/v0.23.0_rc2
2️⃣ /2️⃣
phosh 0.23.0 is out 🚀📱 :
There's a new lockscreen plugin to show emergency information by @kop316 , Plugins can now have preferences, we switched documentation to gi-docgen and there's more.
Check out the full release notes at https://gitlab.gnome.org/World/Phosh/phosh/-/tags/v0.23.0
#phosh #librem5 @purism #gnome #linux #mobile #linuxmobile
1️⃣ /2️⃣
@norbert @bsi Ich wünschte wir hätten 10% der Kohle die da in den letzten 10 Jahren im Bund für mobile Kommunikation ausgegeben wurde für #linuxmobile - keine NDAs, alles transparent und auch durch die Bürger, die das finanzieren, nutzbar.
« This is a stark reminder that centralized platforms can impose arbitrary and unfair limits on what you can and can’t say while holding your social graph hostage. » https://blog.joinmastodon.org/2022/12/twitter-suspends-mastodon-account-prevents-sharing-links/ by @joinmastodon@twitter.com
@norbert @bsi Werbung für Apple auf Steuerzahlerkosten: Wir können als Bundesamt bestätigen (und teilen das auch gerne öffentlich mit) das das iPhone und iOS sicher sind, sagen aber nicht wie - eure Steuergelder haben wir aber gerne dafür ausgegeben. Da muss der Druck des BMI mal wieder hoch gewesen sein.
@kop316 I always wanted a way for #phosh's plugins
to have individual UI to set preferences, e.g. to set the path for the ticket-box, etc. So I gave it stab this afternoon and I'm almost there (need to beautify and clean out the code). It's basically another plugin that implements AdwPreferencesPage .You could add one to set up the personal information for your Emergency Info plugin too.
Version 2 of the UI!
Note that if you choose not to fill out one of the sections, it will not appear, so you can have as little or as much on the GUI as you want. All entries are strings, so you can customize it to your liking.
Same goes for the contacts, you can add as many as you want!
@craftyguy I'm aware it's not a popup. What I described is how you combine what's in phosh-osk-stub *codewise* to get to what you described.
@craftyguy we do character popover already: https://gitlab.gnome.org/guidog/phosh-osk-stub/-/raw/main/screenshots/pos-de.png . Combine that with the space-bar-press swipe cursor navigation we also already have and you're already almost there. Having a nice widget for it is the harder part but I'd be happy to see patches for that.