Skip to content

Releases: w1lli4m666-droid/PodBox

PodBox 0.3.0

Choose a tag to compare

@w1lli4m666-droid w1lli4m666-droid released this 11 Aug 07:10

What's new

  • Added system-language localization support.
  • English is now the default app language for non-Chinese systems.
  • Simplified Chinese resources are used automatically on Chinese systems.
  • Moved user-facing button labels, content descriptions, Toast messages, loading text, notification text, and fallback episode titles into Android string resources.
  • Updated the English and Simplified Chinese README for v0.3.0.
  • Bumped the app version to v0.3.0.

更新内容

  • 新增跟随系统语言的本地化支持。
  • 非中文系统现在默认显示英文界面。
  • 中文系统会自动使用简体中文资源。
  • 按钮文字、无障碍说明、Toast 提示、加载文案、通知文案、默认节目标题已迁移到 Android 字符串资源。
  • 中英文 README 已更新至 v0.3.0。
  • 应用版本已升级至 v0.3.0。

APK selection / APK 选择

  • PodBox-0.3.0-armeabi-v7a-release.apk: 32-bit ARM TV boxes / 32 位 ARM 老电视盒子
  • PodBox-0.3.0-arm64-v8a-release.apk: 64-bit ARM devices / 64 位 ARM 设备
  • PodBox-0.3.0-universal-release.apk: ARMv7 + ARM64 / 同时包含两种 ARM 架构

Minimum Android version: Android 4.1 (API 16).

These are debug-signed APKs intended for internal testing and can update previous builds with the same signature.
这些 APK 使用调试签名,适合内部测试,可覆盖安装此前同签名版本。

Per request, no emulator or real-device test was run for this localization change.
按照要求,此次为语言本地化调整,未运行模拟器或实机测试。

SHA-256

armeabi-v7a  868B2C1CF0593BB0559E8CC4C6B6776A4B74481804323378E2B88DDF0EF1D9C2
arm64-v8a    868B2C1CF0593BB0559E8CC4C6B6776A4B74481804323378E2B88DDF0EF1D9C2
universal    868B2C1CF0593BB0559E8CC4C6B6776A4B74481804323378E2B88DDF0EF1D9C2

PodBox 0.2.2

Choose a tag to compare

@w1lli4m666-droid w1lli4m666-droid released this 04 Aug 05:29

What's new

  • Touchscreen edge-swipe Back now exits or backgrounds the app correctly instead of repeatedly trying to restore remote-control focus.
  • Remote-control Back behavior is preserved: episode lists still return focus to the current top tab before the app moves to the background.
  • Touch and remote input paths are now distinguished so touch Back skips the focus-restoration step that is only useful for DPAD remotes.
  • Bumped the app version to v0.2.2.

更新内容

  • 触屏侧边滑动返回现在可以正常退出或让应用进入后台,不再反复尝试恢复遥控器光标导致看起来无反应。
  • 遥控器返回逻辑保持不变:节目列表里按返回会先把光标退回当前顶栏,再次返回才让应用进入后台。
  • 现在会区分触屏输入和遥控器输入,触屏返回会跳过只适合遥控器的焦点恢复步骤。
  • 应用版本已升级至 v0.2.2。

APK selection / APK 选择

  • PodBox-0.2.2-armeabi-v7a-release.apk: 32-bit ARM TV boxes / 32 位 ARM 老电视盒子
  • PodBox-0.2.2-arm64-v8a-release.apk: 64-bit ARM devices / 64 位 ARM 设备
  • PodBox-0.2.2-universal-release.apk: ARMv7 + ARM64 / 同时包含两种 ARM 架构

Minimum Android version: Android 4.1 (API 16).

These are debug-signed APKs intended for internal testing and can update previous builds with the same signature.
这些 APK 使用调试签名,适合内部测试,可覆盖安装此前同签名版本。

Per request, no emulator or real-device test was run for this touch Back handling change.
按照要求,此次为触屏返回逻辑调整,未运行模拟器或实机测试。

SHA-256

armeabi-v7a  BAA9DB3E8B8646AF634F2D1AF957FC02EC6A553443B415F348DFFCF7131E67A5
arm64-v8a    BAA9DB3E8B8646AF634F2D1AF957FC02EC6A553443B415F348DFFCF7131E67A5
universal    BAA9DB3E8B8646AF634F2D1AF957FC02EC6A553443B415F348DFFCF7131E67A5

PodBox 0.2.1

Choose a tag to compare

@w1lli4m666-droid w1lli4m666-droid released this 04 Aug 05:19

What's new

  • Touchscreen buttons now activate on the first tap instead of first moving focus and requiring a second tap.
  • Removed touch-mode focus behavior from top tabs, player controls, and dynamically created list/search/queue buttons while keeping remote-control focus support.
  • Bumped the app version to v0.2.1.

更新内容

  • 触屏点击按钮现在会一次点击直接生效,不再先移动光标、需要第二次点击才执行。
  • 已移除顶栏、播放器控件、动态列表/搜索/播放列表按钮的触控模式焦点属性,同时保留遥控器焦点支持。
  • 应用版本已升级至 v0.2.1。

