Maintenance tasks for compatibility with newer IDEA versions
It has been quite a while since I've updated this plugin, and there are various things that need to be cleaned up as a result.
"can't work on 2023.3.2 unless disable and re-enable" (from plugin reviews)
I've found on Windows with version 2023.3.3 that I have to do something similar. Haven't noticed it on Mac but may be mistaken. Likely an issue with the way the plugin bootstraps itself (PokemonProgressListener). This seems to also be the case with the new UI. This is the main issue, and is a blocker for release of a new version.
This has also been reported on Arch Linux
deprecated API usages
The plugin verifier warns: "1 usage of scheduled for removal API and 3 usages of deprecated API"
update IDEA SDK minimum version
The plugin is currently being built with the 2021.1.3 SDK. That's quite old; I should update that to 2022.3.3, if not 2023.1.6, as that still let people use versions of intellij that are approx a year old.
update IDEA gradle plugin
I'm currently on version 1.4.0, and I know there are newer versions that I should use instead. I should also see if there are any new helpful tools in newer versions.
I've been noticing this same issue. It doesn't work without the unload and reload on the latest Rider versions :( Would be really nice if this could be fixed.
Hello:)
I have fixed the disable and re-enable issue on Windows and brought it up to date with the latest Android Studio versions. Would you like me to issue a pull request?
Hi @George-Cain . A pull request for this would be very welcome!
I do not seem to be able to create a new pull request. I also tried to create a new branch "fix/89" and it failed too. Can you address this issue so I can upload the fix? @kagof
Pardon my entrance. But I seem to be able to make prs just fine (did not submit anything, but I have the permission)
I do not seem to be able to create a new pull request. I also tried to create a new branch "fix/89" and it failed too. Can you address this issue so I can upload the fix? @kagof
You don't seem to have forked this repo on your account. GitHub won't let you create pr's unless you properly use the "fork" button on the website.
Unless kagof wants to give you write access to the repo, this is how you need to create a pr.
Oh, thank you very much for the insight. I'll try that then.
I have done it, the pull request is up. Thank you for your help @VasilisThePikachu
@kagof let me know if you need any extra info about the changes.