Releases: rmyndharis/VSCodroid
Releases · rmyndharis/VSCodroid
v1.0.0
Full Changelog: v0.2.9...v1.0.0
v0.2.9
Fix
- Upgrade AGP
8.7.3→8.9.1, AndroidX Activity1.10.0→1.12.4, AndroidX Core1.15.0→1.16.0 - Update Material Components
1.13.0→1.14.0-alpha09 - All deprecated edge-to-edge API calls (
setStatusBarColor,setNavigationBarColor,LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES) are now guarded withSDK_INT < 35in library code - Remove deprecated theme attributes and
fitsSystemWindowsfrom layouts
Full Changelog: v0.2.8...v0.2.9
Full Changelog: v0.2.8...v0.2.9
v0.2.8
Fix
- Update Material Components
1.13.0→1.14.0-alpha09to resolve Play Store edge-to-edge deprecated API warnings (setStatusBarColor,setNavigationBarColor,LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES) - Update AndroidX Activity
1.10.0→1.10.1 - Remove deprecated theme attributes (from v0.2.5)
- Remove deprecated
fitsSystemWindowsfrom layouts (from v0.2.4)
Full Changelog: v0.2.5...v0.2.8
Full Changelog: v0.2.5...v0.2.8
v0.2.5
Fix
- Remove deprecated
android:statusBarColor,android:navigationBarColor, andandroid:windowLayoutInDisplayCutoutMode=shortEdgesfrom themes.xml to resolve Play Store edge-to-edge warnings for Android 15 (SDK 35) - Remove deprecated
android:fitsSystemWindowsfrom 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
Fix
- Remove deprecated
android:fitsSystemWindowsfrom 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
Full Changelog: v0.2.2-m6...v0.2.3
Full Changelog: v0.2.2-m6...v0.2.3
v0.2.2-m6
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 toolchaintoolchain_ruby.zip— Ruby toolchaintoolchain_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
Alpha release with toolchain ZIPs for sideloaded installs.