docs: Be more specific about data in the privacy policy (#136)

Google wants a more specific privacy policy, per
https://support.google.com/googleplay/android-developer/answer/10144311.

Expand the policy to be clear about:

- How data is handled at rest and over the network
- How data is shared
- The types of data handled
This commit is contained in:
Nik Clayton 2023-09-30 12:56:48 +02:00 committed by GitHub
parent 7b4d879e80
commit cd1d8294ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 52 additions and 5 deletions

View File

@ -1,16 +1,63 @@
# Pachli Privacy Policy
# "Pachli" and "Pachli Current" Privacy Policy
Pachli does not collect any personal information from the user.
## Data access
Data from connected accounts is cached locally on the device when it is required for functionality and performance. This data cannot be accessed by other applications (on non-rooted devices). It can be deleted by logging out of your account in the application, clearing the application's local storage, or uninstalling the application.
"Pachli" and "Pachli Current" (collectively "the application") process data from your Mastodon server ("server") locally on your device.
After using the application to sign in to an account on your server your data is fetched and stored securely on your device. As you use the application additional data will be fetched and stored securely on your device.
You may use the application to share new data with your server (e.g., a new post, an image), or edit existing data (e.g., your account's profile).
You can not create an account using the application.
## Data security
All local data is processed using secure Android APIs.
All network data is encrypted using `https`.
## Data deletion
All locally cached data for an account is deleted if you do any of the following:
- Log out of the account in the application
- Clear the application's local storage
- Uninstall the application
You can not delete your Mastodon account using the application. Deleting your account must be done through your server's web interface.
## Data sharing
**None of the data used by the application is shared with the application developers or unrelated third parties.** Your data is only ever sent to your server, and handled in accordance with your server's privacy policy.
## Data types
The application processes the following types of data.
| Data | Purpose |
| ----------------------- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Authentication token | Generated by your server. Used to log in to your account and ensure the application can not access your username or password |
| Account metadata | Allow you to view and edit your account metadata, including description, relevant links, accounts you follow and follow you. Allows you to view the public account information of other users |
| Notifications | View and manage your account's notifications, including displaying them, deleting them, and creating device notifications |
| Timelines | View, manage, and create posts on your Mastodon timelines (home, bookmarks, local, federated, lists, hashtags, etc) |
| Scheduled posts | View, manage, and create posts scheduled to send at some future time |
| Draft posts | View, manage, and create posts you are drafting |
| Account preferences | Specific settings you may have configured on your account (filters, blocks, mutes, language, etc) |
| Application preferences | Specific settings you may have configured for the application (app theme, font, confirmations, etc) |
Again, **none of this data is shared with the application developers or unrelated third parties.**
## Permissions
The application requires the following permissions for the following reasons:
- `INTERNET`: Connect to your server of choice, fetch and post content
- `INTERNET`: Connect to your Mastodon server of choice, fetch and post content
- `ACCESS_NETWORK_STATE`: Defer work when the network is unavailable, and retry work when the network becomes available
- `POST_NOTIFICATIONS`: Show notifications from your server
- `READ_MEDIA_IMAGES` / `VIDEO` / `AUDIO`, and `READ_EXTERNAL_STORAGE`: Select media on your device if you attach it to a post
- `WRITE_EXTERNAL_STORAGE`: Save media to your device if you download it from a post
- `FOREGROUND_SERVICE`: Improve reliability when sending posts
If you have any questions about this privacy policy please contact team@pachli.app
## Contact
If you have any questions about this privacy policy please contact [team@pachli.app](mailto:team@pachli.app).