Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-16 | policy: no need for a rule to manage readable info | Aleksander Morgado | |
2012-03-16 | policy: renamed `Sms' action to `Messaging' | Aleksander Morgado | |
2012-03-16 | build: require polkit-gobject >= 0.97 | Aleksander Morgado | |
It's new enough, and it lets us use polkit_authority_get_sync(). | |||
2012-03-16 | base-modem: use new simplified authentication setup | Aleksander Morgado | |
2012-03-16 | auth: refactor and simplify authentication related setup | Aleksander 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-16 | iface-modem-3gpp-ussd: fix copyrights | Aleksander Morgado | |
2012-03-16 | novatel: new plugin for the Novatel E362 | Nathan Williams | |
2012-03-16 | charsets: fix compilation with -Werror=maybe-uninitialized | Aleksander Morgado | |
2012-03-16 | build: so long dbus-glib, and thanks for all the fish | Aleksander Morgado | |
2012-03-16 | build: don't build the MMCallbackInfo, we're now fully GIO-Async instead | Aleksander Morgado | |
2012-03-16 | build: fix header dependencies | Aleksander Morgado | |
We shouldn't depend on any header file from the previous implementation. | |||
2012-03-16 | tests,sms: print traces if enabled during compilation | Aleksander Morgado | |
2012-03-16 | tests,sms: refactor SMS part related tests | Aleksander Morgado | |
Now using the MMSmsPart setup. | |||
2012-03-16 | core: use GDBusMethodInvocation in the auth API | Aleksander Morgado | |
2012-03-16 | Revert "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-16 | iface-modem: load allowed/preferred modes during modem enabling | Aleksander Morgado | |
2012-03-16 | option: implement default access technology loading | Aleksander Morgado | |
2012-03-16 | option: start porting the Option plugin | Aleksander Morgado | |
2012-03-16 | generic: new Generic-specific source directory | Aleksander Morgado | |
2012-03-16 | motorola: fully ported the moto-c plugin | Aleksander Morgado | |
2012-03-16 | gobi: remove old sources, plugin fully ported | Aleksander Morgado | |
2012-03-16 | gobi: new Gobi-specific source directory | Aleksander Morgado | |
2012-03-16 | gobi: access technology loading implementation | Aleksander Morgado | |
2012-03-16 | modem-helpers: updated the string to access technology converter | Aleksander 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-16 | iface-modem-cdma: include in the API the mask of all CDMA access technologies | Aleksander Morgado | |
2012-03-16 | iface-modem-3gpp: include in the API the mask of all 3GPP access technologies | Aleksander Morgado | |
2012-03-16 | nokia: new Nokia-specific source directory | Aleksander Morgado | |
2012-03-16 | cinterion: remove old sources, plugin fully ported | Aleksander Morgado | |
2012-03-16 | cinterion: new Cinterion-specific source directory | Aleksander Morgado | |
2012-03-16 | iridium: new Iridium-specific source directory | Aleksander Morgado | |
2012-03-16 | cinterion: implement frequency band setting | Aleksander Morgado | |
2012-03-16 | broadband-modem: new method to convert from UTF-8 to the charset in the modem | Aleksander Morgado | |
2012-03-16 | charsets: new UTF-8 to given charset converter | Aleksander Morgado | |
UCS-2 strings are always hex-converted. | |||
2012-03-16 | libmm-common: new bands array comparator | Aleksander Morgado | |
2012-03-16 | cinterion: implement current band list loading | Aleksander Morgado | |
2012-03-16 | broadband-modem: expose the current charset to UTF-8 converter | Aleksander Morgado | |
So that subclasses can also use it. | |||
2012-03-16 | iface-modem: load current bands during modem enabling | Aleksander Morgado | |
2012-03-16 | api,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-15 | iridium: create a MMBearerIridium | Aleksander Morgado | |
2012-03-15 | iridium: implement custom SMS indication enabling | Aleksander Morgado | |
2012-03-15 | iridium: close and open the port during disconnection | Aleksander 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-15 | iridium: override generic initialization | Aleksander 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-15 | iridium: set bearer service type to 9600bps V.110 | Aleksander Morgado | |
2012-03-15 | iridium: allow up to 200s to get a proper IP connection | Aleksander Morgado | |
2012-03-15 | iridium: new MMBearerIridium | Aleksander Morgado | |
2012-03-15 | iridium: allow only up to 3 consecutive timeouts | Aleksander Morgado | |
2012-03-15 | iridium: set baudrate to 9600 bps | Aleksander Morgado | |
This will be set after flashing the port during modem enabling. | |||
2012-03-15 | iridium: only CS mode supported by the Iridium modems | Aleksander Morgado | |
2012-03-15 | iridium: don't try to scan for networks | Aleksander Morgado | |
The Iridium network will be the only one reported in the scan results. | |||
2012-03-15 | iridium: implement specific operator name and code retrieval | Aleksander Morgado | |