Slava Monich
b31da67dd3
[app] Explicitly set thread affinity for RenderTask
...
BooksPageWidget::paint() isn't necessarily called on the main GUI thread.
2020-09-28 05:17:58 +03:00
Slava Monich
04e5a721e8
[app] Added bookPos role to the book model
...
And fixed a bunch of paging/rotation issues (or at least tried to)
2020-09-28 02:37:14 +03:00
Slava Monich
e4cbab0301
[app] Made night mode brightness configurable
...
Brightness control is implemented by rendering content with transparent
background, providing background as a separate item behind the content
and adjusting opacity of the content item according to the selected
brightness.
2020-09-21 00:53:21 +03:00
Slava Monich
57801ed140
[app] Dropped BooksTask in favor of HarbourTask
2018-05-16 18:27:12 +03:00
Slava Monich
b78201060b
[app] Fixed a few memory leaks
2018-05-06 02:02:15 +03:00
Slava Monich
7a7067869d
[fbreader] Fixed FB2 footnotes
...
FB2 reader strips the leading hash sign from href, XHTML wasn't doing it.
Unified their behavior.
2018-01-20 02:43:05 +02:00
Slava Monich
89775f269e
[app] Implemented text selection (whole words)
...
The selected text is getting copied to clipboard.
2017-09-07 19:03:17 +03:00
Slava Monich
9ac726c523
Implemented history (position stack)
...
Allows the user to return back after selecting a cross-page link
2017-08-03 18:48:17 +03:00
Slava Monich
4ac2d2a4d6
Reduced verbosity of the debug log
2017-01-29 23:56:23 +02:00
Slava Monich
e3b0e1c453
[app] Support for footnotes
2016-11-02 19:51:34 +03:00
Slava Monich
caf858b581
[app] Use shared instance of BooksSettings
2016-10-16 23:36:13 +03:00
Slava Monich
b2d01710e8
[app] Support for internal hyperlinks
2016-10-16 20:07:03 +03:00
Slava Monich
cd3194e1a2
[app] Improved link detection
...
The previous one was detecting any tap after the link within the
paragraph as a tap on the link. That's wrong. You have to hit the
link between its start and the end, otherwise it's a miss.
2016-10-15 13:27:43 +03:00
Slava Monich
13c3c73004
[app] Make sure that book path is mixed into the image id
...
That fixes the problem with different books having images with
the same ids.
2016-10-09 12:50:37 +03:00
Slava Monich
1cdafb5fd0
[app] Tweaking image view transitions
2016-10-08 23:36:28 +03:00
Slava Monich
4c918861d0
[app] Zoom images on long tap
2016-10-08 20:16:08 +03:00
Slava Monich
c15d6b840d
[app] Open external links on long tap
2016-10-08 19:41:27 +03:00
Slava Monich
58d0927e82
[app] Implemented per-book font size
...
The global font size setting still exists, per-book value is the adjustment
relative to the default value.
2015-12-13 14:46:53 +03:00
Slava Monich
c95bb79aa2
[app] Tweaking book copy
2015-12-12 12:38:26 +03:00
Slava Monich
d6cacd2fd1
Invert colors on double-click
2015-07-11 01:35:13 +03:00
Slava Monich
40b3051801
Avoid unnecessary repaints in BooksPageWidget
2015-07-06 22:16:29 +03:00
Slava Monich
758e91dd6c
Corrected "loading" property for the page widget
2015-07-03 17:24:59 +03:00
Slava Monich
752c8b1dd7
Fixed repaining after orientation change
2015-07-03 17:24:20 +03:00
Slava Monich
9c910a90c2
Fixed compilation warnings in release build
2015-06-28 14:49:54 +03:00
Slava Monich
e9db1e773a
Sailfish integration
2015-06-28 14:22:35 +03:00