Closed esensar closed 1 year ago
some texts like the tone text at the Alarm tab, Edit alarm isnt centered vertically properly. Also make it a bit higher as the Label below it is too close. Its height in Timer dialog is good, but the text of the notification audio and top timer arent centered either.
Alarm checkbox and Stopwatch sorting arrow dont change their primary colors properly on resume, it needs an app restart
some texts like the tone text at the Alarm tab, Edit alarm isnt centered vertically properly. Also make it a bit higher as the Label below it is too close. Its height in Timer dialog is good, but the text of the notification audio and top timer arent centered either.
I have updated these now. They should look the same and should be properly centered. Regarding the top timer, not really sure what exactly you mean. It does have more padding on the top side than the bottom, since it is the first item in the list and it has extra padding from the top side of the dialog. Do you want that to be the same as spacing to the next item?
it is about the timer label itself, not something related to other views or the dialog. The time is slightly above the center line, even compared to the icon next to it. Long press the items to see what I mean. Reminder labels still seem to be slightly higher, not centered.
should be good now, thanks
adding a new alarm doesnt refresh the list, it isnt visible. Pressing Sort at alarms sometimes doesnt show the sorting dialog.
adding a new alarm doesnt refresh the list, it isnt visible. Pressing Sort at alarms sometimes doesnt show the sorting dialog.
I found the issue related to refreshing and opened a PR: https://github.com/SimpleMobileTools/Simple-Clock/pull/494 I am not sure what is wrong with sorting, I haven't been able to reproduce it.
sorting breaks after rotating the device
sorting breaks after rotating the device
Yeah, just managed to reproduce it that way. Looks like an issue in the ViewPagerAdapter
. I will fix it.
Changes:
SCHEDULE_EXACT_ALARM
is not automatically granted anymore, but we useUSE_EXACT_ALARM
anyways, so we don't need to worry about it - addedmaxSdkVersion
toSCHEDULE_EXACT_ALARM
based on directions from https://developer.android.com/reference/android/Manifest.permission#USE_EXACT_ALARMUSE_FULL_SCREEN_INTENT
is no longer automatically granted, but it is alright for alarm apps - users can manually disable this permission so we need to ask them to re-enable itandroidx.lifecycle
to 2.6.1room
to 2.6.0-alpha02androidx.work
to 2.8.1kotlinx.coroutines
to 1.7.3stetho
to 1.6.0No other changes from these lists affects this app: