Mend Renovate
556290f2d3
Update kotlin monorepo to v2.1.20 ( #1883 )
...
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-03-31 04:05:38 +00:00
perokhe
132d77aa99
Fix page number not appearing when opening chapter ( #1936 )
2025-03-29 15:52:11 +06:00
perokhe
941dde341e
Fix next chapter button occasionally jumping to the last page of the current chapter ( #1920 )
2025-03-27 14:25:25 +00:00
AntsyLich
8a3b610775
Seperate mark duplicate read chapters as read behaviors as options ( #1870 )
2025-03-19 02:27:58 +06:00
AntsyLich
22b5fb58ff
Make option to mark duplicate chapter as read apply when reading ( #1839 )
2025-03-09 06:37:14 +00:00
AntsyLich
d53a3828b1
Address some deprecations
2025-01-21 08:55:34 +06:00
sdaqo
c283abefb0
Add option to enable incognito mode per extension ( #157 )
...
* add per Extension Incognito Mode
* migrate incognito sources when extension is updated
* remove incognito sources when extension is uninstalled
* remove not used variable
* address change requests
address change requests
* Rebase and cleanup code
---------
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2025-01-12 09:38:05 +06:00
AntsyLich
c5655e8803
Revert "Revert "Add option to always use SSIV for image decoding""
...
This reverts commit 1909126921
2024-12-22 02:38:12 +06:00
AntsyLich
dcddac5daa
Add option to lower the threshold for hardware bitmaps
...
Closes #1436
Closes #1486
2024-11-20 17:54:29 +06:00
AntsyLich
e6d96bd348
Switch to hardware bitmap in reader only if device can handle it
...
Closes #1460
2024-11-20 17:18:32 +06:00
AntsyLich
1909126921
Revert "Add option to always use SSIV for image decoding"
...
This reverts commit bb4d9fc81a .
2024-11-17 02:51:48 +06:00
AntsyLich
bb4d9fc81a
Add option to always use SSIV for image decoding
2024-11-02 21:24:27 +06:00
AntsyLich
06efc3b25c
Fix long strip images not loading in some old devices
...
Fixes #1398
2024-10-31 19:19:32 +06:00
AntsyLich
df9fff60da
Cleanup Slider usage
2024-10-26 07:15:01 +06:00
AntsyLich
788235feec
Reorder reader menu overflow items
2024-10-15 03:57:58 +06:00
AntsyLich
bd7b354198
Move archive related code to :core:archive
2024-09-05 16:00:46 +06:00
AntsyLich
a45eb5e528
PagerPageHolder: lazy init loading indicator
...
Co-authored-by: ivan <12537387+ivaniskandar@users.noreply.github.com >
2024-09-02 21:13:52 +06:00
AntsyLich
d6252ab770
Address spotless lint errors ( #1138 )
...
* Add spotless (with ktlint)
* Run spotlessApply
* screaming case screaming case screaming case
* Update PagerViewerAdapter.kt
* Update ReaderTransitionView.kt
2024-08-19 18:11:39 +06:00
FooIbar
1c47a6b9b3
Add comment about RecyclerView cache size ( #1119 )
...
Note for forks: Increasing cache size may cause OOM on API < 26, better
to make it API 26+ only.
2024-08-13 22:03:10 +06:00
Catting
c5994e057b
Add an "open in browser" button to reader menu ( #1110 )
...
* Add an "open in browser" button to reader menu
Signed-off-by: Catting <5874051+mm12@users.noreply.github.com >
* fixup! Add an "open in browser" button to reader menu
Signed-off-by: Catting <5874051+mm12@users.noreply.github.com >
---------
Signed-off-by: Catting <5874051+mm12@users.noreply.github.com >
2024-08-12 03:52:47 +06:00
FooIbar
a3dfd2efe6
Match extra layout space with scroll distance ( #1076 )
...
And increase recycler item view cache size.
2024-08-04 21:45:11 +06:00
Roshan Varughese
0af90999c8
Adds Option to Copy Panel to Clipboard ( #1003 )
...
* Add Copy to Clipboard
* Removing Unused Import
* Reusing onShare function
* Commit Suggestion
* Early Return on null
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
---------
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2024-07-27 02:59:59 +06:00
renovate[bot]
c0f9de88e7
fix(deps): update dependency io.coil-kt.coil3:coil-bom to v3.0.0-alpha07 ( #960 )
...
* fix(deps): update dependency io.coil-kt.coil3:coil-bom to v3.0.0-alpha07
* Fix build
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2024-06-30 01:44:17 +06:00
Maddie Witman
2f86f25d5b
Added configuration options to e-ink page flashes ( #625 )
...
* Recommit for e-ink pref changes
* Fixed state holder for flash interval
* Detekt
* Refactor suggested by Antsy
* inverted currentDisplayRefresh check for early exit
2024-06-27 02:04:28 +06:00
FooIbar
239c38982c
Refactor archive support with libarchive ( #949 )
...
* Refactor archive support with libarchive
* Revert string resource changs
* Only mark archive formats as supported
Comic book archives should not be compressed.
* Fixup
* Remove epub from archive format list
* Move to mihon package
* Format
* Cleanup
2024-06-26 20:54:25 +06:00
FooIbar
8e9396a9cf
Fix tap control area shifting after zooming out ( #767 )
2024-05-07 15:13:43 +06:00
FooIbar
c3e7bb12f4
Use Coil pipeline instead of SSIV for image decode ( #692 )
2024-05-01 13:07:30 +06:00
FooIbar
b152e3881b
Use Okio instead of java.io for image processing ( #691 )
2024-04-20 10:52:40 +06:00
FooIbar
34930920a5
Fix webtoon last visible item position calculation ( #562 )
...
Covers the case when image height > screen height.
2024-03-22 18:56:48 +06:00
FooIbar
ef6cad58fe
Fix recycled item's height being 0 in webtoon mode ( #563 )
...
Which will prevent the new image from being decoded until it's visible.
2024-03-22 18:52:01 +06:00
AntsyLich
7e9340aa7f
Address detekt issues
2024-03-22 18:43:36 +06:00
w
3f2c8e9ef6
Update image-decoder, color management ( #523 )
...
* Update image-decoder, color management
* move display profile pref
* remove true color pref
* Move Display Profile settings to a new section
* Partially revert "remove true color pref"
This partially reverts commit e1a75816950e100936699279e1618adb2fa341aa.
* Tweak label
---------
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com >
2024-03-21 13:20:29 +06:00
AntsyLich
59bedb33ff
Fix regression from coil3 migration
...
Fixes #495
Co-authored-by: jobobby04 <17078382+jobobby04@users.noreply.github.com >
2024-03-18 23:01:40 +06:00
Jobobby04
a08e03f5cb
Fix multiple issues regarding sources loading too late
2024-03-17 19:44:22 +06:00
AntsyLich
f72b6e4d7c
Switch to Coil3
...
Co-authored-by: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com >
2024-03-02 20:08:15 +06:00
AntsyLich
9d5978aca0
Address ZipFile deprecation warning
2024-03-02 18:27:19 +06:00
Splintor
c15f3f2fd5
Allow disabling reader's zoom out ( #302 )
...
* Allow disabling reader's zoom out (#62 )
* Renamed disable zoom out pref and string
* Zoom to default rate if the scale is inferior
* Fixed null value check and formatting
* Fixed detekt
2024-02-25 01:40:06 +06:00
MajorTanya
840b647b4b
Address overridePendingTransition deprecation ( #410 )
...
This function is deprecated starting with API 34 "UpsideDownCake" and
should be replaced with `overrideActivityTransition`.
2024-02-17 21:26:47 +06:00
FooIbar
0da7ad6f1a
Don't copy archives to temp files when opening ( #326 )
2024-02-03 23:33:18 +06:00
AntsyLich
aa498360db
Move :core to :core:common
2024-01-29 15:20:21 +06:00
AntsyLich
39407407f2
Remove usage of .not() where possible
2024-01-21 19:40:42 +06:00
AntsyLich
f594f1994b
Lint
2024-01-16 03:04:08 +06:00
AntsyLich
dfb3091e38
Make the app Android 8+
2024-01-16 01:07:32 +06:00
arkon
c65a9aecf5
Fixed tap controls not working when zoomed in ( #10378 )
...
Co-authored-by: Paloys <Paloys@users.noreply.github.com >
2024-01-11 18:36:40 -05:00
Naputt1
c91ec9a33b
fix Can't scroll down to the bottom of the webtoon on the last chapter ( #10291 )
2024-01-07 22:52:10 -05:00
arkon
5854ad97e0
Do proper check for next chapter's download status when downloading ahead
...
Fixes #10151 (I think?)
2024-01-07 17:30:53 -05:00
arkon
3ea026e311
Avoid hard crash if cached image file was already deleted
...
Closes #9720
2024-01-06 18:15:17 -05:00
arkon
80b7d14af1
Fix RAR loading
...
Closes #10302
2024-01-06 17:09:38 -05:00
arkon
bbd8098a61
Avoid showing WebView button in reader errors if page isn't actually from web
2024-01-06 16:55:50 -05:00
arkon
4e221397ce
Remove tmp chapter files after exiting reader
2024-01-04 18:02:40 -05:00