summaryrefslogtreecommitdiff
path: root/src/tangara
AgeCommit message (Expand)Author
2025-08-29Merge pull request 'Show firmware version on boot splash screen. Fixes #405.'...cooljqln
2025-08-27Show firmware version on boot splash screen. Fixes #405.leper
2025-08-26Add index column to `bt_list` commandRyan Waskiewicz
2025-08-15Merge pull request 'add single touch shourtcuts for touch wheel' (#340) from ...cooljqln
2025-08-08Migrate to the new esp-idf I2C driverjacqueline
2025-08-01Preliminary ALAC supportayumi
2025-07-01Use the standard library instead of a dirty hack.Tursiae
2025-07-01Handle file:/// URIs generated from VLC playlists.Tursiae
2025-05-16Merge pull request 'app console: add LVGL heap to heap stats' (#365) from Be....cooljqln
2025-05-01Check output before pausing on bt disconnectailurux
2025-04-27Fix for Windows newlines in playlistsailurux
2025-04-24app console: add LVGL heap to heap statsBe
2025-04-22add single touch shourtcuts for touch wheelTab_theFox
2025-04-14move audio Decoder buffer to external RAMBe
2025-04-14move SampleProcessor buffers to external RAMBe
2025-04-11fix premature pause at end of last track of queueBe
2025-04-01Quick fix unmount requests getting dropped when there's no sd cardjacqueline
2025-03-24app console: add largest free block size to `heaps`Be
2025-03-19ailurux/button-media-controls (#264)ailurux
2025-03-19Merge pull request 'WavPack and APEv2 tags support' (#218) from ayumi/tangara...cooljqln
2025-03-19Merge pull request 'Support padding the left side of the display with black c...cooljqln
2025-03-13Add WavPack supportayumi
2025-03-05Allow manually unmounting the SD cardayumi
2025-03-05Merge pull request 'add bt_forget console command' (#289) from tahnok/tangara...cooljqln
2025-02-28add bt_forget console commandWesley Ellis
2025-02-27Change UI thread interval from 0ms minimum to 16ms (reduces UI CPU).Tursiae
2025-02-25Fix bug with filesystem iterator prev off by one sometimesailurux
2025-02-20Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwailurux
2025-02-20Fix file iterator prev to work with hidden files presentailurux
2025-02-20Wire up the nvs pad to the display padjacqueline
2025-02-18Gate playback on the existence of /.tangara-tts/.Tursiae
2025-02-18Hotfix: Update filesystem iterator to work with changes to infinite listailurux
2025-02-13Bump storage unmount timer to 2 minutes to match idle timerRiley Inman
2025-02-14Merge pull request 'Change output mode when bluetooth connects/disconnects' (...cooljqln
2025-02-11Only change output mode if the new output mode is differentailurux
2025-02-11TTS: Implement and wire up a TTS toggle in Display Settings (#251)Tursiae
2025-02-11Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwailurux
2025-02-11Fix bug in infinite list causing items to be removed (#253)ailurux
2025-02-10TTS: Better document the ownership and task/control flow.Tursiae
2025-02-10TTS: Avoid exhausting the WorkerPool with concurrent TTS playback.Tursiae
2025-02-10Merge pull request 'Console: Update doco to point to `sdkconfig`, and handle ...ailurux
2025-02-10s/sdkconfig.local/sdkconfig/gTursiae
2025-02-10Change output mode when bluetooth connects/disconnectsailurux
2025-02-10Also document the `idf.py menuconfig` approach.Tursiae
2025-02-09Console: Update doco to point to `sdkconfig.local`, and handle no-stats cases.Tursiae
2025-02-09Console: Stop `tasks` from hanging in `std::sort`.Tursiae
2025-02-07Add centre button haptic feedback on touch, and setting to disable/lessen hap...ailurux
2025-02-06Update the docs to eliminate the mention of the Spoken Interface setting unti...Tursiae
2025-02-06Make the TTS playback work by assuming the file is a .wav.Tursiae
2025-02-06Briefly document the TTS module.Tursiae