Commit graph

398 commits

Author SHA1 Message Date
Matti Viljanen
0632c9cae2 Improve build script 2021-11-24 21:39:20 +02:00
Matti Viljanen
ddd9d7390c
Version bump to 3.16.1-1 2021-10-11 01:15:27 +03:00
Matti Viljanen
f7066aa26a
Fix bogus version number 2021-10-11 01:15:09 +03:00
Matti Viljanen
03786b2b2f
Version bump to 3.15.1-1 2021-10-10 23:44:50 +03:00
Matti Viljanen
221d32df37
Revert "Update icons" - let's not use the red cross symbol.
This reverts commit 107ea1fec2.
2021-10-10 23:28:17 +03:00
Matti Viljanen
14cfb64aae
Create RPM build script 2021-10-10 23:23:22 +03:00
Matti Viljanen
846359a551
Use systemctl-user instead of systemctl --user 2021-10-10 22:24:12 +03:00
Matti Viljanen
107ea1fec2 Update icons 2021-07-25 23:27:40 +03:00
Matti Viljanen
30cdf710d2 Fix BuildRequires, remove unneeded include 2021-07-25 21:44:04 +03:00
Matti Viljanen
08b577f7ad Version bump to 3.15-1 2021-07-25 21:27:42 +03:00
Matti Viljanen
3acb04eb64 Update translations 2021-07-25 20:58:34 +03:00
Matti Viljanen
e3b0fd5398 Get rid of keepalive-tool 2021-07-25 20:55:01 +03:00
Matti Viljanen
5627c5fc47 Implement BackgroundActivity-based timers 2021-07-25 20:54:27 +03:00
Matti Viljanen
8e89b48f63 Version bump to 3.14-1 2021-05-30 20:58:15 +03:00
Matti Viljanen
a492a6450e Use libkeepalive to mitigate process suspend 2021-05-30 20:57:27 +03:00
Matti Viljanen
40c9efbd9f Update credits and translations, again 2021-05-30 20:55:11 +03:00
Matti Viljanen
9e5213f3ac Update credits and translators, layout 2021-05-30 20:27:08 +03:00
Matti Viljanen
d2504666f4
Merge pull request #46 from nephros/health-fixes
German translation: fix typo, umlauts, unfinished
2021-05-30 20:26:22 +03:00
nephros
fad42f3c68 German translation: fix typo, umlauts, vanished 2021-05-25 11:15:20 +02:00
Matti Viljanen
6030377b51
Merge pull request #45 from atlochowski/patch-3
Update harbour-batterybuddy-pl.ts
2021-05-24 21:25:49 +03:00
Atlochowski
57633103d1
Update harbour-batterybuddy-pl.ts 2021-05-24 08:24:26 +02:00
Matti Viljanen
1dd00dab1e Version bump to 3.13-1 2021-05-23 16:39:36 +03:00
Matti Viljanen
cd6ee492c5 Use legacy build (old notification sound method) for now
Notification.setSound doesn't exist until SFOS 4+ which is not yet too widespread
2021-05-23 16:25:14 +03:00
Matti Viljanen
74717738d8 Fix legacy builds 2021-05-23 16:23:54 +03:00
Matti Viljanen
a7d83df085 Fix the missing stuff from broken merge
How did this even happen?
2021-05-23 15:45:03 +03:00
Matti Viljanen
49a59183d2 Switch low battery and general alarm sounds 2021-05-23 15:30:31 +03:00
Matti Viljanen
0c9ef27cc4 Make building for SFOS2 easier 2021-05-23 15:27:26 +03:00
Matti Viljanen
c9d4642de8 Merge branch 'health' 2021-05-23 15:24:21 +03:00
Matti Viljanen
f8c017ead1 Typo fix 2021-05-23 15:04:57 +03:00
Matti Viljanen
f0dd0e5018 Better handle non-existent files 2021-05-23 14:26:42 +03:00
Matti Viljanen
c6f9000aa9 Hide unavailable health/temp data 2021-05-23 14:25:24 +03:00
Matti Viljanen
645d919457 Use separate notification for health/status 2021-05-23 01:15:40 +03:00
Matti Viljanen
da7499641a
Update translations, complete Finnish translation 2021-05-23 00:04:41 +03:00
Matti Viljanen
40363f1285
Adjust translations 2021-05-23 00:03:19 +03:00
Matti Viljanen
d3f1297afd
Use the unknown values in service, too 2021-05-22 23:42:57 +03:00
Matti Viljanen
843cfa8db7
Make temperature formatting prettier 2021-05-22 23:02:25 +03:00
Matti Viljanen
e939c2d9ce
Use uint_max as "unknown" placeholder 2021-05-22 23:00:48 +03:00
Matti Viljanen
5c5aa961e7
Default to unknown state 2021-05-22 22:58:05 +03:00
Matti Viljanen
4ef46fcd1a
Merge pull request #44 from nephros/health-service
Add health and temp support to Daemon
2021-05-15 21:01:33 +03:00
Matti Viljanen
db333e2816
Merge branch 'health' into health-service 2021-05-15 21:00:41 +03:00
Matti Viljanen
065fa35523
Merge pull request #43 from nephros/health-monitor
Add health and temp support to application
2021-05-15 20:32:08 +03:00
Peter G. (nephros)
343f0b73c8 Add health and temperature support to service
Preparing and cleaning up for PR:

reword, update German
fix log output units
printf debugging
fix loading config
imperial measurement in notification

for some reason notification does not work on pre-Koli:

  /usr/bin/harbour-batterybuddy-daemon: symbol lookup error: /usr/bin/harbour-batterybuddy-daemon: undefined symbol: _ZN12Notification8setSoundERK7QString
2021-05-10 16:59:41 +02:00
Peter G. (nephros)
c9281ccabd Add several strings for health notification
update German translation
improve wording
2021-05-10 16:40:13 +02:00
Peter G. (nephros)
eec28a8da7 improve wording 2021-05-10 16:20:24 +02:00
Peter G. (nephros)
3ca91d5e07 update German translation 2021-05-10 16:20:24 +02:00
Peter G. (nephros)
91e6cad414 Add several strings for health notification 2021-05-10 16:20:24 +02:00
Peter G. (nephros)
dfbf1ec078 implement settings for health alert 2021-05-02 17:23:14 +02:00
Peter G. (nephros)
93fa677a6f prepare settings for health alert 2021-05-02 16:28:03 +02:00
Peter G. (nephros)
ce994a0d1e support weird US temperature measurement 2021-05-02 16:25:57 +02:00
Matti Viljanen
44fc44be43 Revert "Merge pull request #40 from nephros/health", continue work in branch health
This reverts commit 4a535edd59, reversing
changes made to 54cbd89efa.
2021-05-02 13:46:40 +03:00