Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit a806710

Browse files
committed
Updated CHANGELOG
1 parent edb30a7 commit a806710

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This is the changelog of all the releases of AndroidIDE.
1010
- You can now easily open/show the `ide-environment.properties` file using the `ideenv` command. Execute :
1111
- `ideenv -e`: To edit the environments file. Uses `nano` editor to edit.
1212
- `ideenv -s`: To print the contents of the file in the terminal.
13+
- The minimum Android Gradle Plugin version required to build projects in AndroidIDE is now set to version `7.2.0`. The build process will fail for projects using older versions. However, those projects would still be able to build with terminal.
1314

1415
### Additions
1516
- Warn about empty body for the following statements :
@@ -38,6 +39,7 @@ This is the changelog of all the releases of AndroidIDE.
3839

3940
### Removals
4041
- `$ANDROID_HOME/cmake/bin` is no longer prefixed to the `PATH` variable. You can install now install `cmake` using `pkg install cmake`.
42+
- Removed syntax highlighting from log views.
4143

4244
### Fixes
4345
- Crash when performing 'Replace all' action in editor (#158).
@@ -49,6 +51,8 @@ This is the changelog of all the releases of AndroidIDE.
4951
- Fixed: Invalid syntax highlighting for text tags in XML files. Thanks to @MrIkso (#180).
5052
- Memory leaks in some fragments. Thanks to @MrIkso (#209).
5153
- Fixed: Extra empty `new line` gets appendend to files while saving.
54+
- Fixed: `SuperNotCalledException` in `DesignerActivity` (#214). Thanks for @MrIkso (#219).
55+
-
5256

5357
### Improvements
5458
- Do not show 'Cut' & 'Paste' action if editor is not editable.
@@ -62,8 +66,9 @@ This is the changelog of all the releases of AndroidIDE.
6266
- The project creator UI and logic has been improved (#209).
6367
- Use of `libhook.so` is now optional and is DISABLED by default. This hook is only required if you use JDK 11 and if you have an Android 11 or lower device.
6468
- JDK 17 is now preferred by the IDE. It looks for JDK 11 only if JDK 17 is not found on path `$SYSROOT/opt/openjdk`.
69+
- Implemented incremental analysis for supported languages.
6570
- Updated Hindi translations. Thanks to @Premjit-Chowdhury (#171).
66-
- Updated Russian translation. Thansk to @AndreyKozhev (#181).
71+
- Updated Russian translation. Thansk to @AndreyKozhev (#181 and #220).
6772
- Updated Chinese translations. Thanks to @mikofe (#192).
6873
- Added missing translations for PT-BR. Thanks to @Frederick'XS (#176).
6974

0 commit comments

Comments
 (0)