43 Commits

Author SHA1 Message Date
BrutuZ
ba7391e17a
[Comick] Make the group filtering case-insensitive ()
Make the group filtering case-insensitive
* Remove redundant RegEx escaping
* Reformat code
2023-09-30 11:32:52 -03:00
BrutuZ
39f41520e0
[Comick] Added option to ignore user-defined groups ()
Add a preference to ignore user-defined groups
2023-09-23 19:56:43 -03:00
AwkwardPeak7
36504841ee
Comick: nullable lang in chapter ()
possible due to bad data
2023-08-20 12:23:30 -03:00
arkon
2a7801e876
Move package namespace declarations out of manifests () 2023-08-18 08:58:52 -04:00
AwkwardPeak7
11eb5915ca
Comick: refactor code ()
- fix filters not resetting
- add origination to genres
2023-08-03 14:35:06 -03:00
iD-666
93e5bcf56b
Fix HTTP error 400 Status Filter ()
* Change value from empty string "" to "0"

* Update build.gradle
2023-07-27 16:32:58 -03:00
iD-666
ab0d6aceab
Add a Status search filter and remove 1 deleted sort in Comick ()
* Add a Status filter and remove 1 deleted sort

* Add Status filter

* Update build.gradle
2023-07-27 09:34:10 -03:00
iD-666
d5afad1fdb
ComicK: Add new sort: "Newest" ()
* ComicK: Add new sort: "Newest"

* ComicK: Update extVersionCode
2023-07-20 22:13:35 -04:00
AwkwardPeak7
fcba0e4efe
comick: improve performance ()
* comick: improve performance

for real this time

* simplify logic

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* remove redundancy

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2023-07-01 10:03:51 -04:00
AwkwardPeak7
f2ffc4075c
minor fix ()
* comick: fix filters not resetting

* allanime: fix filters not resetting & nullable picture urls (shit source)

* rmanga: fix filters not resetting
2023-06-12 15:59:51 -03:00
AwkwardPeak7
c6487255fb
comick: fix date () 2023-06-06 05:22:17 -04:00
AwkwardPeak7
b7c39c7a67
Comick: some improvements ()
* Comick: some improvements

* comick: thumbnail preference

* comick: alt titles

* use update date
2023-05-30 10:50:45 -04:00
mobi2002
7e37c68ba1
Comick: thumbnails () 2023-04-23 19:09:15 -04:00
mobi2002
7a10d877d2
Comick: handle empty cover ()
Comick: handle empty cover case
2023-03-28 09:34:17 -04:00
mobi2002
47007ff748
Comick: fix thumbnails & mark unknown group ()
* Comick: fix thumbnail url & repeating search results & mark unknown scanlator

* bump
2023-03-21 09:18:05 -04:00
mobi2002
8ce11b816b
Comick: fix deep links ()
* Comick: slug/hid search for deep linking

* bump
2023-03-01 12:21:10 -03:00
mobi2002
1ff1a22fff
Comick: hid refactor and add ext-lib 1.4 functions ()
* comick: Refactor the hid changes and add ext-lib 1.4 methods

* bump

* Comick: migrate slugs to hid

* apply suggested changes
2023-02-27 22:26:16 -03:00
arkon
7964dc4613
Upgrade OkHttp () 2023-02-11 17:30:31 -05:00
arkon
baaee5cf21
Update linter () 2023-02-11 14:21:03 -05:00
mobi2002
f48cf6e23f
Comick: fix date parsing () 2023-02-04 13:41:20 -03:00
Buhbbl
2f4658b3b3
ComickFun: Updated API and fixed error when API returns no url for a page ()
* Updated ComickFun API URL

Addresses  . Does not yet implement the slug and hid changes

* Filters out null urls from the API

Fixes 

* Bumped version

* Updated to new API search and hid

Will need to be re-visited to change the internal url stored by tachiyomi to use the hid instead of slugs once ext-lib 1.4 is released.

* Reverted a bug in fetchMangaDetails

* Updated to use kotlinx.serialization

* Renamed the slug fetching method
2023-01-10 20:34:40 -03:00
mobi2002
2cc30fb009
Comick.fun: fix filters and change domain ()
* Comick: fix filters only showing first page

