Linus
Linus
Another option is to use the `spoof-wifi-connection` patch in ReVanced for apps that don’t know they have a connection. Might not work for every app, but worth a try I...
For those who are interested: I made a custom Gnirehtet app where you can activate a setting to stop the service on disconnect. Link: https://github.com/Linus789/gnirehtetx
> Why isn't it a fork? There is no good reason why it isn’t a fork. For some reason I just didn’t think of that.
For those who are interested: I made a custom Gnirehtet app where you can block the internet access for apps. Link: https://github.com/Linus789/gnirehtetx
This seems to work for me: ```typescript function isDate(cell): boolean { // https://foss.heptapod.net/openpyxl/openpyxl/-/blob/branch/3.1/openpyxl/styles/numbers.py let style = cell.style("numberFormat") if (typeof style !== 'string') { return false } const LITERAL_GROUP = /".*?"/g...
> > I see ranger using a global regex to filter them. e.g. > > ``` > > # Which files should be hidden? (regular expression) > > set hidden_filter...
Something like `fdroidcl install -u -e "$(cat blacklist.txt)"`?
Another option is to use the `spoof-wifi-connection` patch in ReVanced. Might not work for every app, though.
I recommend to use [AuroraStore](https://auroraoss.com/), which is a good Google PlayStore alternative. @gderac
I haven't been able to reproduce this issue, perhaps it has been fixed?