- Jan 27, 2017
-
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
- Dec 19, 2016
-
-
Zeeshan Ali Khan authored
We were unrefing an object that didn't belong to us.
-
- Sep 06, 2016
-
-
This fixes cross-builds.
-
Rather then asking build system to link to libgeoclue. This fixes cross-builds.
-
- Jul 01, 2016
-
-
If the time since the last update is below the threshold, it won't emit the LocationUpdated signal. The default value is 0. When TimeThreshold is zero, it always emits the signal. https://bugs.freedesktop.org/show_bug.cgi?id=94460
-
Add a debug log when the distance from previous location is below distance_threshold. https://bugs.freedesktop.org/show_bug.cgi?id=94460
-
We're about to introduce time-based threshold so let's rename *threshold* to *distance_threshold*. https://bugs.freedesktop.org/show_bug.cgi?id=94460
-
The default value of DistanceThreshold is zero. https://bugs.freedesktop.org/show_bug.cgi?id=94460
-
- Jun 24, 2016
- Jun 23, 2016
-
-
Bastien Nocera authored
Now that xdg-app has been renamed, we also need to check for the "flatpak-" prefix for the cgroup. https://bugs.freedesktop.org/show_bug.cgi?id=96655
-
- May 30, 2016
-
-
This ensures g-ir-scanner uses the configured compiler. Fixes the build in GContinuous, which is currently somewhat broken in that `/usr/bin/cc` is a cross compiler by default. But this propagation is the correct thing to do always. A similar patch landed in GStreamer.
-
- May 25, 2016
-
-
It's not required to unref for the return of gclue_location_get_timestamp. https://bugs.freedesktop.org/show_bug.cgi?id=96178
-
- May 19, 2016
-
-
Zeeshan Ali Khan authored
Instead of just checking if some network is available, let's check if we are fully connected to internet or not. If glib >= 2.44 is available, we make use the new API added in that version to check for connectivity but if it's not, we check if Mozilla Location Services hostname is reachable. https://bugs.freedesktop.org/show_bug.cgi?id=95493
-
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
- Apr 20, 2016
-
-
If available. https://bugs.freedesktop.org/show_bug.cgi?id=94157
-
And drop the now unused gclue_location_new_with_description(). This will allow to also set the timestamp in the next commit, as that property is construct only and couldn't be set if using gclue_location_new_with_description(). https://bugs.freedesktop.org/show_bug.cgi?id=94157
-
- Apr 05, 2016
-
-
- Mar 23, 2016
-
-
g_variant_n_children() is unsigned, so comparing < 0 will always be false; this looks like a typo for <= 0, which would avoid allocating the GVariantIter unnecessarily. Spotted by Coverity (CID: #78509). https://bugs.freedesktop.org/show_bug.cgi?id=94669
-
This fixes a memory leak on exit. Spotted by Coverity (CID: #78510). https://bugs.freedesktop.org/show_bug.cgi?id=94669
-
- Mar 22, 2016
-
-
When run from outside the srcdir, autogen.sh was failing because various of the tools it calls expect to be called from within srcdir. https://bugs.freedesktop.org/show_bug.cgi?id=94649
-
- Mar 02, 2016
-
-
Zeeshan Ali Khan authored
-
- Mar 01, 2016
-
-
Zeeshan Ali Khan authored
Don't just unref the task pointer but ensure that the pointer we keep in private structure is also cleared, using g_clear_object.
-
- Feb 27, 2016
-
-
Zeeshan Ali Khan authored
-
- Feb 24, 2016
-
-
Zeeshan Ali Khan authored
The documentation build was broken by commit 384e3e00. This patch fixes that by updating the path to public-api directory in Makefile.
-
- Feb 11, 2016
-
-
Zeeshan Ali Khan authored
If app provides a reason string in it's desktop file, show that to the user.
-
Zeeshan Ali Khan authored
Let's invent a custom entry in desktop files to set to communicate reason to access location data for agents.
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
- Feb 10, 2016
-
-
Zeeshan Ali Khan authored
Keep the finalized desktop ID and accuracy level around during the agent authorization process and use that.
-
Zeeshan Ali Khan authored
-
- Jan 29, 2016
-
-
Zeeshan Ali Khan authored
While we don't have any way to verify if an app running on system is who they say they are and they can become agents, we can at least be sure that we don't want an xdg-app to act as an agent so let's always disallow xdg-app from becoming an agent.
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
xdg-app shows the desktop ID of the apps in name column of /proc/PID/cgroup file and it can't be faked so let's make use of that when we are dealing with xdg-app apps.
-
- Jan 28, 2016
-
-
With xdg-app, we will want to bundle the client convenience library with applications that require GeoClue, without having them ship all the backend service files, which will be shipped in the core OS. Introduce a --disable-backend build option that implements this policy. https://bugs.freedesktop.org/show_bug.cgi?id=93889
-