-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Unified push nextcloud notifications #13516
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
Unified push nextcloud notifications #13516
Conversation
2b1a53d to
8fde157
Compare
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
|
@gavine99 i notice the DCO is failing, if you click on details, you'll find details in what you need to do |
48aea51 to
f42aeaf
Compare
Signed-off-by: gavine99 <github@xymail.tk>
f42aeaf to
1a4de53
Compare
…tions # Conflicts: # app/build.gradle # app/src/main/java/com/owncloud/android/ui/activity/DrawerActivity.java # app/src/main/java/com/owncloud/android/ui/activity/FileDisplayActivity.java # app/src/main/java/com/owncloud/android/ui/activity/NotificationsActivity.kt # app/src/main/java/com/owncloud/android/ui/activity/SettingsActivity.java # app/src/main/res/values-ar/strings.xml # app/src/main/res/values-b+en+001/strings.xml # app/src/main/res/values-bg-rBG/strings.xml # app/src/main/res/values-br/strings.xml # app/src/main/res/values-ca/strings.xml # app/src/main/res/values-cs-rCZ/strings.xml # app/src/main/res/values-da/strings.xml # app/src/main/res/values-de/strings.xml # app/src/main/res/values-el/strings.xml # app/src/main/res/values-es-rAR/strings.xml # app/src/main/res/values-es-rEC/strings.xml # app/src/main/res/values-es-rMX/strings.xml # app/src/main/res/values-es/strings.xml # app/src/main/res/values-eu/strings.xml # app/src/main/res/values-fa/strings.xml # app/src/main/res/values-fi-rFI/strings.xml # app/src/main/res/values-fr/strings.xml # app/src/main/res/values-ga/strings.xml # app/src/main/res/values-gd/strings.xml # app/src/main/res/values-hr/strings.xml # app/src/main/res/values-hu-rHU/strings.xml # app/src/main/res/values-in/strings.xml # app/src/main/res/values-is/strings.xml # app/src/main/res/values-it/strings.xml # app/src/main/res/values-ja-rJP/strings.xml # app/src/main/res/values-ka/strings.xml # app/src/main/res/values-ko/strings.xml # app/src/main/res/values-lo/strings.xml # app/src/main/res/values-lt-rLT/strings.xml # app/src/main/res/values-mk/strings.xml # app/src/main/res/values-nb-rNO/strings.xml # app/src/main/res/values-nl/strings.xml # app/src/main/res/values-pl/strings.xml # app/src/main/res/values-pt-rBR/strings.xml # app/src/main/res/values-pt-rPT/strings.xml # app/src/main/res/values-ro/strings.xml # app/src/main/res/values-ru/strings.xml # app/src/main/res/values-sk-rSK/strings.xml # app/src/main/res/values-sl/strings.xml # app/src/main/res/values-sr/strings.xml # app/src/main/res/values-sv/strings.xml # app/src/main/res/values-tk/strings.xml # app/src/main/res/values-uk/strings.xml # app/src/main/res/values-vi/strings.xml # app/src/main/res/values-zh-rHK/strings.xml # app/src/main/res/values/strings.xml # gradle/verification-metadata.xml
…endency method. remove dependency verification.
|
is this superceded by any chance? |
|
not by me. i deleted my local fork. the maintainer(s) of this repo should still have a way to access to the pr changes |
changes to allow any UnifiedPush distributor to deliver push messages in generic/f-droid build.
added a setting item to reset push notification registrations in case of issues with push (UnifiedPush distributor can sometimes get out of sync). this same setting item can also be used to reset firebase push in case of issues with it too.
a similar pr has been submitted for the nextcloud android talk app - nextcloud/talk-android#4169