mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 11:03:10 -07:00
simplify README while WIP
This commit is contained in:
parent
e5aa27ca0e
commit
08fda4d222
1 changed files with 1 additions and 30 deletions
31
README.md
31
README.md
|
|
@ -6,33 +6,4 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
UnifiedPush provider using [Autopush](https://github.com/mozilla-services/autopush-rs)
|
A notification provider to use with [Prism](https://github.com/lone-cloud/prism)
|
||||||
|
|
||||||
Fork of [Sunup](https://codeberg.org/Sunup/android) with manual app creation and notification silencing.
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- **Manual Apps**: Create custom UnifiedPush endpoints for apps that don't natively support it
|
|
||||||
- **Notification Silencing**: Silence notifications from specific apps while still delivering messages
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
1. Install this application
|
|
||||||
2. Open it, and grant background usage without restrictions permission
|
|
||||||
3. Register [your application compatible with UnifiedPush](https://unifiedpush.org/users/apps/) (may be transparently done)
|
|
||||||
4. Tap the + button to create manual apps for apps that need them
|
|
||||||
5. Long-press any app to enter selection mode with Info (manual apps only), Silence, and Delete options
|
|
||||||
|
|
||||||
## Manual Apps
|
|
||||||
|
|
||||||
For apps that don't support UnifiedPush natively (like FMD commands from Home Assistant), you can create manual apps:
|
|
||||||
|
|
||||||
1. Tap the + button on the main screen
|
|
||||||
2. Select the target app that should receive the messages
|
|
||||||
3. Long-press the created app and tap the Info icon
|
|
||||||
4. Tap the endpoint card to copy it to clipboard
|
|
||||||
5. Configure your server to send push messages to the endpoint
|
|
||||||
|
|
||||||
## Notification Silencing
|
|
||||||
|
|
||||||
Long-press any registered app and tap the notification icon to toggle silent delivery. Silenced apps show a 🔇 indicator and won't display notifications, but messages are still delivered to the app.
|
|
||||||
Loading…
Add table
Reference in a new issue