Latest Version
1.0.0-alpha.3.20260418-arm64-v8aUploaded by
nullij
Requires Android
Android 8.0+
Available on
nullijCategory
Free Tools AppReport
Flag as inappropriateLast updated on Apr 20, 2026
v1.0.0-alpha.3
New Features
- AI Agent
- User-configurable endpoints - Each AI provider base URL can now be overridden from Settings, enabling use of local proxies, self-hosted models, and custom OpenAI-compatible servers
- Web search tool support (experimental)
- OpenRouter AI support
- Gradle wrapper override - Added an option to specify a custom local Gradle installation, bypassing the version declared in gradle-wrapper.properties (Settings > Experimental > Custom Gradle Installation)
- Web development workflow - Introduced a web preview system and integrated language servers for web development projects
- Plain editor template - ACS can now open and edit non-Android projects, making it a general-purpose code editor
- System default theme - Added a "System default" option to follow the device light/dark preference
- Remove Unused Imports action - Available via the Context Menu when an LSP is active (Issue #28)
- Recognize Imports action - Available via the Context Menu when an LSP is active
Fixes & Improvements
- AI Agent shell execution - Now correctly invokes Gradle via bash ./gradlew instead of ./gradlew directly, fixing execution issues on Android (Issue #54)
- File tree row interaction - Folders can now be expanded/collapsed by tapping anywhere on the row
- Fixed action buttons (New Folder, New File, Refresh) alignment
- Search result persistence - Selecting a result no longer clears the query (Issue #35)
- Content search navigation - Selecting a result scrolls to and highlights the matched line (Issue #35)
- Context menu layout - Fixed clipped labels; popup now expands to full editor width
- Auto-format on save removed - Formatting is now manual via Context Menu
- Themed icon rendering - Fixed icon issues when themed icons are enabled
- Overall IDE enhancements and improvements