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: changelogs/v2.5.0-beta.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# AndroidIDE v2.5.0-beta
2
2
3
-
This minor release fixes a lot of bugs while adding some necessary features and improvements. Thanks to all the people who have contributed to this release, including our [`Crowdin translators`](https://github.com/AndroidIDEOfficial/AndroidIDE/blob/dev/CROWDIN_CONTRIBUTORS.md).
3
+
This minor release fixes a lot of bugs while adding some necessary features and improvements.
4
+
5
+
Thanks to all the people who have contributed to this release (including our [`Crowdin translators`](https://github.com/AndroidIDEOfficial/AndroidIDE/blob/dev/CROWDIN_CONTRIBUTORS.md)).
4
6
5
7
## Important notes
6
8
@@ -14,8 +16,8 @@ This minor release fixes a lot of bugs while adding some necessary features and
14
16
15
17
## Additions
16
18
17
-
- Code snippets are now supported for Java files! Snippets appear in the code completion window and insert a pre-defined piece of code when selected. [Learn more](https://androidide.com/blogs/update/2023/04/08/code-snippets-in-androidide/+).
18
-
- New java code action: `Fix imports`
19
+
- Code snippets are now supported for Java files. Snippets appear in the code completion window and insert a pre-defined piece of code when selected. [Learn more](https://androidide.com/blogs/update/2023/04/08/code-snippets-in-androidide/+).
20
+
- New Java code action: `Fix imports`
19
21
- Use this action to import all non-imported classes at once.
20
22
- A brand new `LogSender` implementation which fixes a lot of related issues. [Learn more](https://androidide.com/blogs/category-na/2023/04/15/logsender-in-androidide-v250-beta/).
21
23
- Templates can now be created in Java or Kotlin and with or without Kotlin DSL.
@@ -28,11 +30,11 @@ This minor release fixes a lot of bugs while adding some necessary features and
28
30
29
31
- Content modification status is not updated sometimes (#878).
30
32
- Text action window in editor covers selected line when shown for the first time (#881).
31
-
-Crashe while editing attribute values in UI designer (#873).
33
+
-Crash while editing attribute values in UI designer (#873).
32
34
- Search mode is not disabled after `Find in file` action is executed, which results in text actions window not being shown (#871).
33
35
- Crash when trying to install APK on MIUI (#882).
34
36
- Occasional crash when opening Kotlin files (#872).
35
-
- Code completions in Gradle files pop up on every key press.
37
+
- Code completion in Gradle files pop up on every key press.
36
38
- Code completion items without `detail` field are not clickable.
-`Expand selection` action does not work for expanding selection to parent tree of class declaration or package declaration.
@@ -42,7 +44,7 @@ This minor release fixes a lot of bugs while adding some necessary features and
42
44
- Crash due to build service instance not released from service binder (#870).
43
45
-`GridLayout` in UI designer is now limited to `rowCount * columnCount` children to avoid crash (#982).
44
46
- Language client tries to perform code actions when the activity is being destroyed (#950).
45
-
-Chevron icon is shown for files in file tree (#1015).
47
+
-The chevron icon is shown for files in file tree (#1015).
46
48
- Back button gesture doesn't work in main activity.
47
49
- NPE when executing `Add throws` action (#1050).
48
50
- Progress dialog is shown indefinitely when finding references to types or members.
@@ -57,6 +59,6 @@ This minor release fixes a lot of bugs while adding some necessary features and
57
59
-`Create missing method` action can now create missing methods in classes defined in other files.
58
60
- The number of log lines that can be displayed in the log view has now been limited to 5000 lines. When the number of log lines reaches this limit, the IDE automatically trims the lines at the start. This helps in reducing load and memory usage.
59
61
- More actions are now available in the editor activity's toolbar for better accessibility. Thanks to @Smooth-E (#1019).
60
-
- Design improvements in main activity. Thanks to @Smooth-E (#1023).
62
+
- Design improvements in the main activity. Thanks to @Smooth-E (#1023).
0 commit comments