| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-29 | Style regulatory icons so they are visible with the light theme | ailurux | |
| 2024-08-29 | use snake_case consistently in lua function names | jacqueline | |
| 2024-08-28 | When clicking a track in the file browser, play it | jacqueline | |
| Includes adding a `playback.is_playable` for working out whether or not a particular file is able to be played | |||
| 2024-08-28 | Handle the loading state whilst appending many tracks better | jacqueline | |
| 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-27 | Various UI tweaks and improvements | ailurux | |
| 2024-08-27 | Update battery icon to be a bit smaller | ailurux | |
| 2024-08-16 | Redesigned many icons, added styles for battery icon recolouring based on ↵ | ailurux | |
| percentage | |||
| 2024-08-16 | Updated a few icons | ailurux | |
| 2024-08-16 | Add cool skeumorphic embossing | jacqueline | |
| 2024-08-15 | Add border to switch widget | ailurux | |
| 2024-08-15 | Some UI/themes tweaks | ailurux | |
| 2024-08-12 | daniel/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-30 | Start playback immediately when selecting a playlist | jacqueline | |
| 2024-07-30 | daniel/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-24 | Add a settings screen with power+battery info | jacqueline | |
| Mostly for debugging, but also u can toggle fast charging off and on now | |||
| 2024-07-18 | Add Hangul characters to the bundled font | jacqueline | |
| 2024-07-17 | Fix an error in the scroll sensitivity UI | jacqueline | |
| 2024-07-17 | Scroll to top when selecting the back button | jacqueline | |
| 2024-07-17 | Add a screen for FCC and CE regulatory nonsense | jacqueline | |
| 2024-07-17 | Fix the top bar scrolling off the screen on the licenses screen | jacqueline | |
| 2024-07-12 | Disable shuffle when selecting 'play all' | jacqueline | |
| 2024-07-12 | Give Bluetooth settings a bit of a refresh | jacqueline | |
| 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-11 | WIP improve bluetooth api and settings screen | jacqueline | |
| 2024-07-03 | Load fonts asynchronously on a bg task | jacqueline | |
| This saves a second or two from bootup; AFAICT this *mostly* reclaims the dynamic fonts boot time regression. | |||
| 2024-06-28 | show a message if the sd card is unmounted | jacqueline | |
| 2024-06-28 | tweak file browser icon | jacqueline | |
| 2024-06-28 | use cuter images on the main menu | jacqueline | |
| 2024-06-28 | WIP start on an updated main menu ui | jacqueline | |
| 2024-06-27 | remove chatty log | jacqueline | |
| 2024-06-27 | Add a button to shuffle+play the current view | jacqueline | |
| 2024-06-18 | Fix issue with previous not working with shuffle | ailurux | |
| 2024-06-14 | Add fusion fonts to lua partition | jacqueline | |
| 2024-06-14 | Fix missing duration when no track is playing | jacqueline | |
| 2024-06-14 | Load fonts dynamically from /lua | jacqueline | |
| This unfortunately slows boot time by a bit, but I think we should be able to reclaim that time eventually. | |||
| 2024-06-12 | WIP fix issues introduced by lvgl version bump | jacqueline | |
| 2024-06-12 | Removed some old, unused assets | jacqueline | |
| 2024-06-12 | Revert "Removed some old, unused assets" | jacqueline | |
| This reverts commit f1992fc8560dd3eb16487530f9fae31412ba3843. | |||
| 2024-06-12 | Removed some old, unused assets | jacqueline | |
| 2024-05-29 | Start on TTS support by logging the data that will become TTS lines | jacqueline | |
| 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" | |||
| 2024-05-16 | Handle tracks with no duration in the playback screen | jacqueline | |
| 2024-05-14 | Minor improvements to infinite list widget | ailurux | |
| 2024-05-10 | Remove unused local var | ailurux | |
| 2024-05-10 | Rename widget to InfiniteList | ailurux | |
| 2024-05-10 | Merge branch 'main' into file-browser | ailurux | |
| 2024-05-06 | File browser and track browser bug fixes | ailurux | |
| 2024-05-06 | WIP: File browser, needs bug fixes | ailurux | |
| 2024-05-03 | Respond to sd card mounts and unmounts within lua | jacqueline | |
| Includes no longer blocking the main menu on an sd card being inserted!! | |||
| 2024-05-02 | Replace cpp::span shim with std::span | jacqueline | |
| 2024-04-19 | Add a button to update the samd's firmware | jacqueline | |
| 2024-04-19 | daniel/recycler-list (#66) | ailurux | |
| @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> | |||
