summaryrefslogtreecommitdiff
path: root/lua/img
AgeCommit message (Collapse)Author
2025-08-22Make the CE mark slightly smallerayumi
2025-07-25Make the newly added icon smallerayumi
2025-05-17Add an icon for partially played long-form contentAmanda Stjerna
The icon is the pause icon in a circle. Closes: #376
2025-03-05Allow manually unmounting the SD cardayumi
2025-02-25Make the new icons smallerayumi
2025-02-25Update new icons to match othersailurux
2025-02-23Add icons to the file browserSam
2025-02-11Make the last two images smallerayumi
2025-02-11Revert the smaller icons that were actually biggerjacqueline
Google 'images inflation' to learn more
2025-02-07Make icons smallerayumi
2025-02-06Compress ce.png and weee.png using pngquantrdsh
2025-02-06Compressed iconsrdsh
2025-02-05Add smaller icons for playlists and directory filesailurux
2025-01-17ailurux/now-playing-menu (#184)ailurux
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>
2025-01-02Add track info screenTom Kirchner
2024-12-19Queue repeat modes (#126)ailurux
This replaces the previous system of a separate track and queue repeat, with a RepeatMode type with the following options and behaviours: - OFF: No repeat, queue or track. When the current queue finishes, shuffled or otherwise, playback will stop. - REPEAT_TRACK: The current track will loop indefinitely, unless next is explicitly called through some user action (ie using the next button in the now playing screen) - REPEAT_QUEUE: The entire queue will repeat indefinitely. When shuffled is enabled this will repeat the queue with new combinations each cycle. The repeat mode is persisted in non-volatile storage, so the behaviour will be consistent throughout restarts and queue replacements, and so the "queue repeat by default" use case can be met in this way. In addition, I've made it work a little nicer when the queue runs out in the now playing screen, keeping the previously played track shown and playback can be continued by using the play button or by going to a previous song in the queue. Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/126 Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2024-09-27Added listened indicator for audiobooks and podcastsailurux
2024-09-19Add quick USB MSC access to the main menujacqueline
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-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-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-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-17Add a screen for FCC and CE regulatory nonsensejacqueline
2024-06-28tweak file browser iconjacqueline
2024-06-28use cuter images on the main menujacqueline
2024-06-28WIP start on an updated main menu uijacqueline
2024-06-27Add a button to shuffle+play the current viewjacqueline
2024-06-12Removed some old, unused assetsjacqueline
2024-03-27Update icons and volume dialogue to use themesailurux
2024-03-20Image recolouring for database indicatorailurux
2024-02-12Add buttons for shuffle + repeat trackailurux
2024-02-03Adds missing greyed-out state images for next and previous; oops!Robin Howard
2024-02-01add an indicator for database updatesjacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-23Implement adding to the playback queue from luajacqueline
2023-11-23Add a second font, flesh out browser screenjacqueline