Posts
-
RE: I wanna go home
@Keneda thank you Kaneda, but this user was reviving threads inactive for months with the same message (that I merged into one thread or deleted if it was only this message).
One thread is enough. Mentions on active threads are ok if it's not only the link to other threads. -
RE: click on notification bubble
I'm sorry. I should learn again how to listen. Forgive me.
@mihael said:
why are you against click on notification bubbles? - especially since you have them disabledTrue and well spotted.
I find bubble notifications annoying (that I left clear) additional the app badges (or whatever called). Let me explain and mix.
I disabled notification bubbles but SMS ones can't be disabled (nor incoming call ones, that's understandable).
I do that because they turn on the screen (unwanted behavior for me) and I read «add tap actions». So for me is «unwanted with SMS and unwanted tap actions on top». I read now that they might be options.I already answer automatic responses when I get a call (and the phone is on my pocket).
On the desktop, as Unity does, notification bubbles are «click transparent» so you tap through them because you cannot move them.
I find it terrible if you are using an app and tap on the header and SMS bubble shows. Add a url action.
That's my point of view.
Thank you.
PS: I find a terrible idea those App badget
Notifications should be all in one place: the Notification indicator, not scattered on each app.
-
RE: I wanna go home
@Zer0 please, I would suggest you don't spam on old subjects. One thread for your app is more than enough
-
RE: click on notification bubble
@mihael this is the intended behavior.
No click on notification bubbles, please.
I have disabled notification bubbles long time ago, as they turn on the screen and that's annoying.
Notifications should show in the notifications indicator. All of them in one place. -
RE: click on notification bubble
@mihael that's the behavior by design.
Notification bubbles turns the screen on (you can swipe them away).
Notification in the Notifications indicator are clickable, they should open the app or addition options (like the quick answer from SMS app).The only notification bubble that doesn't follow that rule (and others) is the one from Dialer
-
RE: Internet access restriction affecting ubports-installer: list your country
@libremax Spain when there's football on the tv (I'm not joking)
-
RE: questions about app confinement
@developerbayman said:
simple question really ...do we really need app confinement??Yes

@developerbayman said:
...but like everyone including myself is making unconfined apps because xyz does not workOnly a few developers are unconfining their apps because they don't want to follow the OS way of doing things. Last time I got a «ContentHub?, No!».
-
RE: How to add a new kind of account into Accounts?
@lduboeuf aaaah, true. I thought Notes was unconfined... (I thought all core apps would be), but it seems not to (apparmor)
It also needs to specify an
account-qml-pluginthat I think is how the app (Notes in this case) authorize the provider:the qml file is:
PS: I'm still confused with the different hooks and different apparmors...
-
RE: How to add a new kind of account into Accounts?
Ah, no. Maybe it is mooooore complicated and ¿unsuported?
From old documentation:
https://wiki.ubuntu.com/SecurityTeam/Specifications/OnlineAccountsConfinementhttps://phone.docs.ubuntu.com/en/platform/guides/online-accounts-developer-guide
And it requires an apparmor template?
-
RE: App: Where?
New version of Where?
- Better detect weird gmaps links (again)
- Add paste button in TextField
- Don't disable paste button (TextField-canPaste is false when app launches)
- Remove buttons from ListItems, copy on tap
- Enable lat and long when there's a value
- Update Catalan translation
- Fix link not enabled on Original URI
- Added Long URI, and its shortcode
-
RE: How to add a new kind of account into Accounts?
I think I didn't explain myself correctly XD
I was thinking in adding a newserviceProvider that is not in the system.Maybe here:
https://gitlab.com/ubports/development/core/lomiri-online-accounts/-/tree/main/example++s -
RE: How to force a link to open with a selected app?
Ah, no. I don't think it's possible to pass an url + the appid link. The idea is to open the app...
-
RE: How to force a link to open with a selected app?
To investigate:
https://gitlab.com/ubports/development/core/lomiri-url-dispatcher/-/blob/main/tests/dispatcher-test.cc^__^
-
RE: How to force a link to open with a selected app?
Oh!
Might be this?application:///morph-browser.desktop -
RE: How to force a link to open with a selected app?
@kugiigi I'm pretty sure it only works for clicks as it takes appID
For the messaging app... I think you can use 'message://'

You can see the hooks for the url-dispatcher in the system.$ lomiri-url-dispatcher-dump video,"",/usr/share/lomiri-url-dispatcher/urls/mediaplayer-app.url-dispatcher audio,"",/usr/share/lomiri-url-dispatcher/urls/mediaplayer-app.url-dispatcher syncmonitorhelper,"",/usr/share/lomiri-url-dispatcher/urls/syncmonitorhelper.url-dispatcher evernote,"",/home/phablet/.cache/lomiri-url-dispatcher/urls/notes.ubports_reminders_1.0.1.url-dispatcher tel,"",/usr/share/lomiri-url-dispatcher/urls/dialer-app.url-dispatcher dialer,"",/usr/share/lomiri-url-dispatcher/urls/dialer-app.url-dispatcher addressbook,"",/usr/share/lomiri-url-dispatcher/urls/address-book-app.url-dispatcher message,"",/usr/share/lomiri-url-dispatcher/urls/messaging-app.url-dispatcher sms,"",/usr/share/lomiri-url-dispatcher/urls/messaging-app.url-dispatcher http,"",/usr/share/lomiri-url-dispatcher/urls/morph-browser.url-dispatcher https,"",/usr/share/lomiri-url-dispatcher/urls/morph-browser.url-dispatcher ...I think the apps should receive an url if it's indicated in the desktop file:
Exec=morph-browser %u
%u should be 1 link, %U a list of them -
How to force a link to open with a selected app?
The issue:
- I've set up some links to open by App1
- Inside App1, I show a link
- This link, when tapped, is opened by App1
How do I force the link to be opened with Morph?
I've seen this, but I couldn't make it work as
Qt.openUrlExternally("appid://morph-broswer.ubports/morph-broswer/current-user-version" link)Is the ContentHub required?
