|
| 1 | +## Overview |
| 2 | +This major release introduces significant architectural changes, new features, and important fixes. The package has been renamed to `com.tom.rv2ide` and includes initial experimental support for ARMv7 architecture. |
| 3 | + |
| 4 | +## ACS Updates |
| 5 | + |
| 6 | +### New Features |
| 7 | +- **Package Renaming**: Updated package name from `com.itsaky.androidide` to `com.tom.rv2ide` |
| 8 | +- **Architecture Support**: Added experimental ARMv7 (`armeabi-v7a`) support |
| 9 | + - *Note: This is an experimental feature. Please test and report issues using the **[armeabi-v7a support]** label* |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | +- Resolved `ClassCastException` in preference parceling |
| 13 | +- Fixed "Workspace not configured" errors when opening unsupported projects |
| 14 | + - Projects now automatically configure to latest plugin versions |
| 15 | + - ([Issue #1](https://github.com/Mohammed-Baqer-null/AndroidIDE-Rv2/issues/1)). If you still facing issues please refer to ([Solution #1](https://github.com/Mohammed-Baqer-null/AndroidIDE-Rv2/issues/1#issuecomment-3267191557)) |
| 16 | + |
| 17 | +- Resolved template compatibility issues |
| 18 | +- Updated JitPack Compose template to latest dependencies (Kotlin 2.0.21, Compose 2.0.21) |
| 19 | +- Improved indexing performance and stability |
| 20 | +- Fixed IDE crashes during editing sessions |
| 21 | + |
| 22 | + |
| 23 | +## Build System |
| 24 | +- Updated build tools to version 35.0.1 |
| 25 | +- Added CMake build support |
| 26 | + |
| 27 | +## New Features |
| 28 | + |
| 29 | +### Development Tools |
| 30 | +1. **Kotlin Language Server** (v0.1-preview) |
| 31 | + - Initial preview release with basic functionality |
| 32 | + - *Note: Full implementation is pending completion of the new IDE foundation migration* |
| 33 | + |
| 34 | +2. **String Resource Extractor** |
| 35 | + - Automatically extracts selected text to `strings.xml` |
| 36 | + - Supports Java, Kotlin, and XML files |
| 37 | + - Accessible via text selection context menu |
| 38 | + |
| 39 | +3. **Plugin Development** |
| 40 | + - Submodule Maker for creating plugins within projects |
| 41 | + |
| 42 | +4. **Asset Generation** |
| 43 | + - Minimal Asset Studio for icon generation |
| 44 | + - Supports image assets and XML vector drawables with preview |
| 45 | + |
| 46 | +5. **AI Assistant** (v0.1-preview) |
| 47 | + - Project-aware AI agent for development assistance |
| 48 | + - *Important: Please carefully read [AI Agent Guide](https://github.com/AndroidCSOfficial/android-code-studio/tree/dev/whatsnew/ai-notice.md) before use* |
| 49 | + |
| 50 | +### User Interface & Experience |
| 51 | +- **New Editor Color Schemes**: Dracula, GitHub, and IntelliJ IDEA themes |
| 52 | +- **Editor Experience**: Additional code editing improvements |
| 53 | + |
| 54 | +## UI Designer Improvements |
| 55 | +- Added image resource display support |
| 56 | +- Partial XML vector drawable rendering support (SVG paths confirmed functional) |
| 57 | + |
| 58 | +## Notes |
| 59 | +- Experimental features are marked accordingly and should be tested thoroughly before use. |
| 60 | +- Please report any issues on the GitHub repository's issues page. |
0 commit comments