Aria Moradi
d3409e7133
Update README.md
2023-05-01 19:09:59 +03:30
Aria Moradi
4e553e3eb3
better description about the Tachiyomi extension
2023-05-01 18:44:28 +03:30
schroda
cde5dc5bfa
Update "dex2jar" to v60 ( #538 )
2023-04-10 11:44:22 +03:30
Aria Moradi
f2a650ba02
fix typo
2023-03-27 21:27:10 +03:30
Aria Moradi
871c28b1ea
cleanup notes
2023-03-27 21:26:37 +03:30
schroda
d3aa32147a
Add logic to only update specific categories ( #520 )
...
Makes it possible to only update specific categories.
In case a manga is in an excluded category it will be excluded even if it is also in an included category.
2023-03-27 20:15:46 +03:30
schroda
9a50f2e408
Notify clients even if no manga gets updated ( #531 )
...
In case no manga gets updated and no update job was running before, the client would never receive an info about its update request
2023-03-27 17:11:19 +03:30
schroda
dcde4947e8
Emit update to clients after adding all mangas to the queue ( #521 )
...
Emitting updates before all the mangas were added to the queue could lead to e.g. wrong progress calculation.
2023-03-25 22:08:42 +03:30
schroda
5b61bdc3a8
add size field to Category data class ( #519 )
...
Makes it possible to display the size of a category to the user
2023-03-25 22:07:50 +03:30
schroda
ec1d65f4c3
update library grouped by source ( #511 )
...
* Update mangas grouped by source
* Limit parallel update requests
2023-03-10 11:03:09 +03:30
akabhirav
a0081dec07
fix manga unread and download count ( #509 )
2023-02-23 22:04:03 +03:30
akabhirav
783787e514
Send last read chapter in Mangas in Category API ( #507 )
...
* Send last read chapter with manga
* optimize query
* introduce new field for better performance
2023-02-21 02:47:45 +03:30
akabhirav
ac99dd55a2
Fix random page sent when manga is downloaded ( #508 )
2023-02-21 02:40:38 +03:30
Mitchell Syer
c56f984952
Fix SharedPreferences.Editor.clear and SharedPreferences.Editor.remove ( #505 )
...
* Fix SharedPreferences.Editor.clear and SharedPreferences.Editor.remove
* UNCHECKED_CAST
* Support removing Set<String>
* Typo
* Remove unneeded OptIn
2023-02-19 07:54:24 +03:30
Aria Moradi
9269ca726e
It's not us, I swear ;;;
2023-02-16 10:57:26 +03:30
DattatreyaReddy Panta
eca3205dcf
Update winget.yml ( #500 )
2023-02-14 15:02:41 +03:30
akabhirav
13f5486d0b
Fix CBZ download bug for newly added mangas in Library ( #499 )
2023-02-13 19:17:14 +03:30
Aria Moradi
d4e71274f9
update changelog
2023-02-12 23:33:06 +03:30
Aria Moradi
4cc96de806
v0.7.0
v0.7.0
2023-02-12 23:08:05 +03:30
Aria Moradi
d27ef12039
stop using depricated API
2023-02-12 23:03:45 +03:30
Aria Moradi
f3c2ee4c40
re-order config options
2023-02-12 22:50:06 +03:30
akabhirav
555f73b478
Download as CBZ ( #490 )
...
* Download as CBZ
* Better error handling for zips (code review changes)
2023-02-12 22:45:58 +03:30
akabhirav
544bf2ea21
fix Page index issues for some providers ( #491 )
2023-02-12 18:34:30 +03:30
Aria Moradi
54bbb5e384
rethink image cache ( #498 )
2023-02-12 18:33:36 +03:30
akabhirav
b10062c73d
Decouple Cache and Download behaviour ( #493 )
...
* Separate cache dir from download dir
* Move downloader logic outside of caching/image download logic
* remove unnecessary method duplication
* moved download logic inside download provider
* optimize and handle partial downloads
* made code review changes
2023-02-12 18:26:26 +03:30
Aria Moradi
a027d6df1b
disable playwright for v0.6.7
2023-02-12 14:35:11 +03:30
Mitchell Syer
926a53a4b0
add support for Extensions Lib 1.4 ( #496 )
...
* Support extensions lib 1.4
* Fix build
* Support UpdateStrategy
* Update extension lib min/max to match Tachiyomi
* Use HttpSource.getMangaUrl and add Chapter.realUrl
2023-02-12 05:49:32 +03:30
Mitchell Syer
406cb46170
Fix logging and update system try ( #488 )
...
- Dorkbox SystemTray now automatically adds its shutdown hook, and removed the manual function
2023-02-05 22:21:35 +03:30
akabhirav
acc58dc892
Fixe Dex2Jar and dorkbox dependency issues ( #487 )
...
Co-authored-by: akxer <>
2023-02-05 18:43:00 +03:30
Aria Moradi
55894c22a4
upgrade dorkbox stuff
2023-01-15 12:46:50 +03:30
Aria Moradi
476b10b862
update gradle version
2023-01-13 13:05:50 +03:30
Aria Moradi
3cbbe446ab
fix ambiguous reference issue on JDK 13+
2023-01-11 15:46:02 +03:30
Mitchell Syer
4cf7512ee0
Improve Playwright handling ( #479 )
...
* Improve playwright
* Move DriverJar.java and Chromium.kt
2023-01-08 01:17:53 +03:30
Mitchell Syer
ee8ec460a1
Improve Gradle Configuration ( #478 )
...
* Improve gradle configuration
* Formatting fix
Co-authored-by: Aria Moradi <aria.moradi007@gmail.com >
* Improve asm version lock description
Co-authored-by: Aria Moradi <aria.moradi007@gmail.com >
* Improve image decoder description
Co-authored-by: Aria Moradi <aria.moradi007@gmail.com >
Co-authored-by: Aria Moradi <aria.moradi007@gmail.com >
2023-01-07 20:07:53 +03:30
Aria Moradi
deecab3cca
fix typo
2023-01-03 13:39:15 +03:30
Aria Moradi
d2f5c1a195
link to Tachiyomi section
2023-01-03 13:38:20 +03:30
Aria Moradi
dba77e26a3
Clarify and Update
2023-01-03 13:30:58 +03:30
Aria Moradi
fa48bafbc6
Clarify and Update
2023-01-03 13:28:54 +03:30
Aria Moradi
73c48694c7
remove possibly misleading sentence
2023-01-03 13:24:42 +03:30
Aria Moradi
0ff89d039b
fix CategoryMetaTable reference to CategoryTable ( #473 )
2023-01-03 13:19:44 +03:30
Aria Moradi
7a7081ee13
Update CategoryMetaTable.kt
2023-01-02 18:23:01 +03:30
Aria Moradi
874aaf4e93
fix when playwright fails on providing a UA
2022-12-28 17:14:12 +03:30
Mitchell Syer
ebf076d9f6
Use extension list fallback if extensions fail to fetch ( #469 )
2022-12-25 11:15:37 +03:30
Mitchell Syer
073a041d4c
Add better manga thumbnail handling ( #465 )
2022-12-23 00:43:36 +03:30
Mahor
96a9b4dabd
Fix debian release ( #463 )
...
* Update debhelper-compat to 13
* Re-enable debian release
* Re-enable debian release
2022-12-16 00:21:42 +03:30
Aria Moradi
8e4cdf2386
disable deb release
2022-12-11 20:05:42 +03:30
Mitchell Syer
ab4d925a5a
Get Playwright working ( #462 )
...
* Get Playwright working with ShadowJar
* Set system driver implementation
* Minor cleanup
* Fix run gradle task and re-add some removed code
* No need to get the FS if it already exists
* use java implementation
Co-authored-by: Aria Moradi <aria.moradi007@gmail.com >
2022-12-09 21:47:26 +03:30
Zero
d9c6f52e21
Basic android.graphics Rect and Canvas implementation ( #461 )
...
Some extensions use more Canvas methods, but they don't
really seem to get that far yet, all the others I was
able to test seem to work now.
2022-12-06 07:48:40 +03:30
Zero
0a748cd53b
implementation of android.graphics.BitmapFactory ( #460 )
...
Only what was needed is implemented, compression method is still untested.
2022-12-05 19:21:16 +03:30
Aria Moradi
07314ef018
get default User Agent from WebView ( #457 )
...
* get default User Agent from WebView
* make sure to close browser
Co-authored-by: Mitchell Syer <Mitchellptbo@gmail.com >
Co-authored-by: Mitchell Syer <Mitchellptbo@gmail.com >
2022-12-04 21:21:19 +03:30