summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2024-10-08Fixed issue with saving positions, and only auto-resume long-form contentailurux
2024-10-08Change top bar icons to black for contrast and consistencyailurux
2024-10-01autoformatjacqueline
2024-10-01Pin some images to ram that we missedjacqueline
2024-10-01Don't enable usb msc when the database is updatingjacqueline
2024-10-01GC after lockingjacqueline
2024-09-27Added listened indicator for audiobooks and podcastsailurux
2024-09-24Format hours properly for times shown and ensure centering of playlist ↵ailurux
position labels
2024-09-24Hide database indexes that do not contain any tracksjacqueline
2024-09-19Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-09-19Add quick USB MSC access to the main menujacqueline
2024-09-17Remove loggingailurux
2024-09-17Implements seeking to saved position for tracksailurux
2024-09-17Merge branch 'main' into daniel/persistent-positionsailurux
2024-09-17Added lua methods to access track dataailurux
2024-09-13Merge branch 'main' into jqln/ttsjacqueline
2024-09-12Remove explicit opacity set on headerailurux
2024-09-12daniel/theme-tweaks (#102)ailurux
- Multiple improvements + fixes - Add charge outline icon for improving readability with monochromatic themes - Add a chevron icon and update existing dropdown menus - Rename `set_style` to `set_subject` for disambiguation with lvgl's Style type Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/102 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org> Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2024-09-12Clean up some tts logging and descriptionsjacqueline
2024-09-10Rename set_style to set_subjectailurux
2024-09-10Use '/sd' instead of '/sdcard' for accessing the sd cardjacqueline
it's cleaner
2024-09-09High contrast theme + Icon Improvements (#100)ailurux
Updated settings icon, rounded the circular play/pause icons, and addition of a new high contrast theme. Would be good to get feedback on the high contrast theme at this stage, as my intention is to use it as the basis for other 2-colour themes. One issue I'm aware of is the charge indicator when recoloured to black is not very legible on the black battery icon. I am planning on adding an additonal outline image that can be recoloured to the background colour to make it stand out more. Happy to fix that in a later PR or I can add it now but it will take a bit of work. Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/100 Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2024-09-06m3u and m3u8jacqueline
2024-09-06Support opening m3u and m3u8 files as playlistsjacqueline
2024-08-29Style regulatory icons so they are visible with the light themeailurux
2024-08-29use snake_case consistently in lua function namesjacqueline
2024-08-28When clicking a track in the file browser, play itjacqueline
Includes adding a `playback.is_playable` for working out whether or not a particular file is able to be played
2024-08-28Handle the loading state whilst appending many tracks betterjacqueline
1) Update the queue length periodically so that the user can see we're working 2) Clear any previous track and display "loading..." instead
2024-08-27Various UI tweaks and improvementsailurux
2024-08-27Update battery icon to be a bit smallerailurux
2024-08-16Redesigned many icons, added styles for battery icon recolouring based on ↵ailurux
percentage
2024-08-16Updated a few iconsailurux
2024-08-16Add cool skeumorphic embossingjacqueline
2024-08-15Add border to switch widgetailurux
2024-08-15Some UI/themes tweaksailurux
2024-08-12daniel/theme-setting (#87)ailurux
- Themes can be loaded from disk and built-in - Themes can be selected in a new themes menu of the settings screen - Some touch-ups to existing themes - The saved theme is persisted in nvs Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/87 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org> Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2024-07-30Start playback immediately when selecting a playlistjacqueline
2024-07-30daniel/playlist-queue (#84)ailurux
Support for playlist files being opened along side the queue's own playlist. Playlists can be opened from the file browser, if the file ends in ".playlist" (will add support for .m3u as well eventually) Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/84 Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2024-07-24Add a settings screen with power+battery infojacqueline
Mostly for debugging, but also u can toggle fast charging off and on now
2024-07-18Add Hangul characters to the bundled fontjacqueline
2024-07-17Fix an error in the scroll sensitivity UIjacqueline
2024-07-17Scroll to top when selecting the back buttonjacqueline
2024-07-17Add a screen for FCC and CE regulatory nonsensejacqueline
2024-07-17Fix the top bar scrolling off the screen on the licenses screenjacqueline
2024-07-12Disable shuffle when selecting 'play all'jacqueline
2024-07-12Give Bluetooth settings a bit of a refreshjacqueline
It's now a bit more responsive to stuff happening, gives you more information, and remembers your previously paired devices for faster switching between them.
2024-07-11WIP improve bluetooth api and settings screenjacqueline
2024-07-03Load fonts asynchronously on a bg taskjacqueline
This saves a second or two from bootup; AFAICT this *mostly* reclaims the dynamic fonts boot time regression.
2024-06-28show a message if the sd card is unmountedjacqueline
2024-06-28tweak file browser iconjacqueline