null
5caae523e7
feat: app icon redesign, store assets, brand identity docs (batch v0.2.5)
...
- Redraw adaptive icon layers (background + foreground) with Closer palette colors
- Add monochrome icon layer for Android 13+ themed icons
- Add mipmap-anydpi-v33 adaptive icon configs (round + standard)
- Add store assets: 512px app icon, 1024x500 feature graphic, source SVGs
- Add docs/brand/visual-identity.md with brand mark, color palette, store voice, asset rules
- Update store-assets.md checklist to reflect completed items
2026-06-19 19:10:03 -05:00
null
7256a71bdf
feat: dark mode support — ThemeMode setting, dynamic colors, status bar sync (batch v0.2.4)
...
- Add ThemeMode enum (DEVICE/LIGHT/DARK) with DataStore persistence
- SettingsScreen: appearance section with radio buttons for Device/Light/Dark
- SettingsViewModel: observe and persist theme mode
- MainActivity: read theme setting, apply dark theme, sync status bar icons
- Replace hardcoded Color.White references with MaterialTheme.colorScheme.surface across auth, onboarding, settings, and theme
- Convert AuthVisuals, SettingsVisuals, CloserPalette brushes to @Composable getters using dynamic scheme colors
- Add values-night/themes.xml for dark theme manifest entry
- Add ThemeModeTest unit test for fromStorageValue parsing
2026-06-19 19:00:37 -05:00
null
92a257b3eb
feat: add sex field to user profile, Google profile extraction, multi-step onboarding, profile editing
2026-06-17 23:59:46 -05:00
null
f7b95fc9ba
feat: add Google sign-in icon, update login screen and auth visuals
2026-06-17 23:07:19 -05:00
null
d21763ac41
feat: add sexual_preferences seed data (question_v2 schema)
2026-06-17 22:10:50 -05:00
null
95ea9ffed5
security: disable auto backup, rewrite backup rules as allowlist, harden data extraction rules for Android 12+
2026-06-16 21:58:17 -05:00
null
afeb1a1a03
docs: add README, add proguard rules, Firestore entitlement checker, network security config, update build config and onboarding
2026-06-16 20:16:47 -05:00
null
84995641f3
refactor: package rename from com.couplesconnect.app to app.closer, update build config and firebase setup
2026-06-16 20:03:58 -05:00
null
e42de938e7
fix: update Invite model, backup rules, and Firestore security rules
2026-06-16 19:44:28 -05:00
null
af7603d61c
feat(ui): navigation refactor, screen wiring, local answer persistence
...
- Refactored AppNavigation with route-based screen graph
- Wired all screens (auth, onboarding, pairing, home, wheel, questions, settings)
- Added local answer repository (SharedPreferences-based)
- Added HomeViewModel, AnswerHistoryViewModel, AnswerRevealViewModel
- Added question category browsing, pack library, composer screens
- Cleaned up DailyQuestionScreen/QuestionThreadScreen to use shared components
- Projected route docs, account/settings screens, new drawable resources
2026-06-15 23:48:55 -05:00
null
1c976935c9
feat: Firebase + RevenueCat stack, PLAN.md integration, 11 implementation batches (v0.1.0)
2026-06-15 18:43:43 -05:00