Skip to content

Commit dc5e780

Browse files
Add files via upload
1 parent ca8d150 commit dc5e780

File tree

3 files changed

+80
-27
lines changed

3 files changed

+80
-27
lines changed

whatsnew/README.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,2 @@
1-
## v2.7.4-r1.02
2-
3-
### Build System
4-
- Upgraded the **NDK** to **r28c**.
5-
- Added **NDK support** for the following ABIs: **arm64-v8a**, **armeabi-v7a**, and **x86_64**.
6-
> Note: Since AndroidIDE-Rv2 primarily targets **aarch64** (for now), the default ABI remains **arm64-v8a**.
7-
8-
- Updated SDKs to the latest Android versions (**Android 15** and **Android 16**).
9-
- Updated **compileSdk** and added support for **Android platforms 35 and 36**.
10-
- Upgraded Gradle distribution to **8.11.1** and Gradle plugin to **8.9.1**.
11-
- Updated Kotlin to **2.0.21**.
12-
- Upgraded all remaining dependencies to their latest versions.
13-
- Pre-installed NDK (c28.2.13676358)
14-
(You can install it via **Main Screen → IDE Configurations**, or by opening a terminal and running:
15-
`idesetup -c -y -wn`)
16-
17-
### Editor
18-
- **UI Designer**: Added additional layouts, widgets, and partial support for **Material 3** designs.
19-
- Updated the editor color scheme to **Dracula** for a modern and consistent look.
20-
21-
### Bug Fixes
22-
- Fixed a crash that occurred when switching between **Dark** and **Light** modes.
23-
- Fixed I/O operation issues that causes the IDE to crash while coding.
24-
- Fixed a crash in apps built with Rv2IDE when the **LogSender** plugin was enabled, caused by a missing data sync permission.
25-
26-
### Join my telegram channel
27-
- https://t.me/rv2ide
1+
# v1.0.0+gh.r0
2+
> https://github.com/AndroidCSOfficial/android-code-studio/tree/dev/whatsnew/v1.0.0+gh.r0.md

whatsnew/ai-notice.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 🚨 Important Notice
2+
3+
> [!IMPORTANT]
4+
> Always open your files in your code editor before requesting changes. This ensures that if a response generates incorrect or corrupted code, you can easily undo the modifications.
5+
> I highly recommend creating a backup of your project before using the AI agent.
6+
7+
This AI agent is designed to assist with Android application development within the Android Code Studio environment. While it aims for accuracy, please be aware that AI can occasionally generate code containing errors, suggest outdated practices, or misinterpret complex requirements. I am continuously working to improve its capabilities.
8+
9+
## ✅ Guidelines for Optimal Results
10+
11+
* **📝 Be Specific:** Clearly define your objective (e.g., "Add a button that opens a new activity").
12+
* **🧠 Provide Context:** Include relevant code snippets, error messages, or Logcat outputs to help the AI understand your situation.
13+
* **🚫 Avoid Greetings:** To help the AI respond faster and more accurately, please avoid starting your messages with greetings like "Hi," "Hello," or "Hey." Instead, state your request directly.
14+
* **🔄 Reset Context After Completion:** Once your request is successfully fulfilled, long-press the send button and perform a *hard reset of the context*. This clears the conversation history and helps the AI start fresh for your next task.
15+
16+
**Always review and test all generated code thoroughly before building your project.**
17+
18+
***Tip:*** Long-press the send button to manage the AI context.

whatsnew/v1.0.0+gh.r0.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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

Comments
 (0)