Skip to content

Releases: Moderpach/Extinguish_package

0.2.6

14 Mar 12:55
87ef6da
Compare
Choose a tag to compare

English

This version is now supporting Android 14.
All run modes are now supporting Android 14, but some of them may not work properly on some devices. If the run mode you selected does not work properly, please change the run mode.

中文

该版本现已支持Android 14。
所有运行模式现在均已支持Android 14,但一些运行模式可能无法在部分设备上正常工作。如果您选择的运行模式无法正常工作,请更换运行模式。

0.2.5

09 Dec 06:52
87ef6da
Compare
Choose a tag to compare

English

This update still does not support Android 14

  1. Add run mode: SetScreenLightnessToZero.
    Effective on OLED and LCD screens. Compatible with automation software. Supports to light up the screen by clicking the volume keys or clicking the screen. Supports touch event when screen off. May cause auto-brightness to work exceptionally (recovered after restarting the system).
  2. Add "Touch screen to bright up".
    Only support runmode: Shizuku - SetScreenLightnessToZero. Theoretically, touch events from accessibility services and ADB will not bright up the screen.
  3. Add a two-column layout for large screen.
  4. Redesigned the Add Timer style in the Timer Presets page.
  5. Updated the privacy policy to fix presentation mistakes.

中文

本次更新仍不支持 Android 14

  1. 添加运行模式:设置屏幕亮度为0。
    该运行模式在 OLED 和 LCD 屏幕上有效。与自动化软件兼容。支持点击音量键或触摸屏幕亮屏。支持息屏时触控屏幕。可能导致自动亮度工作异常(重启系统后恢复)。
  2. 添加“触摸屏幕亮屏”。
    仅支持运行模式:Shizuku - 变更屏幕亮度为零。理论上,来自无障碍服务和ADB的触摸事件不会点亮屏幕。
  3. 添加针对大屏幕的设置双列布局。
  4. 重新设计定时器预设页面中添加定时器的样式。
  5. 更新了隐私政策以修正表述错误。

0.2.4

23 Aug 08:03
dedbf6a
Compare
Choose a tag to compare

English

This update is mainly about animation.

  1. Add enter & exit animation for all components in floating controller.
  2. Timer board enter & exit animation transition uses the floating controller as its origin now.
  3. "Auto to edge" is more smooth now.
  4. Fix issue that the screen couldn't bright up by volume key or timer in some devices.
  5. Fix issue that screen couldn't be touch sometimes after dragging floating controller when "drag to stop" is enabled.
  6. Optimize floating controller performance.
  7. Remove dynamic theme for traditional views to reduce app size.

中文

本次更新主要变更了过渡动画

  1. 为悬浮控制器的所有组件添加进入&退出动画。
  2. 定时器面板的进入&退出动画现在使用悬浮控制器作为过渡原点。
  3. “自动贴边” 现在更加流畅。
  4. 修复了在部分设备上音量键或定时器不能点亮屏幕的问题。
  5. 修复了启用“拖动关闭”时,有时在悬浮控制器拖动后屏幕无法触控的问题。
  6. 优化悬浮控制器性能。
  7. 移除传统View组件上的动态主题以减小app大小。

0.2.3

08 Aug 10:21
dedbf6a
Compare
Choose a tag to compare

English

Add "drag to stop floating controller". (Optional)
Change settings screen card to listitem.
About > Contact. Support "click to copy".
About > History version.
Use traditional TextView to show some long text to fix selection issues.

中文

添加“拖动关闭悬浮控制器”。(可选)
将设置列表界面的卡片更改为列表。
关于 > 联系方式, 支持“点击复制”。
关于 > 历史版本。
使用传统的TextView显示长文本以修复选择问题。

0.2.2

30 Jul 08:51
9a3a4af
Compare
Choose a tag to compare

English

Add quick setting tile to start and stop floating controller.
Fix padding below android R.

中文

添加用于启动和停止悬浮控制器的快速设置图块。
修复Android R以下版本的边距问题。

0.2.1

27 Jul 06:14
9a3a4af
Compare
Choose a tag to compare

English

Support android 14。
Support per-app language preferences.
Remove useless texts.
Add "Keep Extinguish service run", which may alleviate problems caused by usb debuging instability.
Fix timer board position.
Move setting item "Volume key to bright up" to floating controller setting.

中文

