-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement dynamic colors in editor and improve treeview perform…
…ance This commit introduces dynamic theme colors to the editor and updates various dependencies to their latest versions. Specific changes include : - Added dynamic theme color support to the editor, applying appropriate colors for background, foreground, and caret based on the current system theme. - Updated several dependencies, including Gradle, AndroidX libraries, Material Design components, and Gson. - Refactored the TreeView component to use a more efficient data structure and improve performance. - Improved the editor's tooltip appearance by using a Material Design error container color for the background. - Added a new `TreeUtils` object to handle common tree operations. - Updated the `QuietLight` theme to use more consistent colors and remove unnecessary line breaks. - Renamed `Util.kt` to `TreeSitterUtil.kt` for better clarity. - Removed unused code and resources. - Updated the NDK version to 27.1.12297006. These changes enhance the editor's visual appeal, improve performance, and ensure compatibility with the latest libraries. Signed-off-by: Pranav Purwar <[email protected]>
- Loading branch information
1 parent
fcdbe69
commit 7886eb0
Showing
18 changed files
with
300 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
7886eb0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😒