| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-29 | use snake_case consistently in lua function names | jacqueline | |
| 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-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-06-28 | WIP start on an updated main menu ui | 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 | Fix missing duration when no track is playing | 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-04-18 | Merge the StatusBar bindings table with each screen's bindings table | jacqueline | |
| 2024-04-11 | show a preview of the new track position while scrubbing | jacqueline | |
| 2024-04-11 | Use a fix scrubber range on the playing screen | jacqueline | |
| this ensure that the amount the scrubber moves for each tick of the input remains consistent, even when tracks have very different durations | |||
| 2024-04-09 | Go to the start of the current track before the previous track when hitting back | jacqueline | |
| 2024-03-28 | Merge branch 'main' into themes | ailurux | |
| 2024-03-27 | Update icons and volume dialogue to use themes | ailurux | |
| 2024-03-20 | Support pinning decoded images to RAM | jacqueline | |
| 2024-03-07 | use prototype inheritance for lua screens, rather than functions | jacqueline | |
| 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. | |||
| 2024-02-16 | Only update scrubber if not currently dragging | ailurux | |
| 2024-02-16 | WIP: seeking in lua example | ailurux | |
| 2024-02-12 | Add buttons for shuffle + repeat track | ailurux | |
| 2024-02-06 | focus the play/pause toggle when entering the now playing screen | jacqueline | |
| 2024-01-23 | Add next+prev buttons to the Now Playing screen. | Robin Howard | |
| 2024-01-18 | wrap long artist names and titles | jacqueline | |
| 2023-11-25 | implement play/pause | jacqueline | |
| 2023-11-24 | Migrate 'now playing' screen to lua | jacqueline | |
| 2023-11-23 | Add a second font, flesh out browser screen | jacqueline | |
