26 Commits

Author SHA1 Message Date
Balazs Perlaki-Horvath
1ff560a8ad Use a test database for library tests 2025-07-14 00:26:33 +02:00
Balazs Perlaki-Horvath
ba5b12ce54 Fix macOS CI tests 2025-07-13 18:02:32 +02:00
Balazs Perlaki-Horvath
cbfba4804b Update error messages in tests 2025-06-29 21:04:50 +02:00
codefactor-io
1f8c10f0e2 [CodeFactor] Apply fixes 2025-06-15 23:53:00 +02:00
BPH
233ceb53c5 Update Tests/LibraryRefreshViewModelTest.swift
Co-authored-by: codefactor-io[bot] <47775046+codefactor-io[bot]@users.noreply.github.com>
2025-06-15 23:53:00 +02:00
Balazs Perlaki-Horvath
560330d70e Add timeout expectations to LibraryRefreshViewModelTest 2025-06-15 23:53:00 +02:00
Balazs Perlaki-Horvath
b19028f19c Update UI tests 2025-06-15 23:53:00 +02:00
Balazs Perlaki-Horvath
a568afa304 Replace URLs 2025-05-09 21:36:10 +02:00
Balazs Perlaki-Horvath
e2a957c1dc Library endpoint changes 2025-05-08 19:13:58 +02:00
Balazs Perlaki-Horvath
68508dc49c Fixlint 2025-01-17 09:53:38 +01:00
Balazs Perlaki-Horvath
82d590b9c1 Wrap user defaults to stabilize unit tests 2025-01-17 09:53:38 +01:00
Balazs Perlaki-Horvath
d27282fa6b Use mock url in tests 2024-09-01 21:25:35 +02:00
Balazs Perlaki-Horvath
dec3b6a4fa Error handling for catalog not avaliable 503 2024-09-01 18:20:50 +02:00
Balazs Perlaki-Horvath
daa820d126 Adjust LibraryViewModel to be unit testable, as on test start the singleton instance is running 2024-08-12 21:40:28 +02:00
Balazs Perlaki-Horvath
71d38cffc1 Update unit tests 2024-07-25 21:53:27 +02:00
Balazs Perlaki-Horvath
ec98aae051 Update header style, add Xcode template, update XcodeGen 2024-04-06 10:19:47 +02:00
Emmanuel Engelhart
f40b838ec9 Remove empty characters at end of lines 2024-04-05 18:20:18 +02:00
Emmanuel Engelhart
21f862d927 Remove not (GPL) compliant copyright claims 2024-04-05 18:20:18 +02:00
Emmanuel Engelhart
d6c23073aa Add GPL headers 2024-04-05 18:20:18 +02:00
Balazs Perlaki-Horvath
3c94f24c08 Clarify the purpose of fileURLBookmark 2024-03-02 08:58:33 +01:00
Balazs Perlaki-Horvath
8918fda33a Use direct language codes in DB 2024-02-27 09:21:15 +01:00
Balazs Perlaki-Horvath
55291b9bf4 Add more comments 2024-02-26 19:13:30 +01:00
Balazs Perlaki-Horvath
a434be9fe2 Revert to 2 letter lang codes in DB 2024-02-26 19:13:30 +01:00
Balazs Perlaki-Horvath
b049c71406 Update feed url, and language code 2024-02-16 09:50:51 +01:00
ChrisLi
eecbc3ef32
Library compatibility in a multi tab setup (#509)
* project

* existing code

* controller

* library

* browser
2023-07-20 08:40:53 -04:00
ChrisLi
8a2517ccb4
Library refresh view model & test (#487)
* entities

* LibraryRefreshViewModel

* OPDSParserTests

* entity

* LibraryRefreshViewModel

* http error

* LibraryRefreshViewModelTest

* code

* code

* test

* test

* LibraryRefreshViewModel

* LibraryRefreshViewModel

* library enum

* error

* test

* tests

* in memory coredata

* test

* deprecation test

* test

* global LibraryRefreshViewModel

* refactor
2023-02-12 17:38:34 -05:00