UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    SDK documentation

    Scheduled Pinned Locked Moved App Development
    9 Posts 4 Posters 1.5k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • D Offline
        doniks
        last edited by

        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?

        advocatuxA 1 Reply Last reply Reply Quote 0
        • advocatuxA Offline
          advocatux @doniks
          last edited by

          @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

          1 Reply Last reply Reply Quote 2
          • D Offline
            doniks
            last edited by

            Thanks!
            (and some more characters for the forum god)

            advocatuxA 1 Reply Last reply Reply Quote 0
            • advocatuxA Offline
              advocatux @doniks
              last edited by

              @doniks, you're welcome! Glad to help.

              1 Reply Last reply Reply Quote 0
              • AlainW94A Offline
                AlainW94
                last edited by AlainW94

                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

                Meizu Pro 5, Meizu Pro 5, Meizu Pro 5, Meizu Pro 5 (Yes I have 4 of them)
                Never forget that they are much more ideas inside two heads than in one...

                dobeyD 1 Reply Last reply Reply Quote 0
                • dobeyD Offline
                  dobey @AlainW94
                  last edited by

                  @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!
                  Alain

                  I 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.

                  AlainW94A 1 Reply Last reply Reply Quote 1
                  • AlainW94A Offline
                    AlainW94 @dobey
                    last edited by

                    @dobey Ok, Thanks for your reply, any idea of where I can find the code itself of it please ?

                    Meizu Pro 5, Meizu Pro 5, Meizu Pro 5, Meizu Pro 5 (Yes I have 4 of them)
                    Never forget that they are much more ideas inside two heads than in one...

                    dobeyD 1 Reply Last reply Reply Quote 0
                    • dobeyD Offline
                      dobey @AlainW94
                      last edited by

                      @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?

                      AlainW94A 1 Reply Last reply Reply Quote 0
                      • AlainW94A Offline
                        AlainW94 @dobey
                        last edited by

                        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 :
                        screenshot20190330_000034438.png

                        That will display a new page :

                        screenshot20190330_000021658.png

                        I would like to display a play line when we touch the item (like the iphone style).

                        Meizu Pro 5, Meizu Pro 5, Meizu Pro 5, Meizu Pro 5 (Yes I have 4 of them)
                        Never forget that they are much more ideas inside two heads than in one...

                        1 Reply Last reply Reply Quote 2
                        • First post
                          Last post