Commit graph

306 commits

Author SHA1 Message Date
ca5d362267 Fixed issues with saving book and position after relaunching app 2023-11-22 01:33:25 +03:00
eca1da3500 Updated gitignore and desktop file 2023-11-21 23:20:45 +03:00
Nikolai Sinyov
eae8b4f26a Deleted compiled trash files from repo 2023-11-17 18:12:51 +03:00
Nikolai Sinyov
e612e679ec Changed ExexDBus call
Fixed incorrect app name in Setting which not allowed confiration app
2023-11-17 13:22:15 +03:00
Nikolai Sinyov
15a53cc34b fix missing dependency 2023-11-17 11:29:25 +03:00
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
cb9b7f9180 [app] Fixed compilation warning
comparison of integer expressions of different signedness
2023-05-22 02:22:24 +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
34eff94867 [app] Fixed color inversion in night mode 2022-10-29 20:10:02 +03:00
Slava Monich
327ba014d1 Version 1.1.3 2022-10-22 04:40:02 +03:00
Slava Monich
dc45023e3f [app] Request Audio permission
It's required for volume keys to work
2022-10-22 03:42:06 +03:00
Slava Monich
c55bf1a066 Version 1.1.2 2022-10-13 01:46:41 +03:00
1Zgp
fb46df6ebe
Updated hungarian language file (#71)
[translations] Updated Hungarian translation
2022-10-13 01:43:16 +03:00
Atlochowski
aba1f04b34
Update harbour-books-pl.ts 2022-10-12 09:33:09 +02:00
Slava Monich
cf0535a896 Version 1.1.1 2022-10-12 03:56:37 +03:00
Åke Engelbrektson
ea57a5a9f6
Update harbour-books-sv.ts
Just a few minor corrections
2022-10-11 11:19:15 +02:00
Slava Monich
bef406d68a Version 1.1.0 2022-10-11 03:18:06 +03:00
Slava Monich
ba04787927 [app] Delay repaint after color scheme change
That allows settings page animation to complete smoothly.

Also switched BooksPageWidget from QTimer to QBasicTimer for better
efficiency.
2022-10-11 02:47:25 +03:00
Slava Monich
a4a868c1c8 [app] Housekeeping 2022-10-11 01:11:42 +03:00
Slava Monich
7de7fd1e3a [app] Declare Sailjail permissions 2022-10-10 20:40:43 +03:00
Slava Monich
143f3a3a3b [app] Handle storage change action 2022-10-10 20:25:30 +03:00
Slava Monich
08602a53f8 [app] Housekeeping 2022-10-10 20:20:13 +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
6c75817c55 [settings] Register BooksColorScheme 2022-10-10 06:09:33 +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
34075dd73d [app] Delete orphaned marks files too 2021-12-12 17:40:08 +02:00
Slava Monich
79753923cc [app] Fixed deletion of wrong state files
State files in the root state directory were being deleted when
a subdirectory was being scanned.
2021-12-12 17:09:17 +02:00
Atlochowski
b5309b0fcb
Update harbour-books-pl.ts 2021-11-22 13:17:23 +01:00
Åke Engelbrektson
22b4e7639e
Update harbour-books-sv.ts
Improved terminology to better fit OS
2021-11-13 22:12:08 +01: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
fdca2d959e [app] Register OpenRepos app as a file handler 2021-11-13 03:53:17 +02:00
Slava Monich
7378e3982e [app] Bump MarksFileVersion
Recent formatting changes made it necessary to rebuild the model.
2021-11-10 04:14:11 +02:00
Slava Monich
a34c3b529c [app] Fixed compilation against Qt 5.2 2021-11-07 04:42:41 +02:00
Slava Monich
9644aaddf9 [app] Open the book passed in from the command line
This allows to use this app as a viewer for arbitrary ebooks,
not necessarily managed by this app.
2021-11-07 03:11:55 +02:00
Slava Monich
e07cea347a [app] Added BooksStorage::tmpStorage()
To support opening books located outside of the normal directory
hierarchy.
2021-11-07 02:54:06 +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
f79b2f17ad [app] A few book cover rendering tweaks
Edge filling is only performed when both edges consist predominantly
of the same color and the aspect ratio significantly differs from
the target one. Otherwise the cover is stretched pretty much as before
except that stretched image is now centered. That seems to works nicely
in all the cases which I've encoutered so far.
2021-11-02 03:24:55 +02:00