vc=22: inline→fullscreen position handoff + local playlists
This commit is contained in:
parent
599d299b2a
commit
e7d45aa6b4
9 changed files with 575 additions and 8 deletions
|
|
@ -16,6 +16,15 @@ const val NEWPIPE_APPLICATION_ID_NEW = "net.newpipe.app"
|
|||
|
||||
// Sulkta fork — Straw
|
||||
//
|
||||
// vc=22 / 0.1.0-AH — V-2 player polish + local playlists:
|
||||
// * Inline → fullscreen now hands off seek position. Tap Play (or the
|
||||
// ⛶ pill on the inline player) while the inline is mid-track and
|
||||
// the fullscreen Player picks up at the same point. Same handoff
|
||||
// pattern as fullscreen → background from vc=21.
|
||||
// * Local playlists: drawer entry "Playlists", "Save" button on
|
||||
// VideoDetail. SharedPreferences-backed, no queue/autoplay yet
|
||||
// (tap an entry to open VideoDetail as normal).
|
||||
//
|
||||
// vc=21 / 0.1.0-AG — player hand-off polish:
|
||||
// * 🎧 background-audio button now captures the current position and
|
||||
// resumes the foreground service from there instead of restarting.
|
||||
|
|
@ -32,6 +41,6 @@ const val NEWPIPE_APPLICATION_ID_NEW = "net.newpipe.app"
|
|||
// vc=19 / 0.1.0-AE — rust pipeline cutover. Extraction via
|
||||
// strawcore-core (Sulkta-Coop/strawcore) via the UniFFI wrapper; no
|
||||
// NewPipeExtractor in the runtime path.
|
||||
const val STRAW_VERSION_CODE = 21
|
||||
const val STRAW_VERSION_NAME = "0.1.0-AG"
|
||||
const val STRAW_VERSION_CODE = 22
|
||||
const val STRAW_VERSION_NAME = "0.1.0-AH"
|
||||
const val STRAW_APPLICATION_ID = "com.sulkta.straw"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue