You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ This is the changelog of all the releases of AndroidIDE.
10
10
- You can now easily open/show the `ide-environment.properties` file using the `ideenv` command. Execute :
11
11
-`ideenv -e`: To edit the environments file. Uses `nano` editor to edit.
12
12
-`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.
13
14
14
15
### Additions
15
16
- Warn about empty body for the following statements :
@@ -38,6 +39,7 @@ This is the changelog of all the releases of AndroidIDE.
38
39
39
40
### Removals
40
41
-`$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.
41
43
42
44
### Fixes
43
45
- Crash when performing 'Replace all' action in editor (#158).
@@ -49,6 +51,8 @@ This is the changelog of all the releases of AndroidIDE.
49
51
- Fixed: Invalid syntax highlighting for text tags in XML files. Thanks to @MrIkso (#180).
50
52
- Memory leaks in some fragments. Thanks to @MrIkso (#209).
51
53
- Fixed: Extra empty `new line` gets appendend to files while saving.
54
+
- Fixed: `SuperNotCalledException` in `DesignerActivity` (#214). Thanks for @MrIkso (#219).
55
+
-
52
56
53
57
### Improvements
54
58
- 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.
62
66
- The project creator UI and logic has been improved (#209).
63
67
- 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.
64
68
- 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.
65
70
- 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).
67
72
- Updated Chinese translations. Thanks to @mikofe (#192).
68
73
- Added missing translations for PT-BR. Thanks to @Frederick'XS (#176).
0 commit comments