| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
detecting e.g. chroots as remote sessions.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
As discussed in [1], these hints are essential to make the indicator
functions correctly on Lomiri. These hints should not make any
difference on DE's that doesn't support them.
[1] https://gitlab.com/ubports/development/core/content-hub/-/merge_requests/32#note_1552217874
This reverts commit ba37bd3998252a759434a8455e52f00699b50a09.
|
| |
|
|
|
|
| |
This exposes power percentage and is discharging to the dbus interface.
|
| |
|
|
|
|
|
|
|
| |
Lomiri.
Relates to: https://github.com/ArcticaProject/librda/issues/8
Relates to: https://gitlab.com/ubports/development/core/packaging/ayatana-indicators/ayatana-indicator-power/-/issues/7#note_1535612053
|
|
|
|
| |
Fixes https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/82
|
|
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/13
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Since the change in level reporting from an action to menu attribute is
a breaking change for Lomiri anyway, we might as well let Lomiri use
.level indicator type.
This reduces 1 special case for Lomiri, for which there is multiple
throughout the codebase. We probably want to minimize this over time...
Bug-UBports: https://gitlab.com/ubports/development/core/lomiri/-/issues/70
|
|
|
|
|
|
|
| |
Since there's no longer an action to update the battery level, now the
submenu itself has to also be updated on the phone.
Bug-UBports: https://gitlab.com/ubports/development/core/lomiri/-/issues/70
|
|
|
|
| |
percentage values when in Lomiri.
|
|
|
|
| |
Signed-off-by: Muhammad <muhammad23012009@hotmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes https://gitlab.com/ubports/development/core/packaging/ayatana-indicators/ayatana-indicator-bluetooth/-/issues/3
|
|
|
|
|
|
| |
present
fixes https://gitlab.com/ubports/development/core/packaging/ayatana-indicators/ayatana-indicator-power/-/issues/2
|
|
|
|
| |
fixes https://gitlab.com/ubports/development/core/packaging/ayatana-indicators/ayatana-indicator-power/-/issues/5
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
more than 10% power remaining."
As the battery in the Pixel 3a running 20.04 exposes itself without any
time estimates, it gets hidden by the indicator unless below 10% of charge.
The original commit message mentions low-power devices having no time
estimates most probably due to lasting long, but (without an honest checkup
of the upstream kernel sources) I doubt the kernel driver to distinguish
between those capabilities in the power_supply properties, hence remove
this artificial limit again.
This reverts commit 522fdc6abbfee52dec5c6b0194cf87ffcc0f3dcd.
|
|
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/66
|
|
|
|
|
|
| |
This fixes the broken theming issue where the Power Indicator menu shows the same icons as used by the panel, rather than the ones used elsewhere on the system.
End result: makes any theme capable of becoming Ayatana-friendly without hacks
|
| |
|
|
|
|
|
|
| |
This pull requests add support for battery powered gaming-input devices. Tested with Razer Wolverine V2 Chroma and Scuf Instinct Pro.
See: https://pad.lv/1967854
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/49
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|