cooljqln
3bad60d3a3
Merge pull request 'Reduce icon file sizes to less than 5% of their original size' ( #249 ) from rdsh/tangara-fw:compress-icons into main
...
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/249
2 months ago
rdsh
ab43970526
Compress ce.png and weee.png using pngquant
2 months ago
rdsh
71cfa06695
Compressed icons
2 months ago
rdsh
2ec84a1393
Merge pull request 'main' ( #1 ) from cool-tech-zone/tangara-fw:main into main
...
Reviewed-on: https://codeberg.org/rdsh/tangara-fw/pulls/1
2 months ago
ailurux
9ecb79a264
Add smaller icons for playlists and directory files
2 months ago
ailurux
407c2f36f5
Merge pull request 'Playlist Browser' ( #228 ) from slord/tangara-fw:playlist-browser into main
...
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/228
2 months ago
ailurux
342726a9fc
Merge branch 'main' into playlist-browser
2 months ago
cooljqln
ebadc83f78
Merge pull request 'Update to latest version of fusion12 and build it like 10px' ( #244 ) from r-tae/tangara-fw:font-update into main
...
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/244
2 months ago
River Tae Smith
db6239de60
Update to latest version of fusion12 and build it like 10px
2 months ago
ailurux
ddd591da1c
Fix issue with last touch wheel time not being initialised
2 months ago
slord
508c8c7910
Merge branch 'main' into playlist-browser
2 months ago
Sam
ff733e8f0c
Wrap filesystem iterator
...
Change to wrapping the filesystem iterator rather than iterating over
table values. Also centralise the is_playlist check and hide Playlists
menu if none are present
2 months ago
ailurux
813db15da8
Fix merge issue breaking control settings screen
3 months ago
cooljqln
38cb3d8219
Merge pull request 'Add optional support for adjusting volume while locked' ( #230 ) from teisenbe/tangara-fw:locked_input into main
...
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/230
3 months ago
Sam
844b3f733e
Use Playlist subdirectory
...
Target /Playlists, display and browse sub directories and playlists
within
3 months ago
cooljqln
28846b989b
Merge pull request 'UI tweaks' ( #229 ) from schrockwell/tangara-fw:ui-tweaks-pr into main
...
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/229
3 months ago
Tess Eisenberger
546daf71c1
Persist locked control mode setting
3 months ago
Tess Eisenberger
1d485c97b0
Add optional support for changing volume while locked
...
This adds a new Controls setting for adjusting the behavior
when locked, and an option for allowing volume control.
3 months ago
Tess Eisenberger
e8eaf3df10
Add a new setting for input controls when locked
...
This is just the plumbing of the new setting. The input methods will
come in subsequent patches.
3 months ago
Rockwell Schrock
1c0170254c
Add .DS_Store to gitignore
3 months ago
Rockwell Schrock
281518eb58
Autofocus controls in settings screens
3 months ago
Rockwell Schrock
15806716c5
Autofocus the first index on the main menu
3 months ago
Rockwell Schrock
8b12310990
On the playing screen, show "Not Playing" when the queue is empty
3 months ago
Sam
10ba00951b
Remove unused imports
3 months ago
Sam
e343ffee5a
Add playlist browser
...
Add a menu item to main menu and associated browser for playlist files
in the root of the SD card
3 months ago
Rockwell Schrock
6c323f0fd0
Don't detect center button touch until 250ms after wheel touch
3 months ago
ailurux
b98e67972b
Add outline to switch for better legibility in hicon theme
3 months ago
ailurux
ad9eae79fd
Merge pull request 'Highlight background on dropdown focus' ( #208 ) from r-tae/tangara-fw:dropdown-recolour into main
...
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/208
3 months ago
River Tae Smith
5163e59130
Change dropdown background on focus
3 months ago
jacqueline
9f9b400fb3
version bump
3 months ago
ailurux
631faea1f5
Fix for wav tagging to handle padding byte with odd size
3 months ago
ailurux
5e3cfc8f3d
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
3 months ago
ailurux
001fc52ec8
Fix playlists not setting the queue to ready
3 months ago
Rockwell Schrock
abf13d4ec1
On browser and file_browser screens, focus the first item when appearing
3 months ago
jacqueline
ddcd06dbca
Add 'Tdisc' to libtags
...
Uses 'TPOS' for id3v2 tags, and 'DISCNUMBER' for vorbis comments (mostly
just relevant to flacs for our use case).
Fixes #181 .
3 months ago
jacqueline
f9011839cd
Actually read+write the fast charge nvs bit
...
It turns out that our error prone method of managing nvs keys has led to
an error!
We took a look over the other keys here and it didn't look like any
others were missing.
Fixes #204
3 months ago
jacqueline
b4b43ca3eb
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
3 months ago
cooljqln
580712acd1
Resolve some issues with dangling index records ( #193 )
...
- The tag parser's cache is now cleared between indexing runs, preventing stale data from being used
- Multi-value tag fields (genres, all artists) are now properly ingested in the tag value cache
- Cleaning up removed index records now properly handles the case where only a subset of the records for multi-value tags need to be deleted.
- Synthesizing missing tag values is now done in the tag parser instead of TrackTags, which resolves some issues with multi-value tag callbacks from libtags not being handled properly
These fixes seem to address all the issues with stale index records we were able to repro (including the issues in https://codeberg.org/cool-tech-zone/tangara-fw/issues/191 ), but if you've got any more cases with consistent repros then lmk!
Co-authored-by: ailurux <ailuruxx@gmail.com>
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/193
3 months ago
jacqueline
337f62669b
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
3 months ago
ailurux
eeead03747
Fix leading UTF-8 BOM in returned TXXX tag value
3 months ago
jacqueline
312ec8f85a
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
3 months ago
jacqueline
597208a60a
version bump
3 months ago
ailurux
27fa107b86
Don't show "go to" buttons if no track or if we don't know the artist/album
3 months ago
jacqueline
91721fb52a
Version bump
3 months ago
ailurux
61cc7209ef
ailurux/now-playing-menu ( #184 )
...
Overflow menu for the now playing screen. New home for the info screen here. Adds quick navigation to current album or artist (thanks tjk!) and clear queue button.
Also fixed up the way the now playing screen looks when queue is cleared (remove previous duration and don't show "loading" if nothing is actively loading).
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/184
Co-authored-by: ailurux <ailuruxx@gmail.com>
Co-committed-by: ailurux <ailuruxx@gmail.com>
3 months ago
cooljqln
0180c9311d
Merge pull request 'Add an input sequence for hard rebooting' ( #185 ) from jqln/hard-reset into main
...
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/185
3 months ago
ailurux
3dd0887c1f
Fix audiobook/podcast queue method
3 months ago
jacqueline
6886c686d5
Add comment
3 months ago
jacqueline
934b1484b2
Add a hard reset input sequence to recover from broken device states
...
- Unlock device
- Hold both volume buttons
- Lock device
- Unlock device
3 months ago
jacqueline
a69b95187b
Handle lock state in each input device, instead of in the lvgl driver
3 months ago