Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-21 | Add parser for service search objects | Yang Gu | 2 | -0/+36 | |
2010-04-21 | stkutil: refactor device filter | Denis Kenzior | 1 | -4/+7 | |
Only Bluetooth & IRDA are really defined by the specification | |||||
2010-04-21 | Add parser for device filter objects | Yang Gu | 2 | -0/+36 | |
2010-04-21 | Add parser for service record objects | Yang Gu | 2 | -0/+44 | |
2010-04-21 | Add parser for display parameters objects | Yang Gu | 2 | -0/+27 | |
2010-04-21 | Add parser for access technology objects | Yang Gu | 1 | -0/+14 | |
2010-04-20 | Add parser for aid objects | Yang Gu | 2 | -0/+43 | |
2010-04-20 | Add parser for UICC/TE transport interface level | Yang Gu | 2 | -0/+26 | |
2010-04-15 | Fix: Don't crash by calling sim watch too early | Denis Kenzior | 1 | -1/+0 | |
The modem sim watch is only watching for removed and ready conditions, so no need to call it prematurely | |||||
2010-04-15 | Fix: Make distcheck happy | Denis Kenzior | 1 | -1/+0 | |
2010-04-15 | Style: Proper indentation | Denis Kenzior | 1 | -6/+7 | |
2010-04-15 | Refactor: Keep separate lists for pre/post atoms | Denis Kenzior | 1 | -53/+33 | |
2010-04-15 | Refactor: use a switch/case to make more readable | Denis Kenzior | 1 | -14/+11 | |
2010-04-15 | Remove post-sim atoms after SIM is extracted. | Andrzej Zaborowski | 1 | -0/+40 | |
2010-04-15 | Refactor: Store the sim object inside voicecalls | Denis Kenzior | 1 | -35/+26 | |
Makes the logic a bit easier to follow. Also use a switch/case inside the sim state watcher. | |||||
2010-04-15 | Style: Proper indentation | Denis Kenzior | 1 | -1/+2 | |
2010-04-15 | Fix: The null check should be done elsewhere | Denis Kenzior | 1 | -3/+0 | |
2010-04-15 | Fix: Make the name a bit clearer | Denis Kenzior | 1 | -2/+2 | |
2010-04-15 | Fix: No glib types in oFono public API | Denis Kenzior | 1 | -1/+1 | |
2010-04-15 | Handle EFen list when SIM inserted / removed | Andrzej Zaborowski | 1 | -7/+58 | |
2010-04-15 | Fix: Look for the STK atom, not SIM atom | Denis Kenzior | 1 | -1/+1 | |
2010-04-15 | Fix: Process CBS sim downloads if STK atom exists | Denis Kenzior | 1 | -1/+2 | |
2010-04-15 | Add Sim Toolkit atom | Andrzej Zaborowski | 5 | -39/+214 | |
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver | |||||
2010-04-15 | Fix: Minor style issues | Denis Kenzior | 1 | -2/+2 | |
2010-04-15 | Fix: Uncomplicate the logic for SIM initialization | Denis Kenzior | 1 | -30/+29 | |
If we get a sim inserted notify before we are registered, we need to initialize the SIM once ofono_sim_register is called. The logic for doing so is rather twisted, simplify it. | |||||
2010-04-15 | Add SIM "Present" property. | Andrzej Zaborowski | 1 | -40/+77 | |
2010-04-15 | Drivers can notify core of SIM insertion / removal | Andrzej Zaborowski | 1 | -23/+55 | |
Add ofono_sim_inserted_notify function to notify the core of SIM insertion / removal. Make every plugin generate a sim inserted event on start. For devices with removable card, the event should be emitted after the plugin detects such event. For devices that need to wait for SIM card initialization, they can emit this event later. | |||||
2010-04-15 | Extend sim-ready watch with card insert/eject | Andrzej Zaborowski | 3 | -30/+32 | |
2010-04-14 | Fix: Use a union for other address objects | Denis Kenzior | 2 | -2/+6 | |
2010-04-14 | Add parser for other address objects | Yang Gu | 2 | -0/+37 | |
2010-04-14 | Add parser for card reader identifier objects | Yang Gu | 2 | -0/+29 | |
2010-04-14 | Add parser for channel status objects | Yang Gu | 1 | -0/+20 | |
2010-04-14 | Add parser for buffer size objects | Yang Gu | 1 | -0/+18 | |
2010-04-14 | Add parser for channel data length objects | Yang Gu | 1 | -0/+10 | |
2010-04-14 | Add parser for channel data objects | Yang Gu | 1 | -0/+10 | |
2010-04-14 | Add parser for bearer description objects | Yang Gu | 2 | -0/+44 | |
2010-04-14 | Add parser for browser termination cause objects | Yang Gu | 2 | -0/+15 | |
2010-04-14 | Add parser for provisioning file reference objects | Yang Gu | 1 | -0/+28 | |
2010-04-14 | Refactor: Break out stk_file iterator | Yang Gu | 1 | -69/+97 | |
For use by other data object parsers besides file lists | |||||
2010-04-14 | Add parser for bearer objects | Yang Gu | 2 | -0/+17 | |
2010-04-14 | Fix: Handle NULL URLs | Denis Kenzior | 1 | -0/+7 | |
2010-04-14 | Add parser for url objects | Yang Gu | 1 | -0/+10 | |
2010-04-14 | Fix the logic when parsing c-apdu objects | Yang Gu | 1 | -1/+0 | |
2010-04-02 | Fix: Make the C-APDU logic more readable | Denis Kenzior | 1 | -7/+11 | |
2010-04-02 | Style: Multiline comments | Denis Kenzior | 1 | -3/+6 | |
2010-04-02 | Fix: Tweak the language parser | Denis Kenzior | 1 | -2/+9 | |
2010-04-02 | Fix: Remove erroneous comment | Denis Kenzior | 1 | -1/+0 | |
2010-04-02 | Fix: AT Commands are probably just text | Denis Kenzior | 1 | -3/+3 | |
2010-04-02 | Fix: Trivial indentation issues | Denis Kenzior | 1 | -16/+16 | |
2010-04-02 | Add parser for browser identity objects | Yang Gu | 2 | -0/+18 | |