@david8kids curious what network you switched to? i had to switch phones and would love to get back on UT.
Posts made by geekvine
-
RE: Daily driver?
-
RE: Podbird reignited
@wilson i will post a build for download possibly this weekend. working on a couple fixes based on feedback from the current build. that build will be available on the gitlab repo (not yet public).
-
RE: Futify (spotify client) need beta testers
found the repo looking through qml projects on github a couple weeks ago so i've been following in secret i will say, so far so good, keep up the great work!
-
RE: Podbird reignited
@Giiba there is a build in testing in the wild...but to amswer your question - soon (tm)
-
RE: Podbird reignited
anyone have a working email for Michael? The one i found just came back to me as no good (like 3 days later).
-
RE: Podbird reignited
@theare27 all trivial and fixed on a personal build. Currently looking at the track position problem.
-
RE: My experience with Ubports app development using Ionic framework and Angular
this is really great, i'll have to dive in a little. i have an app in the open store done with backbone.js and it was trivial to get running but i do wish the APIs were exposed.
-
RE: Podbird reignited
@theare27 surely it might be simpler use content-hub and set the Music app as an external player, i'll have to look into it. i know sailfish os has this option.
-
RE: Podbird reignited
I have uploaded my fork to gitlab as a private repo. If the original devs end up being cool with it, I'll mark it public and post a link.
-
RE: Podbird reignited
@dobey thanks for the info. I'm gonna try to get in touch with him since there seems to be some interest in helping out.
-
RE: Podbird reignited
@theare27 I listen to podcasts 40 hours a week so I never close it but i can look into it.
-
RE: Podbird reignited
I'll be happy to help. Ive been working on a forked version of podbird on and off as a personal project. I do have the sqme concern as another commenter regarding switxhing to git (bzr plugin or not).
-
RE: OTA-12 Is Released
As someone who has been running the developer channel for a long time, trust me, you'll get used to it. I find myself trying to use the same gestures when I'm on my android device and get frustrated by how android does it. Could the aidebar be improved? Sure. All in due time.
Congrats to the team on a fantastic release and looking forward to what ota-13 and the rest of 2020 has in store for the project.
-
RE: New UBports website design. (WIP)
looks good...i'd rather see the text below ubports in white for contrasts but looks fine otherwise. looking forward to seeing the next update. i agree, the site needs some help.
-
RE: I'm about to get a Linux phone, but I have a few questions.
@opino72 not yet...i wanna get things working before i open up a new repo.
-
RE: I'm about to get a Linux phone, but I have a few questions.
i have an LBRY app coming soon (trying to work through sign in issues), other than that, i think your app needs are mostly covered.
-
RE: Setting headers in QML app
@lduboeuf you are correct...there is some basic C++ docs on how to do this so if it's not possible in QML i might have to do that as a workaround.
-
RE: Setting headers in QML app
@lduboeuf using webview yes. And youre right the topic isnt specifix enough.
-
Setting headers in QML app
Hey folks,
I'm working on a pure QML app and am looking to set a header before the page loads (Access-Control-Allow-Origin in fact). Having a tough time finding an answer through the QT docs, so does anyone have a working example of doing this (if it's possible even). Thanks!