Skip to content

Conversation

@longforus
Copy link
Owner

update to origin

pbreault added 30 commits July 29, 2021 13:09
Android Studio 7.0 support
Fix Multiple device support on android studio 7.1+
The code it was bridging doesn't exist in the new minimum supported version. Keeping it ends up swallowing other errors.
pbreault and others added 19 commits July 22, 2024 19:58
- 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants