Skip to content

ZNotify/android

Folders and files

NameName
Last commit message
Last commit date
Feb 12, 2024
Dec 23, 2024
Dec 31, 2022
Dec 26, 2023
Jan 1, 2023
Oct 13, 2022
Oct 8, 2022
Sep 2, 2021
Oct 13, 2022
Dec 1, 2023
Dec 26, 2023
Dec 26, 2023
May 12, 2022
Dec 31, 2022

Repository files navigation

Notify

通过各移动设备的推送服务,接收通知。

当前支持的推送渠道有:

  • 【FCM】:Google Firebase Cloud Messaging
  • 【WebSocket】:WebSocket 长连接

联系 @Zxilly 获取 https://push.learningman.top 使用权限。

查看 server 了解服务端。

Download

AppCenter

Github Release

提示:

app-free-release.apk 不包含应用内更新。

app-github-release.apk 包含从 Github 下载应用内更新的代码。

AppCenter 的应用内更新由 AppCenter 提供。

Google Play 的应用内更新由 Google Play In-app 提供。

TODO

  • 支持推送到指定设备
  • 支持推送到指定渠道
  • 支持设备端选择推送渠道

Self-hosting

通常,你应该修改

  • app/build.gradle > defaultConfig.applicationId
  • app/src/main/kotlin/top/learningman/push/Constant.kt
  • app/google-services.json

License

Distribute under BSD 3-Clause License