支持android 14。
支持分应用语言设置。
移除无用的文案。
添加“保持Extinguish服务运行”。这可能可以缓解usb调试不稳定导致的问题。
修复定时器面板位置。
将“音量键亮屏”设置项移动到悬浮控制器设置中。

0.2.0

15 Jul 11:25
9a3a4af
Compare
Choose a tag to compare

English

  • Rewrite UI.
  • Add timer function.
  • Add button to show timer board in floating controller.
  • Add some settings about timer board button.
  • Add fade when unused with transparency setting for floating controller.
  • Split volume key listen method.
  • Setting changing will take effect immediately.
  • Fix that process and resource can't be destroyed or closed when use shizuku volume key listener. (compare with 0.2.0 beta2)
  • Improve perfomance of shizuku volume key listener. (compare with 0.2.0 beta2)
  • Refact floating controller and timer board to improve their perfomance. (compare with 0.2.0 beta2)
  • Add animation for timer board. (compare with 0.2.0 beta2)
  • Improve texts and style. (compare with 0.2.0 beta2)
  • Improve compatibility. (compare with 0.2.0 beta2)

中文

  • 重写UI。
  • 添加定时器功能。
  • 在悬浮控制器中添加用于显示定时器面板的按钮。
  • 添加了与定时器面板按钮相关的设置。
  • 为悬浮控制器添加可调节的透明度的未使用时淡化功能。
  • 分离监听音量键的方法。
  • 设置更改将立即生效。
  • 修复了使用shizuku音量键监听器时进程无法结束和资源无法关闭的问题。(与0.2.0 beta2相比)
  • 改善shizuku音量键监听器性能。(与0.2.0 beta2相比)
  • 重构悬浮控制器和定时器面板以改善其性能。(与0.2.0 beta2相比)
  • 为定时其面板添加动画。(与0.2.0 beta2相比)
  • 改善文案与样式。(与0.2.0 beta2相比)
  • 改善兼容性。(与0.2.0 beta2相比)

0.2.0 beta2

04 Apr 14:49
9a3a4af
Compare
Choose a tag to compare
0.2.0 beta2 Pre-release
Pre-release

Rewrite UI.

May fix that the bright level does not recover when bright up screen in some devices.

This is beta version! UI has been not finished yet.

重写用户界面。

可能修复了在部分设备上亮屏后屏幕亮度不能正常恢复。

这是测试版本!界面尚未完成。

0.2.0 beta1

19 Mar 03:08
9a3a4af
Compare
Choose a tag to compare
0.2.0 beta1 Pre-release
Pre-release
  • Add timer function.
  • Add timer button to open timer dialog in floating controller.
  • Add preference to disable timer button.
  • Add preference to merge timer button and screen off button.
  • Add fade when unused.
  • Add target transparency preference for fade when unused.
  • Split volume key listen method.
  • Preference will take effect immediately.
  • UI is not finished.
  • Your preferences have been reset.

  • 添加定时器功能。
  • 在悬浮控制器添加用于打开定时器会话窗的定时器按钮。
  • 添加关闭定时器按钮的设置。
  • 添加合并定时器按钮和关闭屏幕按钮的设置。
  • 添加悬浮控制器在未使用时淡化(透明)。
  • 为在未使用时淡化添加目标透明度设置。
  • 分离监听音量键的方法设置。
  • 设置会在更改后立即生效。
  • UI尚未完成
  • 您的设置已重置

0.1.19

07 Feb 13:34
9a3a4af
Compare
Choose a tag to compare
  • Remove ads. And because of the removal of ads, Extinguish's storage and memory usage has been greatly reduced.

  • Add User Agreement and Privacy Agreement Page/Dialog according to the requirement of law.

  • Fix although Shizuku is actually running, Extinguish sometime shows "Shizuku is not installed or running".
    issus: If you experience a crash in Extinguish or you find that the storage usage is large than 10 MB, try clearing Extinguish's storage to fix it.

  • 移除广告。因为移除广告,Extinguish的存储空间和内存占用大幅降低。

  • 根据法律要求,添加用户协议和隐私协议界面。

  • 修复即使Shizuku已经运行,仍显示“Shizuku未安装或运行”的问题。
    可能遇到的问题:如果您在Extinguish中遇到崩溃或存储空间占用超过10MB,可以尝试清除Extinguish的存储来修复它。