Developer
|
53c67079a1
|
bug修改
|
2026-05-12 20:27:30 +08:00 |
|
Developer
|
fc88907ede
|
1
|
2026-03-26 10:18:48 +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
|
c7fbc1f441
|
feat: 优化下载页UI交互、支持暗黑主题,移除首页 header 底边框
- downloads.tsx: 删除前弹 Alert 确认框(区分"取消下载"和"删除文件")
- downloads.tsx: 下载出错时显示"重新下载"按钮,跳转视频详情页
- downloads.tsx: 下载中取消按钮改为 close-circle-outline 图标
- downloads.tsx: 已完成条目整行可点击播放,移除单独"播放"按钮
- downloads.tsx: 播放器横竖屏均显示顶部控制栏,点击切换显隐
- downloads.tsx: 移除进度条旁 ActivityIndicator,保留百分比文字
- downloads.tsx: 全部颜色跟随暗黑主题(bg/card/text/textSub/border)
- index.tsx: 移除悬浮 header 底部分割线
|
2026-03-25 12:51:14 +08:00 |
|
Developer
|
f2fc4693a6
|
feat: 暗黑模式 + 节流模式
- settingsStore: 移除 coverQuality,新增 darkMode / trafficSaving 布尔字段(AsyncStorage 持久化)
- utils/theme.ts: 新建 useTheme() hook,返回浅色/深色颜色表
- settings.tsx: 新增外观(浅色/深色)和流量(标准/节流)选项,移除封面图清晰度
- BigVideoCard: 节流模式跳过预加载、禁止自动播放;封面低画质;支持暗黑配色
- useVideoDetail: 节流模式下默认 qn=16(360p)
- VideoCard / LiveCard: 移除 coverQuality 依赖,改用 trafficSaving;支持暗黑配色
- index.tsx: 导航栏/搜索栏/列表背景跟随主题
- search.tsx: 页面背景/输入框/文字跟随主题
- downloads.tsx: 顶栏/背景/文字跟随主题
- _layout.tsx: StatusBar 随暗黑模式切换 light/dark
|
2026-03-24 21:04:10 +08:00 |
|
Developer
|
dd0c058339
|
还原代码
|
2026-03-20 14:37:14 +08:00 |
|
Developer
|
28c6389f83
|
测试更新
|
2026-03-20 14:16:52 +08:00 |
|
Developer
|
7f585ff8ad
|
测试更新
|
2026-03-20 14:12:51 +08:00 |
|
Developer
|
adeb5e9425
|
测试更新
|
2026-03-20 14:10:26 +08:00 |
|
Developer
|
5ec4c5a6be
|
版本1.0
|
2026-03-19 21:53:08 +08:00 |
|
Developer
|
a3acd40ee2
|
Merge branch 'feat/followed-live'
|
2026-03-19 20:46:32 +08:00 |
|
Developer
|
f5d49cd3f9
|
feat:直播 Tab 顶部显示关注主播在线列表
|
2026-03-19 20:46:16 +08:00 |
|
Developer
|
d8c13a98ab
|
feat:热门列表 BigVideoCard 下方穿插双列直播卡片
|
2026-03-19 20:45:33 +08:00 |
|
Developer
|
462a090599
|
设置页面
|
2026-03-19 16:34:56 +08:00 |
|
Developer
|
965a6b411f
|
1
|
2026-03-19 12:55:23 +08:00 |
|
Developer
|
94db7445fb
|
视频缓存
|
2026-03-17 22:18:05 +08:00 |
|
Developer
|
714d28358f
|
1
|
2026-03-17 18:00:00 +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
|
ff659dcef7
|
优化
|
2026-03-14 18:25:13 +08:00 |
|
Developer
|
fb819798b1
|
1
|
2026-03-14 12:27:03 +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
|
4e8beae209
|
fix: add unmount cancellation guard, simplify keyExtractor, update spec
|
2026-03-11 14:48:19 +08:00 |
|
Developer
|
287a608e97
|
refactor: memoize renderItem, document viewability ref pattern, remove redundant assertion
|
2026-03-11 14:42:47 +08:00 |
|
Developer
|
8885f83b8a
|
feat: refactor homepage FlatList for big-card layout with viewport autoplay
|
2026-03-11 14:38:31 +08:00 |
|
Developer
|
836b2ceb28
|
fix: 末行单卡片居中 + 卡片高度不一致
- columnWrapperStyle justifyContent 改为 flex-start,末行单卡片靠左
- title 固定 height: 32px(2行 × lineHeight 16),
使每张卡片 info 区高度相同,消除高度不一致
|
2026-03-10 21:14:24 +08:00 |
|
Developer
|
621fbebc08
|
fix: 下拉刷新 spinner 被顶部导航栏遮挡
改用 RefreshControl 并设置 progressViewOffset = insets.top + NAV_H,
将刷新指示器下移到导航栏以下,使其可见。
|
2026-03-10 21:10:01 +08:00 |
|
Developer
|
9ceb3b0d94
|
fix: 加载更多完成后页面抖动/导航栏弹出
ListFooterComponent 在 loading 结束时从 ActivityIndicator 变为 null,
content 高度骤降触发虚假 scroll event,diffClamp 误判为上滑把导航栏顶出。
改为 footer 保持固定高度 48px,仅切换 spinner 的显隐,消除高度变化。
|
2026-03-10 21:07:40 +08:00 |
|
Developer
|
cf20b016ff
|
1
|
2026-03-10 19:04:18 +08:00 |
|
Developer
|
9b7e728c9d
|
1
|
2026-03-06 12:58:41 +08:00 |
|
Developer
|
a0e53bd073
|
feat: add all source files - services, store, hooks, components, screens
|
2026-03-05 18:02:54 +08:00 |
|