Releases: AndroidCSOfficial/android-code-studio
Releases · AndroidCSOfficial/android-code-studio
v1.0.0+gh.r0
Overview
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.
Android Code Studio Updates
New Features
- Package Renaming: Updated package name from
com.itsaky.androidide
tocom.tom.rv2ide
- Architecture Support: Added experimental ARMv7 (
armeabi-v7a
) support- Note: This is an experimental feature. Please test and report issues using the [armeabi-v7a support] label
Bug Fixes
-
Resolved
ClassCastException
in preference parceling -
Fixed "Workspace not configured" errors when opening unsupported projects
- Projects now automatically configure to latest plugin versions
- (Issue #1). If you still facing issues please refer to (Solution #1)
-
Resolved template compatibility issues
-
Updated JitPack Compose template to latest dependencies (Kotlin 2.0.21, Compose 2.0.21)
-
Improved indexing performance and stability
-
Fixed IDE crashes during editing sessions
Build System
- Updated build tools to version 35.0.1
- Added CMake build support
New Features
Development Tools
- Kotlin Language Server (v0.1-preview)
- Initial preview release with basic functionality
- Note: Full implementation is pending completion of the new IDE foundation migration
Warning
As previously stated, issues regarding the Kotlin LSP will be ignored due to its current state.
-
String Resource Extractor
- Automatically extracts selected text to
strings.xml
- Supports Java, Kotlin, and XML files
- Accessible via text selection context menu
- Automatically extracts selected text to
-
Plugin Development
- Submodule Maker for creating plugins within projects
-
Asset Generation
- Minimal Asset Studio for icon generation
- Supports image assets and XML vector drawables with preview
-
AI Assistant (v0.1-preview)
- Project-aware AI agent for development assistance
- Important: Please carefully read the AI Agent Guide before use
User Interface & Experience
- New Editor Color Schemes: Dracula, GitHub, and IntelliJ IDEA themes
- Editor Experience: Additional code editing improvements
UI Designer Improvements
- Added image resource display support
- Partial XML vector drawable rendering support (SVG paths confirmed functional)
Notes
- Experimental features are marked accordingly and should be tested thoroughly before use.
- Please report any issues on the GitHub repository's issues page.