jacqueline
3276d113fc
Use a fix scrubber range on the playing screen
...
this ensure that the amount the scrubber moves for each tick of the
input remains consistent, even when tracks have very different durations
1 年前
jacqueline
2e59325c22
Go to the start of the current track before the previous track when hitting back
1 年前
ailurux
01ae3fee30
Status bar consistency improvements
1 年前
jacqueline
96b62321c3
fix some issues with settings screen styling
1 年前
jacqueline
5f1a6507d8
Warn and block MSC disable if the sd card is busy
1 年前
jacqueline
654fde5f68
Support disabling automatic database updates
1 年前
ailurux
bf58cb7acf
Minor fixes
1 年前
ailurux
489fbceb2b
Update icons and volume dialogue to use themes
1 年前
jacqueline
cddfc2fbf7
Dont allow quitting the msc screen when msc is enabled
2 年前
jacqueline
dadac304dd
Add very basic usb msc ui
2 年前
jacqueline
654dcb34d6
Support pinning decoded images to RAM
2 年前
ailurux
f29d31d01c
Image recolouring for database indicator
2 年前
ailurux
4293c48836
Fix bad merge
2 年前
ailurux
170c23b832
Fairyfloss dark theme palette test
2 年前
ailurux
f1599c237c
Better styling for settings pages + dropdown menus
2 年前
ailurux
1133d46215
WIP Lua Theming- style classes
2 年前
ailurux
dc74bc1de9
Add other styles to lua theme
2 年前
ailurux
a78614a580
WIP: Getting styles from lua
2 年前
jacqueline
eba5adeb8c
Show the now playing screen after being locked for a while
2 年前
jacqueline
ef72b25660
use prototype inheritance for lua screens, rather than functions
...
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.
2 年前
jacqueline
d41f9f7033
Use drflac instead of miniflac
...
This one is fast as hell! Does seeking really good too. Thank u Doctor
Flac.
2 年前
ailurux
d25e5860c7
Only update scrubber if not currently dragging
2 年前
ailurux
665679b885
WIP: seeking in lua example
2 年前
ailurux
26ae027d67
Sensitivity value now between 0 and 255
2 年前
ailurux
0426d245c8
Scroll sensitivity configurable, but inverted
2 年前
ailurux
9512bd97bb
Add buttons for shuffle + repeat track
2 年前
jacqueline
ab314b82e1
fix bt settings button initial state
2 年前
jacqueline
177277334f
focus the play/pause toggle when entering the now playing screen
2 年前
jacqueline
299f3cc48f
Preserve the queue when going into standby
2 年前
Robin Howard
e2a6c3b5b3
Adds missing greyed-out state images for next and previous; oops!
2 年前
jacqueline
ee867f2dbc
add an indicator for database updates
2 年前
Robin Howard
2f93ac3c59
Add next+prev buttons to the Now Playing screen.
2 年前
jacqueline
d1ae1a4230
on second thought, let's not violate patents. 'tis a silly system.
2 年前
jacqueline
52f5e95acb
wrap long artist names and titles
2 年前
jacqueline
a4d03fc704
Make reindex button work; no feedback yet
2 年前
jacqueline
71b4673039
all screens basically working, but bluetooth is rough
2 年前
jacqueline
7cdcd44e0c
Begin migration of remaining screens to Lua
2 年前
jacqueline
0db85f5e9e
move default theme into styles, for easier lua overrides
2 年前
jacqueline
34cae4e6e4
add an alerts module for lua, and implement a volume indicator with it
2 年前
jacqueline
3f7f199cb9
Remove pre-iterator concepts
...
- No more IndexRecord/Result/dbGetPage nonsense
- Queue is just track ids
- i am so tired and have so much to do
2 年前
jacqueline
e6844a68b6
implement play/pause
2 年前
jacqueline
f3e4210f24
Remove old unused battery icons
2 年前
jacqueline
7c6eb2997c
Migrate 'now playing' screen to lua
2 年前
jacqueline
09c0e1608f
Implement adding to the playback queue from lua
2 年前
jacqueline
b07bfbc6c7
Add a second font, flesh out browser screen
2 年前
jacqueline
06aca259cb
Add basic lua browser screen
2 年前
jacqueline
d70ec9bf44
Add lua functions to get database content
2 年前
jacqueline
effac1917a
Use C functions for the backstack, instead of a lua module
...
Working with the default group and root kinda sucks if you have to do it
from lua!
2 年前
jacqueline
0cae95a71e
lua statusbar styling tweaks
2 年前
jacqueline
71ed09a6f7
Add two-way databinding for lua, and flesh out the lua statusbar
2 年前