-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Remove double # on Android notification for workspace message #15104
Conversation
@0xmiroslav @cristipaval One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
...d/app/src/main/java/com/expensify/chat/customairshipextender/CustomNotificationProvider.java
Show resolved
Hide resolved
...d/app/src/main/java/com/expensify/chat/customairshipextender/CustomNotificationProvider.java
Show resolved
Hide resolved
If push notification message is based on device locale, it's pretty easy fix. But if not - which means based on user preference in app account setting: |
Is there any way to test android push notification in unsigned build? (testing on android 12) |
This does not seem like breaking functionality so we might as well test this in Staging if testing locally is hard or very time consuming for internal person |
I believe notifications work on an Android emulator with any signed release build. You can create your own keystore and just delete if afterwards. I can't remember if notifications work on Android dev builds though. I've tested all valid platforms, so don't worry too much if you're missing a single platform.
Up to you. Originally I was worried about not correctly re-registering for notifications, hence being careful here. But now that I've tested them I'm a bit more confident. |
ok I will try to test this and #14702 together in signed release build |
Please test them separately, so that we can easily track down any regressions. |
Reviewer Checklist
Screenshots/VideosMobile Web - ChromeMobile Web - Safari |
Thanks @0xmiroslav! This is good to go 👍 |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/Julesssss in version: 1.2.72-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.2.72-1 🚀
|
cc @mountiny since I stole it from you.
Details
This is android specific code and behavior, so I only provided a screenshot for Android - displaying the updated behavior for rooms and confirming that chats still work as usual. We thought it was internal, and it wasn't after all, but the time I found that out I had already fixed it.
Fixed Issues
$ #14616
Tests
Offline tests
n/a
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android