Skip to content

Releases: UniverseKing4/GitCode

Release v181

Choose a tag to compare

@github-actions github-actions released this 21 Feb 08:50

Final GitCode version

Release v177

Choose a tag to compare

@github-actions github-actions released this 20 Feb 15:05

Bug fixes default ALL to dark mode and slight tab management update

Release v175

Choose a tag to compare

@github-actions github-actions released this 20 Feb 14:41

Best for now

Release v174

Choose a tag to compare

@github-actions github-actions released this 20 Feb 14:36
Initial commit: GitCode Android IDE

Release v172

Choose a tag to compare

@github-actions github-actions released this 20 Feb 14:27
Fix ViewParent cast error

Release v170

Choose a tag to compare

@github-actions github-actions released this 20 Feb 14:22

Perfect fix

Release v167

Choose a tag to compare

@github-actions github-actions released this 20 Feb 14:11
Fix dialog text and apply M3 to file menu buttons

✅ Dialog Fixes:
- Dialog button text is now WHITE in dark mode
- All dialog text is WHITE in dark mode
- Proper contrast and visibility

✅ File Menu Enhancements:
- File/folder menu buttons (⋮) use M3 onSurfaceVariant color
- Proper color for both light and dark modes
- Polished and consistent with M3 design

✅ Everything working perfectly

Release v166

Choose a tag to compare

@github-actions github-actions released this 20 Feb 14:04
Enhance v159 with Material 3 toolbar and menu improvements

✨ Enhancements:
- Options menu: Added emoji icons to all menu items
- Options menu: Dynamic M3 text colors (onSurface)
- Action bar: M3 colors for both light and dark modes
- Action bar: Flat design (elevation 0) per M3 guidelines

✅ All v159 features preserved
✅ Zero bugs
✅ Polished and production-ready

Release v165

Choose a tag to compare

@github-actions github-actions released this 20 Feb 13:56
Fix action bar title to use Material 3 onSurface color

- Action bar title now uses M3 onSurface (0xFFE6E1E5 dark / 0xFF1C1B1F light)
- All menus already use M3DialogBuilder with proper styling
- File/folder context menus use M3 dialogs
- Options menu uses system styling (follows dark mode)
- 100% Material 3 compliance verified

Release v163

Choose a tag to compare

@github-actions github-actions released this 20 Feb 13:44
FINAL FIX: Complete Material 3 for toolbar, menu, and dialogs

- Action bar: M3 surface container (0xFF211F26 dark / 0xFFF3EDF7 light)
- Action bar title: M3 onSurface color (0xFFE6E1E5 dark / 0xFF1C1B1F light)
- Action bar: Flat design (elevation 0) per M3 guidelines
- Options menu: Added emoji icons to all items
- Options menu: M3 onSurface text color applied dynamically
- Dialog backgrounds: M3 surface container (0xFF211F26)
- Dialog text: WHITE in dark mode (already working)
- Dialog buttons: WHITE in dark mode (already working)
- Everything polished and production-ready