aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .build.yml: Assure that all build requirements for libayatana-common are ↵Mike Gabriel2021-08-281-2/+32
| | | | available in CI build chroots.
* .build.yml: Fix CI failures in before_script stage. The libayatana-common ↵Mike Gabriel2021-08-281-39/+6
| | | | build-from-source requires Vala nowadays.
* Merge branch 'tari01-pr/fix-lomiri-power-setting'Mike Gabriel2021-08-281-12/+7
|\ | | | | | | Attribute GH PR #37: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/37
| * Fix Lomiri power settingRobert Tari2021-08-281-12/+7
|/
* Merge branch 'tari01-pr/ubports-patches'Mike Gabriel2021-08-2821-135/+659
|\ | | | | | | Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/33
| * Rename com.canonical.powerd -> com.lomiri.RepowerdRobert Tari2021-08-283-18/+18
| |
| * flashlight: Add support for PM8998 based SoCsJami Kettunen2021-08-281-5/+16
| | | | | | | | | | | | | | | | | | These sysfs and switch paths are used on Qualcomm SoCs which contain a PM8998 PMIC block. This at the very least includes the Snapdragon 835 (MSM8998) and Snapdragon 845 (SDM845). This was tested as working on the OnePlus 5 (MSM8998) and OnePlus 6 (SDM845) smartphones.
| * flashlight: Add support for simpler sysfs toggles (#34)Jami Kettunen2021-08-282-14/+65
| | | | | | | | | | | | | | | | | | | | Unlike the overcomplicated Qualcomm mess, there are also simpler sysfs toggles which you can just write 1/0 to when enabling/disabling the flash. This is used by the MediaTek flashlight_core driver on the Volla Phone (Helio P23 / MT6763) for example, which this also adds support for. Pinephone also uses a simple sysfs toggle for flashlight.
| * Pull in many fixes from the bionic branch. (#7)Rodney2021-08-284-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Pay attention to $SNAP prefix * Releasing 12.10.6+17.04.20161201-0ubuntu1 * give sorting priority to devices with power supplies * Releasing 12.10.6+17.04.20170116-0ubuntu1 * Remove old autostart files. * Use gmock module from cmake-extras. * Use coverage support from cmake-extras. * Add gcovr and lcov dependencies. * Use intltool support from cmake-extras. * Remove usage of extra GCOV variables. * Remove hard-coded -g compiler flag. * Releasing 12.10.6+17.04.20170210-0ubuntu1 * no change rebuild * Releasing 12.10.6+17.04.20170322-0ubuntu1 * Start indicator in systemd when indicators.target is started * Build for bionic * This is still xenial. * Update translations from launchpad too.
| * fix glib-fixture.h copyright year in header commentCharles Kerr2021-08-281-1/+1
| |
| * since we're shopping audio out to org.freedesktop notifications, drop the ↵Charles Kerr2021-08-281-1/+0
| | | | | | | | gstreamer build dep
| * housekeeping: sync tests/glib-fixture with the up-to-date version in ↵Charles Kerr2021-08-281-57/+144
| | | | | | | | indicator-datetime
| * fix cmake warning of the test apps' dependency on the service libraryCharles Kerr2021-08-286-16/+16
| |
| * remove dead codeCharles Kerr2021-08-282-4/+2
| |
| * for low power notifications, use libnotify's 'sound-file' property instead ↵Charles Kerr2021-08-2812-655/+83
| | | | | | | | of indicator-power calling the sound player directly
| * demote a spurious warning to a debug messageCharles Kerr2021-08-281-1/+1
| |
| * don't disable the warning sound when AccountServices is completely unavailableCharles Kerr2021-08-282-4/+11
| |
| * move sound-player-mock into the tests/ directoryCharles Kerr2021-08-284-4/+10
| |
| * fix copy-paste typoCharles Kerr2021-08-281-1/+1
| |
| * assume we're in silent mode if we can't get an accounts-service proxyCharles Kerr2021-08-281-2/+6
| |
| * add a leak safeguard to accounts_service_sound_proxyCharles Kerr2021-08-281-0/+1
| |
| * add build-dep to accountsservice-ubuntu-schemas instead of bundling ↵Charles Kerr2021-08-285-54/+35
| | | | | | | | com.ubuntu.touch.AccountsService.Sound.xml into our source tree
| * handle service_set_notifier(NULL) gracefullycharles kerr2021-08-281-2/+6
| |
| * update copyright dates on changed files (again)charles kerr2021-08-283-8/+8
| |
| * honor com.ubuntu.touch.AccountsService.Sound.SilentModecharles kerr2021-08-283-1/+115
| |
| * use a symbolic constant for the low battery sound's filenamecharles kerr2021-08-283-3/+9
| |
| * create a data/sounds/ directory in the repo to hold Low battery.oggcharles kerr2021-08-284-11/+11
| | | | | | | | | | We may be adding sounds for when we transition to battery charging/discharging, so set up a sounds/ directory now.
| * fix another touched file's copyright datecharles kerr2021-08-281-4/+4
| |
| * fix notifier property in servicecharles kerr2021-08-281-0/+7
| |
| * in Notifier's destructor, unref its SoundPlayer fieldcharles kerr2021-08-281-0/+1
| |
| * update copyright years on changed/new filescharles kerr2021-08-289-21/+21
| |
| * add play-sound tests to test-notifycharles kerr2021-08-282-3/+39
| |
| * make a SoundPlayer interface so we can mock it in the testscharles kerr2021-08-2813-60/+546
| | | | | | | | | | | | | | | | this requires an annoying amount of scaffolding: 1. implement gst and mock classes to implement the SoundPlayer interface 2. modify notifier to take a SoundPlayer argument in its ctor 3. modify service to take a Notifier argument in its ctor instead of instantiating it on its own 4. change main to update the startup steps for player/notifier/service
| * use gstreamer to play the soundcharles kerr2021-08-284-5/+83
| |
| * add logic to call sound_play_file() when the low battery notification is showncharles kerr2021-08-284-1/+92
| |
| * add an XDG friendly way of finding app-specific datafilescharles kerr2021-08-283-0/+109
| |
| * Don't prioritize discharging items with no time estimate that have more than ↵Marc Deslauriers2021-08-281-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 10% power remaining. Devices with no time estimates are most likely low-power devices that have long-lasting batteries, such as a mouse with AA batteries. For those type of devices that contain batteries that last weeks, there is no value in displaying their status in preference to devices that have a rapid charge/discharge cycle. However, there is value in knowing if the device has a battery that needs replacing imminently, so only display it if it falls to a 10% charge or under.
| * add 'Low battery.ogg'charles kerr2021-08-282-0/+11
|/
* Translated using Weblate (Hungarian)Ács Zoltán2021-08-281-4/+8
| | | | | | | Currently translated at 97.9% (48 of 49 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/hu/
* Merge branch 'tari01-pr/no-pie-only-in-tests'Mike Gabriel2021-08-101-2/+1
|\ | | | | | | Attributes GH PR #36: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/36
| * Use -no-pie build flag for tests onlyRobert Tari2021-08-101-2/+1
|/
* Merge branch 'tari01-pr/add-enable-werror-option'Mike Gabriel2021-08-101-0/+7
|\ | | | | | | Attributes GH PR #35: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/35
| * Add ENABLE_WERROR optionRobert Tari2021-08-101-0/+7
|/
* Merge branch 'tari01-pr/add-documentation'Mike Gabriel2021-08-062-0/+99
|\ | | | | | | Attributes GH PR #34: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/34
| * Add documentation and build instructionsRobert Tari2021-08-062-0/+99
|/
* Translated using Weblate (Chinese (Simplified))Boyuan Yang2021-07-161-4/+4
| | | | | | | Currently translated at 100.0% (49 of 49 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/zh_Hans/
* Update translation filesHosted Weblate2021-06-041-0/+1
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/
* Added translation using Weblate (Chinese (Traditional))Weblate2021-06-031-0/+271
|
* Update translation filesHosted Weblate2021-06-031-1/+0
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/
* Translated using Weblate (Hebrew)Yaron Shahrabani2021-05-231-3/+3
| | | | | | | Currently translated at 10.2% (5 of 49 strings) Translation: Ayatana Indicators/Power Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/power-applet/he/