summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
6 daysStop using deprecated g_get_current_timeHEADmasterJelle van der Waa3-10/+10
6 daysBump glib2 requirementJelle van der Waa2-2/+2
8 daysbuild: use install_emptydir for installing the history dirJelle van der Waa2-2/+2
14 daysdocs: Document all current device typesKenny Levinsen1-0/+60
2024-03-05up-device: Remove history only on device id changeKate Hsuan1-3/+7
2024-03-05up-device: a filter to ignore the unknown status from the devicesKate Hsuan1-0/+16
2024-03-05up-history: Compare the history id with a given stringKate Hsuan2-0/+15
2024-03-05rules: Update hwdb from upstream NUTKate Hsuan1-0/+2
2024-02-27rules: Update hwdb from NUTKate Hsuan1-0/+1
2024-02-09Revert "ci: Update last ABI break"Kate Hsuan1-1/+1
2024-02-09Revert "build: Bump the library soname after recent changes"Kate Hsuan1-2/+2
2024-01-26Revert "all: Remove Lid handling"Jelle van der Waa13-0/+764
2024-01-26Revert "lib: Remove deprecated up_client_get_devices()"Jelle van der Waa3-5/+28
2024-01-15dbus: org.freedesktop.UPower: EnergyRate is a positive valueKate Hsuan1-1/+1
2023-12-28linux: Adjust test_bluetooth_le_device for dbusmock 0.30.1Martin Pitt1-1/+3
2023-11-09linux: stop assuming power supply of unknown type as batteryRatchanan Srirattanamet3-11/+70
2023-11-03linux: drop f-literals without format stringJelle van der Waa1-7/+7
2023-11-03linux: prefer is not None over !=Jelle van der Waa1-1/+1
2023-07-07build: make 'udevrulesdir' and 'udevhwdbdir' as Linux-onlyPino Toscano2-19/+21
2023-07-07ci: Work-around dnf builddep not being installableBastien Nocera1-7/+4
2023-07-06ci: Update last ABI breakBastien Nocera1-1/+1
2023-07-06build: Bump the library soname after recent changesBastien Nocera1-2/+2
2023-07-06lib: Remove deprecated up_client_get_devices()Bastien Nocera3-28/+5
2023-07-06all: Remove Lid handlingBastien Nocera13-764/+0
2023-07-061.90.2v1.90.2Bastien Nocera2-1/+16
2023-07-06linux: Add installed-tests manifestBastien Nocera2-0/+20
2023-07-06linux: Fix integration test to work under jhbuildBastien Nocera1-0/+1
2023-07-05linux: Work-around potential race in test_headset_hotplugBastien Nocera1-0/+1
2023-07-05linux: Emit added/removed signals when duplicates changeBastien Nocera1-11/+19
2023-07-05linux: Add test for device signals with wireless_statusBastien Nocera1-4/+20
2023-07-05linux: Add wait_for_mainloop() test helperBastien Nocera1-0/+5
2023-07-05linux: Emit added/removed signals when wireless_status changesBastien Nocera1-2/+7
2023-07-05device: Add up_device_is_registered()Bastien Nocera2-0/+7
2023-07-05device: Return success after up_device_registerBastien Nocera2-3/+4
2023-07-05linux: Fix integration test to work with system installed upower binaryMichael Biebl1-2/+4
2023-07-05build: Require a newer libgudevBastien Nocera1-1/+1
2023-07-05ci: Install newer libgudevBastien Nocera1-0/+20
2023-07-05ci: Also run on 'schedule' pipelinesBastien Nocera1-0/+1
2023-07-041.90.1v1.90.1Bastien Nocera2-1/+20
2023-07-04linux: Add test for is-present changes at runtimeBastien Nocera1-0/+14
2023-07-04linux: Update present property on refreshStuart Hayhurst1-6/+10
2023-07-04tests: Test a client running while daemon restartsBastien Nocera1-2/+23
2023-07-03lib: Avoid possible crash on daemon restartBastien Nocera1-0/+6
2023-07-03linux: Lower debug severityBastien Nocera1-3/+3
2023-07-03linux: Add test for "wireless_status" sysfs attributeBastien Nocera1-0/+33
2023-07-03linux: Set the "disconnected" property on eventsBastien Nocera1-5/+46
2023-07-03linux: Track "disconnected" property to hide devicesBastien Nocera1-0/+23
2023-07-03device: Add disconnected propertyBastien Nocera1-0/+21
2023-07-03daemon: Don't prepare a poll for a hidden deviceBastien Nocera1-3/+3
2023-07-03linux: Add headset hotplug testBastien Nocera2-0/+314