| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-26 | Fix blank pages bug (fixes #98) | Gertjan van den Burg | 1 | -1/+1 | |
| 2021-03-02 | feat: use pikepdf instead of PyPDF2, bumps Python min. version to 3.6 | Jocelyn Boullier | 1 | -2/+2 | |
| Several reasons: 1. PyPDF2 isn't maintained anymore. 2. On PDF files with lots of pages, you hit a recursion limit because of the way PyPDF2 is written. The `_sweepIndirectReferences` function is recursive instead of being iterative. 3. Performances. PyPDF2 is a pure Python library, while pikepdf uses QPDF, a C++ library under the hood. It is much faster. This is quite noticable when processing PDFs such as books. 4. pikepdf fixes PDF. While implementing the ToC feature, I noticed that for some PDFs it didn't show up on the Remarkable, even before processing it. For some reason, simply opening a PDF with pikepdf and saving it again fixes the issue. So we get it fixed for free. | |||||
| 2020-12-28 | Add support for a configuration file | Gertjan van den Burg | 1 | -7/+8 | |
| 2020-11-12 | Add man page to package | Gertjan van den Burg | 1 | -0/+1 | |
| 2020-09-25 | Move green to test dependencies | Gertjan van den Burg | 1 | -2/+2 | |
| 2020-09-25 | Ensure we test the test version on travis | Gertjan van den Burg | 1 | -1/+1 | |
| 2020-09-25 | Clean up "full" installation mode | Gertjan van den Burg | 1 | -4/+1 | |
| 2020-06-20 | Make readabilipy an optional dependency | Gertjan van den Burg | 1 | -2/+7 | |
| 2020-02-03 | Fix typo in setup.py | Gertjan van den Burg | 1 | -1/+1 | |
| 2020-01-31 | [WIP] Initial commit of HTML provider | Gertjan van den Burg | 1 | -0/+4 | |
| 2020-01-23 | Reorder the input validation (fixes #21) | Gertjan van den Burg | 1 | -0/+1 | |
| We used to assume that if a source is not a local file, then it must be a URL. Now, we check if a source is a URL and if not, also check if it's a local file. If neither, then we can raise an error. | |||||
| 2019-10-25 | setup.py formatting | Gertjan van den Burg | 1 | -4/+2 | |
| 2019-10-24 | fix dependencies | Gertjan van den Burg | 1 | -5/+9 | |
| 2019-10-24 | [wip] First commit of new code structure | Gertjan van den Burg | 1 | -0/+98 | |
| Not fully functional yet probably | |||||
