Commit graph

23 commits

Author SHA1 Message Date
Albert Armea
64ee1d7bc6 Implement controller exit
Use the "Home" button (or Xbox or PlayStation, depending on the controller)
2026-02-08 13:43:17 -05:00
Albert Armea
b12b42b13d Fix analog stick up/down
It's not inverted anymore
2026-02-08 12:45:12 -05:00
Albert Armea
2538403acd Fix up/down moves 2026-02-08 12:11:20 -05:00
Albert Armea
e5a4dbdce7 WIP: keyboard and controller support 2026-02-08 11:14:09 -05:00
Albert Armea
ffa8d7f07a Implement connection check 2026-02-07 17:47:16 -05:00
Albert Armea
9da95a27b3 Add "steam"-specific type
This implementation allows each platform to choose how to launch Steam (on Linux, we use the snap as the examples suggested before), and keeps Steam alive after an activity exits so that save sync, game updates, etc. can continue to run.

Change written by Codex 5.2 on medium:

Consider this GitHub issue https://github.com/aarmea/shepherd-launcher/issues/4. On Linux, an activity that uses the "steam" type should launch Steam via the snap as shown in the example configuration in this repository.

Go ahead and implement the feature. I'm expecting one of the tricky bits to be killing the activity while keeping Steam alive, as we can no longer just kill the Steam snap cgroup.
2026-02-07 16:22:55 -05:00
Albert Armea
d823ed0a19 Implement Flatpak application type 2026-01-09 22:26:26 -05:00
Albert Armea
3b1a2fb166 shepherdd shouldn't require root to run 2025-12-31 22:33:44 -05:00
Albert Armea
ffa6fbd095 Add support for custom icon images 2025-12-30 08:23:53 -05:00
Albert Armea
5e5e6f6806 Lint: electric boogaloo 2025-12-29 17:51:55 -05:00
Albert Armea
c444426507 Add crate documentation 2025-12-29 16:54:57 -05:00
Albert Armea
f5d7d69578 :%s/daemon/service/g 2025-12-29 12:52:03 -05:00
Albert Armea
2711782c42 Hide Steam UI while loading 2025-12-29 02:30:08 -05:00
Albert Armea
133a55035a Add clock mocking mechanism for dev use only 2025-12-28 21:26:54 -05:00
Albert Armea
005db1dbf4 Use type-aware fallback icons 2025-12-28 15:39:43 -05:00
Albert Armea
fb7503eeb4 Add volume policy 2025-12-28 09:30:54 -05:00
Albert Armea
d449a7adff Implement time-unrestricted activities 2025-12-27 23:26:49 -05:00
Albert Armea
d2bebd39a6 Hide launcher window when child application starts 2025-12-27 22:46:38 -05:00
Albert Armea
0f837e26d6 Fix tile and text colors 2025-12-27 19:47:11 -05:00
Albert Armea
252ee4dd8d Pull Snap process managment into its own entry kind 2025-12-27 14:27:34 -05:00
Albert Armea
3b28bd7129 Fix child process monitoring 2025-12-27 11:28:15 -05:00
Albert Armea
2965afacae Make launcher runnable 2025-12-27 10:50:54 -05:00
Albert Armea
e2013eb694 WIP: Launcher UI 2025-12-26 20:01:22 -05:00