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

Commit

Permalink
docs: update changelog for v2.7.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Jan 20, 2024
1 parent 5479c81 commit 9b987f6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions changelogs/v2.7.1-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ Thanks to all the people who have contributed to this release (including our [Cr

This release addresses the following issues:

- Resolved a bug causing the 'Clone repository' feature to consistently fail (#1608).
- Resolved a bug causing the 'Clone repository' feature to consistently fail ([#1608](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1608)).
- Fixed occasional `NullPointerException` during the creation of `ActionData` for editor text actions.
- Resolved an `IllegalStateException` occurring when the build finishes after the activity is destroyed (#1604).
- Corrected the use of an invalid publishing version name for Gradle Plugin and LogSender dependencies in F-Droid builds (#1620).
- Fixed the issue where the IDE failed to recognize the installed JDK 21 (#1616).
- Addressed occasional crashes when putting the IDE in the background due to non-existing `openedFiles.json` file (#1621).
- Fixed incorrect display of project synchronization message when executing 'Sync project' action with unsaved Gradle files (#1594).
- Resolved build failure caused by `apply plugin: '...'` syntax in Gradle build scripts with a 'no repositories are defined' error (#1274).
- Resolved an `IllegalStateException` occurring when the build finishes after the activity is destroyed ([#1604](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1604)).
- 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)).
- Fixed the issue where the IDE failed to recognize the installed JDK 21 ([#1616](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1616)).
- 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)).
- Fixed incorrect display of project synchronization message when executing 'Sync project' action with unsaved Gradle files ([#1594](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1594)).
- 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)).
- 'Cancel build' action now properly cancels project initialization.
- Set `android:foregroundServiceType` for `LogSenderService` to prevent crashes when targeting API 34.
- Resolved inconsistent behavior caused by a duplicate preference key in keyboard-related terminal preferences (#1624).
- Resolved inconsistent behavior caused by a duplicate preference key in keyboard-related terminal preferences ([#1624](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1624)).


We believe that you'll have a delightful experience using AndroidIDE v2.7.1-beta!

0 comments on commit 9b987f6

Please sign in to comment.