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.
In this release of AndroidIDE v2.5.3-beta, we've taken steps to address a variety of issues, including critical ones.
4
+
5
+
## Bug Fixes
6
+
7
+
We've successfully resolved the following issues:
8
+
9
+
- Fixed an issue where a `SocketException` would be logged even if the socket was manually closed, resulting in misleading logs appearing in the IDE logs ([#1183](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1183)).
10
+
- Resolved a memory leak that was caused by the log line consumer not being properly released when the `LogSenderHandler` is closed.
11
+
- Addressed a problem where the UI designer consistently crashed when attempting to edit the inflated layout ([#1189](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1189)).
12
+
- Fixed a crash that occurred when the workspace fragment in the UI designer was being destroyed ([#1186](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1186)).
13
+
- Corrected an implementation issue in `RecyclerViewFragment.isEmpty()` that was preventing diagnostics and search results from being displayed.
14
+
- Disabled view binding for the Jetpack Compose template ([#1196](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1196)), thanks to @Rafael2616.
15
+
- Addressed a situation where the `LogSender` dependency introduced a transitive dependency to AndroidX's `ViewBinding` library ([#1199](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1199)).
16
+
17
+
## Enhancements
18
+
19
+
We've also made the following improvements to enhance your experience:
20
+
21
+
- Updated translations from Crowdin. We extend our heartfelt appreciation to all the [Crowdin translators](https://github.com/AndroidIDEOfficial/AndroidIDE/blob/dev/CROWDIN_CONTRIBUTORS.md) for their invaluable contributions.
22
+
23
+
It's important to note that while this release might not feature major changes to the application's functionality, it does include critical bug fixes that significantly improve the application's stability and reliability.
24
+
25
+
We believe that you'll have a delightful experience using AndroidIDE v2.5.3-beta!
0 commit comments