Developer
b0929a8094
feat: UP主页/视频详情页 UI 优化 + 多处交互修复
...
- creator: 头部模糊背景 + 滚动渐变 topBar,移除 removeClippedSubviews 修复列表抖动
- video: 简介 2 行折叠(onTextLayout 探测真实行数),tname 分区标签,统计数据前移到 UP 主行
- VideoCard/LiveCard: title 设 minHeight 解决两列卡片底部对齐
- LoginModal: 二维码过期支持原地重试,无需关闭重开
- search: 初始 loading 显示 indicator,搜索/选建议时自动收起键盘
- 统一图片组件为 expo-image:LiveCard / FollowedLiveStrip / downloads
- types: VideoItem 补 tname / pubdate 字段
2026-05-05 12:17:45 +08:00
Developer
014b5d526a
fix: FollowedLiveStrip 样式优化 + getFollowedLiveRooms 参数调整
2026-03-26 01:16:20 +08:00
Developer
463c0db058
feat: 性能优化 + Bug修复 + 搜索增强
...
- expo-image 替换 RN Image(VideoCard/LiveCard/BigVideoCard/CommentItem,recyclingKey)
- DanmakuList Animated.Value 对象池,减少 GC 压力
- FlatList 性能参数:windowSize=7 / maxToRenderPerBatch=6 / removeClippedSubviews
- bilibili.ts 请求去重(getVideoDetail/getPlayUrl)
- SESSDATA 迁移至 expo-secure-store(utils/secureStorage.ts,启动自动迁移)
- 主题系统扩展:新增 sheetBg/modalBg/modalText/placeholder/iconDefault/danger 等 token
- 多组件深色模式适配:DownloadSheet/LivePlayer/NativeVideoPlayer/DownloadProgressBtn/CommentItem/LoginModal
- 搜索页增强:搜索建议 + 热搜榜(hooks/useSearch.ts + app/search.tsx)
- LoginModal 修复轮询竞态(cancelled flag + try-catch)
- 修复 downloads.tsx 冗余三元表达式
2026-03-26 01:16:20 +08:00
Developer
27587859a4
fix: getFollowedLiveRooms 修正 Referer、校验 code、兼容 list/rooms 字段
2026-03-26 01:16:20 +08:00
Developer
749dbb81ef
fix: getUploaderVideos 加 WBI 签名,移除调试 log
2026-03-26 01:16:20 +08:00
Developer
8f733b6c34
feat: 深色模式完善 + UP主主页 + 缓存管理
...
- 深色模式:补全 settings 页选项按钮、退出登录按钮主题色
- UP主主页:新增 /creator/[mid] 路由,展示 UP 主信息、粉丝数、视频列表
- bilibili.ts 新增 getUploaderInfo / getUploaderVideos API
- 视频详情页 UP 主行可点击跳转主页
- 缓存管理:settings 页新增「存储」分区,显示缓存大小并支持一键清除
- 新增 utils/cache.ts(计算大小 + 清除 expo-image/文件系统缓存)
2026-03-26 01:16:20 +08:00
Developer
80109b9a12
feat: 视频推荐关联当前视频、UP主信息展示、直播全屏修复及UI优化
...
- 推荐列表改用 getVideoRelated 基于当前 bvid 推荐,与首页 feed 解耦
- 视频详情页 UP主名称下方展示粉丝数和视频数
- 推荐视频点击改为 router.replace 避免页面堆叠
- 直播全屏改用 position:absolute,解决退出全屏视频重建暂停问题
- 退出全屏时直播自动暂停
- 直播画质选中状态修复,过滤杜比/4K 画质选项
- 直播画质面板改为居中 Modal 弹出框
- 视频详情 Tab 按钮左对齐,评论排序及设置页按钮统一实心背景风格
2026-03-25 12:04:28 +08:00
Developer
5ec4c5a6be
版本1.0
2026-03-19 21:53:08 +08:00
Developer
f5d49cd3f9
feat:直播 Tab 顶部显示关注主播在线列表
2026-03-19 20:46:16 +08:00
Developer
46796d3d6d
杜比HDR
2026-03-19 16:38:18 +08:00
Developer
94db7445fb
视频缓存
2026-03-17 22:18:05 +08:00
Developer
e4760b1f07
1
2026-03-17 19:52:26 +08:00
Developer
714d28358f
1
2026-03-17 18:00:00 +08:00
Developer
2e47871689
播放状态
2026-03-17 17:26:43 +08:00
Developer
6275fd0930
直播弹幕与界面优化
...
- useLiveDanmaku: 重写协议解析,支持 zlib 压缩消息、token 认证、base64 帧处理
- services/bilibili: 新增 getLiveDanmakuInfo 获取弹幕服务器信息
- live/[roomId]: 使用真实 roomid 而非 URL 别名连接弹幕
- NativeVideoPlayer: 增加中文注释,移除调试日志
- video/[bvid]: UP主头像移至标题前,调整字号与样式
- index: 替换 logo 文字为下载按钮图标
- videoRows: 修复奇数视频配对,调整 BigRow 位置策略
- package.json: 移除未使用的 fast-xml-parser 和 xml2js 依赖
2026-03-17 15:14:23 +08:00
Developer
a46e63f0ba
1
2026-03-16 21:13:26 +08:00
Developer
829d175baa
1
2026-03-16 16:20:59 +08:00
Developer
47d2e8479e
评论
2026-03-16 14:24:32 +08:00
Developer
9a70dd0c4d
1
2026-03-16 12:55:45 +08:00
Developer
ff659dcef7
优化
2026-03-14 18:25:13 +08:00
Developer
e9b00d026f
1
2026-03-14 11:55:45 +08:00
Developer
a971a65f96
直播卡片
2026-03-13 21:52:09 +08:00
Developer
2e7578afde
热力图bug
2026-03-12 23:57:01 +08:00
Developer
a55bcd46ea
header
2026-03-12 21:21:01 +08:00
Developer
9347c8752d
1
2026-03-11 20:53:18 +08:00
Developer
4d7f943618
fix: use correct danmaku XML endpoint (comment.bilibili.com/{cid}.xml)
2026-03-11 10:23:47 +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
d2e259e9f4
feat: add getDanmaku API function
2026-03-10 22:46:29 +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
f2b4c404c3
fix: filter out ad/live/invalid cards from recommend feed
...
推荐流中混入广告、直播等特殊条目,缺少 pic/duration/bvid 字段,
导致页面出现空白卡片。过滤掉不满足条件的条目。
2026-03-10 20:50:44 +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
c9c62d3e48
1
2026-03-06 14:52:28 +08:00
Developer
a0e53bd073
feat: add all source files - services, store, hooks, components, screens
2026-03-05 18:02:54 +08:00