~renatofilho/telephony-service/fix-phone-number-field-cursor

« back to all changes in this revision

Viewing changes to approver/Approver.xml

  • Committer: Gustavo Pichorim Boiko
  • Date: 2014-01-20 12:57:43 UTC
  • mto: This revision was merged to the branch mainline in revision 767.
  • Revision ID: gustavo.boiko@canonical.com-20140120125743-3b7uqlb2lhaxu22w
Improve the support for handling multiple calls by:
- Using a different approach to detect background calls in the QML plugin
- Make it possible to hangup the active call to answer an incoming one
- Show notifications when calls are put on hold, when they are rejected and when
  they end.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
                If there is no incoming call, this method does nothing.
16
16
            ]]></dox:d>
17
17
        </method>
 
18
        <method name="HangUpAndAcceptCall">
 
19
            <dox:d><![CDATA[
 
20
                Hang up an existing call, accept any incoming call and launches the telephony-service.
 
21
                If there is no incoming call, this method does nothing.
 
22
            ]]></dox:d>
 
23
        </method>
18
24
        <method name="RejectCall">
19
25
            <dox:d><![CDATA[
20
26
                Reject any incoming call. If there is no incoming call,