Overland-iOS icon indicating copy to clipboard operation
Overland-iOS copied to clipboard

Publish version 1.3 to App Store

Open aaronpk opened this issue 6 years ago • 36 comments

aaronpk avatar Jan 28 '18 01:01 aaronpk

Do you already have an idea when the next release will be published in the App Store? I'm really looking forward to the url scheme for overland being available again.

groupnet avatar Mar 08 '19 16:03 groupnet

I was hoping to get a few more features in, but at this point there's a pretty good set of minor changes and bugfixes that I should probably just push a release anyway. I probably won't have time to do that until the end of the month though.

aaronpk avatar Mar 08 '19 16:03 aaronpk

Sounds great - thanks for the quick reply and providing such a fabulous tool!

groupnet avatar Mar 08 '19 16:03 groupnet

Any news on when the next release will be published in the App Store?

groupnet avatar May 04 '19 19:05 groupnet

Any news?

groupnet avatar Feb 20 '20 15:02 groupnet

Would love to see this get pushed to the App Store! 👍

fivestones avatar Oct 16 '23 02:10 fivestones

I just finished a marathon coding session to close out all of the new features I wanted to get in to this release!

Before I push this out to the app store, I'd love to get a few beta testers to provide feedback! If you'd like to test it out, sign up here and I'll send you a TestFlight invite!

https://forms.gle/8HvoPsMFgTwN4uup8

aaronpk avatar Nov 13 '23 06:11 aaronpk

Hey @aaronpk, already enjoying this new update! Im testing it on TestFlight. Is this the best place for feedback?

The new time and distance filters are great, and the dark mode support. I have a question about the Configure Wifi Zone thing. The first time I clicked it, it said it registered my home wifi as the zone and set the long/lat. However, Im at work now and wanted to set another wifi zone. I clicked configure again but there wasnt much of a UI response and the old wifi name was automatically populated in the form. So its unclear so far if I can set multiple wifi zones, or where my current zone is configured. Anything Im missing here to make it more clear? Thanks!

momonala avatar Nov 14 '23 09:11 momonala

Thanks! I'm going to move that thread to a new issue to discuss there

aaronpk avatar Nov 14 '23 15:11 aaronpk

@aaronpk, sent my request to Google Forms, is it still possible to get access to the beta?

uqe avatar Dec 02 '23 23:12 uqe

Thanks! I just added you on TestFlight

aaronpk avatar Dec 02 '23 23:12 aaronpk

FYI I just published a new build to TestFlight!

The most significant change is an internal change that should allow the app to track better in the background on the most recent iOS versions.

There are also a number of new settings for you!

  • Adds a setting to toggle the system background location indicator
  • Adds URL template to send location data in the URL instead of POST body (See GitHub README for docs)
  • Adds a setting to log only the latest location instead of full history

Please continue to test and let me know how it goes! I would love to push this out for real soon!

aaronpk avatar Dec 05 '23 17:12 aaronpk

Hey @aaronpk,

love the new features.

One thing I noticed is that switching the "Logging Mode" to "Only Latest" clears the already queued locations without a warning. I wondered why my queue was empty after trying it out. This time it doesn't bother me but when using Overland on the go I'm a bit worried to clear the queue by accident.

Would it be possible to display a confirmation dialog when the queue has locations queued instead of just clearing it? A bit like you already mentioned in #78 for the "Purge Queue" feature?

Best regards

iamchrishckns avatar Dec 05 '23 21:12 iamchrishckns

oh that's a great point! Well I was hoping to not have to build the confirmation dialog this time around, but sounds like I will need to do it anyway because I inadvertently added a purge queue button :joy:

Tracking here: #140

aaronpk avatar Dec 05 '23 22:12 aaronpk

Also filled out the TestFlight form!

eiiot avatar Jan 03 '24 01:01 eiiot

@eiiot thanks for the nudge! I just sent your invite

