LukeMackin
|
e6a8f51f61
|
test: hot update v8 to v9
|
2026-07-20 23:24:06 +08:00 |
|
LukeMackin
|
71f6b6369b
|
fix: expo-manifest.json 改为 Expo Updates Modern Manifest 格式(id+createdAt+runtimeVersion)
|
2026-07-19 23:46:17 +08:00 |
|
LukeMackin
|
e5ce52ac40
|
feat(expo): JS热更新(expo-updates) + APK大更新双轨
- app.json: expo-updates配置(checkAutomatically ON_LOAD)
- ota/expo-manifest.json: JS bundle热更新manifest
- App.tsx: 启动时自动检查JS+APK双轨更新
- pnpm install后npx expo prebuild生成android/原生工程
|
2026-07-19 23:40:17 +08:00 |
|
LukeMackin
|
a2f204f5ee
|
docs: gen-manifest.sh构建号规则说明
|
2026-07-19 23:23:23 +08:00 |
|
LukeMackin
|
ffd05e3e17
|
feat: 三渠道分级 - nightly=当前版本, beta/stable留空(暂无更新)
|
2026-07-19 23:05:11 +08:00 |
|
LukeMackin
|
40d0c86292
|
build: versionCode 7→8 + Release #8 + APK 3.5MB
|
2026-07-19 22:57:30 +08:00 |
|
LukeMackin
|
82a0650b59
|
fix: manifest SHA256更新(当前APK重编后哈希变化)
|
2026-07-19 20:47:35 +08:00 |
|
LukeMackin
|
49d3c187d0
|
fix: gen-manifest.sh注释同步manifest-stable.json
|
2026-07-19 19:51:46 +08:00 |
|
LukeMackin
|
3da606671a
|
fix: gen-manifest.sh curl路径+注释+README全部同步manifest-stable.json
|
2026-07-19 19:48:24 +08:00 |
|
LukeMackin
|
1461acd292
|
fix: gen-manifest.sh/README/gitignore同步manifest-stable.json命名
|
2026-07-19 19:46:27 +08:00 |
|
LukeMackin
|
c62e2a4430
|
feat: ota/三渠道manifest(固定raw URL)
- ota/manifest-stable.json / beta.json / nightly.json
- App URL改回raw(固定路径,不随版本号变)
- v0.1.0→v0.2.0升级时只需更新JSON内容,URL不变
|
2026-07-19 19:37:04 +08:00 |
|
LukeMackin
|
c1849802b6
|
feat: ota/gen-manifest.sh — CI构建时动态生成manifest.json
- gen-manifest.sh: 计算APK SHA256 → 填入版本号/URL → 生成manifest.json
- manifest.json本身不提交仓库(构建产物,上传到Release)
- README.md说明目录用途
|
2026-07-19 19:28:58 +08:00 |
|
LukeMackin
|
31a56708d6
|
refactor: manifest回归Release构建产物
- ota/目录删除(manifest是CI构建时动态生成上传)
- App URL改为Release下载路径(releases/download/...)
- 流程: CI build→生成manifest(SHA256动态)→上传Release
- Release #7: v0.1.0-dav-android-7-debug.apk + manifest.json
|
2026-07-19 15:58:24 +08:00 |
|
LukeMackin
|
1b3d2fc06f
|
fix: APK命名加buildType后缀 + manifest URL同步
- v0.1.0-dav-android-7.apk → v0.1.0-dav-android-7-debug.apk
- 3个manifest URL同步更新
|
2026-07-19 15:57:24 +08:00 |
|
LukeMackin
|
fcc51f4356
|
refactor: manifest迁移到ota/文件夹
- ota/manifest.json (stable)
- ota/manifest-beta.json
- ota/manifest-nightly.json
- MainActivity URL更新为ota/路径
|
2026-07-19 15:47:26 +08:00 |
|