Releases: SimonMarquis/FCM-toolbox
Releases · SimonMarquis/FCM-toolbox
1.10.1
1.10.0
What's Changed
- Migrate from legacy FCM APIs to HTTP v1 by @SimonMarquis in #76
- Support going to FCM Diagnostics by @Goooler in #215
New Contributors
Full Changelog: 1.9.0...1.10.0
1.9.0
- Android 14 support
- Notifications permission
- Monochrome adaptive icon
1.8.4
- Show Firebase error messages
- Update dependencies
1.8.2
- Kotlin migration
- Misc bug fixes
1.8.1
- ✏️ Raw payload is selectable
- 🐛 Fix RecyclerView animations for Ping
- ⚙️ Remove deprecated "OPEN" action from background
1.8.0
- Migrate to Kotlin
- MVVM architecture with LiveData, ViewModel, Room, Koin, etc.
1.7.0
Add support for topics
1.6.1
✏️ Fix typo causing silent messages to be notified
1.6.0
- AndroidX migration
- GSON to Moshi migration
- Tap to toggle message display: raw vs content
- Undo delete actions
- Menu button to refresh InstanceId token
- More reliable presence status
- Add Travis CI