Pieter Pareit
Pieter Pareit
Pulled in this fixes
At the moment only MFMT is implemented. While this works correctly, not all android versions support changing the modification time. So the same problem could be expected when changing the...
Great! Please separate pull request and I'll apply. In commit, mention Issue #136 so I'll close.
Pull fixes this
@ashutoshgngwr In https://github.com/ppareit/swiftp/commit/f53c2ca4e5be13fb9d1fbbee67d88dbecbde283f#diff-27e710c3720be6468dd9d38123b03357R89 I addressed the problem of implicit broadcasts. Especially, see the call to `registerReceiver(mWifiStateChangedReceiver, wifiStateChangedFilter);` Moving forward, JobScheduler would be better. It seems to be the preferred way...
That is a strange error. I'm not seeing any errors like this. Do you also get this behavior with the build from the play store of f-droid (free app)?
Android version? Could also be doze mode. Op 11 jun. 2017 1:05 p.m. schreef "Vrihub" : > I'm not sure if this is related (please let me know if I...
I will add support to ignore the battery optimization in doze mode for SwiFTP. This will involve a runtime permission request, but should handle your use case @elParaguayo I'll leave...
We should probably implement REQUEST_IGNORE_BATTERY_OPTIMIZATIONS, though this comes with and extra permission. To check if an app has this permission, you can see the settings at Settings > Battery >...
@elParaguayo Could you experiment with disabling WifiStateChangeReceiver? in the AndroidManifest.xml, remove lines 85 til 92, the receiver for ```be.ppareit.swiftp.WifiStateChangeReceiver``` or add a return in onReceive of WifiStateChangeReceiver