aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-16iface-modem-3gpp-ussd: include policy authorization checksAleksander Morgado
2012-03-16policy: implement USSD interface rulesAleksander Morgado
2012-03-16bearer: include policy authorization checksAleksander Morgado
2012-03-16policy: implement Bearer interface rulesAleksander Morgado
2012-03-16sim: include policy authorization checksAleksander Morgado
2012-03-16policy: implement Sim interface rulesAleksander Morgado
2012-03-16iface-modem-cdma: include policy authorization checksAleksander Morgado
2012-03-16policy: implement CDMA interface rulesAleksander Morgado
2012-03-16iface-modem-3gpp: include policy authorization checksAleksander Morgado
2012-03-16policy: implement 3GPP interface rulesAleksander Morgado
2012-03-16iface-modem-simple: include policy authorization checksAleksander Morgado
2012-03-16policy: implement Simple interface rulesAleksander Morgado
2012-03-16iface-modem: include policy authorization checksAleksander Morgado
2012-03-16policy: implement Modem interface rulesAleksander Morgado
2012-03-16manager: use new simplified authentication setupAleksander Morgado
2012-03-16policy: implement Manager interface rulesAleksander Morgado
2012-03-16policy: no need for a rule to manage readable infoAleksander Morgado
2012-03-16policy: renamed `Sms' action to `Messaging'Aleksander Morgado
2012-03-16build: require polkit-gobject >= 0.97Aleksander Morgado
It's new enough, and it lets us use polkit_authority_get_sync().
2012-03-16base-modem: use new simplified authentication setupAleksander Morgado
2012-03-16auth: refactor and simplify authentication related setupAleksander Morgado
We get rid of the MMAuthRequests; and we leave up to the caller and user of the MMAuthProvider the handling of request cancellations through the provided GCancellable. Also made GIO-async-friendly methods.
2012-03-16iface-modem-3gpp-ussd: fix copyrightsAleksander Morgado
2012-03-16novatel: new plugin for the Novatel E362Nathan Williams
2012-03-16charsets: fix compilation with -Werror=maybe-uninitializedAleksander Morgado
2012-03-16build: so long dbus-glib, and thanks for all the fishAleksander Morgado
2012-03-16build: don't build the MMCallbackInfo, we're now fully GIO-Async insteadAleksander Morgado
2012-03-16build: fix header dependenciesAleksander Morgado
We shouldn't depend on any header file from the previous implementation.
2012-03-16tests,sms: print traces if enabled during compilationAleksander Morgado
2012-03-16tests,sms: refactor SMS part related testsAleksander Morgado
Now using the MMSmsPart setup.
2012-03-16core: use GDBusMethodInvocation in the auth APIAleksander Morgado
2012-03-16Revert "core: avoid using DBusGMethodInvocation in auth API"Aleksander Morgado
This reverts commit 013fd179f458d87bba9fd7657ffe1bd90169f231. We will start using GDBus-only based code from now on.
2012-03-16iface-modem: load allowed/preferred modes during modem enablingAleksander Morgado
2012-03-16option: implement default access technology loadingAleksander Morgado
2012-03-16option: start porting the Option pluginAleksander Morgado
2012-03-16generic: new Generic-specific source directoryAleksander Morgado
2012-03-16motorola: fully ported the moto-c pluginAleksander Morgado
2012-03-16gobi: remove old sources, plugin fully portedAleksander Morgado
2012-03-16gobi: new Gobi-specific source directoryAleksander Morgado
2012-03-16gobi: access technology loading implementationAleksander Morgado
2012-03-16modem-helpers: updated the string to access technology converterAleksander Morgado
We can now return a mask of flags specifying more than one access technology, and therefore the order is not really important any more, unless for special cases like looking for substrings of valid expected strings (e.g "HSPA" and "HSPA+"). Also, add "LTE" in the list of expected strings.
2012-03-16iface-modem-cdma: include in the API the mask of all CDMA access technologiesAleksander Morgado
2012-03-16iface-modem-3gpp: include in the API the mask of all 3GPP access technologiesAleksander Morgado
2012-03-16nokia: new Nokia-specific source directoryAleksander Morgado
2012-03-16cinterion: remove old sources, plugin fully portedAleksander Morgado
2012-03-16cinterion: new Cinterion-specific source directoryAleksander Morgado
2012-03-16iridium: new Iridium-specific source directoryAleksander Morgado
2012-03-16cinterion: implement frequency band settingAleksander Morgado
2012-03-16broadband-modem: new method to convert from UTF-8 to the charset in the modemAleksander Morgado
2012-03-16charsets: new UTF-8 to given charset converterAleksander Morgado
UCS-2 strings are always hex-converted.
2012-03-16libmm-common: new bands array comparatorAleksander Morgado