summaryrefslogtreecommitdiffstats
path: root/DeDRM_plugin/androidkindlekey.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix file lock issue in androidkindlekey.pyNoDRM2023-12-031-0/+3
|
* CleanupNoDRM2022-09-101-1/+1
|
* Move unicode_argv to its own fileNoDRM2022-08-061-68/+1
|
* Add back unpad to fix Python2 supportNoDRM2022-03-191-2/+14
|
* Remove OpenSSL support; only support PyCryptodomea980e066a012022-03-181-23/+18
| | | | | | | | | | | This allows us to clean up the code a lot. On Windows, it isn't installed by default and most of the time not be found at all. On M1 Macs, the kernel will kill the process instead. Closes #33.
* Add back Python2 support (ADEPT)NoDRM2021-11-161-5/+11
|
* Python 3 fixes for Android kindle key retrievalApprentice Harper2020-11-271-11/+9
|
* Python 3 fixesAldo Bleeker2020-11-221-18/+19
|
* More general changes, and get mobidedrm and kindlekey to work on Mac.Apprentice Harper2020-10-141-1/+1
|
* Mostly Mac fixes. mobidedrm.py now works, and k4mobidedrm for at least some ↵Apprentice Harper2020-10-041-31/+29
| | | | input. kindlekey.py should be working too. But lots more changes and testing to do.
* More generic 3.0 changes, to be tested.Apprentice Harper2020-09-271-40/+36
|
* Starting on Version 7.0 using the work done by others. Completely untested. ↵Apprentice Harper2020-09-261-11/+15
| | | | | | | | | | I will be testing things, but I thought I'd get this base version up for others to give pull requests. THIS IS ON THE MASTER BRANCH. The Master branch will be Python 3.0 from now on. While Python 2.7 support will not be deliberately broken, all efforts should now focus on Python 3.0 compatibility. I can see a lot of work has been done. There's more to do. I've bumped the version number of everything I came across to the next major number for Python 3.0 compatibility indication. Thanks everyone. I hope to update here at least once a week until we have a stable 7.0 release for calibre 5.0
* Remove stand-alone apps. Only support the two plugins.Apprentice Harper2020-02-161-0/+469