Status Update
Comments
cs...@google.com <cs...@google.com> #2
SGTM
gh...@google.com <gh...@google.com> #3
Fixed by commit
tn...@google.com <tn...@google.com> #4
Every now and then I get random tip of the days from the Kotlin plugin. Does your fix remove those too?
gh...@google.com <gh...@google.com> #5
Yup! Those Kotlin tips were collected via the com.intellij.tipAndTrick
extension point, which is effectively dormant now that I disabled the tip-of-the-day action/popup altogether.
tn...@google.com <tn...@google.com> #6
👍
ha...@google.com <ha...@google.com> #7
Does the suppression happen before What's New Assistant suppresses the tip of the day? In other words, is the logic in
gh...@google.com <gh...@google.com> #8
Good catch; that code in WhatsNewStartupActivity
can be removed.
ha...@google.com <ha...@google.com> #9
Ok, thanks! Filed
an...@google.com <an...@google.com> #10
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Iguana | 2023.2.1 Canary 7
- Android Gradle Plugin 8.3.0-alpha07
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
ji...@gmail.com <ji...@gmail.com> #11
Update kre software ko sbi aap change chalice
Description
The tip-of-the-day feature from IntelliJ does not work well in Android Studio. Running the "Tip of the Day" action shows just 5 tips from plugins; all the built-in platform tips are missing. This is because the platform tips are not actually part of intellij-community sources. For example, you can see that IntelliJ IDEA ships with a file named JetBrains/intellij-community .
tips/QuickJavaDocInLookups.html
inside app.jar, but this file does not exist inUsers complain about this too: b/285777375 , b/220312595 , b/195757170 .
Discussing with JetBrains, their advice was: "[we] definitely suggest disabling them completely instead of fixing [...] [we're] actually gradually moving towards this with our focus on less cognitive load for users. There is simply no place for such modal interaction in our new UI approach"
So, let's suppress tip-of-the-day for now (both the action and the daily auto-popup).