Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-05 | doc: Update coding-style.txt for enums | Denis Kenzior | 1 | -0/+24 | |
2010-08-05 | doc: Fixup some long line / space at eol issues | Denis Kenzior | 1 | -8/+8 | |
2010-08-03 | doc: Update standards.txt | Denis Kenzior | 1 | -0/+75 | |
2010-07-30 | doc: Update coding style | Denis Kenzior | 1 | -5/+40 | |
2010-07-27 | netreg: Add MCC/MNC to NetworkRegistration | Denis Kenzior | 1 | -0/+12 | |
These are the same values as on the NetworkOperator interface for the current operator. Just added for convenience. | |||||
2010-07-26 | doc: Move cbs-api to cell-broadcast-api | Denis Kenzior | 1 | -0/+0 | |
2010-07-23 | manpage: explain debugging options to -d | Inaky Perez-Gonzalez | 1 | -1/+4 | |
Modified HACKING and man page to have more formation on what are the debugging options and how to enable them. | |||||
2010-07-21 | doc: Add PropertyChanged signal to stk-api | Denis Kenzior | 1 | -0/+5 | |
2010-07-21 | doc: cleanup voicecall api formatting | Denis Kenzior | 1 | -4/+5 | |
2010-07-21 | doc: stk-api update | Denis Kenzior | 1 | -8/+28 | |
Mark experimental and update wording based on Andrew's comments | |||||
2010-07-21 | doc: stk-api update based on latest feedback | Denis Kenzior | 1 | -3/+4 | |
2010-07-21 | doc: stk-api proposal | Denis Kenzior | 1 | -0/+178 | |
2010-07-19 | doc: Update gprs api with IPv6 support | Denis Kenzior | 1 | -2/+7 | |
2010-07-19 | doc: reword some parts | Denis Kenzior | 1 | -4/+6 | |
2010-07-19 | doc: Rename to be more consistent | Denis Kenzior | 1 | -0/+0 | |
2010-07-19 | Add coding style document | Yang Gu | 1 | -0/+151 | |
2010-07-07 | doc: clarify VoiceCallManager SendTones method | Pekka Pessi | 1 | -4/+4 | |
2010-07-02 | documentation: add note about referencing standards | Inaky Perez-Gonzalez | 1 | -0/+8 | |
2010-06-29 | PPP GPRS context is now done, update documentation | Kalle Valo | 1 | -6/+0 | |
2010-06-29 | Documented Present property in sim-api.txt. | Pekka Pessi | 1 | -5/+10 | |
2010-06-25 | sms: Update doc about the default Bearer setting | Denis Kenzior | 1 | -0/+2 | |
2010-06-25 | sms: Tweak the Bearer API | Denis Kenzior | 1 | -4/+4 | |
2010-06-25 | Update TODO & overview.txt | Denis Kenzior | 1 | -1/+4 | |
2010-06-25 | sms: Add support for SMS Bearer settings | Denis Kenzior | 1 | -0/+9 | |
2010-06-25 | sms: Update API with UseDeliveryReports property | Denis Kenzior | 1 | -0/+7 | |
2010-06-09 | Add support for Features property on modem interface | Marcel Holtmann | 1 | -0/+5 | |
2010-06-09 | Rename CbsManger into CellBroadcast | Marcel Holtmann | 1 | -4/+4 | |
Other D-Bus interfaces use clear descriptions like SupplementaryServices or NetworkRegistration. So use CellBroadcast for cell broadcast support. | |||||
2010-05-28 | Add feature description for NITZ | Aki Niemi | 1 | -0/+11 | |
2010-05-26 | Add Online property to modem-api.txt | Pekka Pessi | 1 | -0/+5 | |
2010-05-19 | Read EF_ICCID property of SIM | Daniel Wagner | 1 | -0/+5 | |
Tested with phonesim. | |||||
2010-03-31 | Refactor: Return a string from USSD Respond method | Andrzej Zaborowski | 1 | -1/+1 | |
Return network's USSD reponses from the Respond method instead of signaling over D-Bus. This should make the UI writer's job a little easier. | |||||
2010-03-31 | doc: Explain VoicemailMessageCount value zero. | Andrzej Zaborowski | 1 | -1/+4 | |
2010-03-26 | Change the DataConnectionManager API | Denis Kenzior | 1 | -30/+0 | |
The various attributes obtained from CGREG are actually completely useless and are not used internally for anything except computing the Attached status. It makes sense to get rid of these properties since they will be the same as reported by CREG in Dual-Transfer-Mode devices. The only difference might be how hardware reports the technology used, but frequently a vendor specific command is required anyway | |||||
2010-03-25 | Fix: The MCC / MNC Properties are actually strings | Denis Kenzior | 2 | -4/+4 | |
2010-03-25 | Refactor: Rename netreg Operator property to Name | Denis Kenzior | 1 | -1/+1 | |
2010-03-25 | Refactor: Rename radio setting type names | Denis Kenzior | 1 | -7/+7 | |
2010-03-25 | Rename AvailableOperators to Operators | Denis Kenzior | 1 | -1/+1 | |
2010-03-25 | Refactor: Simplify Technology values | Denis Kenzior | 1 | -8/+4 | |
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 | -2/+14 | |
Replaced by MNC/MCC properties which is more intuitive for use by external applications. | |||||
2010-03-23 | Fix: trivial formatting fix in call settings api | Denis Kenzior | 1 | -1/+2 | |
2010-03-22 | Add message-waiting api | Denis Kenzior | 1 | -0/+45 | |
2010-03-22 | Add call-volume api | Denis Kenzior | 1 | -0/+42 | |
2010-03-22 | Add cell broadcast API | Denis Kenzior | 1 | -0/+71 | |
2010-03-22 | Add phonebook-api document | Denis Kenzior | 1 | -0/+18 | |
2010-03-18 | Update sim-api.txt | Denis Kenzior | 1 | -1/+1 | |
2010-03-18 | Doc: Fixup style issues | Denis Kenzior | 1 | -2/+2 | |
2010-03-18 | Added call-barring-api.txt. | Pekka Pessi | 1 | -0/+65 | |
2010-03-15 | Doc: Add small clarification to SMS docs | Denis Kenzior | 1 | -2/+4 | |
2010-03-15 | doc: Add SmsManager API documentation. | João Paulo Rechi Vita | 1 | -0/+46 | |
2010-02-24 | doc: Add 'Name' property under 'Modem' interface. | João Paulo Rechi Vita | 1 | -0/+4 | |