22 Commits

Author SHA1 Message Date
Ben Hughes 46b52d3c75 Feature: user-selectable theme (#460)
* Fix #457 - Persist entry sorting preferences across app launches
Changed sorting state from @State to @AppStorage in EntriesView to ensure user preferences are saved to UserDefaults. Also made sorting criteria mutually exclusive for a better UX.

* Add option to pick theme (light/dark/auto).
Moved language files and other resources into a sub-folder to clean up the structure a little.

* use #EnvironmentObject
2026-02-25 21:28:46 +01:00
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 f16dc33e14 Fix delete confirm dialog
Fix Justify
Fix revenuecat
2025-02-05 08:07:10 +01:00
Maxime Marinel 4931806ddb IA Assistant (#408)
* Stash

* Prepare chat assistant

* Rebase

* Update server + txt + format
2024-01-23 13:37:42 +01:00
Maxime Marinel b59b9e0408 Release 7.0.0 (#394)
* Bump version

* Clean code (#393)

* Mac os version (#395)

* wip mac os version

* Build on macos

* WIP Webview

* Update app icon
Refacto routing

* Move folder

* Image list

* Change badge update

* Arrange entry view menu

* Add refresh command

* Add app Sandbox for macos + first build on macos

* Fix #397

* Fix macos build

* Try fix app icon

* Rework toolbar entry

* Fix logo

* Add test on serverViewModel

* Update refresh button

* Clean file + clean Picker

* Fix progress view

* Fix delete entry on ipad fix #389

* Swiftformat

* Add swipe to back fix #356

* enhance bottom button tap fix #400

* Add dismiss action in entry view fix #338

* Add sorting options only on id fix #71

* Add progress
2023-10-03 09:29:24 +02:00
Maxime Marinel 4e77c75e86 Move setting page inside app (#383)
* Add setting page inside app

* Remove old setting
2022-06-14 12:58:59 +02:00
Maxime Marinel d5f2e558b0 Reading time based on user config (#380)
* Prepare reading time based on user config

* Use appStorage instead all config

* Clean code

* Add doc
2022-05-26 07:52:17 +02: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 8b094d6438 Clean deprecated
Apply xcode recommandation
New testflight build(313)
2022-01-31 22:38:37 +01:00
Marinel maxime 1858c004bb Remove some Combine and use async/awaitt instead for image download + actor 2021-11-08 00:06:21 +01:00
Marinel maxime 1af8108e30 Arrange home button + update build 2021-11-02 23:14:57 +01:00
Marinel maxime 70397b1cc6 Fix save context 2021-10-21 20:10:45 +02:00
Marinel maxime 94fdd5b67f Arrange regex for domain validation port + path fix #364 2021-10-03 20:20:01 +02:00
Marinel maxime 76ace5aeb5 Add sub pproject 2021-10-03 20:00:17 +02:00
Marinel maxime f33665eda9 Add link to documentation in registraion process #358 2021-09-28 09:06:41 +02:00
Marinel maxime 3cb58a9549 Move package into workspace 2021-07-28 10:44:24 +02:00
Marinel maxime 01d1f42b51 Arrange some view
CS
Remove deprecated
2021-07-15 15:49:42 +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 8b1a890f54 Update sharedLib 2021-04-14 09:02:27 +02:00
Marinel maxime 1816e181de Create shared package 2021-04-14 00:03:43 +02:00