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

Commit d05323f

Browse files
committed
docs: fix grammatical errors in changelog for v2.5.0-beta
1 parent 58dba1d commit d05323f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

changelogs/v2.5.0-beta.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# AndroidIDE v2.5.0-beta
22

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)).
46

57
## Important notes
68

@@ -14,8 +16,8 @@ This minor release fixes a lot of bugs while adding some necessary features and
1416

1517
## Additions
1618

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`
1921
- Use this action to import all non-imported classes at once.
2022
- 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/).
2123
- 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
2830

2931
- Content modification status is not updated sometimes (#878).
3032
- 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).
3234
- Search mode is not disabled after `Find in file` action is executed, which results in text actions window not being shown (#871).
3335
- Crash when trying to install APK on MIUI (#882).
3436
- 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.
3638
- Code completion items without `detail` field are not clickable.
3739
- `Create missing method` action ignores tab width preference.
3840
- `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
4244
- Crash due to build service instance not released from service binder (#870).
4345
- `GridLayout` in UI designer is now limited to `rowCount * columnCount` children to avoid crash (#982).
4446
- 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).
4648
- Back button gesture doesn't work in main activity.
4749
- NPE when executing `Add throws` action (#1050).
4850
- 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
5759
- `Create missing method` action can now create missing methods in classes defined in other files.
5860
- 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.
5961
- 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).
6163

6264
Thanks to @PranavPurwar for #1025, #1033.

0 commit comments

Comments
 (0)