| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| StreameX-v2.0.2.apk | 2026-07-26 | 4.9 MB | |
| README.md | 2026-07-25 | 1.5 kB | |
| v2.0.2 - The Broadcast _ Custom Alerts Update source code.tar.gz | 2026-07-25 | 841.2 kB | |
| v2.0.2 - The Broadcast _ Custom Alerts Update source code.zip | 2026-07-25 | 840.4 kB | |
| Totals: 4 Items | 6.6 MB | 26 | |
📝 Overview
This update introduces a fully revamped push notification engine for StreameX. We have successfully migrated to a custom broadcast architecture, enabling seamless integration with the new StreameX Admin Dashboard. This release also brings a brand-new signature audio experience for our users!
✨ What's New
- Custom Signature Alerts: Added a unique 2-second signature notification sound (
streamex_chime.mp3) so users instantly recognize a StreameX alert, even without looking at their screen. - Global Broadcasts: Users are now automatically subscribed to the global notification stream upon launch, ensuring they never miss a trending movie, live TV event, or new anime episode.
🔧 Under the Hood (Technical Changes)
- Topic Subscription Engine: Implemented
FirebaseMessaging.getInstance().subscribeToTopic("all_users")inMainActivity.ktto allow global broadcasting via the official FCM HTTP v1 API. - New Notification Channel (
streamex_alerts_v2): Forced a channel migration to ensure the new custom audio attributes are strictly enforced by the Android OS for both foreground and background states. - Proactive Channel Registration: Notification channels are now proactively built during the
onCreatelifecycle inMainActivity.kt, preventing the Android system tray from dropping background alerts.
🐞 Bug Fixes
- Fixed an edge-case where manual API broadcasts were marked as successful but dropped by the device due to missing topic subscriptions.