3 Commits

Author SHA1 Message Date
Ching
27ebefd799 fix(android): improve dark mode text readability and contrast
All checks were successful
continuous-integration/drone/push Build is passing
- Add dedicated dark mode color scheme with high contrast text
   - Create values-night resources for optimized dark theme
   - Update UI components to use MaterialTheme dynamic colors
   - Replace hardcoded colors with theme-aware colors in Compose UI
   - Fix widget text colors to adapt to system theme
   - Improve task status colors for better visibility in dark mode
2025-11-23 02:46:36 +08:00
Ching
3f4d62fde0 fix(android): resolve compilation errors and add missing resources
All checks were successful
continuous-integration/drone/push Build is passing
- Add missing imports for Column, dp, and Color
- Fix Hilt dependency injection for AppWidgetProvider
- Remove experimental Material API usage
- Fix DataStore type mismatch error
- Add application icon resources for all densities
- Update gitignore to exclude IDE files and build artifacts
2025-11-23 02:35:31 +08:00
Ching L
c790cee472 feat: implement android app with widget support
All checks were successful
continuous-integration/drone/push Build is passing
- Created comprehensive Android app requirements document
  - Built complete Android project with Kotlin and Jetpack Compose
  - Implemented task management with control and display screens
  - Added Android widget with 5-minute auto-refresh capability
  - Integrated Room database for offline support
  - Set up MVVM architecture with Hilt dependency injection
  - Configured Retrofit for API communication
  - Added Material Design 3 theming and UI components
2025-11-17 18:28:22 +08:00