jacqueline
88ac96242f
Load fonts asynchronously on a bg task
...
This saves a second or two from bootup; AFAICT this *mostly* reclaims
the dynamic fonts boot time regression.
1 jaar geleden
jacqueline
9204b585ae
show a message if the sd card is unmounted
1 jaar geleden
jacqueline
624e4555ad
tweak file browser icon
1 jaar geleden
jacqueline
0db9ffc905
use cuter images on the main menu
1 jaar geleden
jacqueline
9db964ce74
WIP start on an updated main menu ui
1 jaar geleden
jacqueline
95072d865c
remove chatty log
1 jaar geleden
jacqueline
0bbf279e5e
Add a button to shuffle+play the current view
1 jaar geleden
ailurux
cb9560428d
Fix issue with previous not working with shuffle
1 jaar geleden
jacqueline
ba808916a8
Add fusion fonts to lua partition
1 jaar geleden
jacqueline
2d6c70d5f6
Fix missing duration when no track is playing
1 jaar geleden
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.
1 jaar geleden
jacqueline
e58dcf6dc5
WIP fix issues introduced by lvgl version bump
1 jaar geleden
jacqueline
b02d13f5a5
Removed some old, unused assets
1 jaar geleden
jacqueline
a76255ad58
Revert "Removed some old, unused assets"
...
This reverts commit f1992fc856
.
1 jaar geleden
jacqueline
f1992fc856
Removed some old, unused assets
1 jaar geleden
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"
1 jaar geleden
jacqueline
e8f5e73b1a
Handle tracks with no duration in the playback screen
1 jaar geleden
ailurux
e06a096194
Minor improvements to infinite list widget
1 jaar geleden
ailurux
ce9861260d
Remove unused local var
1 jaar geleden
ailurux
0062eb9a9e
Rename widget to InfiniteList
1 jaar geleden
ailurux
8019c76918
File browser and track browser bug fixes
1 jaar geleden
ailurux
eeb3f2d406
WIP: File browser, needs bug fixes
1 jaar geleden
jacqueline
344a46d066
Respond to sd card mounts and unmounts within lua
...
Includes no longer blocking the main menu on an sd card being inserted!!
1 jaar geleden
jacqueline
a231fd1c8a
Replace cpp::span shim with std::span
1 jaar geleden
jacqueline
727847017d
Add a button to update the samd's firmware
1 jaar geleden
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 jaar geleden
jacqueline
b17f8a3dcc
Merge the StatusBar bindings table with each screen's bindings table
1 jaar geleden
jacqueline
e34842516e
show a preview of the new track position while scrubbing
1 jaar geleden
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 jaar geleden
jacqueline
2e59325c22
Go to the start of the current track before the previous track when hitting back
1 jaar geleden
ailurux
01ae3fee30
Status bar consistency improvements
1 jaar geleden
jacqueline
96b62321c3
fix some issues with settings screen styling
1 jaar geleden
jacqueline
5f1a6507d8
Warn and block MSC disable if the sd card is busy
1 jaar geleden
jacqueline
654fde5f68
Support disabling automatic database updates
1 jaar geleden
ailurux
bf58cb7acf
Minor fixes
1 jaar geleden
ailurux
489fbceb2b
Update icons and volume dialogue to use themes
1 jaar geleden
jacqueline
cddfc2fbf7
Dont allow quitting the msc screen when msc is enabled
2 jaren geleden
jacqueline
dadac304dd
Add very basic usb msc ui
2 jaren geleden
jacqueline
654dcb34d6
Support pinning decoded images to RAM
2 jaren geleden
ailurux
f29d31d01c
Image recolouring for database indicator
2 jaren geleden
ailurux
4293c48836
Fix bad merge
2 jaren geleden
ailurux
170c23b832
Fairyfloss dark theme palette test
2 jaren geleden
ailurux
f1599c237c
Better styling for settings pages + dropdown menus
2 jaren geleden
ailurux
1133d46215
WIP Lua Theming- style classes
2 jaren geleden
ailurux
dc74bc1de9
Add other styles to lua theme
2 jaren geleden
ailurux
a78614a580
WIP: Getting styles from lua
2 jaren geleden
jacqueline
eba5adeb8c
Show the now playing screen after being locked for a while
2 jaren geleden
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.
2 jaren geleden
jacqueline
d41f9f7033
Use drflac instead of miniflac
...
This one is fast as hell! Does seeking really good too. Thank u Doctor
Flac.
2 jaren geleden
ailurux
d25e5860c7
Only update scrubber if not currently dragging
2 jaren geleden