Commit Graph

25 Commits

Author SHA1 Message Date
Developer
a61aa5caac feat: 使用本地库 react-native-qrcode-svg 生成二维码,移除第三方远程图片服务 2026-03-24 21:23:22 +08:00
Developer
eb4d61669a fix:expo-updates 包会在 expo prebuild 阶段向 Android 项目注入与 EAS Update 相关的 Gradle 任务,导致 assembleRelease 时卡住(挂起不退出) 2026-03-24 01:26:39 +08:00
Developer
4ef70df676 Merge branch 'master' of https://github.com/tiajinsha/JKVideo 2026-03-24 00:18:06 +08:00
Developer
9bffc16fef feat:添加哨兵功能,错误日志收集,为持续迭代做准备 2026-03-24 00:17:43 +08:00
github-actions[bot]
21d9df0156 chore: bump version to v1.0.6 [skip ci] 2026-03-20 07:46:14 +00:00
github-actions[bot]
6bae600ff1 chore: bump version to v1.0.5 [skip ci] 2026-03-20 07:44:20 +00:00
github-actions[bot]
502502c5c7 chore: bump version to v1.0.4 [skip ci] 2026-03-20 07:19:41 +00:00
github-actions[bot]
9abc40882a chore: bump version to v1.0.3 [skip ci] 2026-03-20 06:57:26 +00:00
github-actions[bot]
bb0fdbd35f chore: bump version to v1.0.2 [skip ci] 2026-03-20 06:37:41 +00:00
github-actions[bot]
22ac552fca chore: bump version to v1.0.1 [skip ci] 2026-03-20 06:17:20 +00:00
Developer
38fc41f184 feat:热更新 2026-03-20 14:06:52 +08:00
Developer
5e819ca080 init 2026-03-20 12:05:58 +08:00
Developer
c0b7b8e974 feat:下载管理页面,集成分享功能 2026-03-19 20:11:05 +08:00
Developer
f1c040de68 feat:二维码优化和保存 2026-03-19 17:00:35 +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
ff659dcef7 优化 2026-03-14 18:25:13 +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
e5568b6b6b chore: install expo-screen-orientation, set orientation to default 2026-03-10 22:42:29 +08:00
Developer
35371cebff fix: switch DASH delivery from data: URI to local MPD file via expo-file-system
data: URI scheme for DASH manifests is unreliable in ExoPlayer.
Write MPD XML to FileSystem.cacheDirectory/bili_dash.mpd and pass
file:// URI to react-native-video instead. URL resolution is now
async via useEffect+state in NativeVideoPlayer.
2026-03-10 20:16:01 +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
cf20b016ff 1 2026-03-10 19:04:18 +08:00
Developer
18eebfb0d2 1 2026-03-10 17:25:18 +08:00
Developer
9b7e728c9d 1 2026-03-06 12:58:41 +08:00
Developer
bbe0df6ed2 chore: init expo typescript project with all dependencies 2026-03-05 17:55:47 +08:00