-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundle of misc fixes #10728
Bundle of misc fixes #10728
Conversation
mmm, you just included it? It is already excluded from assets (because we didn't want it on filesDir) And also seems to be excluded from initDataDir: https://github.com/koreader/koreader/blob/master/datastorage.lua#L68 |
Unless the dir no longer exists on the first place. In that case it is ok to remove it from the files to exclude :) |
Oh, hey, no, I'm just blind; missed that those were excludes ;p. (And I obviously only tested a non-Android build, so the fix is actually purely in base). |
Pushed an unrelated commit, so I'll rebase to merge ;p. |
Now that I've seen it in action on a device, it's mostly useless, and, if anything, confusing, because it's not static.
Fix OTAs on fresh installs (via koreader/koreader-base#1643)
e.g., at least the Clara 2E features the same controller & driver, but it is likely found on a few other models.
Regression since koreader#10728, Fix koreader#10757
This change is