| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AndroidLocalizePlugin-4.0.0.zip | 2025-09-27 | 45.8 MB | |
| README.md | 2025-09-27 | 1.5 kB | |
| v4.0.0 source code.tar.gz | 2025-09-27 | 477.5 kB | |
| v4.0.0 source code.zip | 2025-09-27 | 549.2 kB | |
| Totals: 4 Items | 46.8 MB | 0 | |
Added
- Detailed translation progress updates showing the current language, processed item counts, and writeback status.
- Quick access settings button in the Select Languages dialog footer and a donations card within the settings UI.
- Provide Qodana and Codecov configuration files.
Changed
- Align build scripts and workflows with IntelliJ Platform Plugin Template 2025 updates.
- Upgrade Gradle wrapper to 9.0 and align the Kotlin toolchain with Compose compatible 2.0.21.
- Raise the minimum supported IntelliJ Platform build to 251 (2025.1).
- Refactor TranslateAction to follow IntelliJ action system best practices.
- Configure tests to run on the JUnit 5 framework while retaining required runtime compatibility.
- Rebuild plugin UI (settings and dialogs) using Compose with searchable grids, favorite chips, and polished empty states.
- Load secure credentials asynchronously to avoid password safe access on the EDT.
- Reduce the minimum translation interval to 50 ms to keep throttled bursts responsive.
- Update Compose theme colours to rely on JBColor so dialogs respect light and dark backgrounds.
Fixed
- Restore visibility of the "Translate to Other Languages" action when selecting resource files from the Project view.
- Prevent Select Languages dialog from failing due to uninitialised UI components.
Full Changelog: https://github.com/Airsaid/AndroidLocalizePlugin/compare/v3.0.0...v4.0.0