mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
BatteryStat plugin and instruction of KoboLight plugin (#2643)
* Start battery stat plugin * BatteryStat & kobolight * Several minor improvements * Remove a useless function * flush settings * Some review feedbacks * Resolve review comments * Remaining Minutes -> Remaining Hours * Add dump_file * typo * realpath * realpath on folder * Remove useless os.time() * Resolve review comments * warning * Add BatteryStat.debugging flag * treat log as txt * Minor improvement * Charging hour should be positive * Use warn instead of info * onSuspend in Kobo * Charging events for kobo and kindle * More events * dumpOrLog * Warnings * Typo * More space * Singleton * slightly format change * BatteryStat singleton * Init * Remove debugging flag * sleeping percentage is still negative * Read settings * Do not need to change was_suspending and was_charging * Typo * Remove debugging flag * Not charging should happen before suspend * Resolve review comments * was_suspend and was_charging should be updated each time in onCallback()
This commit is contained in:
@@ -459,7 +459,9 @@ end
|
||||
|
||||
function CreDocument:register(registry)
|
||||
registry:addProvider("txt", "application/txt", self)
|
||||
registry:addProvider("log", "application/txt", self)
|
||||
registry:addProvider("txt.zip", "application/zip", self)
|
||||
registry:addProvider("log.zip", "application/zip", self)
|
||||
registry:addProvider("epub", "application/epub", self)
|
||||
registry:addProvider("fb2", "application/fb2", self)
|
||||
registry:addProvider("fb2.zip", "application/zip", self)
|
||||
|
||||
Reference in New Issue
Block a user