Skip to content

Commit b1a09a1

Browse files
committed
v.4.11.0 "Start hour of a day" option
1 parent 5facb07 commit b1a09a1

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## [Todo Agenda](https://github.com/andstatus/todoagenda#readme) Changelog
22

3+
<a id="v4.11"/>
4+
5+
### 2025-01-08 v4.11.0 Start hour of a day option
6+
* "Start hour of a day" option added to "Other settings" section.
7+
8+
Changing its value from default 0 to e.g. 4 causes all events that start before 4 AM to be shown
9+
under previous day's header. This may be convenient for people who stay up after midnight or
10+
or wake up early.
11+
Valid values are from -12 to 12.
12+
[#140](https://github.com/andstatus/todoagenda/issues/140)
13+
314
<a id="v4.10"/>
415

516
### 2024-12-14 v4.10.2 Text shadow and Event description

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
}
1313

1414
defaultConfig {
15-
versionCode 708
16-
versionName '4.10.2'
15+
versionCode 709
16+
versionName '4.11.0'
1717
minSdkVersion rootProject.minSdkVersion
1818
targetSdkVersion rootProject.targetSdkVersion
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.10.2. "All in one row" layout of Event entry improved. Updated for Android 15.
1+
v4.11.0. "Start hour of a day" option added.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
v4.10.2. Макет Элемента списка событий "Всё - в один ряд" усовершенствован.
2-
Обновление до Android 15.
1+
v4.11.0. Добавлена опция "Час начала дня".

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
<string name="lock_time_zone_off_desc">Unlocked, current zone: %s</string>
262262
<string name="lock_time_zone_on_desc">Locked at %s</string>
263263
<string name="lock_time_zone_title">Lock time zone</string>
264-
<string name="start_hour_of_day">Start hour of day</string>
264+
<string name="start_hour_of_day">Start hour of a day</string>
265265
<string name="snapshot_mode">Lock list of events (Snapshot mode)</string>
266266
<string name="snapshot_mode_live_data">Live data from real sources</string>
267267
<string name="snapshot_mode_time">Snapshot as seen at the time, when it was taken: %s</string>

0 commit comments

Comments
 (0)