@davidoskky it would be great to have the toast message displayed back on status change. Why was it removed ?
I have removed it because I figured it would be better to use a viewModel to send…
I have tried; unfortunately this is not possible. Not really a technical problem, it is because the name of the library contains a dash (-) and this generates an error at build time. This issue…
What does it add to the default logcat ?
This allows logging using the Napier library which is required to log from commonMain. For example this line doesn't log anything if this piece of…
This logging is local, this shouldn't be affected by GDPR, this is needed when debugging; we can also not insert this, but we'll have to add it in every time we debug.
Regarding GDPR, I think…
Yes, however it might actually be better to remove this logic from the repository and implement a viewModel to send these messages. Localization in the common source set appears to be complicated.
I have set it up to stop monitoring the network once the application goes into background. Unfortunately this doesn't work at the moment due to a bug in the library I'm using to monitor the…
This fix works for me on api version 4; didn't realize this issue existed, definitely it's not present in the F-Droid version. Does this work on selfoss 2.18 as well?
Since the network state is checked by the repository, doing this when the app is sent to background would prevent background jobs. Calling stop before the app is closed appears redundant to me…