Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-19 | Fix: Check password length based on its type | Pekka Pessi | 1 | -6/+6 | |
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-02-15 | Fix: Use g_dbus_emit_signal in call-barring,meter | Andrzej Zaborowski | 1 | -11/+2 | |
2010-02-08 | Fix: Don't use ofono_debug directly in the core | Denis Kenzior | 1 | -9/+9 | |
Use DBG macro which is integrated with the new debug framework. | |||||
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-17 | Style: Fix a few more occurences of if/else | Denis Kenzior | 1 | -1/+2 | |
See Linux coding style document for details | |||||
2009-09-22 | Simplify: Use dbus_message_iter_get_args | Denis Kenzior | 1 | -26/+14 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Introduce vendor parameter to call-barring | Denis Kenzior | 1 | -3/+4 | |
2009-08-19 | Fix whitespace and style issues | Denis Kenzior | 1 | -1/+1 | |
2009-08-17 | Remove the use of driver.h | Denis Kenzior | 1 | -1/+0 | |
2009-08-17 | Remove unused header | Denis Kenzior | 1 | -1/+0 | |
2009-08-17 | Cleanup atom watches properly | Denis Kenzior | 1 | -4/+15 | |
2009-08-17 | Refactor call barring to the new USSD API | Denis Kenzior | 1 | -52/+70 | |
2009-08-14 | Refactor cssn into ofono_ssn | Denis Kenzior | 1 | -9/+38 | |
Make this into a fully fledged entity, with a driver instead of the current kludge. This means modem drivers can actually choose whether to instantiate a CSSN atom or not Move the notification functions from voicecall.c into ssn.c. Move the cssn.h header into include/ssn.h and refactor Update call barring to utilize ofono_ssn and use the new atom_watch functionality to detect when ssn has been added or removed | |||||
2009-08-14 | Move CALL_BARRING_INTERFACE definition to dbus.h | Denis Kenzior | 1 | -12/+11 | |
2009-08-14 | Use atom's modem storage in call barring | Denis Kenzior | 1 | -17/+17 | |
2009-08-14 | Update to use the new atom_free API | Denis Kenzior | 1 | -1/+1 | |
2009-08-14 | Fix passing in modem where call_barring expected | Denis Kenzior | 1 | -6/+10 | |
2009-08-14 | Evolve the call-barring driver | Denis Kenzior | 1 | -153/+199 | |
- Move call barring related functionality out of driver.h into a dedicated file, call-barring.h - Update to use the new atom framework - Remove over-reliance on the modem structure, call-barring structure should now be used instead whenever possible | |||||
2009-08-07 | No need to use g_timeout_add | Denis Kenzior | 1 | -18/+9 | |
Simply calling the function here should be sufficient | |||||
2009-08-05 | Use invalid_args instead of invalid_format | Andrzej Zaborowski | 1 | -2/+2 | |
2009-07-29 | Remove all uses of modem.h | Denis Kenzior | 1 | -1/+0 | |
2009-07-29 | Rename modem_add_interface / modem_remove_interface | Denis Kenzior | 1 | -2/+2 | |
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h | |||||
2009-07-29 | Get rid of dbus-gsm.h | Denis Kenzior | 1 | -2/+0 | |
2009-07-29 | Rename dbus_gsm_pending_reply | Denis Kenzior | 1 | -9/+9 | |
2009-07-29 | Rename dbus_gsm_dict_append | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Move & Rename PROPERTIES_ARRAY_SIGNATURE | Denis Kenzior | 1 | -2/+4 | |
2009-07-29 | Rename dbus_gsm_signal_property_changed | Denis Kenzior | 1 | -1/+1 | |
2009-07-29 | Rename dbus_gsm error functions to __ofono_error | Denis Kenzior | 1 | -34/+34 | |
2009-07-29 | Move & Rename dbus_gsm_connection | Denis Kenzior | 1 | -7/+7 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
2009-06-18 | Minor style issue | Denis Kenzior | 1 | -0/+1 | |
2009-06-18 | Add CallBarring::ChangePassword | Andrzej Zaborowski | 1 | -17/+141 | |
2009-06-01 | Squish another uninitialized warning in CB | Denis Kenzior | 1 | -1/+1 | |
2009-06-01 | Change int type to enum for SS control callbacks | Denis Kenzior | 1 | -1/+1 | |
2009-05-28 | Tweak the call barring API | Denis Kenzior | 1 | -1/+1 | |
2009-05-28 | Make CB operations take a mask of the bearers | Denis Kenzior | 1 | -13/+23 | |
Currently we only really support Voice calls, so only that bearer is enabled. However, in the future we might support other call types. | |||||
2009-05-21 | Fix minor logic flow bug in CallBarring | Denis Kenzior | 1 | -3/+2 | |
2009-05-20 | Add class parameter to the query function for CB | Denis Kenzior | 1 | -3/+6 | |
2009-05-20 | Rework Call Barring Interface | Denis Kenzior | 1 | -226/+383 | |
2009-05-20 | Implement the CallBarring interface. | Andrzej Zaborowski | 1 | -0/+841 | |