aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-03-16cinterion: implement current band list loadingAleksander Morgado
2012-03-16broadband-modem: expose the current charset to UTF-8 converterAleksander Morgado
So that subclasses can also use it.
2012-03-16iface-modem: load current bands during modem enablingAleksander Morgado
2012-03-16api,dbus: rename `AllowedBands' to just `Bands'Aleksander Morgado
ModemManager will load: 1) The list of supported bands. Note that this doesn't mean that any possible combination of bands is supported, as modems may support only specific combinations, but at least gives a rough idea of what the modem is capable of handling. 2) The list of CURRENT bands. There is no such "Allowed" bands, as we do with modes, modems will have a specific set of bands being currently used, which will be reported in the `Bands' property. If the modem allows modifying the list of bands to use, this can be done with the `SetBands()' method. If the modem doesn't support using a specific combination of bands, this method will report an error.
2012-03-15iridium: create a MMBearerIridiumAleksander Morgado
2012-03-15iridium: implement custom SMS indication enablingAleksander Morgado
2012-03-15iridium: close and open the port during disconnectionAleksander Morgado
The Iridium modem doesn't seem to like only the port flashing during the disconnection, so we fully close and open again the port.
2012-03-15iridium: override generic initializationAleksander Morgado
We must send ATZ alone and once reply received, wait some time before sending the next initialization commands. Otherwise, the next commands will receive garbage as reply. The only way to handle this is to override the whole generic initialization phase.
2012-03-15iridium: set bearer service type to 9600bps V.110Aleksander Morgado
2012-03-15iridium: allow up to 200s to get a proper IP connectionAleksander Morgado
2012-03-15iridium: new MMBearerIridiumAleksander Morgado
2012-03-15iridium: allow only up to 3 consecutive timeoutsAleksander Morgado
2012-03-15iridium: set baudrate to 9600 bpsAleksander Morgado
This will be set after flashing the port during modem enabling.
2012-03-15iridium: only CS mode supported by the Iridium modemsAleksander Morgado
2012-03-15iridium: don't try to scan for networksAleksander Morgado
The Iridium network will be the only one reported in the scan results.
2012-03-15iridium: implement specific operator name and code retrievalAleksander Morgado