Skip to content

Releases: tyron12233/CodeAssist

CodeAssist v0.2.9 ALPHA

29 Mar 13:49
4b1348a
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/tyron12233/CodeAssist/blob/main/changelogs/0.2.9/changelog.md

CodeAssist v0.2.8.2 ALPHA

28 Feb 11:52
5a3659c
Compare
Choose a tag to compare
Pre-release

Bug fix update

  • fix project actions menu not showing
  • fix project refresh action opens another project
  • Fix unintended green block line color
    Added new theme keys, "blockLineColor" and "currentBlockLineColor"

CodeAssist v0.2.8.1 ALPHA

28 Feb 09:14
5a3659c
Compare
Choose a tag to compare
Pre-release

Bug fix update.

What's Changed

  • Updated the Turkish Translation by @detherminal in #263
  • add Strings.xml in Portuguese by @IsaacOfc in #264
  • fixed little language mistakes,add more items. by @qiukuijun in https://github.com/tyron12233/CodeAssist/pull/252
  • fixed inconsistent code completions
  • fixed CalledFromWrongThreadException after refreshing module
  • fixed crash when using override inherited methods action
  • fixed invalid syntax highlighting after saving from layout editor.
  • fixed project settings not synced before indexing.
  • improved editor performance.
  • Removed italic style for xml attribtues.

New Contributors

Full Changelog: ALPHA-0.2.8...ALPHA-0.2.8.1

CodeAssist v0.2.8 ALPHA

23 Feb 21:10
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: ALPHA-0.2.7...ALPHA-0.2.8

CodeAssist v0.2.7 ALPHA

15 Feb 20:25
4c8a775
Compare
Choose a tag to compare

CodeAssist v0.2.6.1 ALPHA

11 Feb 14:17
Compare
Choose a tag to compare
Pre-release
  • Fixed project list overlap in main menu.
  • Fixed wrong styles in tablet mode.
  • Fixed inconsistent expand selection action.
  • Fixed themes not getting saved on restart.
  • Improved parsing of xml.
  • Fixed parent tag not read properly from current position.
  • Fixed wrong telegram link in about page.
  • Fixed system bars overlapping views.
  • Fixed cursor position not restored after switching tabs.
  • Fixed Attribute Editor title not visible.
  • Fixed symbol input view not responding to touch.
  • Fixed pretty print in json, should use tabs now depending on the language setting.
  • Fixed inconsistent indent when pasting a text,

CodeAssist v0.2.6 ALPHA

10 Feb 20:02
ca8c57d
Compare
Choose a tag to compare

CodeAssist v0.2.5.2 ALPHA

07 Feb 12:55
Compare
Choose a tag to compare
Pre-release

Bug fix update

  • Added progress indicator on the top right corner of the editor when background analyzer is running.
  • The editor's contents are now updated when modified externally. #121
  • Fixed attributes without format are not shown on xml completions. #178
  • Fix crash when the repositories.json is malformed. #121
  • Fix android resources (@android:color/black) gets converted to its name (black) only after saving. #178
  • Rewrote the way texts are read. Blank files should not appear anymore. Apologies for those whose code are wiped with this bug. If you are still experiencing this, please open an issue.
  • Fixed crash on the editor when the language does not have symbol pairs (e.g inserting a parenthesis in build.gradle file)

CodeAssist V0.2.5.1 ALPHA

06 Feb 17:21
Compare
Choose a tag to compare
Pre-release

Bug fix update

  • Fixed google-services.json keys not properly replaced in secrets.xml
  • Fixed zip align warnings treated as errors.
  • Fixed crash when long pressing a java file without a cache built.
  • Fixed crash when adding a dependency with an unknown declaration from build.gradle
  • Fix margins not shown on layout completion.
  • Handled race condition where the background xml analyzer would analyze a blank file causing the current file to become blank.

CodeAssist v0.2.5 ALPHA

06 Feb 12:57
8011caa
Compare
Choose a tag to compare