Results 440 comments of mendhak

I am able to see right at 21:11, there's a burst of network activity. A _lot_ of network activity. In the beginning part, I can see that GPS points are...

> Is it possible to impose some restrictions to prevent too many tasks from being added simultaneously? That's what I'm trying to figure out, but even when I go straight...

Yeah the placement of 'shouldAutoSendOnWifiOnly' is misleading but it should apply to all sending types of network activity including custom URL logging. So at this point I'm not sure how...

I haven't encountered this kind of a setup before so it sounds very specific/niche to me. I don't think it's catered to in the Android WorkRequest setup. In the app...

Then for sure it must be related to WorkManager's network 'detection' logic. [131](https://github.com/mendhak/gpslogger/releases/tag/v131) is when Workmanager was introduced, since I had to move away from the old library.

The auto send settings are basically at two levels. The auto send menu has the "master" toggle. It needs to be switched on for any of the actual sending to...

This seems to be logging the location to Nextcloud for each point the app is capturing. From what I can see, the auto-send isn't kicking in as you would see...

In the latest code which will be released next version, I've [added a check](https://github.com/mendhak/gpslogger/blob/2d9a12962c2f9a53e690b534105f1f0364e686cb/gpslogger/src/main/java/com/mendhak/gpslogger/common/Systems.java#L335) for NET_CAPABILITY_VALIDATED, which should improve net detection, although the logic of the net detection is in...

Oh I should explain that. Normal custom URL logging: when a point is received, it will make an HTTP request to the target URL. "Allow auto sending" custom URL setting:...

In the log when it's trying to send, is it succeeding or showing any errors? You could also try [recording a debug log](https://gpslogger.app/#troubleshooting), and having a look in it to...