Skip to content

Releases: appdevforall/CodeOnTheGo

26.11

10 Mar 18:28

Choose a tag to compare

What's Changed

Full Changelog: 26.10...26.11

26.10

03 Mar 20:32

Choose a tag to compare

What's Changed

  • ADFA-2790 | Fix ScrollView parser crash on multiple children by @jatezzz in #975
  • ADFA-2976 | Prevent agent chat save crash when agent dir is missing by @jatezzz in #997
  • fix/ADFA-3046 changing old AndroidIDE strings to Code on the Go by @davidschachterADFA in #1012
  • fix/ADFA-2375 Shorten the permissions introduction text by @davidschachterADFA in #1014
  • ADFA-2668: Standardize ADFA green by @Daniel-ADFA in #984
  • ADFA-2657 | Fix editor threading and selection logic by @jatezzz in #980
  • CV - Switch to the Unbundled ML Kit by @avestaadfa in #936
  • ADFA-3069 Properly manage flashbar error message size during screen rotation by @hal-eisen-adfa in #1009
  • ADFA-2783: update templates to use compile/target SDK 36 by @itsaky-adfa in #994
  • fix/ADFA-680-685, 2037, 1103 Fix improper use of COGO, etc. in user-visible strings by @davidschachterADFA in #1020
  • fix(ADFA-3093): Add bottom padding to prevent overlap on system navigation bar by @dara-abijo-adfa in #1021
  • ADFA-3085 | Fix ENOENT crash when saving chat sessions by @jatezzz in #1016
  • ADFA-2714 Add tooltip for Plugin Manager by @hal-eisen-adfa in #1007
  • fix 16 kB alignment issue returns with computer visio by @Daniel-ADFA in #1010
  • ADFA-2849: do not overwrite repositories in Gradle Plugin by @itsaky-adfa in #995
  • ADFA-3076 | Fix crash on unmapped modules during code actions by @jatezzz in #1018
  • ADFA-3050 | Fix crash when resolving file name from revoked URI by @jatezzz in #1006
  • ADFA-2980 | Fix IllegalStateException in RestartVmAction when client is missing by @jatezzz in #998
  • ADFA-3007 | Add proactive low storage check and dialog by @jatezzz in #1011
  • ADFA-3100 | Skip Sentry reporting for missing bundled assets by @jatezzz in #1024
  • ADFA-3030 | Prevent tab access crash when content is null by @jatezzz in #1023

Full Changelog: 26.09...26.10

26.09

24 Feb 19:04

Choose a tag to compare

What's Changed

Read more

26.08

17 Feb 19:05
90dea94

Choose a tag to compare

What's Changed

Full Changelog: 26.07...26.08

26.07

10 Feb 22:17
1781511

Choose a tag to compare

New: Accessibility support for Android TalkBack screen reader

We’re happy to announce our first community contribution! Based on work provided by makhlwf (GitHub Issue 888), Code on the Go now supports the Android TalkBack screen reader in the file tree and the project command slider. We appreciate your efforts to help us build a more inclusive app. 

Improvements and enhancements

In a project, it's now easier to swipe the actions slider to the left or right.

The plugin template demonstrates how to add a tooltip to the UI button in the fragment.

User-requested changes

Added (GitHub issue 835): You can now preview Jetpack Compose layouts in the editor.

Fixed (GitHub issue 879): When you open an XML file that contains a fragment tag in the layout editor and discard changes, the fragment element in the XML file now remains intact.

Fixed (GitHub issue 890) Autocomplete suggestions for methods and classes no longer disappear before they can be selected.

Other fixes

When a layout XML file contains an include and/or a merge tag, the element is correctly maintained when exiting the layout editor.

Projects no longer reopen automatically after closing when Open last project is enabled in preferences.

The experimental sketch-to-UI feature is only visible when experimental features are enabled.

A plugin can now be closed when it’s the only open window in the project.

The background color for the plugin manager is changed.

The size of several resource images is reduced. 

Other fixes including:

IllegalStateException (two occurrences)

NullPointerException

26.04

20 Jan 21:14

Choose a tag to compare

Selecting release variant now works

In the Build variants panel, selecting release now correctly creates a release build. The workaround of manually running the Gradle :app:assembleRelease task is no longer required. To use the feature, follow these steps:

  1. Swipe right or tap the menu button to display the left navigation rail.
  2. Tap the Build variants button (which looks like the top of the Android robot). The Build variants panel is displayed. By default, debug will be selected.
  3. Tap debug to display a menu, then select release.
  4. At the bottom, tap Apply. Gradle will reconfigure and sync the project to match the selected build variant. When you build the app, Gradle will create the APK for the currently selected variant.

Click here to watch a short video demonstrating how to use the feature

Other fixes

  • Fixed: GitHub Issue #828: If you exit the layout editor without making changes, saving is no longer initiated.
  • Fixed: Wireless ADB now connects automatically after pairing, even if the Debugger tab is not opened.
  • Fixed: After using Android’s split-screen feature, the app now displays correctly when the split screen is closed.
  • Other bug fixes including:
    DiagnosticCoroutineContextException
    FileNotFoundException
    IllegalArgumentException: Invalid path
    IllegalArgumentException: Cannot add a null child view to a ViewGroup
    IllegalStateException: Activity has been destroyed
    JsonRpcException: java.io.IOException: Stream closed

26.02

08 Jan 01:58

Choose a tag to compare