You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/plugins
Glen Sawyer 932ed44a9f
[plugin] Statistics: do not increment db sequences unnecessarily during cloud sync (#9921)
When you do an insert using either ON CONFLICT [...] DO NOTHING or INSERT OR IGNORE to prevent duplicate rows, sqlite still increments the sequence counter for each of the duplicate rows that it did not insert.
The only way around that is to explicitly write the SQL statement so that it doesn't try to insert the duplicates in the first place.
2 years ago
..
SSH.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
autodim.koplugin Add datetime.lua 2 years ago
autofrontlight.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
autostandby.koplugin [plugin] AutoStandby: Make "Update" string translatable (#9655) 2 years ago
autosuspend.koplugin AutoSuspend: On Kindle, periodically reset the system's timeout so that 2 years ago
autoturn.koplugin Add datetime.lua 2 years ago
autowarmth.koplugin Add datetime.lua 2 years ago
backgroundrunner.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
batterystat.koplugin Add datetime.lua 2 years ago
bookshortcuts.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
calibre.koplugin calibre: fix attempt to index path_entry (#9837) 2 years ago
coverbrowser.koplugin InputContainer: Fall cleanup ;). 2 years ago
coverimage.koplugin [chore] CoverImage: unified call method for Device.screen (#9839) 2 years ago
docsettingtweak.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
exporter.koplugin Exporter: fix orphan highlights (#9802) 2 years ago
externalkeyboard.koplugin [i18n] Remove stray newline from ExternalKeyboard string (#9890) 2 years ago
gestures.koplugin InputContainer/Dispatcher: Allow toggling touch input 2 years ago
hello.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
japanese.koplugin Cleanup various varargs shenanigans (#9624) 2 years ago
keepalive.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
kosync.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
movetoarchive.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
newsdownloader.koplugin NewsDownloader: avoid some crashes (#9697) 2 years ago
opds.koplugin [i18n] Add a couple of explanatory comments for translators (#9878) 2 years ago
perceptionexpander.koplugin Optimization: Use constant folding for divisions not a power of two (#9609) 2 years ago
profiles.koplugin Reader style tweaks: register in Dispatcher manually (#9816) 2 years ago
qrclipboard.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
readtimer.koplugin ReadTimer: allow repeat when time is up (#9844) 2 years ago
statistics.koplugin [plugin] Statistics: do not increment db sequences unnecessarily during cloud sync (#9921) 2 years ago
systemstat.koplugin Add datetime.lua 2 years ago
terminal.koplugin MultiDialog: Fix an extremely nasty API misuse 2 years ago
texteditor.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
timesync.koplugin Clarify our OOP semantics across the codebase (#9586) 2 years ago
vocabbuilder.koplugin [plugin] Statistics: do not increment db sequences unnecessarily during cloud sync (#9921) 2 years ago
wallabag.koplugin ReaderLink: allow buttons to be added to the External link dialog (#9746) 2 years ago