Commit graph

130 commits

Author SHA1 Message Date
cf5ae5c902 Adaptation for AuroraOS 2023-11-17 01:21:05 +03:00
Slava Monich
f554f1f950 [app] Made low battery level configurable via dconf
There's no UI for it, though
2023-05-22 02:32:54 +03:00
Slava Monich
34c10653eb [app] Don't keep display on when battery is low
To avoid completely discharging the battery if the reader falls asleep
2023-05-21 04:27:16 +03:00
Slava Monich
36a45a48d9 [app] Fetch current book index from ListWatcher
It appears that ListView's currentIndex on the QML side doesn't always
match the one on the native side (and when they differ, the native one
tracked by ListWatcher is the right one)
2023-04-15 04:48:38 +03:00
Slava Monich
06ff22f886 Version 1.1.5 2022-10-31 18:05:25 +02:00
Slava Monich
312cf35bdd [app] Sync pager opacity with the brightness in night mode 2022-10-31 18:04:04 +02:00
Slava Monich
b12d1be404 [app] Show book title on top of default cover image 2022-10-31 17:52:02 +02:00
Slava Monich
74b666ec5e Version 1.1.4 2022-10-30 01:00:04 +03:00
Slava Monich
ed9bf8098a [app] Synced page image with the background
Delay the update of the background color until the page image has been
rendered.
2022-10-30 00:34:09 +03:00
Slava Monich
327ba014d1 Version 1.1.3 2022-10-22 04:40:02 +03:00
Slava Monich
c55bf1a066 Version 1.1.2 2022-10-13 01:46:41 +03:00
Slava Monich
cf0535a896 Version 1.1.1 2022-10-12 03:56:37 +03:00
Slava Monich
bef406d68a Version 1.1.0 2022-10-11 03:18:06 +03:00
Slava Monich
fb8841294e [app] A better way to use Permissions and MediaKey
It has a better chance to survive a Qt upgrade
2022-10-10 18:48:25 +03:00
Slava Monich
4156a16c2f [app] Derive tool colors from the color scheme 2022-10-10 05:49:17 +03:00
Slava Monich
2a64b91cde [app] Made colors configurable 2022-10-10 03:45:18 +03:00
Slava Monich
3878491e1f [app] Reset target view state after failed drop 2021-12-12 19:17:06 +02:00
Slava Monich
a29d94de92 Version 1.0.46 2021-11-13 21:36:35 +02:00
Slava Monich
da9f682081 [app] Tweaked book opening and closing animations 2021-11-13 21:36:21 +02:00
Slava Monich
c430b8cf69 [app] Removed some unnecessary console output 2021-11-13 18:39:40 +02:00
Slava Monich
091c85d1ce [app] Added option to hide pulley menu in the book view 2021-11-13 18:20:50 +02:00
Slava Monich
134e9738f3 Version 1.0.45 2021-11-06 21:20:47 +02:00
Slava Monich
60f2b1edec [app] Fixed opening external links 2021-11-06 21:03:12 +02:00
Slava Monich
c90af8f0b0 Version 1.0.44 2021-11-01 01:34:18 +02:00
Slava Monich
7700148381 [app] Define app version in a more obvious place 2021-11-01 00:57:34 +02:00
Slava Monich
d4977b1a1f [app] Improved rendering of book covers
Especially narrow ones.
2021-11-01 00:40:49 +02:00
Slava Monich
7ceb720633 [app] Show book count as menu label when appropriate 2021-08-07 04:49:49 +03:00
Slava Monich
902d6c20af [app] Mark more properties as readonly 2021-08-07 04:47:20 +03:00
Slava Monich
21c278dae6 [settings] Show app version and icon in the settings page
But only when it's opened from jolla-settings
2021-08-06 05:08:37 +03:00
Slava Monich
ccff6a3ab6 [app] Use HarbourPressEffect 2021-05-15 22:17:28 +03:00
Slava Monich
b220cbd60d [app] Avoid QML runtime warnings
"Unable to assign undefined to bool"
2020-11-03 05:30:56 +02:00
Slava Monich
a39ad381b0 [app] Tweaking look loading UI 2020-11-03 05:13:33 +02:00
Slava Monich
cf51192137 [app] Implemented a fancy way of closing the book
By swiping it up
2020-11-03 03:12:22 +02:00
Slava Monich
a22d4f383a [app] Fixing issues with saving/restoring book position 2020-11-02 05:19:46 +02:00
Slava Monich
6c2354d2e5 [app] Make pulley menus initially invisible
They will be made visible by BooksMainPage when needed.
2020-11-02 02:29:00 +02:00
Slava Monich
b74d57291c [app] Reduced number of flickables
That makes scrolling easier. It appears that nested flickables with the
same flicking direction are having hard time fighting for mouse events.
2020-11-01 19:03:59 +02:00
Slava Monich
7d4cd543c5 [app] Don't auto-scroll storage view if it's not visible
User expects to return to the same place where he/she opened the book
or the settings page.
2020-11-01 17:23:16 +02:00
Slava Monich
5fb0779519 [app] Fixed scrolling of storage view on SD card insertion
It was producing strange results if contentX was non-zero
2020-11-01 17:07:33 +02:00
Slava Monich
85c1f819f3 [app] Fixed a problem with marking pushed position as the current one 2020-10-26 02:08:30 +02:00
Slava Monich
94a5f981a7 [app] Dropped HarbourImageProvider
HarbourHighlightIcon works better
2020-10-23 01:53:04 +03:00
Slava Monich
a03e4e3dc7 [app] Added UI to configure night mode brightnesss 2020-10-23 01:21:24 +03:00
Slava Monich
ca6f60132c [app] Release media keys when book page is inactive
E.g. when settings page is open on top of it.
2020-10-22 04:13:25 +03:00
Slava Monich
2646d8ad4f [app] Fixed some references to non-existent QML properties
QML desperately needs a compiler or at least a validator
2020-09-28 03:28:52 +03:00
Slava Monich
f1f9dc226e [app] Allow to access settings from the book view
... at least in the Jolla store version. Most of those settings are
related to the book view, it may be quite convenient to access them
without closing the book.
2020-09-28 02:54:49 +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
19c28e5c51 [app] Avoid unpleasant flicking when pages are being dragged 2020-09-17 01:44:58 +03:00
Slava Monich
429c58efb0 [app] Dropped BooksFeedback
Now that QtFeedback is allowed in Jolla Store, it's no longer needed
2020-09-17 01:30:34 +03:00
Slava Monich
7ba8a502b3 [app] Colorize SD-card icon according to ambience 2020-02-04 01:48:10 +02:00
Slava Monich
d2bc2d10cd [app] Made BooksHints a singleton 2020-02-03 04:34:37 +02:00