summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* wifi: Make cache respect signal tolerance strictlyMaciej S. Szmigiero2022-07-311-36/+247
* locator: consider also Network NMEA as a MLS submit sourceMaciej S. Szmigiero2022-07-102-1/+13
* nmea-source: Fix a few issuesMaciej S. Szmigiero2022-07-101-139/+416
* nmea-source: Support both '\n' and '\r' NMEA delimitersMaciej S. Szmigiero2022-07-103-35/+137
* mozilla: Fix small bugs in gclue_mozilla_parse_response()Maciej S. Szmigiero2022-06-261-7/+7
* modem-manager: use signaled calls to get cached location informationAndrey Skvortsov2022-06-041-15/+58
* Bump release to 2.6.02.6.02.6.xBilal Elmoussaoui2022-02-102-1/+37
* Add previous releases to NEWSBilal Elmoussaoui2022-02-101-0/+18
* service-client: Fix memory leak in on_agent_props_changedTeemu Ikonen2022-01-161-1/+2
* service-manager: Replace agent wait timeout with a queueTeemu Ikonen2022-01-161-15/+59
* service-manager: Add on_client_info_new_ready_data_free()Teemu Ikonen2022-01-151-10/+16
* portals: call xdp_location_call_start_finishBilal Elmoussaoui2022-01-141-1/+20
* locator: Remove unused private var time_thresholdTeemu Ikonen2022-01-131-2/+0
* service-client: Be strict with time and distance thresholdsTeemu Ikonen2022-01-131-16/+16
* service-client: Rename var in on_locator_location_changedTeemu Ikonen2022-01-131-6/+6
* location: Return meters from _get_distance_from, fix usersTeemu Ikonen2022-01-133-12/+12
* docs: add missing GClueSimple symbolsBilal Elmoussaoui2022-01-111-0/+2
* GClueSimple: provide a _finish variant for the new_with_tresholdsBilal Elmoussaoui2022-01-113-2/+22
* wifi: Remove redundant call to gclue_location_source_set_locationTeemu Ikonen2021-12-041-3/+0
* location: Fix heading computation for identical locationsTeemu Ikonen2021-12-041-0/+6
* meson, location-source: Allow disabling compass in buildTeemu Ikonen2021-11-285-8/+32
* config, location-source: Allow disabling compass in configTeemu Ikonen2021-11-284-8/+38
* config: Move gclue_config_set_wifi_submit_data next to getterTeemu Ikonen2021-11-252-10/+9
* location-source: Improve compass heading debug messageTeemu Ikonen2021-11-251-1/+2
* service-client: Allow setting TimeThreshold before StartTeemu Ikonen2021-11-221-3/+4
* Cancel on_scan_wait_done() timer when canceling WiFi scanMaciej S. Szmigiero2021-11-201-2/+5
* Use new operator code API from ModemManager 1.18Teemu Ikonen2021-11-196-31/+96
* Define WiFi APs noise floor in a single place and fix its debug messagesMaciej S. Szmigiero2021-11-171-4/+9
* Add WiFi cache hit ratio reportingMaciej S. Szmigiero2021-11-171-2/+17
* Refactor NMEA sentence type detectionTeemu Ikonen2021-11-165-47/+16
* location: Improve NMEA RMC sentence parsingTeemu Ikonen2021-11-161-2/+13
* Fix various memory leaks as reported by ValgrindMaciej S. Szmigiero2021-11-165-11/+12
* wifi: Remove scan wait timer on finalizeTeemu Ikonen2021-11-121-1/+8
* wifi: Wait 1 s after scan-done before refreshing locationTeemu Ikonen2021-11-071-5/+18
* location: Remove unused function gclue_location_create_from_nmeaTeemu Ikonen2021-11-072-34/+0
* nmea-source: Use multiple NMEA sentences for locationTeemu Ikonen2021-11-071-28/+62
* modem: Make 'fix-gps' signal parameter a string arrayTeemu Ikonen2021-11-073-22/+25
* location: Add function gclue_location_create_from_nmeasTeemu Ikonen2021-11-072-0/+58
* Fix return values in GClueLocationSource start() implementationsTeemu Ikonen2021-11-076-6/+12
* locator: Add a speed gate for replacing current location with a less accurate...Maciej S. Szmigiero2021-11-061-7/+30
* mode-manager: Add polkit rule allowing GPS access for GeoclueÁlvaro Peña2021-11-012-0/+15
* Fix building without the NMEA sourceMaciej S. Szmigiero2021-10-307-54/+103
* wifi: Use correct size for bssid string in on_bss_proxy_readyTeemu Ikonen2021-10-221-1/+1
* mozilla: Free GDateTime with g_date_time_unrefTeemu Ikonen2021-10-221-1/+1
* Don't use G_TYPE_INSTANCE_GET_PRIVATETeemu Ikonen2021-10-2119-51/+19
* mozilla: Don't use GTimeVal and g_time_val_to_iso8601Teemu Ikonen2021-10-211-7/+11
* location: Don't use GTimeVal and g_get_current_timeTeemu Ikonen2021-10-211-3/+3
* nmea-source: Don't use GTimeVal and g_get_current_timeTeemu Ikonen2021-10-211-4/+1
* demo: Don't use GTimeVal and g_date_time_new_from_timeval_localTeemu Ikonen2021-10-201-3/+4
* web-source: Remove unused var source_class from gclue_web_source_class_init()Teemu Ikonen2021-10-171-1/+0