Developer
2e7578afde
热力图bug
2026-03-12 23:57:01 +08:00
Developer
64ce3031a6
feat: merge danmaku-fullscreen - resolve NativeVideoPlayer conflict
...
Combines master's shotTimestamps/pvdata thumbnail improvements and
TouchableWithoutFeedback tap layer with feature/danmaku-fullscreen's
DanmakuItem import, DanmakuOverlay render, showDanmaku state,
onTimeUpdate/initialTime/danmakus/isFullscreen props, danmaku toggle
button, and useWindowDimensions for rotation-aware dimensions.
2026-03-11 10:07:22 +08:00
Developer
880e2696da
1
2026-03-11 10:03:46 +08:00
Developer
8572f30e16
feat: add DanmakuItem type
2026-03-10 22:43:16 +08:00
Developer
ee213347c7
feat: unified player controls with heatmap progress + thumbnail preview
...
- VideoPlayer: 移除 onProgress/seekTo props,新增 bvid/cid 向下透传
- [bvid].tsx: 删除 HeatProgressBar 及 currentTime/duration/seekCmd state
- HeatProgressBar.tsx: 删除(逻辑已合并进 NativeVideoPlayer)
- 计划文档已保存到 docs/superpowers/plans/
2026-03-10 21:48:23 +08:00
Developer
911eeb9052
fix: use snake_case field names matching Bilibili DASH API response
...
B站 API 实际返回 segment_base.initialization / index_range
而非 segmentBase.Initialization / indexRange,修正类型定义和 MPD 生成逻辑。
segment_base 设为可选,缺失时不生成 SegmentBase 元素(ExoPlayer fallback)。
2026-03-10 20:09:50 +08:00
Developer
5bb6a3cd68
feat: unlock 1080P+ on Android via DASH streaming
...
- getPlayUrl uses fnval=16 (DASH) on Android, keeping fnval=0/html5 for iOS/web
- New utils/dash.ts builds a valid DASH MPD from Bilibili's segmentBase ranges
and returns it as a data: URI for ExoPlayer consumption
- NativeVideoPlayer selects DASH path (type='mpd') or durl fallback automatically
- Extend PlayUrlResponse types with DashVideoItem/DashAudioItem/DashSegmentBase
2026-03-10 20:04:48 +08:00
Developer
4dbb3cb3d6
1
2026-03-10 19:22:38 +08:00
Developer
cf20b016ff
1
2026-03-10 19:04:18 +08:00
Developer
a0e53bd073
feat: add all source files - services, store, hooks, components, screens
2026-03-05 18:02:54 +08:00