-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support delete-multiple push notification #1142
Conversation
app/src/gplay/java/com/nextcloud/talk/services/firebase/MagicFirebaseMessagingService.kt
Outdated
Show resolved
Hide resolved
51e35fe
to
d5cca71
Compare
4e00681
to
bc374ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me code-wise (as in "untested")
bc374ad
to
80d3960
Compare
app/src/gplay/java/com/nextcloud/talk/services/firebase/MagicFirebaseMessagingService.kt
Show resolved
Hide resolved
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
80d3960
to
5c26a0c
Compare
@nickvergessen any info how this can be tested? :) |
It could be tested with nextcloud/notifications#939 |
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/1142-talk.apk |
… [skip ci] Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
04ce71f
to
c81a272
Compare
Lint
SpotBugs (new)
SpotBugs (master)
|
🧑🦯 (blind) coding here. I still fail to compile and run the app locally and sending push notifications also is rather troublesome locally.
Also I don't know kotlin and googled the foreach of java, but I want to help moving forward to fix a problem with dying push notifications in iOS by implementing nextcloud/notifications#936