mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
37 lines
1.8 KiB
Markdown
37 lines
1.8 KiB
Markdown
<div align="center">
|
|
|
|
<img src="assets/prism.webp" alt="Prism Icon" width="80" height="80" />
|
|
|
|
# Prism
|
|
|
|
<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;">
|
|
<a href="https://f-droid.org/packages/app.lonecloud.prism"><img src="assets/badges/fdroid-badge.png" alt="Get it on F-Droid" height="50" /></a>
|
|
<a href="https://apt.izzysoft.de/packages/app.lonecloud.prism"><img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroidButtonGreyBorder_nofont.png" alt="Get it at IzzyOnDroid" height="50" /></a>
|
|
<a href="https://github.com/lone-cloud/prism-android/releases"><img src="assets/badges/github-badge.png" alt="Get it on GitHub" height="50" /></a>
|
|
</div>
|
|
|
|
<br>
|
|
|
|
</div>
|
|
|
|
Prism is a [UnifiedPush](https://unifiedpush.org/) distributor with support for a self-hosted [Prism](https://github.com/lone-cloud/prism) server.
|
|
|
|
Use it with any [UnifiedPush-compatible app](https://unifiedpush.org/users/apps/) to receive private, server-independent push notifications. Powered by [Mozilla Autopush](https://github.com/mozilla-services/autopush-rs) by default; transport URL is configurable in settings.
|
|
|
|
## Reproducible builds
|
|
|
|
Release APKs are [reproducible](https://f-droid.org/docs/Reproducible_Builds/). You can verify that the APK you download matches the source code by building it yourself and comparing the output.
|
|
|
|
## APK signature fingerprint
|
|
|
|
Use this SHA-256 signing certificate fingerprint to verify releases:
|
|
|
|
`FD:29:86:45:7A:6A:6E:4D:D9:05:6B:3C:A5:A6:9E:0E:DF:D5:AA:9D:D4:5B:3D:78:DB:21:E8:AD:72:FB:AE:AD`
|
|
|
|
## Screenshots
|
|
|
|
<p>
|
|
<img src="assets/screenshots/list-light.png" alt="List (light)" width="200" />
|
|
<img src="assets/screenshots/list-dark.png" alt="List (dark)" width="200" />
|
|
<img src="assets/screenshots/settings.png" alt="Settings" width="200" />
|
|
</p>
|