Need testers Home Screen for Ubuntu Touch
-
@keneda No time to look at it now but thanks for the info.
-
@keneda said in Need testers Home Screen for Ubuntu Touch:
if you add contact name or contact number after, unlike with "tel", it will do nothing else
I have found : message:///06........
Use 3 / -
Another app URL-Dispatcher compatible :
document://
for launching document viewerFeel free to add some if you find or know one ^^
Edit:
@domubpkm said in Need testers Home Screen for Ubuntu Touch:I have found : message:///06........
Use 3 /WOW, great, thanks, i'll edit ^^
Edit 2 : i ran a test, and the 3 "/" can be used with some others, for instance,
settings:///cellular
will directly lead to the cellular settings!
I tried before only with 2 "/" and it didn't work, thanks to you now we know ^^ -
@Keneda Message and Dialer: it is not necessary to put a dot after every two numbers. The numbers can follow each other. Try.
-
@domubpkm said in Need testers Home Screen for Ubuntu Touch:
it is not necessary to put a dot after every two numbers. The numbers can follow each other. Try.
That's the way i tried at first, and the number prompted in the dialer app had nothing to do with the one i put.
Edit : i just tested again, if i do
tel://0102030405
the dialer app opens and prompts 18495... -
-
@domubpkm Great
Just checked the Dekko url-distpatcher, and there is alsomailto://
, i assume it allows to add a mail address after to open new message form to the choosen address. -
@keneda Yes. I think no dot is necessary when the phone number is in contact list. That's why it works for me and not for you.
-
@domubpkm
No, i first tried with my mum number not the dummy one i put on a public forum ^^
And my mum very IS in my contact list
I think it might instead be linked to the SIM and its provider. -
@keneda Is a link to File Manager possible?
-
@josele13
Sadly i have not found any URL-dispatcher entry for file manager, although that's one of the first app i searched for. -
-
@domubpkm
As i told i searched for an entry but found nothing (searched all files in uTouch with terminal and on git repository).You can try yourself :
On your device, open terminal and then type
find / -iname "*url-dispatcher*" -type f 2>/dev/null
.On file manager git https://gitlab.com/ubports/apps/filemanager-app/-/find_file/master just enter "dispatcher" or "url-dispatcher".
Try on terminal git to see what it gives when there is one : https://gitlab.com/ubports/apps/terminal-app/-/find_file/master
But, let's hope, maybe i'm wrong and @Flohack will save us lol
-
@keneda I will add these sketch to the new release
-
@pavelprosto Oh i see that your repo's being updated (edit : and kind of resetted?), that smells an update on openstore soon ^^ (edit : already updated ^^ )
-
New version to upload in Open Store and GitHub:
- The api of the application was updated on GitHub for everyone
- The position of the widget settings button has been changed so as not to overlap with other elements.
- New template browser for links. Added many new
- Added Analog Watch Dial
- Added Dutch translation
- Added time update slider for weather widget
What hasn't been fixed/added yet
- Landscape mode does not work fully
- Widgets still do not support localization(only the program itself can be translated)
- Later I will add a browser for icons for the link widget
- There was a wish that the stickers could be of any color.
-
@pavelprosto
I see you filled my issue https://github.com/pavelprosto94/uHome/issues/18
So you can close itAlso you added the links we talked about above, and even more
Glad to see you continue updating your app.
-
@keneda Yes! Thank you so much for this idea
And about express contacts. For the link to work correctly, it must be in the form of:
tel://<country code>.<subscriber's number>
For example in Russia the country code is 8
So the link of the express contact:
tel://8.1234567890
https://en.wikipedia.org/wiki/Trunk_prefix -
@pavelprosto Hello.
Glad to see you back and making progress with this useful app.
Question: Is there a formulation for automatic dialing of a pre-programmed number? I have not found it. Otherwise, if it is feasible, I submit the idea. -
@domubpkm Tell in details. I don't know what automatic dialing is?