Skip to content

Commit

Permalink
v.4.11.0 "Start hour of a day" option
Browse files Browse the repository at this point in the history
  • Loading branch information
yvolk committed Jan 8, 2025
1 parent 5facb07 commit b1a09a1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [Todo Agenda](https://github.com/andstatus/todoagenda#readme) Changelog

<a id="v4.11"/>

### 2025-01-08 v4.11.0 Start hour of a day option
* "Start hour of a day" option added to "Other settings" section.

Changing its value from default 0 to e.g. 4 causes all events that start before 4 AM to be shown
under previous day's header. This may be convenient for people who stay up after midnight or
or wake up early.
Valid values are from -12 to 12.
[#140](https://github.com/andstatus/todoagenda/issues/140)

<a id="v4.10"/>

### 2024-12-14 v4.10.2 Text shadow and Event description
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
}

defaultConfig {
versionCode 708
versionName '4.10.2'
versionCode 709
versionName '4.11.0'
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.10.2. "All in one row" layout of Event entry improved. Updated for Android 15.
v4.11.0. "Start hour of a day" option added.
3 changes: 1 addition & 2 deletions app/src/main/play/release-notes/ru-RU/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
v4.10.2. Макет Элемента списка событий "Всё - в один ряд" усовершенствован.
Обновление до Android 15.
v4.11.0. Добавлена опция "Час начала дня".
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<string name="lock_time_zone_off_desc">Unlocked, current zone: %s</string>
<string name="lock_time_zone_on_desc">Locked at %s</string>
<string name="lock_time_zone_title">Lock time zone</string>
<string name="start_hour_of_day">Start hour of day</string>
<string name="start_hour_of_day">Start hour of a day</string>
<string name="snapshot_mode">Lock list of events (Snapshot mode)</string>
<string name="snapshot_mode_live_data">Live data from real sources</string>
<string name="snapshot_mode_time">Snapshot as seen at the time, when it was taken: %s</string>
Expand Down

0 comments on commit b1a09a1

Please sign in to comment.