Denis Fedoseev
0dcbfb4e4e
Merge branch 'fixed_aurora_build'
2023-11-19 21:30:19 +03:00
Denis Fedoseev
b66c3bc9ab
release number++
2023-11-19 18:27:21 +00: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
632b40a3d1
Updated README
2023-11-17 01:35:27 +03:00
74661f60e0
Added information to gitignore
2023-11-17 01:29:12 +03:00
cf5ae5c902
Adaptation for AuroraOS
2023-11-17 01:21:05 +03:00
5130a749cc
Merge pull request 'aurora_build' ( #1 ) from aurora_build into master
...
Reviewed-on: #1
2023-05-23 19:27:18 +00: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
d99bc12146
Updated ignore pattern
2023-05-21 04:12:27 +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
Denis Fedoseev
27eb82a7c1
aurora build fixes
2022-11-06 01:30:34 +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
4cc749ff63
[fbreader] Added ZLColor::RGB_MASK
2022-10-29 20:09:23 +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
Slava Monich
2b996e4be3
Merge pull request #70 from atlochowski/patch-5
...
[translations] Updated Polish translation
2022-10-12 12:45:35 +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
Slava Monich
3f2ebfc85c
Merge pull request #69 from eson57/eson57-patch-1
...
[translations] Updated Swedish translation
2022-10-11 14:27:55 +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
6f481b6d1a
[rpm] Added Chum metadata
2022-10-11 03:17:20 +03:00
Slava Monich
128a0fcdea
[rpm] Removed changelog from the specs
...
There's no need to duplicate tag comments.
2022-10-11 02:52:15 +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
4286bb0145
[harbour-lib] Pulled in HarbourLib updates
2022-09-24 21:44:21 +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
Slava Monich
ab7c6849d4
Merge pull request #68 from atlochowski/patch-4
...
[translations] Updated Polish translation
2021-11-22 15:22:13 +02:00
Atlochowski
b5309b0fcb
Update harbour-books-pl.ts
2021-11-22 13:17:23 +01:00
Slava Monich
f5b8f613e4
Merge pull request #67 from eson57/patch-2
...
[translations] Updated Swedish translation
2021-11-14 17:22:18 +02:00