DroidWorksStudio / mLauncher

Minimal Launcher app for Android. Customized olauncher as I just started learning kotlin .
GNU General Public License v3.0
293 stars 26 forks source link

[Bug Report] Clock set in 12h format when it shouldn't #469

Closed EymirKing closed 5 months ago

EymirKing commented 5 months ago

Checklist

App version

1.5.4

Android version

Android 10

How did you download the software?

F-Droid

Bug description

Before in 1.5.2 the clock was on the correct format 24h as I have it set in my phone, after the update to 1.5.4 it's now set to 12h format and I can't change that in the settings. Even changing the interface language didn't do nothing.

Steps to reproduce the bug

Nothing, just be on last version.

Expected behavior

The clock should use the system hour format

Screenshots/Screen recordings

No response

Logs

No response

Additional information

No response

Terms and Conditions

Gitbot-Actions commented 5 months ago

👋 Thanks for reporting!

We will get back to you soon about this issue.

HeCodes2Much commented 5 months ago

hello inside your android settings where you set the 12 / 24 hour clock does this change when that is changed as it does on my end in English (UK)

EymirKing commented 5 months ago

I just went into settings, it always was following my system language (spanish) so it always is 24h format, and older versions of mlauncher respected that. Now I need to change explicitly to 24h format for mlauncher to pick it up, it doesn't work when set to automatic like before. Maybe it has to do with the language bug and it's solved in the next version.

HeCodes2Much commented 5 months ago

what language do you use for your system so i can check if it bugs here?

image

EymirKing commented 5 months ago

Spanish(Spain), so I guess its es-es or es

HeCodes2Much commented 5 months ago

so español (España) right?

timezone: es-es, best12: h:mm a, best24: H:mm, best12Date: EEE, dd MMM, best24Date: EEE, dd MMM
EymirKing commented 5 months ago

correct

HeCodes2Much commented 5 months ago

i think that commit should do it :) also set the default to System instead of English (US)

HeCodes2Much commented 5 months ago

@EymirKing Can you please test v1.5.5 once it has been built