| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-13 | include repeat, replay, and shuffle in persisted queue info | jacqueline | |
| 2024-02-12 | Don't hold lock on notifyChanged | ailurux | |
| 2024-02-12 | Add buttons for shuffle + repeat track | ailurux | |
| 2024-02-05 | Preserve the queue when going into standby | jacqueline | |
| 2024-02-01 | Use a single pool of bg workers instead of separate tasks per use case | jacqueline | |
| Also: bump the number of workers tasks up to 3 from 2! This makes bg db updates + playback work :) | |||
| 2024-01-23 | Fix bug where calling TrackQueue's next() repeatedly would increase the ↵ | Robin Howard | |
| position despite running off the end of the queue. | |||
| 2023-12-08 | Add shuffle and repeat options for the playback queue | jacqueline | |
| 2023-12-07 | Remove pre-iterator concepts | jacqueline | |
| - No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do | |||
| 2023-12-05 | Add basic track queue save/load support | jacqueline | |
| Not wired up yet; I need to do a bunch of cleanup before i wire it in | |||
| 2023-12-05 | Rewrite the track queue to work directly with database iterators | jacqueline | |
| 2023-11-24 | Migrate 'now playing' screen to lua | jacqueline | |
| 2023-10-28 | Annotates the kTag with maybe_unused; they're only used for logging. | Robin Howard | |
| 2023-10-20 | Don't crash if the current track source encounters a record with no id | jacqueline | |
| This *shouldn't* normally happen, but it's not worth crashing over. | |||
| 2023-09-28 | Use bindey for databinding instead of hand rolling ui updates | jacqueline | |
| 2023-07-26 | make event queue go faster | jacqueline | |
| 2023-07-25 | fuck off | jacqueline | |
| 2023-07-17 | Basic playlists for upcoming | jacqueline | |
| Beware under-testing and bugs. Just getting something barebones in so that I can do rN+1 bringup | |||
| 2023-07-07 | wire up the playing screen with some real data | jacqueline | |
| Includes implementing song duration calculation for CBR MP3 files | |||
