Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump language-java from 0.15.0 to 0.15.1 #149

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2022

Bumps language-java from 0.15.0 to 0.15.1.

Release notes

Sourced from language-java's releases.

0.15.1

This is a major update of sora-editor

New features

  • editor-lsp for LSP users, provided by @​dingyi222666
  • new selection position can be provided by formatters
  • code completion in language-textmate (optional)
  • specify whether a scheme is dark and some new color ids for completion window (#215)
  • specify line background color from language analyzer and these backgrounds are automatically shifted when text is editted
  • highlight matching delimiters (including underline, bold and background) (optional)

Improvements

  • quicker speed when finding index in text
  • use Android 12 introduced new EdgeEffect
  • reusing layout objects and async loading
  • editor is still partially interactive when formatting
  • draw only visible region of diagnostics
  • optimize shifting logic of diagnostics
  • optimize the speed of deleting texts in editor, especially when deleting text with a lot of lines
  • better display of symbols in wordwrap mode, especially in Chinese and Japanese
  • do not recreate layout when text size is not actually changed when the user finishes scaling
  • better user experience when editor is not editable
  • more switches in DirectAccessProps

Fixed bugs

  • fix potential NPE during destruction of AsyncIncrementalAnalyzeManager
  • fix concurrent issue of InsertTextHelper (critical)
  • fix sometimes wrongly drawn newline markers on high API devices

Notice

From next version of sora-editor, the min SDK version will rise to Android API 24 due to better maintainence.

Commits
  • 93d6ea0 Bump version to 0.15.1
  • 2f7278b Extract GraphicsConstants
  • 4ac38a9 Add functional interface in AsyncIncrementalAnalyzeManager
  • 05a01b3 Use LOG_TAG in EditorPainter
  • 5f8f8cb Fix bug in clipping rect while patching texts
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [language-java](https://github.com/Rosemoe/sora-editor) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/Rosemoe/sora-editor/releases)
- [Commits](Rosemoe/sora-editor@0.15.0...0.15.1)

---
updated-dependencies:
- dependency-name: io.github.Rosemoe.sora-editor:language-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 25, 2022
@PranavPurwar PranavPurwar merged commit ebb14bb into main Jul 26, 2022
@dependabot dependabot bot deleted the dependabot/gradle/io.github.Rosemoe.sora-editor-language-java-0.15.1 branch July 26, 2022 04:45
PranavPurwar pushed a commit that referenced this pull request Jul 29, 2022
* Added a lot of changes that I'm too lazy to break into good commits.

revert previous commit

revert previous commit

update sora-editor

chore(deps): bump language-java from 0.15.0 to 0.15.1 (#149)

Bumps [language-java](https://github.com/Rosemoe/sora-editor) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/Rosemoe/sora-editor/releases)
- [Commits](Rosemoe/sora-editor@0.15.0...0.15.1)

---
updated-dependencies:
- dependency-name: io.github.Rosemoe.sora-editor:language-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

refactor: Refactor code and improve some comments

Fix annoying "No class roots are found in JDK path: " error in kotlinc

change import name to use updated package name

fix package name extraction system

feat: Improve UI

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

Use our Typography System

Remove duplicate style

Added fonts

Use CosmicIde TextAppearance instead of Default TextAppearance

No commit message

No commit message

Get ColorControlNormal color for Completion Stroke color

fix: Use another attr for getting color

temp: Temporarily disable nonTransitiveRClass

No commit message

Use colorOutline for stroke color

Enable nonTransitiveRClass

Use google's R class for getting attrs

Do not import google's R class

Add insets for landscape orientation

Add insets for landscape orientation

feat: Highlight current cursor position for completion item

Add missing import

Fix null cannot be converted to int

Use trim for project name check

Add BaseActivity

Remove extra parenthesis

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

Fix typo

Fix typo

No commit message

No commit message

Use constants string expression

Recreate activity when current theme has changed

No commit message

No commit message

Add missing import

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

Save current file when another activity comes into the foreground

:skull:

* Added a lot of changes that I'm too lazy to break into good commits.

revert previous commit

revert previous commit

update sora-editor

chore(deps): bump language-java from 0.15.0 to 0.15.1 (#149)

Bumps [language-java](https://github.com/Rosemoe/sora-editor) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/Rosemoe/sora-editor/releases)
- [Commits](Rosemoe/sora-editor@0.15.0...0.15.1)

---
updated-dependencies:
- dependency-name: io.github.Rosemoe.sora-editor:language-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

refactor: Refactor code and improve some comments

Fix annoying "No class roots are found in JDK path: " error in kotlinc

change import name to use updated package name

fix package name extraction system

feat: Improve UI

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

Use our Typography System

Remove duplicate style

Added fonts

Use CosmicIde TextAppearance instead of Default TextAppearance

No commit message

No commit message

Get ColorControlNormal color for Completion Stroke color

fix: Use another attr for getting color

temp: Temporarily disable nonTransitiveRClass

No commit message

Use colorOutline for stroke color

Enable nonTransitiveRClass

Use google's R class for getting attrs

Do not import google's R class

Add insets for landscape orientation

Add insets for landscape orientation

feat: Highlight current cursor position for completion item

Add missing import

Fix null cannot be converted to int

Use trim for project name check

Add BaseActivity

Remove extra parenthesis

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

Fix typo

Fix typo

No commit message

No commit message

Use constants string expression

Recreate activity when current theme has changed

No commit message

No commit message

Add missing import

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

No commit message

Save current file when another activity comes into the foreground

:skull:

* fix: Use actionBarSize instead of dp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant