Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-17 | Move ussd-status enum out of common.h | Denis Kenzior | 2 | -9/+9 | |
2009-08-17 | Move call-forwarding-type enum out of common.h | Denis Kenzior | 2 | -9/+9 | |
2009-08-17 | Fix invalid watch id being returned the first time | Denis Kenzior | 1 | -1/+1 | |
Should use pre-increment instead of post increment | |||||
2009-08-17 | Cleanup atom watches properly | Denis Kenzior | 3 | -6/+29 | |
2009-08-17 | Cleanup SSC entries if USSD exits first | Denis Kenzior | 1 | -0/+8 | |
2009-08-17 | Port call-settings to the new USSD API | Denis Kenzior | 2 | -33/+46 | |
2009-08-17 | Port call-forwarding to new USSD API | Denis Kenzior | 2 | -27/+41 | |
2009-08-17 | Get rid of unneeded variable | Denis Kenzior | 1 | -1/+0 | |
2009-08-17 | Refactor call barring to the new USSD API | Denis Kenzior | 2 | -53/+70 | |
2009-08-17 | Refactor supplementary service control strings | Denis Kenzior | 3 | -170/+83 | |
The registration was done by using the storage in the modem. Refactored to use the new atom watch APIs and storing the control entries in the ussd atom itself | |||||
2009-08-17 | Evolve the USSD API | Denis Kenzior | 3 | -67/+113 | |
2009-08-17 | Get rid of unused functions | Denis Kenzior | 1 | -5/+0 | |
2009-08-16 | Use $(AM_V_GEN) for symbol export generation | Marcel Holtmann | 1 | -4/+4 | |
2009-08-14 | Refactor cssn into ofono_ssn | Denis Kenzior | 8 | -224/+361 | |
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 | Add atom get_registered function | Denis Kenzior | 2 | -0/+7 | |
2009-08-14 | Follow the more common glib convention for destroy | Denis Kenzior | 2 | -2/+2 | |
2009-08-14 | Remove trailing whitespace | Yang Gu | 1 | -3/+3 | |
2009-08-14 | Fix whitespace issue | Denis Kenzior | 1 | -1/+0 | |
2009-08-14 | Utilize call_watches | Denis Kenzior | 1 | -1/+5 | |
2009-08-14 | Move CALL_SETTINGS_INTERFACE define to dbus.h | Denis Kenzior | 1 | -15/+19 | |
2009-08-14 | Move PHONEBOOK_INTERFACE define to dbus.h | Denis Kenzior | 1 | -6/+5 | |
2009-08-14 | Move CALL_METER_INTERFACE define to dbus.h | Denis Kenzior | 1 | -14/+17 | |
2009-08-14 | Move CALL_FORWARDING_INTERFACE define to dbus.h | Denis Kenzior | 1 | -13/+12 | |
2009-08-14 | Move CALL_BARRING_INTERFACE definition to dbus.h | Denis Kenzior | 1 | -12/+11 | |
2009-08-14 | Add call_watches utility | Denis Kenzior | 1 | -0/+17 | |
2009-08-14 | Add atom_watch functions | Denis Kenzior | 2 | -0/+105 | |
2009-08-14 | Use atom's modem in phonebook | Denis Kenzior | 1 | -7/+6 | |
2009-08-14 | Use atom's modem storage in call settings | Denis Kenzior | 1 | -27/+28 | |
2009-08-14 | Use atom's modem in call meter | Denis Kenzior | 1 | -13/+12 | |
2009-08-14 | Use atom's modem in call-forwarding | Denis Kenzior | 1 | -21/+25 | |
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 | 5 | -5/+5 | |
2009-08-14 | Rework ofono_modem_remove_atom | Denis Kenzior | 2 | -6/+3 | |
Change to ofono_atom_free since the atom now carries all necessary information about the modem it is attached to | |||||
2009-08-14 | Add getter functions for atoms | Denis Kenzior | 2 | -0/+14 | |
2009-08-14 | Sanity check the atom register/unregister funcs | Denis Kenzior | 1 | -2/+7 | |
2009-08-14 | Fix passing in modem where call_barring expected | Denis Kenzior | 1 | -6/+10 | |
2009-08-14 | Evolve the phonebook driver | Denis Kenzior | 3 | -90/+119 | |
2009-08-14 | Remove defunct pointer to call waiting data | Denis Kenzior | 1 | -1/+0 | |
Doesn't exist anymore | |||||
2009-08-14 | Evolve call settings driver | Denis Kenzior | 3 | -298/+309 | |
2009-08-14 | Move clir and cug option enums to types.h | Denis Kenzior | 1 | -13/+0 | |
2009-08-14 | Evolve the call meter driver API | Denis Kenzior | 3 | -232/+243 | |
2009-08-14 | Evolve the call-forwarding driver | Denis Kenzior | 3 | -221/+221 | |
2009-08-14 | Evolve the call-barring driver | Denis Kenzior | 3 | -172/+202 | |
- 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-13 | Move certain parts of driver.h to types.h | Denis Kenzior | 2 | -19/+4 | |
2009-08-13 | Add ofono atom routines | Denis Kenzior | 2 | -0/+142 | |
2009-08-13 | Make ss_passwd_register slightly more efficient | Denis Kenzior | 1 | -1/+1 | |
2009-08-13 | Make ss_control_register slightly more efficient | Denis Kenzior | 1 | -1/+1 | |
2009-08-12 | Always output useable FN in VCard | Denis Kenzior | 1 | -1/+6 | |
If text is NULL or empty, use the number field for the FN VCard entry instead. | |||||
2009-08-12 | Fix a segfault in need_merge | Denis Kenzior | 1 | -3/+15 | |
2009-08-12 | Bail out early if text & number are empty | Denis Kenzior | 1 | -0/+5 | |