summaryrefslogtreecommitdiff
path: root/lua/browser.lua
AgeCommit message (Collapse)Author
2025-01-29On browser and file_browser screens, focus the first item when appearingRockwell Schrock
2025-01-08Add missing copyright/license headersTom Kirchner
2024-10-08Fixed issue with saving positions, and only auto-resume long-form contentailurux
2024-10-01autoformatjacqueline
2024-10-01Pin some images to ram that we missedjacqueline
2024-09-27Added listened indicator for audiobooks and podcastsailurux
2024-09-17Remove loggingailurux
2024-09-17Implements seeking to saved position for tracksailurux
2024-09-17Added lua methods to access track dataailurux
2024-09-12Remove explicit opacity set on headerailurux
2024-09-10Rename set_style to set_subjectailurux
2024-08-29use snake_case consistently in lua function namesjacqueline
2024-08-16Add cool skeumorphic embossingjacqueline
2024-07-12Disable shuffle when selecting 'play all'jacqueline
2024-06-27Add a button to shuffle+play the current viewjacqueline
2024-05-10Remove unused local varailurux
2024-05-10Rename widget to InfiniteListailurux
2024-04-19daniel/recycler-list (#66)ailurux
@cooljqln should be good to merge to main, give it a look over though please? :) Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/66 Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2024-04-18Merge the StatusBar bindings table with each screen's bindings tablejacqueline
2024-04-08Status bar consistency improvementsailurux
2024-03-27Minor fixesailurux
2024-03-20Merge branch 'main' into themesailurux
2024-03-10WIP Lua Theming- style classesailurux
2024-03-07WIP: Getting styles from luaailurux
2024-03-07use prototype inheritance for lua screens, rather than functionsjacqueline
this gives us a way to give each screen nice little hooks, like 'onShown' and 'onHidden'. later we can use these hooks to disable bindings for screens that aren't in-use.
2024-02-05Preserve the queue when going into standbyjacqueline
2024-01-06move default theme into styles, for easier lua overridesjacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-23Implement adding to the playback queue from luajacqueline
2023-11-23Add a second font, flesh out browser screenjacqueline
2023-11-22Add basic lua browser screenjacqueline