summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-08-28Don't show n+1/n when we run out of queuejacqueline
2024-08-28Fix random.cpp not being builtjacqueline
2024-08-28clang-formatjacqueline
2024-08-28Handle the loading state whilst appending many tracks betterjacqueline
2024-08-28spellojacqueline
2024-08-28Some minor cleanup, docs, assertionsjacqueline
2024-08-28Timeout when writing output samples throughout the audio pipelinejacqueline
2024-08-28Move the UI task main loop info iramjacqueline
2024-08-28Delete unused half readmejacqueline
2024-08-26Switch output mode to headphones when plugged inailurux
2024-08-26Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-08-26Move some hot driver functions into iramjacqueline
2024-08-26Fix queue serialisation so that the position is correctly appliedailurux
2024-08-15Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwailurux
2024-08-15Update position when updating the shufflerailurux
2024-08-15Don't break early from clearing PcmBufferjacqueline
2024-08-15Delay DB reindexing slightlyjacqueline
2024-08-15Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-08-14Always initialise bytes_cleared when clearing PcmBuffersjacqueline
2024-08-14Fix for position persisting when queue resetailurux
2024-08-13Don't spuriously report that the current track has changedjacqueline
2024-08-13Move off of deprecated APIsjacqueline
2024-08-13Fix build errors from stricter visibility requirementsjacqueline
2024-08-13Accept a specific tag in `loglevel`jacqueline
2024-08-12Bump up the ui task stack sizejacqueline
2024-08-12Shard searching for new tracks across multiple tasksjacqueline
2024-08-12Make FileGatherer shaped more like a normal iteratorjacqueline
2024-08-12Batch up the db operations associated with adding new tracksjacqueline
2024-08-12Derive the next track id from stored track data, instead of tracking it expli...jacqueline
2024-08-12Use one MMU page per leveldb write bufferjacqueline
2024-08-12daniel/theme-setting (#87)ailurux
2024-08-09Claw back some internal ramjacqueline
2024-08-07Don't try to serialise a missing playlist namejacqueline
2024-08-07Recalibrate the touchwheel after unlockingjacqueline
2024-07-30Advance the queue when the current track fails to startjacqueline
2024-07-30daniel/playlist-queue (#84)ailurux
2024-07-26Use a piecewise linear formula to calculate battery %jacqueline
2024-07-25add some helpful hex dump overloadsjacqueline
2024-07-25Parse single-byte track ids properlyjacqueline
2024-07-24Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-07-24Add a settings screen with power+battery infojacqueline
2024-07-22Continue decoding even if OV_HOLE is returnedailurux
2024-07-22Fix off by one errorailurux
2024-07-22Oops, forgot a return statementailurux
2024-07-22Queue now keeps file offsets in memory to speed up searchailurux
2024-07-19Fix track ids containing '\n' not decoding properlyjacqueline
2024-07-19WIP initial tts player wiringjacqueline
2024-07-17Encode snapshots as PNGs when saving to diskjacqueline
2024-07-17Add a console command to dump a snapshotjacqueline
2024-07-16Fix std::optional accessailurux