summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Expand)Author
2024-02-19stop bothering with mtime to detect cache refresh needAndrew Dolgov
2024-01-18fix inverted expression which broke remote lastread checking, oopsAndrew Dolgov
2024-01-15add back horrible hacks because epubjs can't open location on load (sometimes...Andrew Dolgov
2024-01-15amend previousAndrew Dolgov
2024-01-15more relocate-related hacksAndrew Dolgov
2024-01-15rework prevent_lastread_update a bitAndrew Dolgov
2024-01-14openLastRead: use book globalAndrew Dolgov
2024-01-14replace one promise chain with await; fix default theme not set properly in s...Andrew Dolgov
2024-01-14properly deal with situation when there's neither local nor remote location s...Andrew Dolgov
2024-01-13more async/await; reduce debugging messagesAndrew Dolgov
2024-01-13bring back downloading noticeAndrew Dolgov
2024-01-13remove some promise chains with async/awaitAndrew Dolgov
2024-01-13bring back blob-based font loadingAndrew Dolgov
2024-01-13stop trying to res load fonts on appAndrew Dolgov
2024-01-13more async/await, preload fontsAndrew Dolgov
2024-01-13slight code cleanupAndrew Dolgov
2024-01-13fonts, service worker cleanupAndrew Dolgov
2024-01-12worker - ignore /assets/, bring back caeciliaAndrew Dolgov
2024-01-11remove caecilia hacks, normalize fonts list a bitAndrew Dolgov
2023-11-03reader iframe - allow scripts to set our tap/etc handlersAndrew Dolgov
2023-11-02add Promise.allSettled polyfillAndrew Dolgov
2023-04-11bump epubjs to 0.3.93Andrew Dolgov
2022-04-04filter styles from list elements, also filter line-height styleAndrew Dolgov
2021-12-04fix line-height for headingsAndrew Dolgov
2021-11-23h1,h2,h3: set text-align centerAndrew Dolgov
2021-11-02strip styles/attributes from tables, fix pre word wrapAndrew Dolgov
2021-09-17hide keep_ui_checkbox in app because it does nothingAndrew Dolgov
2021-09-17 * reduce LOCATION_DIVISOR to make page count more believableAndrew Dolgov
2021-09-16reset _moved_next on chapter change, etc (2)Andrew Dolgov
2021-09-16reset _moved_next on chapter change, etcAndrew Dolgov
2021-09-16experimental: rebuild with latest epubjsAndrew Dolgov
2021-09-14exp: add optional workaround for epubjs columns shifting around - https://git...Andrew Dolgov
2021-09-14bring back location numbers to something more manageableAndrew Dolgov
2021-09-14generate locations for smaller character ranges; disable onresized for nowAndrew Dolgov
2021-08-25use inherit for font-family/sizeAndrew Dolgov
2021-08-24use revert instead of inherit when reverting element styles to defaultAndrew Dolgov
2021-08-17strip classes from outer html and a few more tagsAndrew Dolgov
2021-05-19set padding for chapter progress elementAndrew Dolgov
2021-05-17a bit better ellipsizing strategy for reader chapter displayAndrew Dolgov
2021-05-17use both hyphenation dictionaries if enabledAndrew Dolgov
2021-05-17fix typoAndrew Dolgov
2021-05-17forbid borders in book contentAndrew Dolgov
2021-04-16pull some JS requirements from npm (and feed them to gulp)Andrew Dolgov
2021-04-14remove holder.js because it calls requestAnimationFrame constantly for some r...Andrew Dolgov
2021-04-13remove duplicate list of cached files from service workerAndrew Dolgov
2021-04-13use blob object urls instead of base64 when passing fonts to iframeAndrew Dolgov
2021-04-13don't try to store location needlessly; also when clicking on epub linksAndrew Dolgov
2021-04-13hide caecilia if ttf is not availableAndrew Dolgov
2021-04-13load custom ttf files inside iframe using base64Andrew Dolgov
2021-04-09some loading message tweaksAndrew Dolgov