This repository was archived by the owner on Oct 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 501
Fix windows build (Same with previous PR) #762
Closed
Closed
Conversation
This file contains hidden or 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
itsaky
added a commit
that referenced
this pull request
Feb 11, 2023
itsaky
added a commit
that referenced
this pull request
Feb 13, 2023
* fix: attribute name not shown in delete attribute dialog * chore: use collapsed versions in Nyx config * refactor(lsp/java): remove unused imports and methods * chore: fix jvmTarget warnings in subprojects * fix: remove usage of partial reparser to reduce LSP errors * fix: NPE in FindHelper while finding definition of a symbol * fix: ensure openedFiles.json always exists * chore: update crowdin contributors table * tests: ignore PartialReparserTest * fix(deps): update dependency com.google.code.gson:gson to v2.10.1 * chore: update bug report template * chore: update feature request template * tests: fix assertion error in CompilationTaskProcessor implementation * refactor(lsp/java): refactor code in JavaParserUtils * fix(lsp/java): fully qualified names are used in generated setters * fix(lsp/java): type params not included in generated constructor parameter types * Update FUNDING.yml * fix(deps): update editor to v0.21.0 closes #731, closes #725 * fix: dynamic colors are not applied to main activity * fix: try to fix #734 * chore(deps): update agp to v7.4.0 * fix(xml-inflater,uidesigner): attributes without namespaces are not handled fixes #729 * fix(xml-inflater): log messages instead of throwing exceptions while parsing attribute values While parsing attribute values, if the value is a reference to a resource and its type is unexpected, throwing exceptions will result in the IDE crash as the view adapters call these methods on the UI thread. Instead, logging warning messages would be a better option. (closes #744) * refactor: remove unused subprojects * fix: remove unused 'scheme.langs' property from color schemes * fix: undefined file types are not handled by TreeSitterLanguage * chore(deps): update plugin com.mooltiverse.oss.nyx to v1.3.1 * fix(deps): update dependency androidx.appcompat:appcompat to v1.6.0 * fix(deps): update dependency org.jetbrains:annotations to v24 * fix: detect leaked closable objects * feat: replace Toaster with Flashbar * fix: address some memory leaks * fix(editor,lsp/java): avoid reflective access to IDEEditor * refactor: move hardcoded dependencies to version catalog * fix(deps/tooling-api): update builder-model to v7.4.0 * tests: test tooling api implementation with minimum supported version by default * tests: test AGP 7.4.0 with tooling API implementation * chore: disable collapsed versions for mainline release * chore: do not run publish job for pull requests * fix(flashbar): always show on UI thread * feat(actions): add API to destroy ActionItem instances * fix: release dialog instance when RunTasksAction is destroyed Not releasing the dialog instance causes a memory leak * fix: memory leak caused due to retained ViewInfoSheet instance in DesignerWorkspaceFragment * fix: fix memory leaks related to GradleBuildService and editor activity * chore(deps): update plugin com.mooltiverse.oss.nyx to v1.3.2 * refactor: refactor * refactor: remove 'Gradle daemon status' action * fix: memory leak in APK installation callback * docs: add docs for UI Designer * docs: update docs * docs(editor): update docs for color scheme * docs(editor): update docs for color scheme * docs: add docs for dark variant of a color scheme * chore(deps): update plugin com.mooltiverse.oss.nyx to v1.3.3 * fix(tooling-api): register custom GSON adapter for java.io.File * fix: update tests to be compatible with JDK 17 * refactor(javac): update nb-javac-android This replaces the usage of 'com.sun' package from javac to 'openjdk'. * fix(xml-inflater): attributes on <include> tag are not applied to IncludeView * fix(xml-inflater): some required methods are not overridden by IncludeView * fix(tooling-api): FileTypeAdapter is incorrectly implemented * refactor: removed unnecessary JavacTaskUtil class * fix: crash if the built application cannot be launched (closes #759) * chore: run workflow build with JDK 17 * Add API 33 in Project Creator * refactor: rename package 'javax' to 'jdkx' * refactor: resolve some compiler warnings * fix(xml-inflater,uidesigner): exclude unsupported view adapters from adapters index * docs: update javadoc for IViewAdapter * fix(xml-inflater): invalid IView instance is added to parent view in onCreateIncludedView * fix(xml-inflater): invalid IView instance is added to parent view in onCreateIncludedView * fix(tests): update LayoutInflaterTest * fix: fix memory leak when application is closed while initializing project (closes #781) * refactor: fix typo in method name * fix: invalid path specified in :subprojects:tooling-api-model:copyToTestDir Gradle task * fix: UTF-8 character in CharOperation causes build issues on Windows (closes #762) * chore(deps): update plugin com.mooltiverse.oss.nyx to v2 (#767) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update kotlin monorepo to v1.8.10 (#776) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update agp to v7.4.1 (#773) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency com.google.devtools.ksp:symbol-processing-api to v1.8.10-1.0.9 (#765) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency androidx.appcompat:appcompat to v1.6.1 (#789) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency com.google.android.material:material to v1.8.0 (#761) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(resources): some unstranslatable strings are translatable * fix(resources): some unstranslatable strings are translatable * fix(deps): update tree-sitter to v1.2.1 (#791) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.25.0 (#769) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency com.android.tools.build:builder-model to v7.4.1 (#774) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(resources): some unstranslatable strings are translatable * chore: update crowdin contributors table (#760) Co-authored-by: itsaky <itsaky@users.noreply.github.com> * New Crowdin updates (#728) * New Crowdin updates (#793) * chore: update crowdin contributors table (#792) Co-authored-by: itsaky <itsaky@users.noreply.github.com> * chore: add proguard rules to ignore 'jdkx.**' classes --------- Co-authored-by: itsaky <itsaky@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Deep Kr. Ghosh <75083264+deepkrg17@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed windows build
... Removed letters, what can't compiled with windows gradle
... Changed Gradle path to copyng tooling-api-model.jar
Design change
... Renamed desrtoy to destroy