forked from pbreault/adb-idea
-
Notifications
You must be signed in to change notification settings - Fork 3
update to origin #9
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
Open
longforus
wants to merge
71
commits into
longforus:master
Choose a base branch
from
pbreault:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Android Studio 7.0 support
Fix Multiple device support on android studio 7.1+
… module selection dialog
The code it was bridging doesn't exist in the new minimum supported version. Keeping it ends up swallowing other errors.
…ys asks on which to perform any operation
…t canary of studio
- Updated the IDE version to 2024.3.1.6. -> gradle.properties - added JVM Args and Kotlin Code Style. -> gradle.properties - Updated Gradle Wrapper to 8.12-rc-2. -> gradle-wrapper.properties - Updated Java compatibility to version 21. -> build.gradle.kts - Updated notification groups to use the NotificationGroupManager API. -> NotificationHelper.kt - Removed deprecation in ReflectKt.kt - Added Gradle Script file to run "buildPlugin runIde" commands directly without creating a configuration manually. -> BuildRun.run.xml - Updated .gitignore to exclude .kotlin folder
- analyzed the project and fixed some suggestions from the studio analyzer -> DeviceResultFetcher.kt, UseSameDevicesHelper.kt, Debugger.kt, MyDeviceChooser.kt, ObjectGraph.kt - Updated run configurations to removed buildPlugin and make 2 separate configurations for runIde and runLocalIde - gradle-wrapper.properties downgraded to 8.11.1 - Removed listener from NotificationHelper.kt - Updated Application.kt to use @service instead of Android Components API, removed <application-components> from -> plugin.xml - Added temporary logo - Updated org.jetbrains.kotlin.jvm to 2.1.0 - Updated org.jetbrains.changelog to 2.2.1 - replaced sourceCompatibility with jvmToolchain - Updated sinceBuild to 243.22562.145 -> gradle.properties
- updated gradle wrapper to 8.12 - readying the code for org.jetbrains.intellij.platform : 2.2.1
- removed plugin icon - removed commented code that was going to be used when upgrading org.jetbrains.intellij.platform to latest version
Compatibility with Android Studio Meerkat | 2024.3.1 Canary 7 (2024.3.1.7)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update to origin