summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* client-doc: Add documentation for UpdateInboxSrinivasa Ragavan2012-10-071-0/+5
|
* client-doc: Add documentation for Message.SetProperty and Message.GetPropertiesSrinivasa Ragavan2012-10-041-0/+79
|
* client: Fix not sending parameters to get message in map moduleLuiz Augusto von Dentz2012-09-281-1/+1
| | | | | | | Attachment and charset are mandatory, so Message.Get now takes an additional boolean parameter which the user application should set if it wants the attachments to be downloaded, charset is always set to UTF8.
* client-doc: Update documentation of MessageAccess interfaceLuiz Augusto von Dentz2012-09-281-3/+66
|
* client-doc: Update documentation of PhonebookAccess interfaceLuiz Augusto von Dentz2012-09-101-26/+36
|
* client-doc: Guarantee prefix in transfer pathsMikel Astiz2012-08-271-1/+1
| | | | | | | | The client D-Bus documentation should mention that all transfer paths contain a prefix consisting of the path of the session they belong to. This can be conveniently used by clients to install D-Bus signal matches that concentrate on the relevant signals.
* client-doc: Remove Handle property from Message interfaceLuiz Augusto von Dentz2012-07-231-4/+0
| | | | | Handle is not directly exposed in the API as each message has its own object path.
* client-doc: Rephrase ambiguities in PBAP interfaceMikel Astiz2012-07-201-8/+14
| | | | | Rephrase method descriptions that can be misleading or are not clear enough.
* client-doc: Minor style fixMikel Astiz2012-07-201-1/+2
| | | | Fix lines that are over 80 columns.
* client-doc: Fix typoMikel Astiz2012-07-201-1/+1
|
* client-doc: Add documentation of org.bluez.obex.MessageLuiz Augusto von Dentz2012-07-181-0/+21
| | | | | org.bluez.obex.Message have Get method which can be used to download the contents of message represented by the object.
* client-doc: Add documentation of MessageAccess.GetMessageListingLuiz Augusto von Dentz2012-07-181-0/+76
|
* client-doc: Add documentation of MessageAccess.GetFolderListingLuiz Augusto von Dentz2012-07-181-0/+9
|
* client-api: Fix remaining use of org.openobexLuiz Augusto von Dentz2012-06-111-1/+1
| | | | The code is already using the new namespace which is org.bluez.obex.
* client-api: Rename Transfer interface to org.bluez.obex.TransferLuiz Augusto von Dentz2012-06-051-1/+1
|
* client-api: Rename Synchronization interface to org.bluez.obex.SynchronizationLuiz Augusto von Dentz2012-06-051-1/+1
|
* client-api: Rename PhonebookAccess interface to org.bluez.obex.PhonebookAccessLuiz Augusto von Dentz2012-06-051-1/+1
|
* client-api: Rename FileTransfer interface to org.bluez.obex.FileTransferLuiz Augusto von Dentz2012-06-051-1/+1
|
* client-api: Rename ObjectPush interface to org.bluez.obex.ObjectPushLuiz Augusto von Dentz2012-06-051-1/+1
|
* client-api: Rename session interface to org.bluez.obex.SessionLuiz Augusto von Dentz2012-06-051-1/+1
| | | | The base is also changed to /org/bluez/obex to follow the new namespace
* client-api: Change D-Bus namespace to org.bluez.obex.clientLuiz Augusto von Dentz2012-06-051-9/+9
|
* agent-api: Change D-Bus namespace to org.bluez.obexdLuiz Augusto von Dentz2012-06-051-3/+3
|
* obexd-api: Change D-Bus namespace to org.bluez.obexdLuiz Augusto von Dentz2012-06-051-8/+8
| | | | | obexd not longer depend on openobex so it doesn't make any sense to use its namespace.
* client: Update copyright statementMikel Astiz2012-06-051-0/+1
|
* client-doc: PhonebookAccess sessions return transfersMikel Astiz2012-06-041-5/+26
|
* client-doc: Synchronization sessions return transfersMikel Astiz2012-06-041-4/+21
| | | | | Note that the parameter given to PutPhonebook now represents the file name to be read, instead of containing the phonebook data.
* client-doc: FileTransfer sessions return transfersMikel Astiz2012-06-041-6/+17
|
* client-doc: ObjectPush sessions return transfersMikel Astiz2012-06-041-3/+31
|
* client: Make transfer filename optionalMikel Astiz2012-06-041-1/+1
| | | | | The property might not exist for certain transfers, typically when they have been initiated internally.
* client-doc: Remove D-Bus agentMikel Astiz2012-05-311-52/+0
| | | | | | | | | | The request confirmation from the agent is not really useful and the rest of the reporting is already reported by the transfer's signal- reporting. The main benefit of this is that the API is simpler and the client apps do not have to register the agent, and can just listen to the relevant signals.
* client-doc: Add transfer event-reporting signalsMikel Astiz2012-05-311-0/+9
| | | | These signals replace the old agent-based notification mechanism.
* client-doc: Add progress property to transferMikel Astiz2012-05-311-0/+10
| | | | | This property exposes the number of bytes transferred so far in a given transfer.
* client-doc: Replace parameter dict with conventional onesMikel Astiz2012-05-231-9/+16
| | | | | | Required arguments are passed as formal parameters in the D-Bus API, and an additional dictionary is used to pass target-specific parameters. This will allow future extensions without breaking the method signature.
* client-doc: Move GetCapabilities to session APIMikel Astiz2012-05-231-4/+4
|
* client-doc: Replace SendFiles with SendFileMikel Astiz2012-05-231-2/+2
| | | | | | Now that OPP sessions exist, sending multiple files can be achieved with consecutive calls to SendFile. Note that within a session the pending operations will be queued and sequentially executed.
* client-doc: Wrap OPP into specific session typeMikel Astiz2012-05-231-19/+23
| | | | | | This modification makes the OPP API more consistent with the rest of the supported target types, and also it allows to perform several operations on the same session.
* client-doc: several style fixesMikel Astiz2012-01-231-36/+44
| | | | Adjusts line length to 80 and some other minor style fixes.
* Add support for SetFolder in MAP clientBartosz Szatkowski2011-12-151-1/+4
|
* Add basic support for MAP client in obex-clientBartosz Szatkowski2011-12-091-0/+9
|
* doc: Fix typo in client-apiSyam Sidhardhan2011-08-121-4/+4
|
* Move transfer implementation to its own fileLuiz Augusto Von Dentz2010-04-201-8/+4
|
* Update Nokia copyrightsJohan Hedberg2010-01-072-4/+2
| | | | | | Update Nokia copyrights and remove any INdT mentions (since INdT doesn't actually own the copyright to anything due to being contracted by Nokia).
* Update copyright informationMarcel Holtmann2010-01-013-3/+3
|
* obex-client API: added "Close" method description on SessionClaudio Takahasi2009-09-291-1/+5
| | | | interface.
* Switch to a full non-recursive buildMarcel Holtmann2009-08-171-4/+0
|
* Add Channel property.Luiz Augusto von Dentz2009-07-031-0/+4
| | | | | Channel can be used to connect to specific channel without resolving target record.
* add initial framework support for SYNC clientForrest Zhao2009-01-191-0/+25
|
* Update client API documentation to mention GetCapabilties.Luiz Augusto von Dentz2008-12-241-0/+4
|
* Rename SetFilters/GetFilters/ListAllFilters toRaymond Liu2008-12-181-5/+5
| | | | SetFilter/GetFilter/ListFilterFields
* Add SetFilters and remove AddFilter, RemoveFilter for PBAP clientRaymond Liu2008-12-181-19/+5
|