APK selection / APK 选择

  • PodBox-0.2.1-armeabi-v7a-release.apk: 32-bit ARM TV boxes / 32 位 ARM 老电视盒子
  • PodBox-0.2.1-arm64-v8a-release.apk: 64-bit ARM devices / 64 位 ARM 设备
  • PodBox-0.2.1-universal-release.apk: ARMv7 + ARM64 / 同时包含两种 ARM 架构

Minimum Android version: Android 4.1 (API 16).

These are debug-signed APKs intended for internal testing and can update previous builds with the same signature.
这些 APK 使用调试签名,适合内部测试,可覆盖安装此前同签名版本。

Per request, no emulator or real-device test was run for this touch-mode focus change.
按照要求,此次为触控模式焦点调整,未运行模拟器或实机测试。

SHA-256

armeabi-v7a  A62D46B1EDF8EB5772F2898FC37B12AF4DCF4C674DAAA99713578ADA62484C7A
arm64-v8a    A62D46B1EDF8EB5772F2898FC37B12AF4DCF4C674DAAA99713578ADA62484C7A
universal    A62D46B1EDF8EB5772F2898FC37B12AF4DCF4C674DAAA99713578ADA62484C7A

PodBox 0.2.0

Choose a tag to compare

@w1lli4m666-droid w1lli4m666-droid released this 04 Aug 03:24

What's new

  • The bottom mini player now adapts to small touchscreen displays without requiring horizontal swiping.
  • The mini player no longer uses a horizontal scroll container; the episode title area shrinks first so playback, seek, and speed controls remain visible.
  • Player artwork, title text, timestamp text, icon buttons, and speed controls were compacted for narrow screens.
  • Bumped the app version to v0.2.0.

更新内容

  • 底部播放器现在会适配小屏触屏设备,不需要再横向拖动才能看到右侧按钮。
  • 底部播放器不再使用横向滚动容器;节目标题区域会优先缩短,确保播放、快进快退和语速按钮都能显示。
  • 播放器封面、标题文字、时间戳、图标按钮和语速按钮都已压缩,以适配窄屏。
  • 应用版本已升级至 v0.2.0。

APK selection / APK 选择

  • PodBox-0.2.0-armeabi-v7a-release.apk: 32-bit ARM TV boxes / 32 位 ARM 老电视盒子
  • PodBox-0.2.0-arm64-v8a-release.apk: 64-bit ARM devices / 64 位 ARM 设备
  • PodBox-0.2.0-universal-release.apk: ARMv7 + ARM64 / 同时包含两种 ARM 架构

Minimum Android version: Android 4.1 (API 16).

These are debug-signed APKs intended for internal testing and can update previous builds with the same signature.
这些 APK 使用调试签名,适合内部测试,可覆盖安装此前同签名版本。

Per request, no emulator or real-device test was run for this small-screen layout change.
按照要求,此次为小屏布局调整,未运行模拟器或实机测试。

SHA-256

armeabi-v7a  F524E98D6CF90EBEB47A7B299C6AC8408EBEB6BD4FF7ECC872ED436531AA2707
arm64-v8a    F524E98D6CF90EBEB47A7B299C6AC8408EBEB6BD4FF7ECC872ED436531AA2707
universal    F524E98D6CF90EBEB47A7B299C6AC8408EBEB6BD4FF7ECC872ED436531AA2707

PodBox 0.1.0

Choose a tag to compare

@w1lli4m666-droid w1lli4m666-droid released this 30 Jul 10:04

What's new

  • Queue play, up, down, and delete SVG actions now update row contents in place, so focus no longer jumps briefly to the collapse SVG before returning.
  • The bottom player queue SVG uses a purple background while the playback queue panel is expanded.
  • Queue dismiss handling now resets the bottom queue SVG background whether the panel is closed with Back, the collapse SVG, or outside dismissal.
  • Release notes were reformatted to the requested Markdown template.

更新内容

  • 播放列表中的播放、上移、下移、删除 SVG 现在会原地更新行内容,焦点不再瞬间跳到收起 SVG 后再返回。
  • 播放列表展开时,底部播放器的列表 SVG 背景会显示为紫色。
  • 播放列表无论通过返回键、收起 SVG 或外部关闭,都会恢复底部列表 SVG 背景。
  • Release 说明已调整为指定的 Markdown 模板格式。

APK selection / APK 选择

  • PodBox-0.1.0-armeabi-v7a-release.apk: 32-bit ARM TV boxes / 32 位 ARM 老电视盒子
  • PodBox-0.1.0-arm64-v8a-release.apk: 64-bit ARM devices / 64 位 ARM 设备
  • PodBox-0.1.0-universal-release.apk: ARMv7 + ARM64 / 同时包含两种 ARM 架构

Minimum Android version: Android 4.1 (API 16).

These are debug-signed APKs intended for internal testing and can update previous builds with the same signature.
这些 APK 使用调试签名,适合内部测试,可覆盖安装此前同签名版本。

Per request, no emulator or real-device test was run for this focus-only change.
按照要求,此次仅修改焦点逻辑,未运行模拟器或实机测试。

SHA-256

armeabi-v7a  DF839CB25A3C892C28CD8E5ABF70D65EF138C6F95E956F995896B206B62F697B
arm64-v8a    DF839CB25A3C892C28CD8E5ABF70D65EF138C6F95E956F995896B206B62F697B
universal    DF839CB25A3C892C28CD8E5ABF70D65EF138C6F95E956F995896B206B62F697B