UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Krille
    3. Topics
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 10
    • Posts 94
    • Groups 0

    Topics

    • KrilleK

      Qml tests using TestCase

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      14
      1 Votes
      14 Posts
      1k Views
      dobeyD
      @Krille said in Qml tests using TestCase: Btw I have found that this is propably the same reason why the UI tests (at least) in the messages app are still disabled: https://github.com/ubports/messaging-app/blob/xenial/tests/qml/CMakeLists.txt#L18 The tests aren't disabled. If xvfb is installed and tests are run, then these tests which depend on xvfb should be run too. If however, you are using crossbuilder then the tests will not be run, because tests do not get run during the build then, as you cannot run arm binaries native on x86.
    • KrilleK

      Auto-generating webapps from... the web

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      4
      4 Votes
      4 Posts
      738 Views
      CiberSheepC
      You don't have to publish the webapp you createwith Webapp Creator, You can just open them with the OpenStore in the last step* and you can install them locally. Said that, I'm not saying you can't implement your idea *tap on «Install or save» > choose OpenStore as targeted app of the ContentHub > tap install on the OpenStore install popup)
    • KrilleK

      Page switch animation

      Watching Ignoring Scheduled Pinned Locked Moved Design
      2
      0 Votes
      2 Posts
      424 Views
      K
      Sadly the UITK hasn't been maintained for...I think years? and there's no current plan to maintain it. But I agree, Dekko does have many good things that should be implemented in UITK. Anyway, QQC2 has that page transition animation so apps that use it has it.
    • KrilleK

      Add a signup button for nextcloud

      Watching Ignoring Scheduled Pinned Locked Moved Design
      2
      3 Votes
      2 Posts
      744 Views
      ?
      @krille I think Nextcloud really strengthens UT.
    • KrilleK

      Please upgrade to fluffychat 7.0

      Watching Ignoring Scheduled Pinned Locked Moved Support
      1
      2 Votes
      1 Posts
      323 Views
      No one has replied
    • KrilleK

      Comparing scopes with the fire tablet

      Watching Ignoring Scheduled Pinned Locked Moved Design
      2
      4 Votes
      2 Posts
      748 Views
      G
      Advertising driven central UI development and data collection - was there in both. Distraction and deception tries to be interesting - is that better than independent app paths?
    • KrilleK

      Make the top menu transparent

      Watching Ignoring Scheduled Pinned Locked Moved Design
      9
      1
      7 Votes
      9 Posts
      2k Views
      advocatuxA
      Does "klang" has another meaning in english/spanish? @krille no, "klang" is just an onomatopoeia in Spanish, a loud metallic sound. And in English, "clang" literally means "metallic sound" @all so I would open an issue now at github Sounds good to me
    • KrilleK

      Notification indicators

      Watching Ignoring Scheduled Pinned Locked Moved Design
      4
      1
      2 Votes
      4 Posts
      785 Views
      ?
      Thanks for that, @flohack. I'm discussing it with Krille at the moment.
    • KrilleK

      How to add other Qml modules?

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      3
      0 Votes
      3 Posts
      929 Views
      advocatuxA
      @krille Brian told me that probably you need to use the old style import for the websockets because of the qt version that is in Ubuntu Touch: https://doc.qt.io/qt-5/qtwebsockets-qmlmodule.html
    • KrilleK

      Push Notifications with my appserver

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      8
      0 Votes
      8 Posts
      2k Views
      KrilleK
      Hey, I have got it to create a working example!! https://github.com/ChristianPauly/ut-pushclient-example I have reimplemented the example code snippets from the ancient Ubuntu docs plus a button which sends the POST request and now it works inside the app. This example does not need a server to send push notifications. Maybe I can write a more polished tutorial for other developer in the next days.