AwkwardPeak7
fcba0e4efe
comick: improve performance ( #16947 )
...
* 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 ( #16716 )
...
* 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 ( #16628 )
2023-06-06 05:22:17 -04:00
AwkwardPeak7
b7c39c7a67
Comick: some improvements ( #16611 )
...
* Comick: some improvements
* comick: thumbnail preference
* comick: alt titles
* use update date
2023-05-30 10:50:45 -04:00
mobi2002
7e37c68ba1
Comick: thumbnails ( #16135 )
2023-04-23 19:09:15 -04:00
mobi2002
7a10d877d2
Comick: handle empty cover ( #15862 )
...
Comick: handle empty cover case
2023-03-28 09:34:17 -04:00
mobi2002
47007ff748
Comick: fix thumbnails & mark unknown group ( #15785 )
...
* 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 ( #15535 )
...
* 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 ( #15487 )
...
* 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 ( #15320 )
2023-02-11 17:30:31 -05:00
arkon
baaee5cf21
Update linter ( #15317 )
2023-02-11 14:21:03 -05:00
mobi2002
f48cf6e23f
Comick: fix date parsing ( #15232 )
2023-02-04 13:41:20 -03:00
Buhbbl
2f4658b3b3
ComickFun: Updated API and fixed error when API returns no url for a page ( #14842 )
...
* Updated ComickFun API URL
Addresses #14788 . Does not yet implement the slug and hid changes
* Filters out null urls from the API
Fixes #14786
* 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 ( #14717 )
...
* 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 ( #13801 )
2022-10-10 12:22:12 -04:00
ktunprasert
e02945775f
Comick.fun: fixed filter label misspelling ( #13737 )
2022-10-07 09:33:22 -04:00
Sergio Malagon
123db0a17a
ComickFun: Fixed WebView not working correctly ( #13686 )
...
* 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" ( #13660 )
...
* comickfun add back "all"
* cleaning
2022-10-01 09:02:29 -03:00
Sergio Malagon
c72a027702
Comick.fun: Code rewritten ( #13620 )
...
* 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 ( #12518 )
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 ( #12087 )
2022-06-05 16:33:49 -04:00
arkon
d347c2ca2a
[skip ci] Remove unnecessary annotations, run linter ( #11299 )
2022-04-01 17:03:36 -04:00
ObserverOfTime
27d26f2814
Comick.fun: fix chapter numbers ( #10293 )
2022-01-01 07:19:47 -05:00
h-hyuuga
551cc08849
Comick.fun: Fix search result paging ( #9570 )
...
* Fix search result paging
* Refactor ratelimiting
2021-10-21 06:44:42 -04:00
h-hyuuga
ab7e3bcede
Comick.fun: Migrate to new API ( #9280 )
...
* 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 ( #9368 )
2021-10-04 16:44:32 -04:00
arkon
2a3d88cea0
Target SDK 31 ( #9022 )
2021-09-09 18:25:46 -04:00
arkon
bc7d8c8672
Default libVersion to 1.2 ( #9014 )
2021-09-09 08:58:17 -04:00
Arraiment
633ebe7e7c
Comick.fun: Fixes genre missing for some manga ( #8390 )
...
* 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 ( #7902 )
2021-06-28 05:50:09 -04:00
h-hyuuga
f932e26e14
Bugfixes for #7407 ( #7681 )
...
* 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 ( #7407 )
...
* Catmanga: Replace org.json with kotlinx.serialization + Light Refactor of #7451
* 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. ( #7550 )
2021-06-08 13:43:46 -04:00
h-hyuuga
6a404595b6
Add Comick.fun ( #7159 )
...
* Add Comick.fun
* Bugfixes + Improve Chapter Titles and Descriptions
2021-05-24 06:13:43 -04:00