summaryrefslogtreecommitdiff
path: root/lua/licenses.lua
AgeCommit message (Collapse)Author
2025-04-25Merge branch 'leper-add_ark_font_for_extended_latin_12px'jacqueline
2025-04-19Add some of the missing font licences to the licence menuayumi
2025-04-14Add the missing WavPack decoder licence to the Licence screenayumi
Also unifies the WavPack and Xiph.org 3–clause BSD licences.
2025-04-13Add ark pixel font's latin feature branch font.leper
This is from an upstream development branch at [1] and adds quite a lot of glyps for the 12px font, and a few to the 10px font. This addition should be temporary until that feature branch is merged upstream, a new release rolled, and then a new release of the fuxion pixel font is rolled. For now this leads to no more missing extended latin A/B characters in the 12px font on my collection. [1] https://github.com/TakWolf/ark-pixel-font/commit/535181d3c9394990fc0cd5d5259399da3b7ead48
2025-01-08Split long license lines so they fit on screenTom Kirchner
2025-01-08Allow scrolling of license textTom Kirchner
2025-01-08Update on-device license listTom Kirchner
2025-01-08Add missing copyright/license headersTom Kirchner
2024-08-29use snake_case consistently in lua function namesjacqueline
2024-07-17Fix the top bar scrolling off the screen on the licenses screenjacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-04-18Merge the StatusBar bindings table with each screen's bindings tablejacqueline
2024-03-20Merge branch 'main' into themesailurux
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-29Use drflac instead of miniflacjacqueline
This one is fast as hell! Does seeking really good too. Thank u Doctor Flac.
2024-01-18on second thought, let's not violate patents. 'tis a silly system.jacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline