CodeAssist Versions Save

Experimental IDE for building Android applicatons on Android.

ALPHA-0.2.9

2 years ago

What's Changed

New Contributors

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

ALPHA-0.2.8.2

2 years ago

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"

ALPHA-0.2.8.1

2 years ago

Bug fix update.

What's Changed

New Contributors

Full Changelog: https://github.com/tyron12233/CodeAssist/compare/ALPHA-0.2.8...ALPHA-0.2.8.1

ALPHA-0.2.8

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tyron12233/CodeAssist/compare/ALPHA-0.2.7...ALPHA-0.2.8

ALPHA-0.2.6.1

2 years ago
  • 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,

ALPHA-0.2.5.2

2 years ago

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)

ALPHA-0.2.5.1

2 years ago

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.