spacecowboy / NotePad

Now under new management
GNU General Public License v3.0
382 stars 158 forks source link

disable google tasks #404

Closed CampelloManuel closed 1 year ago

CampelloManuel commented 1 year ago

Since synchronization with google tasks does not work anymore, the related settings were blocked, so the users can't choose a google account anymore.

All the related permissions were removed, so now we only ask for filesystem permissions.

As of now we can say that the app is 100% offline, which may be interesting for privacy-conscious individuals.

I also fixed some tests, because why would they ever work ?

I added a preference to let the user pick a backup directory. Only folders where we can write using the File API are allowed as possible choices. More on this in future pull requests