Cosmin Gorgovan
3e656d71e0
WiFi manager bugfix: delete the cached psk when changing the password
...
Previously, the cached psk, which is derived from the password and
passed to wpa_supplicant, was not updated when changing the password.
2017-03-26 20:23:39 -07:00
Frans de Jonge
f22dcebb13
MenuSorter: fix overlooked new plugins
...
* frontlight gesture controller
* battery statistics
2017-03-26 11:29:34 +02:00
Frans de Jonge
8b7e18a7d7
MenuSorter: resolve review comments
...
* simplify user config loop
* simplify unit test for Travis memory use
* remove unused util variable
2017-03-26 11:12:44 +02:00
Frans de Jonge
1e351e6b87
Menu: remove "Show advanced options"
...
See #2610 for discussion.
2017-03-26 11:12:44 +02:00
Frans de Jonge
99349173be
TouchMenu [widget]: remove check for missing menu item
2017-03-26 11:12:44 +02:00
Frans de Jonge
ddf590eb6d
MenuSorter: split out menu order configuration
2017-03-26 11:12:44 +02:00
Frans de Jonge
33c848f813
MenuSorter: first unit tests
2017-03-26 11:12:44 +02:00
Frans de Jonge
a970a1f034
MenuSorter: fix outside testability (for potential unit tests)
2017-03-26 11:12:44 +02:00
Frans de Jonge
653ff64438
MenuSorter: handle disabled
2017-03-26 11:12:44 +02:00
Frans de Jonge
8f31a81601
MenuSorter: some documentation
...
MenuSorter: forgot to add plugin style change
MenuSorter: worked out the final quirks
* Menu always compressed into tables without missing indexes for ipairs compatibility
* Orphans attached
* Separators no longer count as items
2017-03-26 11:12:44 +02:00
Frans de Jonge
56659ddb20
MenuSorter: avoid recursion in findById
2017-03-26 11:12:44 +02:00
Frans de Jonge
b7b5950e98
MenuSorter: review comments and various bug fixes
...
* fixed wrongful retention of submenus variable and added return to MenuSorter:findById
* fixed readerfooter_spec.lua error
* fixed review comments
2017-03-26 11:12:44 +02:00
Frans de Jonge
aa0bf60ccb
MenuSorter: pass config prefix for proper user override
2017-03-26 11:12:44 +02:00
Frans de Jonge
5b20106db7
MenuSorter: initial implementation
...
* Menus are now sanely configurable
* Custom separator placement for clearer menus
2017-03-26 11:12:44 +02:00
robert00s
f2f0c376fa
Minor Reader Fronlight modyfication
2017-03-25 22:11:00 -07:00
Qingping Hou
00cf81febc
readercopt(fix): set view mode after reader is ready
...
Otherwise, self.xpointer might still be nil in
ReaderRolling:onChangeViewMode
2017-03-25 13:53:47 +01:00
robert00s
a2bfc3858d
changes after comments
2017-03-24 12:00:15 -07:00
robert00s
4479d686a0
Refresh status bar after resume
2017-03-24 12:00:15 -07:00
Qingping Hou
a943b73303
fix: adjust pan rate for eink and non-eink screens
2017-03-24 15:42:41 +01:00
Qingping Hou
fc12ee6537
decouple reader footer from dictquicklookup widget & translation fix ( #2664 )
...
* chore: fix strings for translations
* dictionary(chore): decouple reader footer from dictquicklookup widget
2017-03-24 00:20:37 -07:00
Hzj_jie
8f4ec13841
Remove powerd:refreshCapacity() ( #2671 )
2017-03-24 00:18:03 -07:00
Hzj_jie
0b29e73e2e
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()
2017-03-23 23:36:15 -07:00
retrue
0edf1cca29
Minor fix in the sorting in language.lua
...
See https://github.com/koreader/koreader/pull/2662#issuecomment-287855474
2017-03-21 10:19:09 -07:00
poire-z
39d1afe37d
Update footer when refreshing screen with diagonal swipe
...
And added diagonal swipe support to readerrolling.
2017-03-20 11:19:14 -07:00
robert00s
00d6403da4
Add supported language
2017-03-20 11:13:04 -07:00
poire-z
112e6a46e4
Fix crash when holding on unsupported image
2017-03-19 17:22:02 -07:00
Qingping Hou
ee0e337433
opds(fix): avoid infinite loop on paging
2017-03-19 15:09:57 +01:00
Robert
4f40250b88
Prompt users to turn on Wifi in Cloud Storage and OPDS Browser ( #2650 )
...
* prompt users to turn on Wifi in Cloud Storage and OPDS Browser
2017-03-18 13:49:28 +01:00
Robert
dccbf4cf96
Fix crash when downloading books with unknown characters in title ( #2628 )
2017-03-15 00:59:42 -07:00
poire-z
4316284260
Footer: added "memory usage" item
...
Helps following KOReader memory usage (and memory leaks).
2017-03-11 18:20:13 -08:00
Qingping Hou
d168db9db5
kobo(suspend): put device back to sleep after unexpected wakeup
2017-03-06 07:47:20 +01:00
Qingping Hou
06562fa582
input(optimization): replace ev type reflection with table lookup
2017-03-06 07:47:20 +01:00
Qingping Hou
597beab616
minor: do not double log key input event
2017-03-06 07:47:20 +01:00
Qingping Hou
2aa9d5d64e
test: add unit tests for docsettings
2017-03-06 07:47:20 +01:00
robert00s
e07db0e7a0
Grayed out Open last document
2017-03-05 13:05:51 +01:00
Frans de Jonge
ce8f568486
Revert "TouchMenu: keep file/exit button on the right"
2017-03-04 09:35:08 +01:00
Adrian Sampaleanu
fc5e8f1242
OPDS catalog: improve download dialog ( #2445 )
...
* Add action clarification to format download dialog
The format download dialog now has a title reflecting where a format will be downloaded with a prefix making it clear that choosing a format will download it.
2017-03-03 00:12:36 -08:00
Bastien Dejean
f72514f99d
Use a simple gray line to separate menu items
2017-03-02 22:36:06 -08:00
Frans de Jonge
a9b969b58f
TouchMenu: keep file/exit button on the right
...
References #2555 .
2017-03-02 22:13:55 -08:00
Qingping Hou
098ceeb95b
fix: use psk for network authentication
...
also migrate to latest ljwpaclient with breaking api change
2017-02-27 11:08:57 +01:00
Qingping Hou
d478eaeabe
fix:(wpa_supplicant): show error from set_network operations
2017-02-27 11:08:57 +01:00
Qingping Hou
77b07255f0
chore: make input debug less verbose
2017-02-27 11:08:57 +01:00
Frans de Jonge
d1785e1863
Reorganize menus
...
* Replace "home" (exit) menu with hamburger
* Discard pokeball and put items in hamburger
* Introduce search menu in reader
Cf. #2562
2017-02-26 13:50:59 -08:00
Hzj_jie
7fb2dc8d5c
Update kobolight plugin to support kindle ( #2587 )
2017-02-26 02:19:20 -08:00
Qingping Hou
4fce69d18d
bookstatus(minor): read setting only once
2017-02-26 07:38:52 +01:00
Frans de Jonge
0566df5f28
FileSearcher: also show directory results
...
Fixes #2177
2017-02-25 19:49:11 -08:00
Frans de Jonge
47a40eb414
util: add some LDoc descriptions
2017-02-25 17:52:46 -08:00
Frans de Jonge
da3ff5e336
History: add 'autoremove_deleted_items_from_history' setting
2017-02-25 16:39:23 -08:00
Frans de Jonge
827e77afbe
FileManagerHistory: fix loop error
2017-02-25 16:39:23 -08:00
Frans de Jonge
2c80ff7d7b
FileManagerHistory: remove harmful deletion code and turn it into a feature
...
Fixes the problem introduced in 51327911f2 and turns it into a feature that should fix #2477
2017-02-25 16:39:23 -08:00