-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't want the internet permission #12
Comments
The list is available here: assets/product |
@serrq Hmm, interesting. Including it in the apk is not an option since I'd want to add real time grocery list sharing in the future. It currently downloads the list from GitHub on first install. But it is also set up to update the local version once any additional groceries or icons are added. This way, there is no need to ship a new version just to add some more groceries. However, without an internet permission users will need to do all of that manually. 🤔 |
Just add an URL in app to link to download file in Github. Push it and it open an external browser page. That's it. |
Or better, allow upload via a file. That way there is no need for the app itself to connect to internet. Just upload and set in tables. |
I already downloaded the file through Github. Wait for upload via file feature in next versions. Or I change app target. |
Currently the file is something.txt. We can renaming it in .bin once downloaded if needed. |
@vdbhb59 I mean a copyable URL (in app) in order to suggest to non-tech savvy people where is this damned file. An user can paste it where it wants (its browser). |
"Damned file" lol, nice one mate. No I knew what you meant. I offered an alternate solution, as trust me people unlike tech savvy would love to download files (I can show you same file downloaded several times, lols, and they still download it over and over again. But yes, link sounds much better. Just my thoughts. :) |
Another thought is: Can this connection to internet be a one time activity, post which the permission is automatically revoked, or can be revoked by user in some manner? |
There is no revoke toggle for internet permission, currently. In Android, I mean. |
Yeah, I thought so. Was not sure, so thought of putting it here as an ask as well. |
Might you adding the groceries list package in Github download section?
Or including it directly in the apk.
The text was updated successfully, but these errors were encountered: