Pulse no longer shows popup if disallowed by system

This commit is contained in:
partisan 2025-06-04 22:52:37 +02:00
parent 660637626e
commit 09de3785b9
5 changed files with 17 additions and 21 deletions

View file

@ -83,24 +83,24 @@ In the “Add App” screen:
1. Add the following URL: https://weforge.xyz/partisan/Pulse
2. In **Override Source**, select **Forgejo (Codeberg)**
3. Tap the “Add” button at the very top, and youre done!
3. Tap the “Add” button at the very top, and you're done!
## Install directly
Go to the [Releases page](https://weforge.xyz/partisan/Pulse/releases) and download the latest file with the following format: `app-release.apk`.
Install it, and youre done!
Install it, and you're done!
_Please note that when installing directly, the app will not receive automatic updates._
# Permissions
- `ACCESS_NETWORK_STATE` check connectivity
- `CALL_PHONE` make a call via messenger
- `READ_CONTACTS` check if contact has a messenger
- `READ_PHONE_NUMBERS` detect outgoing call
- `SYSTEM_ALERT_WINDOW` show redirecting popup and launch from background
- `INTERNET` check connectivity and verify donates
- `ACCESS_NETWORK_STATE` - check connectivity
- `CALL_PHONE` - make a call via messenger
- `READ_CONTACTS` - check if contact has a messenger
- `READ_PHONE_NUMBERS` - detect outgoing call
- `SYSTEM_ALERT_WINDOW` - show redirecting popup and launch from background
- `INTERNET` - check connectivity and verify donates
Currently all of the permissions are required.