tts-util-app icon indicating copy to clipboard operation
tts-util-app copied to clipboard

Feature request: Dark mode

Open PurpleCodingWizard opened this issue 4 years ago • 7 comments

The dark mode if done can support settings like follow system, battery saver or choose a light, dark theme.

PurpleCodingWizard avatar Dec 12 '20 09:12 PurpleCodingWizard

Thanks. I agree a dark mode would be nice.

drmfinlay avatar Dec 13 '20 14:12 drmfinlay

I would simply migrate to AppCompat and use

 android:theme="@style/Theme.AppCompat.DayNight">

in AndroidManifest.xml

With that the app would follow the system setting.

woheller69 avatar Oct 24 '21 16:10 woheller69

It would be very helpful if this could be added as an in-app setting. Automatic dark mode doesn't work consistently before Android 10 in my experience.

fohfuu avatar Feb 21 '22 19:02 fohfuu

I would not waste time on that. That just makes it more complex. With Android 12 in roll-out older than Android 10 should be history soon...

woheller69 avatar Feb 21 '22 19:02 woheller69

Adding a theme switch in the settings doesn't sound too difficult. I'll look into it for version 3.1.0. The next release (v3) should be out soon.

woheller69, I am, of course, aware that upgrading to the latest OS version is preferred by many, including Google. However, this application is currently built to run on OS versions as far back as Android 5 (Lollipop). I have no intention of moving this minimum requirement forward, especially since the more recent releases have, in fact, made things needlessly more difficult for me (e.g., issue #19).

drmfinlay avatar Feb 23 '22 05:02 drmfinlay

I have no problem with it, it is your time :-) With all the API change this is getting more and more challenging...

woheller69 avatar Feb 23 '22 06:02 woheller69

As a workaround you can use the app "DarQ" and enable force dark mode for this particular app. Works great with some other apps I have that don't have dark mode. https://www.xda-developers.com/darq-per-app-forced-dark-mode-android-10-without-root/

famewolf avatar Apr 22 '22 18:04 famewolf