Ross Williams
22a93a28e2
Refactor epub reader progress calculation
...
The code in epub-progress.js was causing the epub file to be loaded
twice over the network, because it created a second instance of the
epub.js library. I moved all the progress percentage display code into
epub.js. Only the locationchange polyfill code was left in the separate
file, renamed to locationchange-polyfill.js.
I rewrote the percentage progress code to use epub.js events,
giving more succinct and readable code. Also, I added localStorage
caching of the epub location calculations, required for displaying
percentage progress, which can take up to 60-90 seconds to calculate on
longer ebooks. This localStorage caching approach is recommended by
epub.js in the `locations.html` example in their repo.
Signed-off-by: Ross Williams <ross@ross-williams.net >
2025-02-21 04:15:37 +00:00
Ozzie Isaacs
f8adcbb691
Make light theme default theme on epub reader
...
Fix csp Header for reader and google drive (#3108 )
Testrun
2024-07-25 21:42:32 +02:00
Ozzie Isaacs
53a16c5a6f
Merge remote-tracking branch 'epub_progress/progress_indicator'
2024-07-07 10:39:06 +02:00
Purbayan Chowdhury
05032aed3c
Updating theme logic and persisting theme change
2024-01-08 16:56:13 +05:30
quarz12
5e15cac598
deleted empty lines
2023-06-09 18:32:32 +02:00
quarz12
d0551274dc
switched to using epub.min.js, deleted now unnecessary dependencies
2023-06-09 18:32:30 +02:00
quarz12
99c05650a1
-added pako and epub-cfi-resolver as dependencies
...
-cfi resolving is now done by that module, therefore removed validateChildNodes and adjusted cfiToXmlNode
2023-06-09 18:32:28 +02:00
quarz12
617ee3d781
now shows correct numbers, still needs bugfixes
2023-06-09 18:32:26 +02:00
quarz12
0717b9493c
added progress display, better rounding
...
TODO: getPrev gives wrong values,
design, testing
2023-06-09 18:32:22 +02:00
quarz12
824ebc4d76
added event on change position
2023-06-09 18:32:22 +02:00
quarz12
cbaa61bbb7
EpubParser now gets automatically loaded
...
TODO:detect page change, display number
2023-06-09 18:32:15 +02:00
quarz12
dbac685985
implemented current file process, needs testing but looks good
2023-06-09 18:32:11 +02:00
quarz12
b25c024b66
added getCurrentFileProgress,
...
TODO: resolve CFI to xml node
2023-06-09 18:32:10 +02:00
quarz12
bc65180c32
restructured and fixed a bug in getprevfilesize
2023-06-09 18:32:06 +02:00
quarz12
10c66b6e63
wrote a class to handle epub parsing, implemented bytesize of all previous files, total bytesize. still needs implementation of bytesize of current file until CFI point.
2023-06-09 18:32:05 +02:00
Ozzie Isaacs
07d4e60655
Merge remote-tracking branch 'epub_theme/epub_themes' into Develop
2022-06-04 12:05:24 +02:00
Bharat KNV
9efd644360
Change dark theme from black to dark gray and add a black theme
2022-03-06 15:56:54 +05:30
Bharat KNV
0693cb1ddb
Added basic theming to the epub reader
2021-12-15 21:35:10 +05:30
Jonathan Fenske
3f91313303
Update epub.js
...
send the CSRF token when adding bookmarks
2021-11-30 22:24:34 -06:00
Ozzie Isaacs
52be2ad4a2
Improved DJVU Reader
2021-10-03 09:32:29 +02:00
Ozzie Isaacs
43fdef5e53
Improved textreader
2021-10-03 09:31:24 +02:00
Ozzie Isaacs
0f83f9992c
Added swipe support for epub reader ( fixes #925 )
...
Cleaned reader js include files
2021-01-24 14:19:46 +01:00
Ozzieisaacs
b586a32843
Fix #1115 (comic reader not working under iOS, maybe invalid issue)
...
Improvement for #925 (Next/Prev buttons are bigger)
2019-12-22 15:24:22 +01:00
Jonathan Rehm
56c71dd4bf
Disable bookmarking when anonymous users are reading
2017-09-30 10:51:20 -07:00
Jonathan Rehm
a4f81dd812
Do not include empty strings in list of bookmarks
2017-09-10 15:38:24 -07:00
Jonathan Rehm
374b5f4c6e
Save ePub bookmarks to database
...
Save ePub bookmark to database. Also use library's built-in restore feature to restore all information from localStorage.
2017-08-23 08:55:40 -07:00