* Dropped old table modification dialog
* Add separate section
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
---------
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* document incompatible changes in the terminal API in 2025.1
* Generate Android Studio releases
---------
Co-authored-by: segrey <segrey@users.noreply.github.com>
The ExternalSystemProcessingManager class was extended from ExternalSystemTaskNotificationListener and DIsposable. Due to this, their functions were exposed in public API, when it is implementation detail of the ExternalSystemProcessingManager service.
* Document removal of IrDeserializer.IrLinkerExtension and related classes in API changes
See the commit which removed this:
c2122dbae1 (diff-7083caf53f53703e1d1c65d198007306455dfa5878601b206c35cb2ba6512cfd)
In general, this incompatibility change should not be triggered anywhere, unless someone tries to call the missing `IrDeserializer.IrLinkerExtension.resolveSymbol` by hand. We do not see any such External Usages
* Update reference_guide/api_changes_list_2025.md
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update reference_guide/api_changes_list_2025.md
---------
Co-authored-by: Karol Lewandowski <karol86@gmail.com>
* Update api_changes_list_2024.md
Documented simple changes in ExternalSystem API. Events were simplified from Interface+Implementation to straightforward implementations.
* fix whitespace
JSON plugin was recently extracted from the platform, so external plugins have to add an explicit dependency on it to be able to reuse its classes.
Some of the reports produced by our API watcher might be incorrect because the plugin itself has not been yet published to the marketplace. Anyways, some of the external plugins do lack the necessary dependency, so the fix is described in the sdk docs