aaronpk avatar Jan 03 '24 01:01 aaronpk

This version sounds amazing! Is there any release blocker? Or do you need more testers?

oliverpool avatar Feb 11 '24 19:02 oliverpool

I'm getting a crash occasionally when ending a trip, but re-launching the app and ending the trip works fine, and I don't seem to be losing any data over it. Other than that things seem to be going well. The last thing I need to do is some more testing on the new "tip jar" feature, but it's about ready to go!

aaronpk avatar Feb 12 '24 04:02 aaronpk

Hey @aaronpk, I submitted the form to be added to the TestFlight a little while ago. I've been building out a Cloudflare backend for the service and I would love to try out the new version!

jasonsilberman avatar Feb 13 '24 05:02 jasonsilberman

@jasonsilberman I also plan to develop a backend (eventually on Cloudflare)- for team tracking.

do you plan to share your code?

oliverpool avatar Feb 13 '24 06:02 oliverpool

@jasonsilberman I also plan to develop a backend (eventually on Cloudflare)- for team tracking.

do you plan to share your code?

@oliverpool yes, i do plan on opening sourcing the code. however, it's still in the quite early stages right now!

jasonsilberman avatar Feb 13 '24 14:02 jasonsilberman

@jasonsilberman sorry about that, I am not getting notifications from the google sheet it seems! I just sent you (and a few others) the invite.

aaronpk avatar Feb 13 '24 15:02 aaronpk

Have been testing it for a few days and this is what I have to report:

Even when continuous tracking is off, and only visit tracking is on, the battery usage is very high. iOS reports is as being 25-33%. For comparison, my other 2 apps that use background location tracking - Life360 and Life Cycle - are reported to use less than 1%.

My sent interval is set to 30m, other settings are on the screenshot. Am I using it correctly?

IMG_9721

oleg131 avatar Feb 17 '24 00:02 oleg131

It's probably the "Desired Accuracy: Best" that's causing that. Have you tried setting that to a less accurate value?

I'm assuming you don't get exact trails recorded in the other apps? IIRC those are doing mostly enter/exit region tracking to tell you how long you spent at certain places.

aaronpk avatar Feb 17 '24 00:02 aaronpk

Looks like the least battery intenstive location tracking is using startMonitoringSignificantLocationChanges which is what the other apps are using I assume.

If I turn off Visit Tracking and set Continuous Tracking Mode to Significant, would that achieve this?

The top Tracking Enabled toggle should still be set to On, right?

oleg131 avatar Feb 17 '24 00:02 oleg131

Yes, Significant Location will be the most battery efficient, but will result in the least amount of data collected. This is basically always a tradeoff between battery and accuracy. Visit tracking should be at a similar low power usage similar to Significant, so you can leave that on.

The top "Tracking Enabled" is a global on/off for the entire app, if you turn that off then the app will turn off all tracking and stop logging anything.

This app originally started as a testing tool to see the effect of all these iOS settings, and evolved into how it's being used today. I'm starting to think I need to move all these settings to an "Advanced" page, and make essentially some presets based on common uses. But I think that will have to wait for the next version because I'd really like to get this out the door.

aaronpk avatar Feb 17 '24 00:02 aaronpk

After few days of testing:

I've disabled Visit Tracking and set Continuous Tracking Mode to Significant, and battery usage went down to "low". I'm using test endpoint where I'm just printing the payload and it seems to work fine so far.

oleg131 avatar Feb 22 '24 02:02 oleg131

Just filled the testflight form, if it's possible to be included and testing :) (thx for your work btw :) )

acaranta avatar Feb 29 '24 15:02 acaranta

Would also love to be included! Testflight form filled.

rexxars avatar Mar 07 '24 18:03 rexxars

Hey @aaronpk , my TestFlight app has expired! Any chance you can renew it? Or is the app close to being updated on the AppStore? I see its still 1.2. Thanks!

momonala avatar Mar 21 '24 06:03 momonala