Releases: tyron12233/CodeAssist
Releases · tyron12233/CodeAssist
CodeAssist v0.2.9 ALPHA
What's Changed
- updated BundleTool by @deenu713 in #273
- fixed Chinese language mistakes and add Chinese(TW)and Chinese(HK)language by @qiukuijun in https://github.com/tyron12233/CodeAssist/pull/283
- res: pt-BR: Initial translation commit by @Hakalle in #286
- Update strings.xml in Portuguese by @IsaacOfc in #288
- feat: Add option to import files and directories for android 10 and below by @alluhemanth27 in #279
- Added german translation by @PriNova in #311
- The sentences with increased translation are in Simplified Chinese and Traditional Chinese by @qiukuijun in https://github.com/tyron12233/CodeAssist/pull/318
- Traditional Chinese Update by @cracky5322 in #316
- res: pt-rBR: Update translation by @Hakalle in #300
- feat: Use unique tab titles for files with same names by @MikeAndrson in #325
- feat: Improve default resource name restrictions string by @JavkhlanK in #339
- feat: Unique file name preference summary by @JavkhlanK in #338
- feat: Improve German strings by @JavkhlanK in #337
- Added Arabic language strings-ar.xml by @smith8h in #342
- some edits on strings.xml by @arab-ware in #348
- Revert "some edits on strings.xml" by @tyron12233 in #349
- Revert "Added Arabic language strings-ar.xml" by @tyron12233 in #350
- feat: Show completion window on XML attribute inserted by @MikeAndrson in #368
- Android Manifest Rtl Mode Tag by @arab-ware in #354
- feat: Add View Binding by @MikeAndrson in #331
New Contributors
- @Hakalle made their first contribution in #286
- @PriNova made their first contribution in #311
- @cracky5322 made their first contribution in #316
- @JavkhlanK made their first contribution in #339
- @smith8h made their first contribution in #342
- @arab-ware made their first contribution in #348
Full Changelog: https://github.com/tyron12233/CodeAssist/blob/main/changelogs/0.2.9/changelog.md
CodeAssist v0.2.8.2 ALPHA
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
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
What's Changed
- User experience will be better with singleLine by @hassanmahfuj in #217
- Updating the Russian translation strings.xml by @rdm600 in #221
- add Strings.xml in Spanish by @Unknown-60 in #228
- add Chinese by @qiukuijun in https://github.com/tyron12233/CodeAssist/pull/232
- More changelogs: https://github.com/tyron12233/CodeAssist/blob/main/changelogs/0.2.8/changelog.md
New Contributors
- @hassanmahfuj made their first contribution in #217
- @Unknown-60 made their first contribution in #228
- @qiukuijun made their first contribution in https://github.com/tyron12233/CodeAssist/pull/232
Full Changelog: ALPHA-0.2.7...ALPHA-0.2.8
CodeAssist v0.2.7 ALPHA
CodeAssist v0.2.6.1 ALPHA
- 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
View full change logs at https://github.com/tyron12233/CodeAssist/blob/main/changelogs/0.2.6/changelog.md
CodeAssist v0.2.5.2 ALPHA
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
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.