summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-18calculate length for CBR mp3 filesjacqueline
2024-01-18fix issues with some song info not appearingjacqueline
2024-01-17move lua ui-related data to spi ramjacqueline
2024-01-17allocate lua properties in spi ramjacqueline
2024-01-17fix some properties that got copied wrongjacqueline
2024-01-17split out track pushingjacqueline
2024-01-17shift some long-lived allocs into spi ramjacqueline
2024-01-17whoopsjacqueline
2024-01-17Make reindex button work; no feedback yetjacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-11wav-codec (#13)ailurux
2024-01-10add accurate esp and samd versions + expose this info to luajacqueline
2024-01-10Use doubles instead of floats for lua numbers (this unpins the ui task)jacqueline
2024-01-10Add faad2 for aac decodingjacqueline
2024-01-09tweak wheel sensitivity, improve AKS for centre buttonjacqueline
2024-01-09bringup r8 mutingjacqueline
2024-01-06move default theme into styles, for easier lua overridesjacqueline
2024-01-05split lua stubs into one set for ldoc, and one set for lua-lsjacqueline
2024-01-05add an alerts module for lua, and implement a volume indicator with itjacqueline
2024-01-04refactor handling of volume steps; improve controlsjacqueline
2024-01-04disable group wrapping by defaultjacqueline
2024-01-03fix yet more mono i2s issuesjacqueline
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