70 Commits

Author SHA1 Message Date
Gauthier
6e5772ecfd
filter by genres, tags and publishers (#4211) 2020-08-26 06:20:47 -04:00
Gauthier
fcff37890d
[Komga] metadata update (#4194)
* clarify changelog

* remove the 1000 chapters limit

* remove old dto (was required before Komga 0.48.0)
align to new metadata model (Komga 0.58.0)
add description and genre for Series
2020-08-24 07:14:32 -04:00
Gauthier
4406f91f7e
[Komga] change chapter display to use title string instead of title number (#4121)
* change chapter display to use title string instead of title number

* version bump and changelog
2020-08-14 07:56:26 -04:00
Gauthier
7a9de141d2
compatibility for the upcoming version of Komga which have changes in the API (IDs are String instead of Long) (#3792) 2020-07-15 06:01:46 -04:00
Gauthier
1556685031
filter by collection (#3620)
add CHANGELOG.md

closes gotson/komga#211
2020-06-26 13:43:31 -04:00
arkon
023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
arkon
14e644d358 Set password preferences inputTypes 2020-06-06 13:02:53 -04:00
Gauthier
af8fd27c25
[Komga] unread only filter, prefix book titles (#3418)
* unread only filter, prefix book titles

closes gotson/komga#169, gotson/komga#180

* fix linting issues
2020-06-06 12:59:18 -04:00
arkon
efc1877172
Move common app-provided dependencies to common.gradle (#3214) 2020-05-17 16:50:53 -04:00
arkon
dbcb0117cd Remove preference-stub (moved into extension-lib 1.2) 2020-05-09 11:43:41 -04:00
Gauthier
facc1d7bfd
use SourceFactory to have multiple Komga servers (3 for the moment) (#2707)
while waiting for https://github.com/inorichi/tachiyomi/pull/2196 this should suffice for most users
2020-04-19 09:22:24 -04:00
arkon
228178f3a0 Use consistent Gson version for stable compatibility 2020-03-29 12:24:28 -04:00
Gauthier
bc49af1d14
use Book title instead of name (#2459)
use Book numberSort instead of number
2020-03-20 05:47:21 -04:00
Gauthier
0e59671851
[Komga] series metadata (#2197)
* handle Series status
add filter for Series status

* use Series title instead of name
sort by titleSort instead of name
2020-02-06 06:54:30 -05:00
arkon
98df581cfd
Add support for AndroidX preferences (#1971)
* Add stubs for AndroidX preferences

* Update extensions for AndroidX preferences
2020-01-05 11:16:12 -05:00
Gauthier
1fcd650001 [Komga] API update + Sort options (#1946)
* use updated Komga API (closes gotson/komga#31, closes gotson/komga#32)

* only retrieve books in READY state (was previously handled server side by default)

* add sort options to Series search (closes gotson/komga#33)
2019-12-30 23:09:35 -05:00
Gauthier
231705d8c1 use OkHttpClient Authenticator instead of always adding credentials in headers (#1767)
[Komga] better handling of authentication
2019-11-11 10:19:09 -05:00
Gauthier
3152424782 [Komga] add filters by library (#1638)
* add filters by library

* add custom User-Agent, Komga server can log it to identify clients

* use BuildConfig for version name in User-Agent

* add file size to chapter name
2019-11-04 22:03:19 -05:00
Gauthier
926ba3c6ce request converted image from server if format is not supported (#1453) 2019-09-06 23:12:54 -04:00
Gauthier
10cecba09b added Komga extension (#1409)
added Komga extension
2019-08-28 12:53:46 -04:00