summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-03fix issues with leftover bytes in audio converterjacqueline
2023-12-22Support changing the usb msc statejacqueline
2023-12-20Fix some dither clipping issuesjacqueline
2023-12-19Add dither when requantising >16 bit samplesjacqueline
2023-12-19Fix sample::FromSigned to not shift by a negative amountjacqueline
2023-12-19replace foxenflac with miniflacjacqueline
2023-12-18Add the touchwheel button to the AKS channeljacqueline
2023-12-18Audio fsm usability tweaksjacqueline
2023-12-14Have the unit not immediately sleep when starting up.Robin Howard
2023-12-13add a cool lua repljacqueline
2023-12-12Centralise which level is 'locked'jacqueline
2023-12-12Support more datatypes in track tagsjacqueline
2023-12-09Do db updates on the bg workerjacqueline
2023-12-08Add shuffle and repeat options for the playback queuejacqueline
2023-12-07Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fwjacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
2023-12-06Add a back button gesture in clickwheel modejacqueline
2023-12-05Add basic track queue save/load supportjacqueline
2023-12-05Rewrite the track queue to work directly with database iteratorsjacqueline
2023-11-25implement play/pausejacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-24Periodically check int lines instead of relying on interruptsjacqueline
2023-11-23Implement adding to the playback queue from luajacqueline
2023-11-23Add a second font, flesh out browser screenjacqueline
2023-11-22Use protected mode for lua callbacks wherever possiblejacqueline
2023-11-22Add basic lua browser screenjacqueline
2023-11-21Make lua db iterators asyncjacqueline
2023-11-21Remove delay from read aheadailurux
2023-11-21Add lua functions to get database contentjacqueline
2023-11-20Use a non-IRAM-safe interrupt for gpio changesjacqueline
2023-11-20Use C functions for the backstack, instead of a lua modulejacqueline
2023-11-20Add a generic lua function binding, alongside propertiesjacqueline
2023-11-20Don't start readahead until parsing the stream's header is finishedjacqueline
2023-11-15fix incorrect docstringjacqueline
2023-11-15Set up ldoc and lua-language-server, write some module stubsjacqueline
2023-11-14Add two-way databinding for lua, and flesh out the lua statusbarjacqueline
2023-11-12Convert the main menu screen to lua loljacqueline
2023-11-10one weird trick to reduce boot timejacqueline
2023-11-10Fix display off on boot with new lock switch directionjacqueline
2023-11-10Change lock switch direction to match r7 standbyjacqueline
2023-11-09Fixed extra null bytes at the end of collationsailurux
2023-11-08Increase the size of the system fsm QueueSetjacqueline
2023-11-07haptics: don't wait when initialising the driver.Robin Howard
2023-11-07adds scrollbar fixup comment.Robin Howard
2023-11-07haptics: adds a "haptic_effect" console commandRobin Howard
2023-11-07haptics: buzz on boot, and when changing focus of items.Robin Howard
2023-11-07haptics: adds a wrapper for the DRV2605L haptic motor driverRobin Howard
2023-11-07Improve memory usage of mad codecjacqueline
2023-11-07use std::list instead of std::deque for eventsjacqueline
2023-11-07Ensure the GPIO ISR is in IRAMjacqueline