summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: Run just upowerd under catchsegvwip/hadess/more-catchsegvBastien Nocera2022-11-161-1/+1
* linux: Add a way to run upowerd under catchsegvBastien Nocera2022-11-161-0/+2
* rules: Update hwdb from upstream NUTBastien Nocera2022-11-161-0/+1
* idevice: Simplify setting the modelBastien Nocera2022-11-161-1/+1
* idevice: Prefer the user-chosen name when availableKai Uwe Broulik2022-11-161-0/+10
* ci: Fix paths included in build artifactsBenjamin Berg2022-11-031-1/+2
* enumerator-udev: also check for an idevice on "usb" subsystemMaciej S. Szmigiero2022-10-292-2/+23
* enumerator-udev: actually check for an ideviceMaciej S. Szmigiero2022-10-211-0/+5
* supply-battery: Assume battery is present if the attr is missingBenjamin Berg2022-09-091-1/+3
* linux: Test whether BT mice get de-duplicatedBastien Nocera2022-09-051-0/+15
* linux: Make BT mouse export its serial numberBastien Nocera2022-09-051-1/+2
* linux: Make BT mice use the same address in testsBastien Nocera2022-09-051-5/+5
* linux: Hide duplicate Logitech Bluetooth devicesBastien Nocera2022-09-051-0/+57
* daemon: Don't count hidden devicesBastien Nocera2022-09-051-1/+2
* daemon: Don't warn if a device gets unexportedBastien Nocera2022-09-051-4/+4
* daemon: Don't add unexported devices to the arrayBastien Nocera2022-09-051-1/+4
* device: Make it possible to remove devices from D-BusBastien Nocera2022-09-052-2/+15
* battery: Quiet debug messageBastien Nocera2022-09-051-1/+1
* ci: Run upower inside catchsegvBastien Nocera2022-09-051-1/+1
* ci: Build catchsegv in CIBastien Nocera2022-09-051-0/+10
* linux: Fix reading capacity_level with newer libgudevBastien Nocera2022-09-051-4/+1
* linux: Allow filling only the serial from siblingBastien Nocera2022-09-051-7/+9
* linux: Fix BlueZ device names not synchronisingBastien Nocera2022-09-021-3/+4
* openbsd: initialize new_state with a default value before using itLandry Breuil2022-08-251-1/+1
* openbsd: move most initialization code from _init to _coldplug (fixes #201)Landry Breuil2022-08-101-58/+55
* Release 1.90.0 with larger refactoringsv1.90.0Benjamin Berg2022-07-212-1/+19
* battery: User power/current reading from batteryBenjamin Berg2022-07-212-7/+38
* battery: Make repolling more explicitBenjamin Berg2022-07-211-21/+19
* battery: Better separate power usage estimation codeBenjamin Berg2022-07-211-38/+40
* Add Georgian translatonNorwayFun2022-07-211-0/+100
* daemon: Reevaluate polling timeout after resumeBenjamin Berg2022-07-121-0/+2
* doc: Remove websiteBenjamin Berg2022-07-113-152/+0
* ci: Expose documentation as artifactBenjamin Berg2022-07-081-0/+21
* test: Add battery ID changing test for history loading/savingBenjamin Berg2022-06-221-0/+42
* device: Reload history when the ID changesBenjamin Berg2022-06-222-17/+31
* test: Fix flaky battery aggregation testBenjamin Berg2022-06-211-5/+10
* supply-battery: Fixup commentBenjamin Berg2022-06-211-3/+1
* supply-battery: Stop reading voltage_presentBenjamin Berg2022-06-211-7/+0
* battery: Add full/empty guessing based on capacityBenjamin Berg2022-06-212-4/+48
* test: Add test for charging/discharging guessing based on rateBenjamin Berg2022-06-211-0/+40
* battery: Guess charging/discharging state based on energy rateBenjamin Berg2022-06-211-9/+29
* linux: Use new battery class and drop unused codeBenjamin Berg2022-06-213-621/+22
* linux: Add new UpDeviceSupplyBattery classBenjamin Berg2022-06-215-1/+381
* Add generic UpDeviceBattery base classBenjamin Berg2022-06-214-0/+577
* daemon: Iterate mainloop during coldplugBenjamin Berg2022-06-151-0/+4
* test: Disable battery polling to make test more stableBenjamin Berg2022-06-151-1/+10
* Add some debugging information to the READMEBenjamin Berg2022-06-151-0/+33
* test: Test state guessing for one and two batteriesBenjamin Berg2022-06-141-32/+41
* daemon: Guess state for multiple batteries without ACBenjamin Berg2022-06-141-19/+9
* daemon: Move state guessing after percentage calculationBenjamin Berg2022-06-141-14/+20