• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. theare27
  3. Best
T
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 54
  • Groups 0

Posts

Recent Best Controversial
  • RE: Podbird reignited

    I can confirm the issue on the OnePlus One on the RC branch

    I've dug into it fairly deeply and the Queue table in the SQLite database in /home/phablet/.local/share/com.mikeasoft.podbird/Databases/ gets wiped as soon as the app is closed

    What's in the Podcasts table obviously persists because subscriptions are remembered between sessions

    When the app is open and episodes have been added to the queue the Queue table in the SQLite db is populated properly, but that data is then lost once the app is closed or the phone rebooted
    It makes it very frustrating to use it as a daily driver podcast player

    There are several other features I'd judge desirable to add if there's a renewed drive on Podbird development

    Happy to help with testing & debugging if I can

    posted in App Development
    T
    theare27
    20 May 2020, 10:36
  • RE: Podbird reignited

    @Giiba I've been poking around the code a bit this afternoon. I'm a web developer not an OS / native apps guy so I could be way off, but it certainly looked to me as if clearQueue (which deletes everything from the Queue table) is being called when the app exits

    If that's the case, I wonder if that could be tweaked so that it could be controlled from the conf file

    a clearQueueOnExit boolean flag

    But like I said, I could be misunderstanding the code

    posted in App Development
    T
    theare27
    20 May 2020, 17:21
  • RE: PineTab

    @halucigenia Mine too, arriving today apparently

    I believe it comes pre-installed with ubports
    What state of development it'll be in is less clear
    I'm presuming that it'll track the pinephone pretty closely as it's more or less a different form factor for the same internals, but I guess we'll see

    posted in General
    T
    theare27
    8 Sept 2020, 09:00
  • RE: Privileged ICE contacts and medical information available on lockscreen [WORK IN PROGRESS]

    @dobey messages set with that app seems to take priority and is the default one displayed

    posted in OS
    T
    theare27
    5 Jul 2020, 18:32
  • RE: Podbird reignited

    @PhoenixLandPirat
    Of course the ideal would be for the current maintainers to push on with the project & fix the bugs, but if they've lost interest they should let the community know so that someone else can take it over or so that it can be forked

    For me, and I suspect many others, playing podcasts is an important use case for my device. If development is paused on this and there is no other alternative application available then that's a bad position for UT as a whole to be in

    posted in App Development
    T
    theare27
    20 May 2020, 12:31
  • RE: Podbird reignited

    Podcasts.clearQueue() is called as part of Component.onDestruction which I'm assuming is on app closure

    posted in App Development
    T
    theare27
    20 May 2020, 19:47
  • RE: Convenient VPN App

    Agree with the need for an indicator too
    When the connection drops, there is an on screen notification, but it doesn't persist in the notification tray so it's easy to miss

    Being unaware your vpn connection has dropped could be potentially dangerous to some users

    Also, auto reconnect would be a good feature to have (e.g. when moving between access points)

    posted in App Development
    T
    theare27
    15 Jun 2020, 17:02
  • RE: Convenient VPN App

    @PhoenixLandPirat I'm talking about an indication on the bar at the top of the screen, either next to the wifi icon or incorporated into it somehow

    Android has the key icon. On UT you have to go digging through the dropdowns to see if it's connected or not.

    Yeah I have commented on some of the open bugs, just saw this thread & thought worth raising here too

    posted in App Development
    T
    theare27
    15 Jun 2020, 18:32