1. 22 Oct, 2013 1 commit
  2. 13 Oct, 2013 1 commit
  3. 11 Oct, 2013 1 commit
    • Casper Bonde's avatar
      Fix for MAP/PBAP: Race-condition when requesting authorization from Settings app · 98df3e8f
      Casper Bonde authored
      When MAP and PBAP requests authorization from the Settings app via Intents,
      it also sets a state isWaitingForAuthorization to indicate
      that it should handle incoming replies.
      This is however done in the code after the intent have been sent
      and in some cases the reply for the intent is returned
      before the state has been update = no handling of the reply.
      This only happens on the second connect with a paired device and
      only when the user have selected the "do not ask again" checkmark
      in the popup requesting access.
      
      FIX:
      Move the update of isWaitingAuthorization to before sending the intent to settings
      
      bug: 11179645
      Change-Id: I25b019e32a01caa8509c8f97195712120823afa9
      98df3e8f
  4. 10 Oct, 2013 3 commits
  5. 09 Oct, 2013 1 commit
  6. 08 Oct, 2013 2 commits
  7. 07 Oct, 2013 1 commit
  8. 06 Oct, 2013 1 commit
  9. 04 Oct, 2013 2 commits
  10. 01 Oct, 2013 1 commit
  11. 30 Sep, 2013 1 commit
  12. 29 Sep, 2013 1 commit
  13. 27 Sep, 2013 1 commit
  14. 26 Sep, 2013 3 commits
  15. 25 Sep, 2013 3 commits
  16. 22 Sep, 2013 1 commit
  17. 20 Sep, 2013 4 commits
  18. 19 Sep, 2013 2 commits
  19. 17 Sep, 2013 1 commit
  20. 15 Sep, 2013 1 commit
  21. 14 Sep, 2013 3 commits
  22. 13 Sep, 2013 2 commits
    • Zhihai Xu's avatar
    • Kim Schulz's avatar
      Fixes to the google review comments + spec 1.1 · 70be005a
      Kim Schulz authored
      - updated code to comply with MAP spec 1.1
      - removed activity + strings.xml
      - removed unused notification code
      - fixed TODOs
      - added more string validation and case insensitivity
      - fixed internal+google review comments
      - Added dump of incoming bMessages to /sdcard/bluetooth/log when verbose debug in enabled. Only the latest received message will be stored
      - Fix functions msgListingSize and msgListingHasUnread to also consider mms filter message type
      - Fix wrong tag length define for notification status parameter
      - Re-added shutdown code to interupt the MNS
      - removed map activity
      - Added initial bluetooth map unit tests
      - Fix map event report xml start tag to uppercase 'MAP'
      - added support for using ProfileService class
      - changed the way the Broadcast Receiver was implemented
      - Fixed minor bugs found during Automotive Test Event
        - FilterPeriod application parameters can be present, but with zero length
        - For MMS the end-boundary were added too early
        - The FOLDER entry in bMessage can be empty for a message push
        - Wrong error value returned for a set status operation with a wrong handle
      - In getMessage() exclude all binary content and smil.xml if the appParam attachment is set to "no".
      - Set correct content id and content location for mms. Fix mms mime parser bug.
      - moved disconnect to Handler thread
      - fixed multipart-message split bug.
      - added a few Unit tests for multi-part messages
      - MMS parser optimized
      - fixed exception in MNS obex Client
      - fixed problem with Native PDUs not getting correct timestamp
      - corrected mixup in ordinator/recipient for MMS
      
      Change-Id: I3875762822a7f8ce0132065e0da5d0257e3850a1
      Bug:10692365
      70be005a
  23. 11 Sep, 2013 1 commit
  24. 06 Sep, 2013 1 commit
    • John Du's avatar
      Stop scan when client binder dies · cd34ad74
      John Du authored
      bug 10213756
      Change-Id: I01b397070f729df7c6000c2dc2613efbe8801681
      (cherry picked from commit 45ba247afa1cb3c61a871b0c13f6546411afe68b)
      cd34ad74
  25. 03 Sep, 2013 1 commit