You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hidden Camera Module: New hardware trigger to silently take pictures and save them directly to the device using CameraX.
Audio Recorder Module: New hardware trigger to record audio via microphone and save it to the public Music/BandTrigger directory. Start/Stop controlled via Play/Pause inputs from the smartband.
Dynamic Automation UI: Introduced an Exposed Dropdown Menu in the "New Automation" dialog to select the Action Type (HTTP Webhook, Hidden Camera, Audio Recorder). Dynamically hides URL fields when hardware actions are selected.
Runtime Permissions: Added native permission request launchers (Camera and Record Audio) inside the Settings tab when toggling the respective modules.
Changed
Settings UI: Restructured the settings layout, replacing the old Accessibility Service switch with dedicated toggles for the new "Hidden Camera" and "Audio Recorder" modules.
Watch State Sync: Implemented a 500ms delay trick to automatically force the watch's media state back to "Paused" after a camera trigger, preventing the "Playing" icon from getting stuck.