Can't Repro
Status Update
Comments
je...@club-internet.fr <je...@club-internet.fr> #2
Missing "textAlignment" attribute for a TextView component in any layout.
ya...@google.com <ya...@google.com>
di...@google.com <di...@google.com> #3
Thanks for your request. We will investigate this issue and see if we can implement the behavior you've requested.
je...@club-internet.fr <je...@club-internet.fr> #4
As an additional alternative, it should be possible to specify a label in the options for GmailApp.sendEmail().
A work-around is proposed in StackOverflow:http://stackoverflow.com/a/18727687/1677912
A work-around is proposed in StackOverflow:
jl...@google.com <jl...@google.com>
jl...@google.com <jl...@google.com> #5
Are there any news on adding the ability to archive and add a label to specific emails (not threads)? From a corporate shared mailbox perspective auto threading emails by subject is a serious issue (eg. we recive two emails from the same person with same subject but with different description).
Since it's available in pure mailbox view is that such a big effort to make it available also in Google Script?
Since it's available in pure mailbox view is that such a big effort to make it available also in Google Script?
je...@club-internet.fr <je...@club-internet.fr> #6
Looking forward to having this implemented. As has been mentioned automatic threading based on subject is a big no-no for our enterprise. We get automated reports and other documents sent to us by customers and suppliers and they are lumped together in threads making it very difficult for me to let Apps Script process them automatically since labels (i.e. outlook folders) have to be applied to entire threads (even though the messages in these threads often need to be treated differently).
jl...@google.com <jl...@google.com> #7
Please add this function (and message.getlabel too) we need to scan message not only the thread.
je...@club-internet.fr <je...@club-internet.fr> #8
Will there be any progress on this issue? Threading is great for humans, but if you are scripting, accessing and manipulating individual messages is MUCH more important, especially if it can be done from the normal user interface. Anything you can do to the thread you should be able to do at the message level.
jl...@google.com <jl...@google.com> #9
Unassigning
je...@club-internet.fr <je...@club-internet.fr> #10
Activate advanced google services/gmail api and use the gmail api functions.
I have resolved the same issue :)
I have resolved the same issue :)
je...@club-internet.fr <je...@club-internet.fr> #13
Here is the xml file.
jg...@google.com <jg...@google.com> #14
Thanks for your reply. I couldn't reproduce with this layout no matter which compileSdk version used. I am wondering if it could be an issue with one of the dependencies.
Did you also update your dependencies when you went from compileSdk 31 to 33?
Could you share the list of your app dependencies and their exact version numbers?
je...@club-internet.fr <je...@club-internet.fr> #15
Here are the two build.gradle files of the 31 and 33 compileSdk versions.
jg...@google.com <jg...@google.com>
jg...@google.com <jg...@google.com> #17
This could not be reproduced with the latest version of Android Studio.
Description
AI-201.8743.12.41.6953283, JRE 1.8.0_242-release-1644-b01x64 JetBrains s.r.o, OS Windows 7(amd64) v6.1 Service Pack 1, screens 1920x1080, 1366x768
AS: 4.1.1; Kotlin plugin: 1.4.32-release-Studio4.1-1; Android Gradle Plugin: 4.1.1; Gradle: 6.5; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: 3.10.2, from PATH: (not found)
IMPORTANT: Please read