9 Commits

Author SHA1 Message Date
Joseph Radford 0c182f2eb1 Bugfix/reading time format issue 451 (#456)
* Fix reading time display affected by 12/24-hour system setting (#451)

Reading time was incorrectly displayed as time-of-day (e.g., "12:45:00 AM" on 12-hour format devices) instead of as a duration. This occurred because DateFormatter was being used to format what should be a duration value, causing it to apply system time format preferences.

Replaced DateFormatter with simple duration calculation that formats as HH:MM:SS regardless of device settings. Added comprehensive unit tests covering basic durations, hour boundaries, fractional minutes, and edge cases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Add GitHub Action to run SharedLib tests

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-05 08:17:25 +01:00
Maxime Marinel d82fae2808 Add setting for item per page during sync
Add order filter on entries endpoint
2022-05-10 23:11:39 +02:00
Marinel maxime 94fdd5b67f Arrange regex for domain validation port + path fix #364 2021-10-03 20:20:01 +02:00
Marinel maxime 3cb58a9549 Move package into workspace 2021-07-28 10:44:24 +02:00
Marinel maxime 34953a8b58 Swiftformat 2021-05-31 00:26:02 +02:00
Marinel maxime 1fc95e6235 Move filter un sharedLib 2021-04-19 00:34:29 +02:00
Marinel maxime f70a69b36b Move real shared code in Lib 2021-04-18 00:31:59 +02:00
Marinel maxime 6685118dfb Prepare test 2021-04-16 16:17:34 +02:00
Marinel maxime 1816e181de Create shared package 2021-04-14 00:03:43 +02:00