mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
31 lines
1.6 KiB
Markdown
31 lines
1.6 KiB
Markdown
<div align="center">
|
|
|
|
<img src="assets/prism.webp" alt="Prism Icon" width="80" height="80" />
|
|
|
|
# Prism
|
|
|
|
A [UnifiedPush](https://unifiedpush.org/) distributor with optional self-hosted [Prism](https://github.com/lone-cloud/prism) server integration.
|
|
|
|
Uses [Mozilla Autopush](https://github.com/mozilla-services/autopush-rs) as the default transport layer. The transport URL is configurable in the app settings.
|
|
|
|
<a href="https://f-droid.org/packages/app.lonecloud.prism" style="text-decoration: none;"><img src="assets/badges/fdroid-badge.png" alt="Get it on F-Droid" height="50" /></a> <a href="obtainium://add/https://github.com/lone-cloud/prism-android" style="text-decoration: none;"><img src="assets/badges/obtainium-badge.png" alt="Get it on Obtainium" height="50" /></a> <a href="https://github.com/lone-cloud/prism-android/releases" style="text-decoration: none;"><img src="assets/badges/github-badge.png" alt="Get it on GitHub" height="50" /></a>
|
|
|
|
</div>
|
|
|
|
## 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>
|