Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-25 | Rename AvailableOperators to Operators | Denis Kenzior | 1 | -2/+2 | |
2010-03-25 | Refactor: Simplify Technology values | Denis Kenzior | 1 | -8/+8 | |
Applications don't really understand our current values very well and would need to look up the spec. Instead we change to much more commonly accepted terms. | |||||
2010-03-25 | Refactor: Remove MobileNetworkCodeLength property | Denis Kenzior | 1 | -6/+36 | |
Replaced by MNC/MCC properties which is more intuitive for use by external applications. | |||||
2010-03-24 | Add enum for cdma sms tpdu data objects | Yang Gu | 1 | -0/+1 | |
2010-03-24 | Fix enum for more time proactive command | Yang Gu | 1 | -2/+3 | |
2010-03-23 | Fix: Handle broken modems that returns empty COPS | Denis Kenzior | 1 | -0/+20 | |
2010-03-23 | Move netreg interface definitions to dbus.h | Denis Kenzior | 1 | -60/+57 | |
2010-03-23 | Style: Fixup some style issues | Denis Kenzior | 1 | -11/+28 | |
- Large if statements should be handled as switchcase - Avoid initialization of variables, even if code needs to be rearranged | |||||
2010-03-23 | Add parser for file list objects | Yang Gu | 2 | -0/+99 | |
2010-03-22 | Move sim manager interface definition to dbus.h | Denis Kenzior | 1 | -26/+21 | |
2010-03-22 | Move cbs interface definition to dbus.h | Denis Kenzior | 1 | -12/+10 | |
2010-03-22 | Move call volume interface definition to dbus.h | Denis Kenzior | 1 | -13/+17 | |
2010-03-22 | Move mwi interface definition to dbus.h | Denis Kenzior | 1 | -14/+12 | |
2010-03-22 | Move radio settings interface definition to dbus.h | Denis Kenzior | 1 | -8/+6 | |
2010-03-22 | Move sms interface definition to dbus.h | Denis Kenzior | 1 | -9/+7 | |
2010-03-22 | Move voicecall interface definitions to dbus.h | Denis Kenzior | 1 | -28/+24 | |
2010-03-20 | Revert the default statement for PIN type checking | Marcel Holtmann | 2 | -8/+5 | |
Also fix the coding style for the switch statement and remove the number assignment for an internal enum. | |||||
2010-03-19 | Trivial: Add break statement | Denis Kenzior | 1 | -0/+3 | |
In case we ever extend the enum/switch and unwittingly introduce a bug. | |||||
2010-03-19 | Fix: Check password length based on its type | Pekka Pessi | 5 | -22/+48 | |
The different password types have different length requirements, so update is_valid_pin to validate according to the password type being validated (PIN / PUK / NET) | |||||
2010-03-18 | Fix: Interrogation of barring does not need pin | Pekka Pessi | 1 | -1/+1 | |
2010-03-18 | Fix: Number of barring services is constant | Pekka Pessi | 1 | -10/+3 | |
2010-03-18 | Style: Remove the now unnecessary braces | Denis Kenzior | 1 | -2/+1 | |
2010-03-18 | Fix: Return newly-queried barring status | Pekka Pessi | 1 | -3/+2 | |
We were returning the contents of the old locks | |||||
2010-03-18 | Fix: call barring can only be (de)activated | Pekka Pessi | 1 | -2/+2 | |
2010-03-16 | Fix: Use g_try_malloc when parsing stk result | Denis Kenzior | 1 | -1/+6 | |
2010-03-16 | Fix: Use g_try_malloc when parsing stk address | Denis Kenzior | 1 | -1/+6 | |
2010-03-16 | Fix: Use g_try_malloc instead of g_malloc in util | Denis Kenzior | 1 | -3/+3 | |
In these cases we were checking for NULL return, but the function used should have been g_try_malloc instead. | |||||
2010-03-16 | Refactor: create_dirs logic | Denis Kenzior | 1 | -8/+17 | |
- Remove reference to g_malloc and replace with g_try_malloc - Be extra pedantic on the inputs - Refactor the logic to make it slightly easier to follow | |||||
2010-03-16 | Fix: Fixup error paths in sim_op_check_cached | Denis Kenzior | 1 | -1/+7 | |
2010-03-16 | Fix: avoid assigning to return structure on error | Denis Kenzior | 1 | -1/+1 | |
2010-03-16 | Style: Spaces before / after arithmetic operations | Denis Kenzior | 1 | -5/+5 | |
2010-03-16 | Style: Align the enum values to be easier to read | Denis Kenzior | 1 | -213/+213 | |
2010-03-16 | Handle the conversion failure when parsing item | Yang Gu | 1 | -1/+7 | |
2010-03-16 | Fix the structure of stk_subaddress | Yang Gu | 1 | -1/+1 | |
2010-03-15 | Add stk tone type enum | Denis Kenzior | 1 | -0/+31 | |
2010-03-15 | Add parser for STK send sms proactive commands | Denis Kenzior | 2 | -0/+62 | |
2010-03-15 | Refactor: stk send_sms datastructure | Denis Kenzior | 2 | -17/+19 | |
2010-03-15 | Refactor: stk result dataobject | Denis Kenzior | 2 | -3/+44 | |
2010-03-15 | Reorder: stk response length structure | Denis Kenzior | 1 | -9/+9 | |
Follow the order of the specification | |||||
2010-03-15 | Refactor: stk item id dataobj | Denis Kenzior | 1 | -3/+3 | |
2010-03-15 | Refactor: stk item dataobject | Denis Kenzior | 1 | -2/+7 | |
2010-03-15 | Refactor: stk configuration capability parameters | Denis Kenzior | 2 | -13/+25 | |
2010-03-15 | Refactor: Update the subaddress structure | Denis Kenzior | 2 | -7/+22 | |
2010-03-15 | Refactor: stk alpha identifier object | Denis Kenzior | 2 | -7/+13 | |
Style issues, we must also return FALSE in case conversion fails | |||||
2010-03-10 | Refactor: stk address structure | Denis Kenzior | 2 | -4/+2 | |
2010-03-10 | Add parser for tone objects | Yang Gu | 1 | -0/+23 | |
2010-03-10 | Add parser for sms tpdu objects | Yang Gu | 2 | -0/+33 | |
2010-03-10 | Add parser for result objects | Yang Gu | 2 | -0/+41 | |
2010-03-10 | Add parser for item identifier objects | Yang Gu | 1 | -0/+22 | |
2010-03-10 | Add parser for item objects | Yang Gu | 2 | -0/+31 | |