summaryrefslogtreecommitdiff
path: root/js
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
2022-04-04filter styles from list elements, also filter line-height styleAndrew 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-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-17use both hyphenation dictionaries if enabledAndrew Dolgov
2021-05-17fix typoAndrew Dolgov
2021-05-17forbid borders in book contentAndrew 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
2021-04-08show git version in the UIAndrew Dolgov
2021-04-08only perform further init tasks when service worker is availableAndrew Dolgov
2021-04-08sync remote lastread alwaysAndrew Dolgov
2021-03-14sanitize retrieved wiktionary content (just in case)Andrew Dolgov
2021-03-14 * add CSRF protection to xhr requestsAndrew Dolgov
2021-02-04add workaround for gulp 4 not touching files on updateAndrew Dolgov
2021-01-26prevent white flashes in dark modeAndrew Dolgov