- namidaco/namida@aadf432 perf: refactor download tasks page to make it faster, lists are now lazy built since we got rid of
ExpansionTile - namidaco/namida@9eaefe6 perf: migrate download tasks to a db
- namidaco/namida@b148aa6 fix: not using dark color when auto coloring is off
- namidaco/namida@e757eaf fix: description tag extraction fallback
- namidaco/namida@a4b2f9e perf: async cache read for yt pages
- namidaco/namida@25a229f core: add
animatedThemesetting, editable by performance mode- with other smol perf boost
- namidaco/namida@3e28717 chore: add auto coloring as a performance factor
- namidaco/namida@7063e7c perf:
StringBufferfor building lrc obtained from search - namidaco/namida@0df242c chore: some tweakies
- fix resuming after interruption then pause manually
- improve playback buffer
- close video stream properly when selecting audio only mode
- display full folder path when similar folders exist
- code: remove non-used landscape fns
- improve onboarding screen glow bar
- change default colors
- improve miniplayer top right menu icon hit test
- build: add profile buildType
- doc: add replay gain to readme
- namidaco/namida@052bf9f feat: parse
description&synopsisfrom metadata tags - namidaco/namida@61ebeeb perf: faster history/playlists/queues & others loading using for-loops instead of for-in the initial benchmarks showed 3x improvement for 80k history entry, tho this might be due to jit compiler, assembly shows that there is a difference anyways we stay safe
- namidaco/namida@3624300 chore: rework track clear dialog, this also includes:
- logic rework for managing and clearing video cache
- add clearing cache tile in all video cards
- namidaco/namida@81ce518 chore: fixes tweaks fixes tweaks
- enable replayGain by default
- wont auto modify volume when playing (bcz replay gain with crossfade)
- tag extraction not putting original path
- use
fileSize()instead ofsizeInBytes() - missing tracks screen stuck bcz _m3uPlaylistsCompleter aint completing
- fix m3u files with empty lines causing duplicates
- thumbnails active request ids count not accurate (pls never use
value++again for maps) - sussy reset volume/pitch/speed not respecting replay gain
- force home screen supremacy mix to be at least 10 tracks
- reduce drawer tiles v padding
- wrong video when playing yt notifications
- refresh track tile when date/hour format changes
- namidaco/namida@e68a461 perf: optimize file extensions lookup this includes refactor for many parts
- namidaco/namida@18279e6 chore: allow opening info dialog for non-existing tracks
- namidaco/namida@1389d46 chore: tracks generated by date range are now sorted by listen count in that range