SDK documentation
-
It seems Canonical has removed the documentation from their webservers. E.g., I get a 404 for this:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.4/Ubuntu.Components.AdaptivePageLayout
Do we have a reference somewhere?
-
@doniks, have you browsed https://docs.ubuntu.com/phone/en/ ?
Maybe this can help you https://docs.ubuntu.com/phone/en/apps/api-qml-current/Ubuntu.Components.AdaptivePageLayout
-
Thanks!
(and some more characters for the forum god) -
@doniks, you're welcome! Glad to help.
-
Hi, I know this is a very old topic but I think it is the most appropriate for my question, do you know where can I found documentation on Ubuntu.History (used in the dialer-app) please ?
Thanks!
Alain -
@AlainW94 said in SDK documentation:
Hi, I know this is a very old topic but I think it is the most appropriate for my question, do you know where can I found documentation on Ubuntu.History (used in the dialer-app) please ?
Thanks!
AlainI think this one is a case of "the code is the documentation," as this is not meant to be a public API consumed by other apps, but is the internal API for dialer/messages apps to access call/message history. AFAIK, it's a thin wrapper to expose the history-service dbus API to a QML model.
-
@dobey Ok, Thanks for your reply, any idea of where I can find the code itself of it please ?
-
@AlainW94 said in SDK documentation:
@dobey Ok, Thanks for your reply, any idea of where I can find the code itself of it please ?
https://github.com/ubports/history-service/tree/xenial/Ubuntu/History
What are you trying to do exactly? We need to add some things to it for proper handling of VVM?
-
Thanks @dobey once again. I have nothing to modify in it, just trying to save time by copying a portion of existing code to create a new ListView for the VVM messages in the dialer-app, I copy the ListView from the call history and I was looking for the structure of the model.
I added a button (that will be showed only if the service is activated) on the dialer page :
That will display a new page :
I would like to display a play line when we touch the item (like the iphone style).