Commit Graph

19 Commits

Author SHA1 Message Date
curche e2a7cf1013
handle interactive xkcd comics (#6474)
* handle interactive xkcd comics

Some xkcd comics tend to be interactive and can only be played in a regular browser
These cannot be loaded in the app and the reader loads indefinitely
Instead, we throw a text image with a message to open in browser

the div#comic img attribute will be null/empty in case of parsing interactive
comics and is then replaced with an image warning

uses fakeimagepl to generate image from text

closes https://github.com/tachiyomiorg/tachiyomi-extensions/issues/6370

* update build.gradle version code for xkcd
2021-04-08 08:54:05 -04:00
Aria Moradi 33f136d2ae
Fix Android Studio "Duplicate content roots" error (#5203)
* comply with #5214

* rm not needed AndroidManifest.xml

* [CI SKIP] add info about AndroidManifest.xml

* Update CONTRIBUTING.md

Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-12-20 22:31:12 -05:00
arkon 016653bdc0
Update Kotlin, coroutines, kolinter (#4363)
* Update kolinter, address some build warnings

* Update to Kotlin 1.4.10, coroutines 1.3.9
2020-09-13 18:33:59 -04:00
arkon 023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
Mike 3fa06f5eba
Remove usages of Observable.empty() (#3479) 2020-06-10 17:09:01 -04:00
Mike 59bb99ed49
Xkcd - fix refresh/restore details (#3472) 2020-06-10 01:27:04 -04:00
arkon 020c2af006 Lint fixes 2020-04-25 10:29:23 -04:00
Mike 506843c9e0
xkcd - parse image from html (#2435)
xkcd - parse image from html
2020-03-17 08:17:30 -04:00
Eugene 5533dae52f
MangaZuki: return empty list for search (fixes #1034) (#1046) 2019-04-21 11:31:12 -04:00
Ankit SIngh caf1fee62d xkcd icon change (#862)
xkcd icon change
2019-02-28 07:34:10 -05:00
Eugene f20372cee7 Remove extVersionSuffix (#575)
Remove extVersionSuffix
2018-10-20 15:28:01 -04:00
Eugene 83a82e1181 Update extensions' dependencies (#440)
Update extensions' dependencies
2018-08-05 16:09:37 -04:00
Eugene 71806a3d1d Use compileOnly instead of provided in Gradle files (#438)
Use compileOnly instead of provided in Gradle files
2018-08-05 15:51:58 -04:00
Carlos 3660a01d81
Xkcd fixes(#242)
* alt text rendering fixes.

* removed log line
2018-03-08 17:48:05 -05:00
Carlos c6b8181527
xkcd: implemented search to return empty (#225) 2018-02-28 05:55:03 -05:00
Carlos aada50123e
xkcd ext code update (#215) 2018-02-24 21:06:20 -05:00
Carlos 51d89670a6
Xda (#214)
* added xkcd icon for extension page
2018-02-24 11:08:44 -05:00
Carlos 1a535365cb
pull hd images for later comics (#213) 2018-02-24 08:19:25 -05:00
Carlos d34ebfcb86
added xkcd (#210)
* added xkcd

* xkcd alt text additions
2018-02-22 13:39:16 -05:00