jacqueline
0bbf279e5e
Add a button to shuffle+play the current view
10 months ago
ailurux
cb9560428d
Fix issue with previous not working with shuffle
10 months ago
jacqueline
ba808916a8
Add fusion fonts to lua partition
10 months ago
jacqueline
2d6c70d5f6
Fix missing duration when no track is playing
10 months ago
jacqueline
7f2d56e29a
Load fonts dynamically from /lua
...
This unfortunately slows boot time by a bit, but I think we should be able to reclaim that time eventually.
10 months ago
jacqueline
e58dcf6dc5
WIP fix issues introduced by lvgl version bump
10 months ago
jacqueline
b02d13f5a5
Removed some old, unused assets
10 months ago
jacqueline
a76255ad58
Revert "Removed some old, unused assets"
...
This reverts commit f1992fc856
.
10 months ago
jacqueline
f1992fc856
Removed some old, unused assets
10 months ago
jacqueline
2ff8eac022
Start on TTS support by logging the data that will become TTS lines
...
Includes some misc cleanup of haptic double-triggering (or
non-triggering), since those cases all end up being TTS event
double-reporting, which to me crosses the threshold from "annoying" to
"usability issue"
11 months ago
jacqueline
e8f5e73b1a
Handle tracks with no duration in the playback screen
11 months ago
ailurux
e06a096194
Minor improvements to infinite list widget
11 months ago
ailurux
ce9861260d
Remove unused local var
12 months ago
ailurux
0062eb9a9e
Rename widget to InfiniteList
12 months ago
ailurux
8019c76918
File browser and track browser bug fixes
12 months ago
ailurux
eeb3f2d406
WIP: File browser, needs bug fixes
12 months ago
jacqueline
344a46d066
Respond to sd card mounts and unmounts within lua
...
Includes no longer blocking the main menu on an sd card being inserted!!
12 months ago
jacqueline
a231fd1c8a
Replace cpp::span shim with std::span
12 months ago
jacqueline
727847017d
Add a button to update the samd's firmware
1 year ago
ailurux
7f630cebdd
daniel/recycler-list ( #66 )
...
@cooljqln should be good to merge to main, give it a look over though please? :)
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/66
Co-authored-by: ailurux <ailuruxx@gmail.com>
Co-committed-by: ailurux <ailuruxx@gmail.com>
1 year ago
jacqueline
b17f8a3dcc
Merge the StatusBar bindings table with each screen's bindings table
1 year ago
jacqueline
e34842516e
show a preview of the new track position while scrubbing
1 year ago
jacqueline
3276d113fc
Use a fix scrubber range on the playing screen
...
this ensure that the amount the scrubber moves for each tick of the
input remains consistent, even when tracks have very different durations
1 year ago
jacqueline
2e59325c22
Go to the start of the current track before the previous track when hitting back
1 year ago
ailurux
01ae3fee30
Status bar consistency improvements
1 year ago
jacqueline
96b62321c3
fix some issues with settings screen styling
1 year ago
jacqueline
5f1a6507d8
Warn and block MSC disable if the sd card is busy
1 year ago
jacqueline
654fde5f68
Support disabling automatic database updates
1 year ago
ailurux
bf58cb7acf
Minor fixes
1 year ago
ailurux
489fbceb2b
Update icons and volume dialogue to use themes
1 year ago
jacqueline
cddfc2fbf7
Dont allow quitting the msc screen when msc is enabled
1 year ago
jacqueline
dadac304dd
Add very basic usb msc ui
1 year ago
jacqueline
654dcb34d6
Support pinning decoded images to RAM
1 year ago
ailurux
f29d31d01c
Image recolouring for database indicator
1 year ago
ailurux
4293c48836
Fix bad merge
1 year ago
ailurux
170c23b832
Fairyfloss dark theme palette test
1 year ago
ailurux
f1599c237c
Better styling for settings pages + dropdown menus
1 year ago
ailurux
1133d46215
WIP Lua Theming- style classes
1 year ago
ailurux
dc74bc1de9
Add other styles to lua theme
1 year ago
ailurux
a78614a580
WIP: Getting styles from lua
1 year ago
jacqueline
eba5adeb8c
Show the now playing screen after being locked for a while
1 year ago
jacqueline
ef72b25660
use prototype inheritance for lua screens, rather than functions
...
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.
1 year ago
jacqueline
d41f9f7033
Use drflac instead of miniflac
...
This one is fast as hell! Does seeking really good too. Thank u Doctor
Flac.
1 year ago
ailurux
d25e5860c7
Only update scrubber if not currently dragging
1 year ago
ailurux
665679b885
WIP: seeking in lua example
1 year ago
ailurux
26ae027d67
Sensitivity value now between 0 and 255
1 year ago
ailurux
0426d245c8
Scroll sensitivity configurable, but inverted
1 year ago
ailurux
9512bd97bb
Add buttons for shuffle + repeat track
1 year ago
jacqueline
ab314b82e1
fix bt settings button initial state
1 year ago
jacqueline
177277334f
focus the play/pause toggle when entering the now playing screen
1 year ago