* Comick: change domain

* Comick: change extension name but keep ids
2022-12-29 13:01:23 -03:00
Sergio Malagon
740da29bc5
Added fallback if manga description is null () 2022-10-10 12:22:12 -04:00
ktunprasert
e02945775f
Comick.fun: fixed filter label misspelling () 2022-10-07 09:33:22 -04:00
Sergio Malagon
123db0a17a
ComickFun: Fixed WebView not working correctly ()
* Fixed Open in WebView not working correctly

* Make use of fetchMangaDetails to avoid unnecessary calls
2022-10-03 08:48:15 -03:00
Riztard Lanthorn
81eb16ed45
ComickFun: add back "all" ()
* comickfun add back "all"

* cleaning
2022-10-01 09:02:29 -03:00
Sergio Malagon
c72a027702
Comick.fun: Code rewritten ()
* Rewritten the entire extension to improve readability, speed and pave the way for future upgrades

* Request changes

* Move date formatter to a constant to avoid being recreated every chapter

* Code clean

* Changed chapter url

* Changed chapter url again and change split method for substring

Co-authored-by: sergiohabitant <sergio.malagon@habitant.es>
2022-09-29 14:16:23 -03:00
Vetle Ledaal
4d910c38e6
Comick.fun: Allow optional description, chapter name () 2022-07-11 19:42:02 -03:00
arkon
d33f0fe903 Bump versions for individual extension with URL handler activities 2022-06-06 21:03:06 -04:00
arkon
341d067afc
Refactor to use app-provided rate limiting interceptors () 2022-06-05 16:33:49 -04:00
arkon
d347c2ca2a
[skip ci] Remove unnecessary annotations, run linter () 2022-04-01 17:03:36 -04:00
ObserverOfTime
27d26f2814
Comick.fun: fix chapter numbers () 2022-01-01 07:19:47 -05:00
h-hyuuga
551cc08849
Comick.fun: Fix search result paging ()
* Fix search result paging

* Refactor ratelimiting
2021-10-21 06:44:42 -04:00
h-hyuuga
ab7e3bcede
Comick.fun: Migrate to new API ()
* Migrate to new api endpoint + Implement Required Changes

* Update endpoints and response parsing to reflect API changes

* Restore search/filter functionality

* Add genre exclusion and search result sorting

* Comick.fun now specifies language with ISO639 compliant language codes instead of country codes
2021-10-13 08:19:58 -04:00
arkon
6a75de9261
Remove usage of @Nsfw annotation in favor of extension-level flagging () 2021-10-04 16:44:32 -04:00
arkon
2a3d88cea0
Target SDK 31 () 2021-09-09 18:25:46 -04:00
arkon
bc7d8c8672
Default libVersion to 1.2 () 2021-09-09 08:58:17 -04:00
Arraiment
633ebe7e7c
Comick.fun: Fixes genre missing for some manga ()
* Fix json parsing for genre tags

* Updated version
2021-08-04 07:15:10 -04:00
h-hyuuga
72fd4cc564
Comick.fun: Fix parsing issue for nullable chapter numbers () 2021-06-28 05:50:09 -04:00
h-hyuuga
f932e26e14
Bugfixes for ()
* Catmanga: Bump version

* Comick.fun: Resolve parsing issue for latest manga

* Remanga: Fix parsing error on latest + search
2021-06-16 11:15:47 -04:00
h-hyuuga
1175b0d1c7
Replace json library with kotlinx.serialization in multiple sources ()
* Catmanga: Replace org.json with kotlinx.serialization + Light Refactor of 

* Genkan IO: Replace gson + Make livewire interceptor

* Genkan IO: Tail Call Optimization to avoid blowing stack

* Comick.fun: kotlinx.serialization migration

* Remanga: kotlinx.serialzation migration
2021-06-15 09:02:46 -04:00
Alessandro Jean
aa06cd4b04
Fix wrong language code in some extensions. () 2021-06-08 13:43:46 -04:00
h-hyuuga
6a404595b6
Add Comick.fun ()
* Add Comick.fun

* Bugfixes + Improve Chapter Titles and Descriptions
2021-05-24 06:13:43 -04:00