Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
56a198d
The empty lock-screen panels carry Jay's demo content
jaylfc Sep 16, 2026
943d2e7
More demo content in every lock-screen panel
jaylfc Sep 16, 2026
8ccee09
The demo panels stop being invisible on the glass
jaylfc Sep 16, 2026
3104fc3
Alerts stops duplicating the mailbox, phone and apps panels
jaylfc Sep 16, 2026
af172fe
Hold the power key for the power menu
jaylfc Sep 16, 2026
1c60c2b
The lock screen's scripts revalidate instead of going stale
jaylfc Sep 16, 2026
6f9b391
The power menu actually appears, and goes away with the screen
jaylfc Sep 16, 2026
8d8d953
Power off and Restart confirm before acting
jaylfc Sep 16, 2026
d60a444
The System panel shows what each agent is using
jaylfc Sep 16, 2026
94401d8
Swipe down from the top for brightness
jaylfc Sep 16, 2026
543d3a5
A menu closes while the screen is dark, not on the way back
jaylfc Sep 16, 2026
bf224d9
The volume keys reveal a bezel, and a carousel of agents
jaylfc Sep 16, 2026
151bcf5
Stop the volume code breaking another suite's extractor
jaylfc Sep 16, 2026
b9958e7
The agent carousel is radial, pivoting on the volume rocker
jaylfc Sep 17, 2026
8273fda
Quick settings gets Wi-Fi and Bluetooth switches
jaylfc Sep 17, 2026
41ccf0c
Tests for the radio switches, including the two ways they could lie
jaylfc Sep 17, 2026
425250e
Holding to talk stops also advancing the agent, and the arc blurs the…
jaylfc Sep 17, 2026
3f828fc
The agent arc opens where you left it, most recently used first
jaylfc Sep 17, 2026
4eda226
Volume-down heads to the last used agent, and dictation is a centred …
jaylfc Sep 17, 2026
f04a49e
Volume keys on a dark screen wake it, unless the phone is pocketed
jaylfc Sep 17, 2026
b36c5ed
The arc fades up out of black instead of flashing the lock screen
jaylfc Sep 17, 2026
dbec5fb
The waking panel's first frame is black, because it has to be
jaylfc Sep 17, 2026
d314abb
Closing a dark-summoned arc returns to black, not to a grey lock screen
jaylfc Sep 17, 2026
4741c0c
The grey was the body gradient, not the layer I kept moving
jaylfc Sep 17, 2026
95e8d92
hideAll reads its state before destroying it
jaylfc Sep 17, 2026
f1c1f90
The volume bezel returns to black too, and the thread rises with its …
jaylfc Sep 17, 2026
94644e8
Volume-down walks from the most used agent to the second
jaylfc Sep 17, 2026
4bb08f4
Blanking takes the volume surfaces with it
jaylfc Sep 17, 2026
e0fa78c
Opened from standby, back to standby
jaylfc Sep 17, 2026
45e910f
A torch toggle and a camera shortcut flank the unlock bar
jaylfc Sep 17, 2026
65bc622
Both of @taOS-dev's must-fixes, and the alerts tests that were left s…
jaylfc Sep 17, 2026
5a5d89a
The lock screen's camera button opens the camera
jaylfc Sep 17, 2026
8e39a1e
Pressing the active category clears the lock screen
jaylfc Sep 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog.d/3108-agent-usage-stats.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Lock screen: the System panel now lists each agent's CPU, RAM and storage
alongside the device readings.
- Lock screen: the phone, mailbox and apps panels no longer show "not wired up
yet" placeholders over their content.
2 changes: 2 additions & 0 deletions changelog.d/3108-arc-emergence.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Lock screen: summoning the agent chooser on a dark screen no longer flashes
the lock screen first, and the arc fades up out of black.
2 changes: 2 additions & 0 deletions changelog.d/3108-arc-returns-to-black.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Lock screen: closing the agent chooser that was summoned on a dark screen
returns to black instead of revealing the lock screen.
4 changes: 4 additions & 0 deletions changelog.d/3108-brightness-shade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Lock screen: swipe down from the top edge for a quick-settings shade with a
brightness slider.
- Lock screen: the power menu is now a centred dialog over the blurred screen
rather than a bottom sheet, and Emergency call is red.
2 changes: 2 additions & 0 deletions changelog.d/3108-carousel-memory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Lock screen: the agent chooser opens on the agent you last left it on, and
arranges the faces with the most recently used first.
3 changes: 3 additions & 0 deletions changelog.d/3108-hide-the-feed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Lock screen: pressing the category icon you are already on fades the cards
away so you can see the screen underneath; pressing it again brings them
back.
8 changes: 8 additions & 0 deletions changelog.d/3108-lock-demo-panels.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Lock screen: the Phone, Mailbox, Apps and Projects panels now carry content,
and pending decisions appear at the top of Alerts where they can be approved
or dismissed without leaving the screen.
- Lock screen: the Settings tab is replaced by Projects.
- Lock screen: panel content is scripted demo data served by
`/auth/lock-panels`, which is console-only and 404s unless both
`TAOS_LOCK_DEMO_AGENTS` and `TAOS_LOCK_DEMO_PANELS` are set. The lock screen
renders before sign-in, so there is no path from any of it to a real account.
7 changes: 7 additions & 0 deletions changelog.d/3108-lock-power-menu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Lock screen: holding the power key for 1.5s opens a power menu with Power
off, Restart, Stop all agents, Screenshot and Emergency call. A short tap
still toggles the screen.
- Lock screen: "Stop all agents" and "Emergency call" ask for confirmation
before acting.
- Handset: double-tapping the dark screen wakes it. A single stray touch no
longer does.
2 changes: 2 additions & 0 deletions changelog.d/3108-lock-screen-camera.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Lock screen: the camera shortcut beside the unlock bar now opens the taOS
camera app instead of saying there is not one.
2 changes: 2 additions & 0 deletions changelog.d/3108-no-ghost-surface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Lock screen: blanking the screen now dismisses the volume bezel and agent
chooser, so neither ghosts onto the next wake.
7 changes: 7 additions & 0 deletions changelog.d/3108-panels-and-stop-agents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Lock screen: the Phone, Mailbox, Apps and Projects panels now render their
"nothing here" state on a device without the demo content, instead of being
blank.
- Lock screen: "Stop all agents" in the power menu now asks for the passcode.
The confirm collects the intent and raises the keypad, so the agents are
stopped as the signed-in user. Power off and Restart are unchanged: holding
the power key already did both from the lock screen.
6 changes: 6 additions & 0 deletions changelog.d/3108-pocket-gate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Lock screen: a volume key on a dark screen wakes it and shows the agent
chooser over black, rather than acting invisibly.
- Handset: volume presses are ignored while the proximity sensor says the phone
is in a pocket or against something.
- Lock screen: the first volume-down press only opens the chooser; it no longer
also rotates it.
2 changes: 2 additions & 0 deletions changelog.d/3108-quick-settings-radios.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Lock screen: the pull-down shade has Wi-Fi and Bluetooth switches alongside
the brightness slider.
2 changes: 2 additions & 0 deletions changelog.d/3108-standby-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Lock screen: a surface opened while the screen is in standby returns to
standby when it closes, rather than sometimes leaving the lock screen up.
2 changes: 2 additions & 0 deletions changelog.d/3108-torch-camera.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Lock screen: a torch toggle and a camera shortcut sit either side of the
swipe-to-unlock bar. The torch drives the flash LED directly.
4 changes: 4 additions & 0 deletions changelog.d/3108-voice-dialog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Lock screen: volume-down now moves toward your most recently used agent on
the rotary chooser.
- Lock screen: the microphone on an agent island opens a centred dialog over
the blurred screen instead of a bottom sheet.
4 changes: 4 additions & 0 deletions changelog.d/3108-volume-dark-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Lock screen: changing the volume on a dark screen no longer leaves the lock
screen showing when the slider goes away.
- Lock screen: opening an agent thread slides the thread and keyboard up as one
motion instead of two.
5 changes: 5 additions & 0 deletions changelog.d/3108-volume-keys.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Lock screen: pressing volume up reveals a volume bezel without changing the
volume; the next presses adjust it.
- Lock screen: pressing volume down slides an agent carousel out of the left
edge. The volume keys cycle agents, and holding one starts a mock
push-to-talk with the focused agent.
Loading
Loading