index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
Age
Commit message (
Expand
)
Author
2024-01-15
Begin migration of remaining screens to Lua
jacqueline
2023-12-19
replace foxenflac with miniflac
jacqueline
2023-12-12
Support more datatypes in track tags
jacqueline
2023-12-07
Remove pre-iterator concepts
jacqueline
2023-12-05
Add basic track queue save/load support
jacqueline
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-11-23
Implement adding to the playback queue from lua
jacqueline
2023-11-22
Add basic lua browser screen
jacqueline
2023-11-21
Make lua db iterators async
jacqueline
2023-11-21
Add lua functions to get database content
jacqueline
2023-11-12
Convert the main menu screen to lua lol
jacqueline
2023-11-07
Add a wrapper codec source that does readahead
jacqueline
2023-10-31
Revert "Improve representation of track numbers in indexes"
jacqueline
2023-10-31
Improve representation of track numbers in indexes
jacqueline
2023-10-31
Store the current collator in the database
jacqueline
2023-10-30
add locale-aware colation to db indexes
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-24
Implement incremental updates of database indexes
jacqueline
2023-10-24
Use an mutable struct + const instead of an immutable class
jacqueline
2023-10-24
Skip old tracks when scanning the sd card
jacqueline
2023-10-14
acquire spi lock in the opus tag parser
jacqueline
2023-10-14
Add very basic db versioning
jacqueline
2023-10-13
Add modified time to TrackData
jacqueline
2023-10-13
Use libcppbor for much much nicer db encoding
jacqueline
2023-10-13
Remove templating of Continuation
jacqueline
2023-10-04
Add a basic database reindex screen
jacqueline
2023-10-04
Guard leveldb file access with the SPI lock too
jacqueline
2023-09-29
Add a lock around the SPI bus
jacqueline
2023-09-28
Use bindey for databinding instead of hand rolling ui updates
jacqueline
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-09-08
fix some leveldb errors on transition to standby
jacqueline
2023-09-06
Fix missing track number issues
jacqueline
2023-09-06
Add an opus-specific tag parser
jacqueline
2023-09-05
Add all albums index, do some locales prep
jacqueline
2023-09-04
Don't reuse iterators across page fetches
jacqueline
2023-08-30
Use a service locator instead of passing around subsets of drivers between FSMs
jacqueline
2023-08-17
Start on basic onboarding screens
jacqueline
2023-08-10
Give codecs complete control of their input files
jacqueline
2023-08-08
Flesh out opus decoder. it doesn't work! i hate opus.
jacqueline
2023-07-31
fix libtags m4a issue
jacqueline
2023-07-31
Log specifics of hash collisions
jacqueline
2023-07-31
fix bsd-ish callback behaviour
jacqueline
2023-07-25
fuck off
jacqueline
2023-07-17
Basic playlists for upcoming
jacqueline
2023-07-13
Ui polish and fleshing out
jacqueline
2023-07-12
clang format
jacqueline
2023-07-12
Include title in indexes to avoid a per-record disk read
jacqueline
2023-07-07
wire up the playing screen with some real data
jacqueline
2023-07-05
Start on wiring up playback screen to real data
jacqueline
[next]