Releases: brevityA/CoreBuildsApps
Release list
Core Doctor doctor-v0.1.0
What's Changed
- Icon pack: Flix Vision rename + UI revamp by @brevityA in #45
- Core Shift: UI revamp with Configurator design tokens by @brevityA in #46
- perf: Android TV memory + caching optimizations, ticker SSRF hardening by @brevityA in #47
- Add corebuilds-tools MCP server by @brevityA in #48
- fix: Core Shift update checker shows current version as available by @brevityA in #49
- feat: add Core Doctor diagnostics app (v0.1.0) by @brevityA in #57
Full Changelog: shift-v2.3.4...doctor-v0.1.0
What's Changed
- Icon pack: Flix Vision rename + UI revamp by @brevityA in #45
- Core Shift: UI revamp with Configurator design tokens by @brevityA in #46
- perf: Android TV memory + caching optimizations, ticker SSRF hardening by @brevityA in #47
- Add corebuilds-tools MCP server by @brevityA in #48
- fix: Core Shift update checker shows current version as available by @brevityA in #49
- feat: add Core Doctor diagnostics app (v0.1.0) by @brevityA in #57
Full Changelog: shift-v2.3.4...doctor-v0.1.0
Core Doctor (latest)
Always the current Core Doctor APK. Versioned notes live on doctor-v* releases.
Downloader (generate the numeric code once at https://go.aftvnews.com/):
https://github.com/brevityA/CoreBuildsApps/releases/download/doctor/coredoctor-release.apk
v1.7.2
What's Changed
- Update README to v1.7.1 + cherry-pick intent queries & updater fallback from PR #20 by @brevityA in #32
- feat: Core Shift app + Motion asset set by @brevityA in #34
- feat: Core Motion (Projectivy plugin) + rebuilt Core Shift live-wallpaper app by @arena-ai-coding-agent[bot] in #33
- fix(shift): Core Shift v2.0.1 — D-pad button hot patch by @brevityA in #35
- feat(shift+motion): in-app updater, Core Motion detection fix, Monet route, list motion by @brevityA in #36
- chore(shift): bump to v2.1.0 (versionCode 4) by @brevityA in #37
- feat(shift+motion): Core Prequel Engine — procedural Series 2/3 wallpapers by @brevityA in #38
- feat(shift): Core Motion visual fix — animated stage + prequel seeds by @brevityA in #39
- feat(shift): mixed 1080p/4K UX + workflow upload fix by @brevityA in #40
- feat(motion): wire --speed into renderer and shader by @brevityA in #41
- fix(shift): library visibility, D-pad navigation and download reachability by @brevityA in #42
- feat(shift): v2.3.3 hardening — Media3, download integrity, focus by @brevityA in #43
- fix(shift): reclaim vertical space for motion library on TV by @brevityA in #44
- Icon pack: Flix Vision rename + UI revamp by @brevityA in #45
Full Changelog: v1.7.1...v1.7.2
What's Changed
- Update README to v1.7.1 + cherry-pick intent queries & updater fallback from PR #20 by @brevityA in #32
- feat: Core Shift app + Motion asset set by @brevityA in #34
- feat: Core Motion (Projectivy plugin) + rebuilt Core Shift live-wallpaper app by @arena-ai-coding-agent[bot] in #33
- fix(shift): Core Shift v2.0.1 — D-pad button hot patch by @brevityA in #35
- feat(shift+motion): in-app updater, Core Motion detection fix, Monet route, list motion by @brevityA in #36
- chore(shift): bump to v2.1.0 (versionCode 4) by @brevityA in #37
- feat(shift+motion): Core Prequel Engine — procedural Series 2/3 wallpapers by @brevityA in #38
- feat(shift): Core Motion visual fix — animated stage + prequel seeds by @brevityA in #39
- feat(shift): mixed 1080p/4K UX + workflow upload fix by @brevityA in #40
- feat(motion): wire --speed into renderer and shader by @brevityA in #41
- fix(shift): library visibility, D-pad navigation and download reachability by @brevityA in #42
- feat(shift): v2.3.3 hardening — Media3, download integrity, focus by @brevityA in #43
- fix(shift): reclaim vertical space for motion library on TV by @brevityA in #44
- Icon pack: Flix Vision rename + UI revamp by @brevityA in #45
Full Changelog: v1.7.1...v1.7.2
Core Shift shift-v2.3.5
What's Changed
Full Changelog: shift-v2.3.4...shift-v2.3.5
What's Changed
Full Changelog: shift-v2.3.4...shift-v2.3.5
Core Shift (latest)
Always the current Core Shift APK. Versioned notes live on shift-v* releases.
Downloader (generate the numeric code once at https://go.aftvnews.com/):
https://github.com/brevityA/CoreBuildsApps/releases/download/shift/coreshift-release.apk
Icon Pack (latest)
Always the current Core Builds Icon Pack APK. Versioned notes live on v* releases.
Downloader (existing code 5270601 still uses latest/app-release.apk).
New stable URL (generate a code once at https://go.aftvnews.com/ if you want a second code):
https://github.com/brevityA/CoreBuildsApps/releases/download/iconpack/iconpack-release.apk
Core Shift shift-v2.3.4
What's Changed
Full Changelog: shift-v2.3.3...shift-v2.3.4
What's Changed
Full Changelog: shift-v2.3.3...shift-v2.3.4
What's Changed
Full Changelog: shift-v2.3.3...shift-v2.3.4
Core Shift shift-v2.3.3
Core Shift v2.3.3 — Hardening
versionName 2.3.3 · versionCode 9 · minSdk 26 · targetSdk 34
What changed
- Media3 preview — ExoPlayer + MediaSession + PlayerView replaces VideoView. TV transport controls, looping, lifecycle-gated playback.
- Download integrity — progress callback, StatFs free-space check (8 MB margin), ftyp magic-byte MP4 validation, atomic .part writes, MAX_VIDEO_BYTES (256 MB) / MIN_VIDEO_BYTES (20 KB) bounds, MediaStore IS_PENDING publish result validation with orphan cleanup.
- Focus preservation — hasActionableFocus() guard, bounded postDelayed retry (120 ms, max 10), refreshContent() only re-requests focus when none exists.
- Adapter quality sync — restored 4K preference now propagated to LiveAdapter on creation, preventing silent 1080p fallback on download.
- Lifecycle gating — PreviewActivity gates playWhenReady on resumed state, preventing playback starting while paused.
- SharedPreferences persistence — quality, speed, length UI state survives app restart.
- Accessibility — contentDescription on procedural stage views.
- Prequel tooling — sequential retrying uploader, shader updates, bundle/motion script cleanup.
Build
cd shift && ./gradlew :app:assembleDebug # JDK 17 + Android SDK
## What's Changed
* fix(shift): library visibility, D-pad navigation and download reachability by @brevityA in https://github.com/brevityA/CoreBuildsApps/pull/42
* feat(shift): v2.3.3 hardening — Media3, download integrity, focus by @brevityA in https://github.com/brevityA/CoreBuildsApps/pull/43
**Full Changelog**: https://github.com/brevityA/CoreBuildsApps/compare/shift-v2.3.1...shift-v2.3.3
## What's Changed
* fix(shift): library visibility, D-pad navigation and download reachability by @brevityA in https://github.com/brevityA/CoreBuildsApps/pull/42
* feat(shift): v2.3.3 hardening — Media3, download integrity, focus by @brevityA in https://github.com/brevityA/CoreBuildsApps/pull/43
**Full Changelog**: https://github.com/brevityA/CoreBuildsApps/compare/shift-v2.3.1...shift-v2.3.3Core Shift shift-v2.3.2
What's Changed
- feat(shift): mixed 1080p/4K UX + workflow upload fix by @brevityA in #40
- feat(motion): wire --speed into renderer and shader by @brevityA in #41
- fix(shift): library visibility, D-pad navigation and download reachability by @brevityA in #42
Full Changelog: motion-prequels...shift-v2.3.2
What's Changed
- feat(shift): mixed 1080p/4K UX + workflow upload fix by @brevityA in #40
- feat(motion): wire --speed into renderer and shader by @brevityA in #41
- fix(shift): library visibility, D-pad navigation and download reachability by @brevityA in #42
Full Changelog: motion-prequels...shift-v2.3.2
What's Changed
Full Changelog: shift-v2.3.1...shift-v2.3.2
What's Changed
Full Changelog: shift-v2.3.1...shift-v2.3.2
Core Shift shift-v2.3.1
What's Changed
- chore(shift): bump to v2.1.0 (versionCode 4) by @brevityA in #37
- feat(shift+motion): Core Prequel Engine — procedural Series 2/3 wallpapers by @brevityA in #38
Full Changelog: motion...shift-v2.3.1
What's Changed
- feat(shift): mixed 1080p/4K UX + workflow upload fix by @brevityA in #40
- feat(motion): wire --speed into renderer and shader by @brevityA in #41
Full Changelog: motion-prequels...shift-v2.3.1