Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. development
    Log in to post
    • All categories
    • playforvoices

      DeltaChat and Threema
      App Development • threema deltachat request development • • playforvoices

      2
      0
      Votes
      2
      Posts
      311
      Views

      poVoq

      @playforvoices I think not. I did not research Deltachat, but we had a thread on Threema before and someone reported having run OpenMittsu on Libertine, but it isn't very practical.

      But OpenMittsu has a desktop Qt based (bad) UI and I am sure the main developer would highly apprechiate someone contributing a more modern QtQuick based UI also compatible with UT.

      Otherwise... the Threema web client is open source and should be fairly easy to get running as a Webapp on UT. However similar to WhatsApp web it needs a running Android or iOS client to relay the messages.

    • pavelprosto

      Need testers Home Screen for Ubuntu Touch
      App Development • testing widget development homescreen • • pavelprosto

      102
      20
      Votes
      102
      Posts
      3594
      Views

      T

      @domubpkm what about a switch so you can have an option -a for automatic dial

    • B

      QML camera feed is reversed
      App Development • python development camera • • b15h0y

      1
      0
      Votes
      1
      Posts
      136
      Views

      No one has replied

    • B

      Docker/Clickable issue on UT
      App Development • ubuntutouch development clickable • • b15h0y

      3
      0
      Votes
      3
      Posts
      227
      Views

      B

      @povoq oh, I am sorry, I was trying to start developing with QML and python and thought clickable should be on the phone.

    • U

      Ubuntu Emulator and 20.04
      App Development • clickable ubuntu touch 20.04 emulator development • • ubporterbarn

      4
      0
      Votes
      4
      Posts
      639
      Views

      A

      @applee There is this - https://github.com/ubports/utqemu. Didn't work for me on Ubuntu 18.04 though.

    • marius-ciclistu

      Batery drainage stable release 13 and RC
      Oneplus One • drain choose development battery revision • • marius-ciclistu

      1
      0
      Votes
      1
      Posts
      152
      Views

      No one has replied

    • ?

      Developers sponsorship: I want to order an app (that means paying for it)!
      Marketing Incubator • app development development donations • • A Former User

      111
      4
      Votes
      111
      Posts
      2568
      Views

      TotalRando

      @C0n57an71n Def a good one

    • N

      Lumiri sources used on Pinephone
      Lomiri (was Unity8) • development pinephone • • NoahAndrews

      2
      1
      Votes
      2
      Posts
      299
      Views

      U

      That is correct, xenial_-_edge_-_wayland is used on the PinePhone.

    • manland

      What the future of accounts?
      App Development • accounts development • • manland

      7
      0
      Votes
      7
      Posts
      303
      Views

      lduboeuf

      @PhoenixLandPirat as you said most part of the code can be reused, i did once a quick test, sailfish own components as to be replaced, but for someone used with qml it is not so difficult. Congrats for your idea @manland

    • G

      Pinephone (braveheart)
      Pinephone • braveheart development pinephone • • Giiba

      59
      4
      Votes
      59
      Posts
      3120
      Views

      S

      @kugiigi Yeah, the dock works on Manjaro phosh for both usb mouse/keyboard and external display, so I know it's not the dock.

      I messed around with mounting the root filesystem as writable for a bit and apt installing a few things, as initially I was not able to get libertine to work, so I'm going to try flashing a fresh dev image and see if that helps at all.

    • HendriXXX

      Series of my Ubuntu Touch related videos
      Support • app development ubuntu touch nexus 5 development video • • HendriXXX

      13
      10
      Votes
      13
      Posts
      882
      Views

      C

      @HendriXXX Thanks, your video helped a lot!

    • yuvarajvel

      Survey Tool
      Marketing Incubator • development • • yuvarajvel

      5
      2
      Votes
      5
      Posts
      512
      Views

      yuvarajvel

      @Lakotaubp I meant something like this:

      https://forum.xda-developers.com/showthread.php?t=1808167

      https://www.nokia.com/phones/en_int/opensource

    • advocatux

      Traducción de ¿Cuándo se pasará el trabajo de «edge» a «devel»?
      Translations • testing release cycle ota spanish development • • advocatux

      1
      3
      Votes
      1
      Posts
      241
      Views

      No one has replied

    • BlueKenny

      uText [ Help / Devel ]
      App Development • utext app help development • • BlueKenny

      23
      1
      Votes
      23
      Posts
      1995
      Views

      D

      @BlueKenny Sorry for the late reply : too busy.

      @BlueKenny said in uText [ Help / Devel ]:

      if you click on 'Save' so you can open as many file you want without modify it

      Ok if you think it's not too much useful

      @BlueKenny said in uText [ Help / Devel ]:

      swipe from this border

      Ok it missed the morning coffee for me ! I couldn't do it this morning even if i saw your explanation 🙂

      @BlueKenny said in uText [ Help / Devel ]:

      no possibility to go back to the first page

      Ok..

      To your last point, for my part, i don't like to much work with several files open at the same time. It's only my opinion. If you do it we must have the possibility to save a file or to exit a file when you want.

      But your app can be very scalable : maybe will open (so as to work on them) various file formats in the future... ?

    • vomae

      New FAIRPHONE motherboard in the making
      Off topic • ubuntu touch convergence compatibility development fairphone 2 • • vomae

      9
      1
      Votes
      9
      Posts
      1171
      Views

      advocatux

      @usingfairphone yes, I can't help you either but I want to wish you the best with such humongous goal

    • advocatux

      Clickable 5.0.0 released !!
      App Development • development clickable documentation • • advocatux

      3
      5
      Votes
      3
      Posts
      639
      Views

      F

      Hi,
      for the people using "atom-clickable plugin" with clickable 5.0.0 the command "Clickable: Build and run [desktop]" from Atom doesn't work because it uses the old '- - desktop' option replaced by 'desktop'.
      To fix quickly this: open with an editor the file (enable 'show hidden files' to see 'atom' folder):
      <your-home-folder>/.atom/packages/atom-build-clickable/lib/clickable.json
      and remove the '- -' at line 114 after that should like this:
      args: [ 'desktop' ],

      Restart Atom to update the plugin.

      I have just made a Pull request at the author of "atom-clickable plugin" to include that fix, and to include the new
      '- - vivid' option (added with clickable 5.0.0)
      Tnx

    • A

      Installing Custom Kernel on Nexus 5
      OS • kernel development custom • • altr0n

      2
      0
      Votes
      2
      Posts
      1342
      Views

      A

      @altr0n

      I managed to get my own kernel compiled, the issue was that I did not have a console argument specified that I needed (I founded it on another post here)

      console=tty0

      Needed to be added to my kernel command line args.

      Hope this is useful to someone in the future!