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
Copy file name to clipboardexpand all lines: changelogs/v2.7.1-beta.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,17 @@ Thanks to all the people who have contributed to this release (including our [Cr
20
20
21
21
This release addresses the following issues:
22
22
23
-
- Resolved a bug causing the 'Clone repository' feature to consistently fail (#1608).
23
+
- Resolved a bug causing the 'Clone repository' feature to consistently fail ([#1608](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1608)).
24
24
- Fixed occasional `NullPointerException` during the creation of `ActionData` for editor text actions.
25
-
- Resolved an `IllegalStateException` occurring when the build finishes after the activity is destroyed (#1604).
26
-
- Corrected the use of an invalid publishing version name for Gradle Plugin and LogSender dependencies in F-Droid builds (#1620).
27
-
- Fixed the issue where the IDE failed to recognize the installed JDK 21 (#1616).
28
-
- Addressed occasional crashes when putting the IDE in the background due to non-existing `openedFiles.json` file (#1621).
29
-
- Fixed incorrect display of project synchronization message when executing 'Sync project' action with unsaved Gradle files (#1594).
30
-
- Resolved build failure caused by `apply plugin: '...'` syntax in Gradle build scripts with a 'no repositories are defined' error (#1274).
25
+
- Resolved an `IllegalStateException` occurring when the build finishes after the activity is destroyed ([#1604](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1604)).
26
+
- Corrected the use of an invalid publishing version name for Gradle Plugin and LogSender dependencies in F-Droid builds ([#1620](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1620)).
27
+
- Fixed the issue where the IDE failed to recognize the installed JDK 21 ([#1616](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1616)).
28
+
- Addressed occasional crashes when putting the IDE in the background due to non-existing `openedFiles.json` file ([#1621](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1621)).
29
+
- Fixed incorrect display of project synchronization message when executing 'Sync project' action with unsaved Gradle files ([#1594](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1594)).
30
+
- Resolved build failure caused by `apply plugin: '...'` syntax in Gradle build scripts with a 'no repositories are defined' error ([#1274](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1274)).
31
31
- 'Cancel build' action now properly cancels project initialization.
32
32
- Set `android:foregroundServiceType` for `LogSenderService` to prevent crashes when targeting API 34.
33
-
- Resolved inconsistent behavior caused by a duplicate preference key in keyboard-related terminal preferences (#1624).
33
+
- Resolved inconsistent behavior caused by a duplicate preference key in keyboard-related terminal preferences ([#1624](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1624)).
34
34
35
35
36
36
We believe that you'll have a delightful experience using AndroidIDE v2.7.1-beta!
0 commit comments