v0.1.0-Z (vc=14): VideoDetail to YT-standard order

Under the thumbnail: title → uploader → chips → buttons → description →
Recommended → More from <uploader>. The Z2/W2 inverted layout shipped in
Y put discovery cards before the title — bad UX, fixed back to standard.

Inline player coming next.
This commit is contained in:
Sulkta 2026-05-24 11:12:20 -07:00
parent 591cf4ae21
commit 0188b1b973
2 changed files with 38 additions and 37 deletions

View file

@ -15,6 +15,6 @@ const val NEWPIPE_APPLICATION_ID_OLD = "org.schabi.newpipe"
const val NEWPIPE_APPLICATION_ID_NEW = "net.newpipe.app"
// Sulkta fork — Straw
const val STRAW_VERSION_CODE = 13
const val STRAW_VERSION_NAME = "0.1.0-Y"
const val STRAW_VERSION_CODE = 14
const val STRAW_VERSION_NAME = "0.1.0-Z"
const val STRAW_APPLICATION_ID = "com.sulkta.straw"