summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cm-11.0' into stable/cm-11.0cm-11.0-XNPH05Q-bacon-5229c4ef56stable/cm-11.0-XNF9Xstable/cm-11.0Brint E. Kriebel2014-12-235-3/+90
|\
| * Automatic translation importMichael Bestas2014-12-201-3/+3
| | | | | | | | Change-Id: Ic46540847a0a86598bc74643741d8d29891ee5a9
| * Automatic translation importMichael Bestas2014-11-274-0/+87
| | | | | | | | Change-Id: I13ee41900dcf0df77acb6adf09b8996aa7c7d5f4
* | Merge branch 'cm-11.0' into stable/cm-11.0cm-11.0-XNPH05Q-tomato-9828f8e9ccstable/cm-11.0-XNF8Yshipping/cm-11.0Brint E. Kriebel2014-11-0320-12/+560
|\|
| * Automatic translation importMichael Bestas2014-10-271-0/+22
| | | | | | | | Change-Id: I6120fe99906005229d48002a259cdd4079821bfc
| * Automatic translation importMichael Bestas2014-10-214-0/+67
| | | | | | | | Change-Id: I9109d8078e093f2b60bab6ca4215c6062febbffb
| * Automatic translation importMichael Bestas2014-10-158-0/+268
| | | | | | | | Change-Id: I05489e79c5aa207bbea64a9c8f34e8f5d8cee5ac
| * Bluetooth-OPP: Cleanup pending share while BT turn OFFJuffin Alex Varghese2014-10-112-3/+100
| | | | | | | | | | | | | | | | | | This will ensure that pending OPP shares will be removed from database while BT is turning OFF. Otherwise, BT turned back ON if there are some pending share in database it will start sending automatically. CRs-Fixed: 611970 Change-Id: Ibc2664840f11bfeaefb5984e8ac18a171d515129
| * Bluetooth: Re-try connection in Quiet Mode.Gaurav Asati2014-10-111-2/+1
| | | | | | | | | | | | | | | | | | When pairing and connection is initiated by NFC and connection for either of A2dp/HFP fails, then re-try for connection of failed profile. Change-Id: I5102e3e2468fcbd9bfc28899d4939bc81722b30c CRs-Fixed: 680489
| * Bluetooth: Fix for BT fails to turn on in PDT testpramod kotreshappa2014-10-113-0/+16
| | | | | | | | | | | | | | | | | | | | | | Fix for BT fails to turn on after several hours of PDT test Issue is due to disable timeout, host fails to get the wack ACK from the SoC during BT turn of. Adding ssr cleanup routine in disable timout routine CRs-Fixed: 614585 Change-Id: Ia32da9426f976ddc71f0ad740312222b4b646c94
| * Fix to avoid the invalid state of profilesSungJun Park2014-10-111-0/+2
| | | | | | | | | | | | | | Due to STOP_TIMEOUT followed by ANR crash, we need to kill the process similar to DISABLE_TIMEOUT case. Change-Id: I89cc46481610457142b479acb68de224b1eecda3
| * Bluetooth: Initiate SDP after remote disconnect.Gaurav Asati2014-10-111-0/+12
| | | | | | | | | | | | | | | | | | Initiate SDP if remote has disconnected just after pairing and initiated A2dp/HFP connection. Change-Id: Ia4ab534be1b9813c7147e1b1b037aa8e721ee190 CRs-Fixed: 664310 CRs-Fixed: 667989
| * Bluetooth: Delay timeout for ConnectOtherProfile.Gaurav Asati2014-10-111-5/+20
| | | | | | | | | | | | | | | | | | Some devices reject connection when connection is initiated after 6 secs, delay connection timeout for such devices to 10 secs. Change-Id: I676b98ae64085a45bd6ecb9a6aeac7921a009e84 CRs-Fixed: 671762
| * Bluetooth: Fix for Intent to reach the receiver timeboundpramod kotreshappa2014-10-111-0/+1
| | | | | | | | | | | | | | | | | | Set the flag foreground to make sure the intent is reached to receiver immediately. CRs-fixed: 635246 Change-Id: I3d317f6e8f65ce47fa2fa8e0ed84235fc8e7f889
| * Bluetooth: Added null check condtion.Nitin Srivastava2014-10-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | Added null check before accessing mCurrentDevice. Due to delay in broadcasting A2dp connection states, Bluetooth settings can query getConnectedDevices when current state is disconnected causing NPE. Change-Id: I2a612e05a3c1a830c9f3bda742bff1b32784e51b CRs-Fixed: 644148
| * Bluetooth: Broadcast Audio Stopped Event.Gaurav Asati2014-10-111-0/+1
| | | | | | | | | | | | | | | | When remote has suspended A2dp streaming broadcast audio state as a2dp stopped. Change-Id: I6389031f364d506d9f4b334f2a81bdef4542fc54 CRs-Fixed: 645135
| * Bluetooth: Remove Connect time-out in stable state.Gaurav Asati2014-10-111-1/+4
| | | | | | | | | | | | | | | | | | Remove connect time-out when moved to Connected/Disconnected instead of Pending state. Initiate disconnect on timer expiry. Change-Id: I687d6916e037c30e6c0619bfe6404ddd4ddfa46a CRs-Fixed: 678043
| * Automatic translation importMichael Bestas2014-10-042-0/+44
| | | | | | | | Change-Id: I939e14fcc26274df455eec981e21ab990934181b
* | Merge branch 'cm-11.0' into stable/cm-11.0Brint E. Kriebel2014-10-0148-290/+79
|\|
| * Automatic translation importMichael Bestas2014-09-2944-294/+45
| | | | | | | | Change-Id: I6e384915dc0ea5f05a40298f0a166b3df1529afa
| * Bluetooth: Update proper delete calls in AVRCP JNIGubbala Venugopal Rao2014-09-231-4/+4
| | | | | | | | | | | | | | | | Avoid delete[] to free the pointers which are not created by using new[]. Change-Id: I8f03335445b3c1b169c2905ec9daa4ec16dcc13c CRs-Fixed: 629728
| * Bluetooth: Delete the pointer to avoid memory leakageGubbala Venugopal Rao2014-09-231-0/+9
| | | | | | | | | | | | | | | | Delete the pAttrs pointer incase of invalid input parameters Change-Id: I0da9a804da3462dcd582a9c6d761310282b2db83 CRs-Fixed: 638300
| * Remove duplicate mime type for apk file transferScott Mertz2014-09-231-1/+0
| | | | | | | | Change-Id: I2c3189531bca249783e286dc14a5d17627a3412a
| * Bluetooth: Move CAF stringsMichael Bestas2014-09-222-4/+23
| | | | | | | | Change-Id: If0166e83efba37441f271bcd2afd303880af4ceb
| * Update song start time and current PositionAyan Ghosh2014-09-191-5/+13
| | | | | | | | | | | | | | | | | | Update song start time and current position only when change in metadata detected or Audio manager updates the time when playstatus changes or seek is performed on media player. CRs-Fixed: 674410 Change-Id: Ib0f1f9a551008084584ccfdcdff302c424d6214a
| * Automatic translation importMichael Bestas2014-09-131-0/+3
| | | | | | | | Change-Id: Ie780013fadae0b964539759ac0887dea23b37614
* | Merge branch 'cm-11.0' into stable/cm-11.0cm-11.0-XNPH44S-bacon-5fa8c79c0bBrint E. Kriebel2014-09-113-15/+37
|\| | | | | | | Change-Id: I5f06a2e8931fbfe31778a5cfe8b848996b8b0a33
| * Bluetooth: Fix some error messagesScott Mertz2014-09-101-15/+15
| | | | | | | | Change-Id: I368003da596bfa08e48354404f88b2ae1fbf8bb6
| * Automatic translation importMichael Bestas2014-09-092-0/+22
| | | | | | | | Change-Id: I17d4580242b132e9a28d3615fa40de171ca30f3e
* | Merge branch 'cm-11.0' into stable/cm-11.0Brint E. Kriebel2014-09-032-2/+2
|\| | | | | | | Change-Id: I6fa4572b3eb448123435639ce08e6919ac57298b
| * Automatic translation importMichael Bestas2014-09-012-2/+2
| | | | | | | | Change-Id: Ie878c63a43bfd3d66f9a5362f7743e2b2bf1ea8c
* | Merge branch 'cm-11.0' into stable/cm-11.0Brint E. Kriebel2014-08-2549-57/+116
|\| | | | | | | Change-Id: I5a87a2372d508dc0bed9148e5b47ef87b8d4ee8d
| * Automatic translation importMichael Bestas2014-08-2347-52/+72
| | | | | | | | Change-Id: If4d4b4efcb0f56669b09c8c9d7d0a2014b0e844c
| * bluetooth: avrcp - Respond to PDU 0x16 correctlyScott Mertz2014-08-211-3/+8
| | | | | | | | | | Issue: CYAN-4148 Change-Id: I0509334a05a25068c25ea0ae84eb866804c3bba3
| * Automatic translation importMichael Bestas2014-08-093-1/+35
| | | | | | | | Change-Id: I7281414edb4efe7d60d33050974d25ae3247cbc2
| * Bluetooth: Prevent race condition when authorizingScott Mertz2014-08-051-1/+1
| | | | | | | | Change-Id: Ic875fd619afea5fd36ce9b2f71a91d2d68dbb578
* | Merge branch 'cm-11.0' into stable/cm-11.0Brint E. Kriebel2014-07-2814-9/+197
|\|
| * Automatic translation importMichael Bestas2014-07-245-4/+49
| | | | | | | | Change-Id: Ib5909ca10706f41bb3d51ba2d5e97752dee3d00b
| * Bluetooth: MAP: Close output stream before closing client sessionPradeep Panigrahi2014-07-241-4/+0
| | | | | | | | | | | | | | | | | | | | Body field is not added on the put request if we close the client session before output stream. Hence add change to close output stream before client session. CRs-fixed: 623805 Change-Id: I73bbf06ca9bcceb465e196f58d8d4dda19005861
| * Automatic translation importMichael Bestas2014-07-117-0/+147
| | | | | | | | Change-Id: I2aa37009acfdd679fdebf671c8d21c7b5e96cca3
| * Fix typo in AndroidManifest.xmlMichael Bestas2014-07-021-1/+1
| | | | | | | | Change-Id: I1f9012f6b4ac3553879e7c780724103aa35093b6
* | Merge branch 'cm-11.0' into stable/cm-11.0cm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505aBrint E. Kriebel2014-06-3068-568/+1582
|\|
| * Bluetooth: Fix the buildMichael Bestas2014-06-301-1/+0
| | | | | | | | Change-Id: I0226e3b1366a1467651e6174c65d55c9a3097a3d
| * Automatic translation importMichael Bestas2014-06-3032-25/+540
| | | | | | | | Change-Id: Ia195cdd27c4484063b17f1c89f87e231a9595359
| * Bluetooth: Move cm_strings to cm_cafMichael Bestas2014-06-2511-0/+0
| | | | | | | | Change-Id: Ib69b8aeaf6a98349c37421129b031a25cf4da4ea
| * Automatic translation importMichael Bestas2014-06-259-240/+205
| | | | | | | | Change-Id: Iebe53525180df3b6fd93ad7400d844e0b5a74b4f
| * CYAN-3419: Major cleanup of email over Bluetooth MAPAndrew Wyman2014-06-102-138/+160
| | | | | | | | | | | | | | | | -Removed MIME hardcoding passing through to MCE -Restructured email address formatting and handling to stop confusing MCE -Added phone book lookup of contact name Change-Id: I1db4483b99d77dc9383d44292f953f822d38392a
| * Use round() instead of ceil() in calculation of a2dp vol slider positionChristian Hanner2014-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The avrcp MESSAGE_VOLUME_CHANGED requests volumes in the range 0-127. In convertToAudioStreamVolume() this value is scaled to a (typically much smaller, e.g. 0-15) integer value representing the volume slider step to be presented in the UI. Depending on the resolution in the volume requests from the a2dp device and the resolution of the UI volume slider, some of the requested volumes might be mapped onto the same UI slider positions. If ceil() is exchanged for round() in convertToAudioStreamVolume() the problem with double mapped volumes vanishes in most realistic cases. Change-Id: I89d9ac4b8c330fd4fd2a02984bd628961f2cb035
| * Bluetooth-OPP: Avoid calling incoming notification if already notifiedJuffin Alex Varghese2014-06-052-18/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | This change will ensure that incoming notification will not be shown again if its already displayed. Otherwise, if there is an ongoing transfer updatenotification thread will be called every 1 sec which will update the pendingnotification even if its already notified. Cleaning up Tx/Rx sessions if user abort occurs. Otherwise, cleanup happens only transfer is successful this may cause Tx/Rx failure. CRs-Fixed: 653842 Change-Id: Ifc1335849914f3032459117836473e0cd443060f
| * Bluetooth: Map: Add support to add CC list recipients in get MessagePradeep Panigrahi2014-06-051-3/+52
| | | | | | | | | | | | | | | | | | As per the present map profile email implementation cc list is not displayed in getMessage response. Add support to send recipients in cc list of email on getMessage response Change-Id: If09a245f18f3727ec678308a46d0a43cd2abf0bf CRs-fixed: 635778