Skip to content
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

Add support for Android Studio Giraffe (2022.3) #472

Merged
merged 6 commits into from
Feb 3, 2023
Merged

Commits on Feb 1, 2023

  1. Add support for Android Studio Giraffe (2023.1)

    By using newer APIs
    asodja committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    8dba87d View commit details
    Browse the repository at this point in the history
  2. Make GradleProfilerStartupActivity DumbAware and use DumbService.runR…

    …eadActionInSmartMode in waitOnBackgroundProcessesFinish
    
    Making GradleProfilerStartupActivity DumbAware makes sure it is started right away, even if there is some indexing running.
    DumbService.runReadActionInSmartMode makes sure we wait on indexing to end in waitOnBackgroundProcessesFinish even.
    asodja committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    688c9f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7dccd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    c418342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b0cabe View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Inc. review comments

    asodja committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    18eb6bf View commit details
    Browse the repository at this point in the history