index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
playing.lua
Age
Commit message (
Collapse
)
Author
2024-04-18
Merge the StatusBar bindings table with each screen's bindings table
jacqueline
2024-04-11
show a preview of the new track position while scrubbing
jacqueline
2024-04-11
Use a fix scrubber range on the playing screen
jacqueline
this ensure that the amount the scrubber moves for each tick of the input remains consistent, even when tracks have very different durations
2024-04-09
Go to the start of the current track before the previous track when hitting back
jacqueline
2024-03-28
Merge branch 'main' into themes
ailurux
2024-03-27
Update icons and volume dialogue to use themes
ailurux
2024-03-20
Support pinning decoded images to RAM
jacqueline
2024-03-07
use prototype inheritance for lua screens, rather than functions
jacqueline
this gives us a way to give each screen nice little hooks, like 'onShown' and 'onHidden'. later we can use these hooks to disable bindings for screens that aren't in-use.
2024-02-16
Only update scrubber if not currently dragging
ailurux
2024-02-16
WIP: seeking in lua example
ailurux
2024-02-12
Add buttons for shuffle + repeat track
ailurux
2024-02-06
focus the play/pause toggle when entering the now playing screen
jacqueline
2024-01-23
Add next+prev buttons to the Now Playing screen.
Robin Howard
2024-01-18
wrap long artist names and titles
jacqueline
2023-11-25
implement play/pause
jacqueline
2023-11-24
Migrate 'now playing' screen to lua
jacqueline
2023-11-23
Add a second font, flesh out browser screen
jacqueline