Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
The R8 build does include these files in our jar and they are not used/needed. I'll amend our build to avoid including them and merge it to the release branches.
jp...@google.com <jp...@google.com>
pk...@gmail.com <pk...@gmail.com> #3
Project: r8
Branch: master
commit 80533c96c4561ab997f18ce65dd2c0c6a37a33b5
Author: Ian Zerny <zerny@google.com>
Date: Thu Jan 24 10:32:09 2019
Don't include kotlin module files in distribution.
Bug: 123310328
Change-Id: Ie70d4b15f08ffc0e7b754c558079002bd6a84334
M build.gradle
https://r8-review.googlesource.com/33381
Branch: master
commit 80533c96c4561ab997f18ce65dd2c0c6a37a33b5
Author: Ian Zerny <zerny@google.com>
Date: Thu Jan 24 10:32:09 2019
Don't include kotlin module files in distribution.
Bug: 123310328
Change-Id: Ie70d4b15f08ffc0e7b754c558079002bd6a84334
M build.gradle
ja...@broadcom.com <ja...@broadcom.com> #4
Project: r8
Branch: d8-1.3
commit 73a2e504b0edd45eac64b6f242346b2793eae1fe
Author: Søren Gjesse <sgjesse@google.com>
Date: Fri Jan 25 09:23:25 2019
Version 1.3.54
Manually applied: Don't include kotlin module files in distribution.
CL:https://r8-review.googlesource.com/c/r8/+/33381
Bug: 123310328
Change-Id: Ifa5057f0c09d864295e200c287fb3d54cd3c79bf
M build.gradle
M src/main/java/com/android/tools/r8/Version.java
https://r8-review.googlesource.com/33485
Branch: d8-1.3
commit 73a2e504b0edd45eac64b6f242346b2793eae1fe
Author: Søren Gjesse <sgjesse@google.com>
Date: Fri Jan 25 09:23:25 2019
Version 1.3.54
Manually applied: Don't include kotlin module files in distribution.
CL:
Bug: 123310328
Change-Id: Ifa5057f0c09d864295e200c287fb3d54cd3c79bf
M build.gradle
M src/main/java/com/android/tools/r8/Version.java
ju...@broadcom.com <ju...@broadcom.com> #5
Project: r8
Branch: d8-1.4
commit 2fe3fcb0dc21ed70eb37cc74aae247deffc90d29
Author: Søren Gjesse <sgjesse@google.com>
Date: Fri Jan 25 09:12:36 2019
Version 1.4.30
Cherry-pick: Don't include kotlin module files in distribution.
CL:https://r8-review.googlesource.com/c/r8/+/33381
Bug: 123310328
Change-Id: I92dce45d6c031f2dd58780b0278a188142b21523
M build.gradle
M src/main/java/com/android/tools/r8/Version.java
https://r8-review.googlesource.com/33483
Branch: d8-1.4
commit 2fe3fcb0dc21ed70eb37cc74aae247deffc90d29
Author: Søren Gjesse <sgjesse@google.com>
Date: Fri Jan 25 09:12:36 2019
Version 1.4.30
Cherry-pick: Don't include kotlin module files in distribution.
CL:
Bug: 123310328
Change-Id: I92dce45d6c031f2dd58780b0278a188142b21523
M build.gradle
M src/main/java/com/android/tools/r8/Version.java
mo...@broadcom.com <mo...@broadcom.com> #6
This change has landed in studio-3.3-dev and studio-3.4-dev. It has not yet landed in master, but will get there early next week when we do the weekly roll of R8 into studio.
mm...@robinfood.com <mm...@robinfood.com> #7
Fantastic!
lg...@certi.org.br <lg...@certi.org.br> #8
Would be nice to have this, if it already exists the documentation should have a formatting reference.
jp...@google.com <jp...@google.com> #9
You should be able to add emojis through unicode directly. Will leave this open since that doesn't support custom emojis.
ad...@broadcom.com <ad...@broadcom.com> #10
How can I send an unicode for any emoji using a webhook?
ma...@gmail.com <ma...@gmail.com> #11
any updates on this? I can't get the same to work..
pa...@nfiindustries.com <pa...@nfiindustries.com> #12
jp...@ in response #9 indicated you can add unicode directly, which is less than ideal, but it does work with the limited system-recognized ASCII emojis.
In the messages I send via the API, I insert ASCII emojis using these shortcuts depending on the OS:
https://support.airship.com/hc/en-us/articles/360039248612-Using-Emoji-from-your-Windows-or-Mac-computer
The original ask remains, I think using :joy: should be supported, the above is a less-desirable and limited workaround.
I hope this helps!
Pablo (original request author)
In the messages I send via the API, I insert ASCII emojis using these shortcuts depending on the OS:
The original ask remains, I think using :joy: should be supported, the above is a less-desirable and limited workaround.
I hope this helps!
Pablo (original request author)
Description
Description
Using Okta Workflows (IPaaS tool) to send messages to a Google Space via Webhooks, the syntax
:joy:
does not convert this to the proper emojiImpact
All messages are just text (with some formatting options) and the lack of emojis prevent better communication to users.
Documentation
Following guidance per this:https://developers.google.com/workspace/chat/format-messages .