mbrucedogs
  • Joined on 2024-12-19
mbrucedogs pushed to develop at TopDogLabs/Bedrock 2026-01-05 00:11:29 +00:00
41b3174c3b Add CloudSyncable protocol and iCloudSyncSettingsView for reusable iCloud sync section
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-05 00:03:56 +00:00
d3dac86de4 Refactor camera/flash/HDR pickers to use SettingsSegmentedPicker
mbrucedogs pushed to develop at TopDogLabs/Bedrock 2026-01-05 00:03:53 +00:00
3e1d63740f Add SettingsSegmentedPicker with title, subtitle, and titleAccessory support
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 23:55:22 +00:00
83b03f269f Fix: Only reset timer when disabling debug premium if it was a premium option (5s/10s)
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 23:53:56 +00:00
ac3b9459b4 Wrap About section in SettingsCard for consistency
mbrucedogs pushed to develop at TopDogLabs/Bedrock 2026-01-04 23:52:11 +00:00
835e41841b Remove VolumePicker (replaced by SettingsSlider with SliderFormat.percentage)
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 23:50:38 +00:00
1b92467ec3 Refactor SettingsView to use Bedrock components: SettingsCard, SettingsNavigationRow, SettingsSlider, and titleAccessory
mbrucedogs pushed to develop at TopDogLabs/Bedrock 2026-01-04 23:50:37 +00:00
95a20ac5a3 Add settings components: SettingsCard, SettingsNavigationRow, SettingsSlider, titleAccessory for SettingsToggle, and update SETTINGS_GUIDE with debug section pattern
mbrucedogs pushed to master at TopDogLabs/Bedrock 2026-01-04 23:34:26 +00:00
b7f24c44c9 Merge develop into master: add SettingsSlider and nonisolated fix
cf46b9f1f4 Split SettingsComponents into individual view files
cc650c68d4 Add settings theming guide and fix Color typealias conflicts
c7c507c8f7 Add branding system with customizable launch screen and app icon
9212cd4c23 Fix hasCompletedInitialSync never being set for existing users
Compare 10 commits »
mbrucedogs pushed to develop at TopDogLabs/Bedrock 2026-01-04 22:58:20 +00:00
cf46b9f1f4 Split SettingsComponents into individual view files
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 22:55:19 +00:00
003d933521 Add SelfieCamTheme with branded colors and settings card containers
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 22:54:30 +00:00
255f3c2d68 Add branded SelfieCamTheme with visual improvements to settings
66736d39f9 Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
f7c554d018 Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
fe7ab135af Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
Compare 4 commits »
mbrucedogs pushed to develop at TopDogLabs/Bedrock 2026-01-04 22:54:13 +00:00
cc650c68d4 Add settings theming guide and fix Color typealias conflicts
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 21:39:54 +00:00
5499b10b2a Remove dead code and add free UX features
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 21:29:35 +00:00
52eed458f4 Fix grid visibility crash - delay camera settings until initialized
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 21:27:19 +00:00
564d2107ea Fix Center Stage crash - set control mode to .app before enabling
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 21:24:20 +00:00
56890cb519 Implement orphaned settings and delete unused files
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 21:16:15 +00:00
77d9cf9584 Remove unused 'Front Flash' setting from UI
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 21:12:38 +00:00
b96fc63b7b Fix grid overlay toggle - sync with MijickCamera's built-in grid
mbrucedogs pushed to develop at TopDogLabs/SelfieCam 2026-01-04 21:10:33 +00:00
fee15463d6 Fix: Use MCameraScreen.setCameraPosition() instead of internal cameraManager method