Commit Graph

5808 Commits (cdd8055e28e3cf52b62adbd534e72ffcc048b81d)
 

Author SHA1 Message Date
TnS-hun cdd8055e28 [fix] wbuilder blitbuffer issue (#3514) 7 years ago
Frans de Jonge 3e19ff81ce
[fix] kodev: grep filter debug/no-debug dir (#3506)
Fixes https://github.com/koreader/koreader/issues/3504.
7 years ago
poire-z 2697a30166 [fix] Optimize cre highlights onTap and drawing (#3508)
drawXPointerSavedHighlight() and onTapXPointerSavedHighlight were
looping thru all credocuments highlights, which was expensive.
Now, we first check with cheaper getPageFromXPointer() the highlights
are on the current page before doing more expensive stuff.

Closes #3503.
7 years ago
Robert a6de9ff7d4 [UX] Right align keyvaluepage in statistics (#3507) 7 years ago
TnS-hun 29b376fdd9 [UX] Option to show dictionary in large window (#3499) 7 years ago
Robert b37ae2d681 [UX] Fix bookstatuswidget truncated at the bottom in landscape (#3498) 7 years ago
poire-z ce910cf2e7 Disable Purge .sdr and Delete for currently opened book (#3500) 7 years ago
TnS-hun 2c97b8d31c Ignore -debug builds (#3497) 7 years ago
Frans de Jonge fa5e68e828
README: put ccache website in relevant list item (#3495) 7 years ago
poire-z 8192a2f947 Small decrease of ToggleSwitches width
Just to add some margin, needed on large screen DPI
7 years ago
poire-z 445926ab1c Fix live refresh when changing pdf contrast
nextTick somehow prevented a full refresh of the screen
scheduleIn, as used by other widgets, makes that ok
7 years ago
poire-z 8360164e24 Use toggle for CRE Contrast in bottom menu (#3490) 7 years ago
poire-z 338d14edb7 Speedup dictionaries init (#3489)
When looking for .ifo to populate Dictionary settings menu,
avoid walking sub-directories once we found a .ifo, as these
sub-directories may contain a lot of images and other subdirs.
7 years ago
Frans de Jonge 2538189473
[doc] WidgetContainer: fix some typos 7 years ago
Frans de Jonge 06dfe4fb78
[feat] Add Device:hasClipboard() (#3465)
References https://github.com/koreader/koreader/issues/3441
7 years ago
Frans de Jonge aa7d4f9751
[Kobo] Update H2O2 to nearly working touch. (#3481)
See https://www.mobileread.com/forums/showpost.php?p=3610605&postcount=24 for evtest output.
7 years ago
Huang Xin 0e5293f1eb
[fix] add OSX build prerequisites cmake and makedepend (#3478) 7 years ago
Frans de Jonge 1515753621
[UX] Always show screensaver menu in reader (#3471)
* Add enabled_func on relevant settings

Fixes https://github.com/koreader/koreader/issues/3470
7 years ago
poire-z af48c7c2b7 Android: Change screenOrientation to sensorPortrait (#3474) 7 years ago
Fabian Müller-Knapp 8ef783fd1b Add PocketBook626 (#3472) 7 years ago
Frans de Jonge 5faddfd0ec
Bump base (#3468)
Includes C blitbuffer implementation https://github.com/koreader/koreader-base/pull/571 by @chrox

Should help performance degeneration on Android due to mcode allocation failure, see https://github.com/koreader/koreader/issues/1416
7 years ago
mwoz123 6d1e185555 NewsDownloader: Number items in processing InfoMessage (#3467) 7 years ago
Robert 0def547162 More contrast settings (#3463)
Close: #2133 
More info: #2133
7 years ago
Frans de Jonge 032d1afc8e
doc/Unit tests: minor extra explanation (#3462) 7 years ago
Frans de Jonge d149ca94d6
i10n/README: small stylistic changes 7 years ago
Robert 178555180f [fix] Disable Highlight button when text is not selected (#3457) 7 years ago
Robert 198c151125 ConfigDialog improvements 2 (#3455)
+ Fix height for ToggleWidget
+ Able ToggleWidget width more than half of width of screen
7 years ago
Frans de Jonge 69ec93d3cd
README: tiny grammar fix (#3453) 7 years ago
Frans de Jonge dbd9348b59
[fix, CI] silly typo in busted junit output patch 7 years ago
Frans de Jonge 72235cfdf5
[CI] apply patch for busted junit testcase time (#3450)
Apply junit testcase time fix so CircleCI can actually do something useful
with the results. This can be removed once there is a busted 2.0.rc13 or final

See 830f175c57
7 years ago
Frans de Jonge d212b478ee
Bump base (fix wpa crash by @civalin) (#3449)
For:
* [fix] filter out more bad lines in wpa scan result (koreader/lj-wpaclient#3)

Fixes #3436
7 years ago
mwoz123 456e31a358 NewsDownloader: Compatibility for users with previous configuration files (#3445) 7 years ago
Frans de Jonge 1ba316aff0
[CI] Also run coverage on plugins (#3447) 7 years ago
Robert 369cf4f102 [UX] Improve ConfigDialog (#3443) 7 years ago
mwoz123 c2bed639e3 NewsDownloader: wifi off prompt after download (#3395) 7 years ago
mwoz123 a01271b8a6 [Android] Wifi status in footer (#3396)
Implemented through the Android API so it's reasonably cheap.
7 years ago
Frans de Jonge 575fc82081 Bump android-luajit-launcher 7 years ago
Frans de Jonge d3a8338c76 kodev: added setup_env to run android
Otherwise it didn't pick up on the -debug suffix.
7 years ago
mwoz123 424593ca7c NewsDownloader: Remove NewsDownloader files from history (#3424) 7 years ago
Frans de Jonge 9000ed1bd3
[build] Add -debug suffix to KODEBUG builds (#3439) 7 years ago
Frans de Jonge 97aee14adf kodev: add assert_ret_zero after make android-ndk (#3438)
Fixes #3408.
7 years ago
Frans de Jonge f67581779a Bump base (updated libk2pdfopt) (#3437) 7 years ago
mwoz123 97a72e2dd4 NewsDownloader: use feed.description as news context instead download full web page (#3426)
Fixes #3425.
7 years ago
Frans de Jonge 2ddcc7155a [fix] Dictionary no fuzzy search flag (#3433)
Upstream uses `-e` rather than the `-f` that was first introduced in our fork.

References https://github.com/koreader/koreader/issues/3429#issuecomment-339749396
7 years ago
Frans de Jonge 8bc2b8d5f5 DataStorage: also create data/tessdata and minor string concat performance improvements (#3430) 7 years ago
poire-z e8aeb3cfa5 Bump base (sdcv -u patch for android again) (#3421) 7 years ago
Robert e1019baf46 separate strings for singular and plural (#3420) 7 years ago
poire-z 99161d6b03 Wiki save as epub: close highlight menu when switching document (#3417) 7 years ago
poire-z 3639c3e7c6 [UX] Fix dict title width to not go over CloseButton (#3414) 7 years ago
poire-z dd83b5bf85 Bump base (sdcv -u patch for android) (#3413) 7 years ago