Skip to content

Releases: rmyndharis/VSCodroid

v1.0.0

21 Apr 04:21

Choose a tag to compare

v0.2.9

27 Feb 14:02

Choose a tag to compare

Fix

  • Upgrade AGP 8.7.38.9.1, AndroidX Activity 1.10.01.12.4, AndroidX Core 1.15.01.16.0
  • Update Material Components 1.13.01.14.0-alpha09
  • All deprecated edge-to-edge API calls (setStatusBarColor, setNavigationBarColor, LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES) are now guarded with SDK_INT < 35 in library code
  • Remove deprecated theme attributes and fitsSystemWindows from layouts

Full Changelog: v0.2.8...v0.2.9

Full Changelog: v0.2.8...v0.2.9

v0.2.8

27 Feb 13:51

Choose a tag to compare

Fix

  • Update Material Components 1.13.01.14.0-alpha09 to resolve Play Store edge-to-edge deprecated API warnings (setStatusBarColor, setNavigationBarColor, LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES)
  • Update AndroidX Activity 1.10.01.10.1
  • Remove deprecated theme attributes (from v0.2.5)
  • Remove deprecated fitsSystemWindows from layouts (from v0.2.4)

Full Changelog: v0.2.5...v0.2.8

Full Changelog: v0.2.5...v0.2.8

v0.2.5

27 Feb 04:15

Choose a tag to compare

Fix

  • Remove deprecated android:statusBarColor, android:navigationBarColor, and android:windowLayoutInDisplayCutoutMode=shortEdges from themes.xml to resolve Play Store edge-to-edge warnings for Android 15 (SDK 35)
  • Remove deprecated android:fitsSystemWindows from 4 layout files (from v0.2.4)

All edge-to-edge behavior is now handled by enableEdgeToEdge() in Activities.

Full Changelog: v0.2.4...v0.2.5

Full Changelog: v0.2.4...v0.2.5

v0.2.4

27 Feb 01:01

Choose a tag to compare

Fix

  • Remove deprecated android:fitsSystemWindows from layout files to resolve Play Store edge-to-edge warnings for Android 15 (SDK 35)

Full Changelog: v0.2.3...v0.2.4

Full Changelog: v0.2.3...v0.2.4

v0.2.3

15 Feb 14:54

Choose a tag to compare

Full Changelog: v0.2.2-m6...v0.2.3

Full Changelog: v0.2.2-m6...v0.2.3

v0.2.2-m6

14 Feb 00:53

Choose a tag to compare

Changes since v0.1.0-alpha

Fixes

  • Mobile menu CSS: Touch-friendly hamburger dropdown (44px targets, 14px font, 280px min-width)
  • Keyboard positioning: Fix ExtraKeyRow floating above soft keyboard (edge-to-edge insets handling)
  • Secret storage persistence: Extensions keep login across app restarts
  • OAuth callback relay: Chrome → WebView intent relay for extension auth
  • White screen on reopen: Fix when server is already running

Toolchain ZIPs (HTTP fallback)

  • toolchain_go.zip — Go toolchain
  • toolchain_ruby.zip — Ruby toolchain
  • toolchain_java.zip — Java toolchain

Play Store

  • versionCode 4, signed release AAB (253 MB)

Full Changelog: v0.1.0-alpha...v0.2.2-m6

Full Changelog: v0.1.0-alpha...v0.2.2-m6

v0.1.0-alpha

12 Feb 15:27

Choose a tag to compare

Alpha release with toolchain ZIPs for sideloaded installs.