summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2010-09-02doc: Fix stk RequestSelection typesDenis Kenzior1-3/+6
2010-09-02doc/modem: add experimental Emergency propertyPekka Pessi1-0/+6
2010-08-24doc: Add list of CDMA specificationsCaiwen Zhang1-0/+85
2010-08-23doc: Update call-barring APIDenis Kenzior1-2/+3
2010-08-18doc: Proposed Set Up Call apiAndrzej Zaborowski2-0/+22
The normal sequence for call setup is: * Modem asks user for confirmation using icon1 / alphaId1 * User confirms * Modem starts dialling, screen displays icon2 / alphaId2 * Call is connected, modem replies to the proactive command, screen keeps displaying icon2 / alphaId2 until the phone call is over
2010-08-18Fix small typoMarcel Holtmann1-1/+1
2010-08-16doc: update USSD api for possible errorsDenis Kenzior1-0/+6
2010-08-12doc: Describe EmergencyNumbers propertyDenis Kenzior1-0/+8
2010-08-11doc: Update connection manager API (GPRS context)Marcel Holtmann1-14/+30
2010-08-11doc: Rename message manager API documentationMarcel Holtmann1-2/+2
2010-08-11doc: Update network registration and operator APIMarcel Holtmann1-11/+14
Change the network registration API to reflect simplification in the operator selection and scanning handling for applications.
2010-08-11doc: update voice call API documentationMarcel Holtmann2-16/+26
Reflect required changes to simplify the voice call API usage.
2010-08-05doc: Update coding-style.txt for enumsDenis Kenzior1-0/+24
2010-08-05doc: Fixup some long line / space at eol issuesDenis Kenzior1-8/+8
2010-08-03doc: Update standards.txtDenis Kenzior1-0/+75
2010-07-30doc: Update coding styleDenis Kenzior1-5/+40
2010-07-27netreg: Add MCC/MNC to NetworkRegistrationDenis Kenzior1-0/+12
These are the same values as on the NetworkOperator interface for the current operator. Just added for convenience.
2010-07-26doc: Move cbs-api to cell-broadcast-apiDenis Kenzior1-0/+0
2010-07-23manpage: explain debugging options to -dInaky Perez-Gonzalez1-1/+4
Modified HACKING and man page to have more formation on what are the debugging options and how to enable them.
2010-07-21doc: Add PropertyChanged signal to stk-apiDenis Kenzior1-0/+5
2010-07-21doc: cleanup voicecall api formattingDenis Kenzior1-4/+5
2010-07-21doc: stk-api updateDenis Kenzior1-8/+28
Mark experimental and update wording based on Andrew's comments
2010-07-21doc: stk-api update based on latest feedbackDenis Kenzior1-3/+4
2010-07-21doc: stk-api proposalDenis Kenzior1-0/+178
2010-07-19doc: Update gprs api with IPv6 supportDenis Kenzior1-2/+7
2010-07-19doc: reword some partsDenis Kenzior1-4/+6
2010-07-19doc: Rename to be more consistentDenis Kenzior1-0/+0
2010-07-19Add coding style documentYang Gu1-0/+151
2010-07-07doc: clarify VoiceCallManager SendTones methodPekka Pessi1-4/+4
2010-07-02documentation: add note about referencing standardsInaky Perez-Gonzalez1-0/+8
2010-06-29PPP GPRS context is now done, update documentationKalle Valo1-6/+0
2010-06-29Documented Present property in sim-api.txt.Pekka Pessi1-5/+10
2010-06-25sms: Update doc about the default Bearer settingDenis Kenzior1-0/+2
2010-06-25sms: Tweak the Bearer APIDenis Kenzior1-4/+4
2010-06-25Update TODO & overview.txtDenis Kenzior1-1/+4
2010-06-25sms: Add support for SMS Bearer settingsDenis Kenzior1-0/+9
2010-06-25sms: Update API with UseDeliveryReports propertyDenis Kenzior1-0/+7
2010-06-09Add support for Features property on modem interfaceMarcel Holtmann1-0/+5
2010-06-09Rename CbsManger into CellBroadcastMarcel Holtmann1-4/+4
Other D-Bus interfaces use clear descriptions like SupplementaryServices or NetworkRegistration. So use CellBroadcast for cell broadcast support.
2010-05-28Add feature description for NITZAki Niemi1-0/+11
2010-05-26Add Online property to modem-api.txtPekka Pessi1-0/+5
2010-05-19Read EF_ICCID property of SIMDaniel Wagner1-0/+5
Tested with phonesim.
2010-03-31Refactor: Return a string from USSD Respond methodAndrzej Zaborowski1-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-31doc: Explain VoicemailMessageCount value zero.Andrzej Zaborowski1-1/+4
2010-03-26Change the DataConnectionManager APIDenis Kenzior1-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-25Fix: The MCC / MNC Properties are actually stringsDenis Kenzior2-4/+4
2010-03-25Refactor: Rename netreg Operator property to NameDenis Kenzior1-1/+1
2010-03-25Refactor: Rename radio setting type namesDenis Kenzior1-7/+7
2010-03-25Rename AvailableOperators to OperatorsDenis Kenzior1-1/+1
2010-03-25Refactor: Simplify Technology valuesDenis Kenzior1-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.