1. 19 May, 2010 1 commit
  2. 13 May, 2010 2 commits
  3. 20 Apr, 2010 2 commits
  4. 16 Apr, 2010 1 commit
  5. 17 Mar, 2010 1 commit
  6. 04 Mar, 2010 1 commit
  7. 24 Feb, 2010 1 commit
  8. 12 Jan, 2010 1 commit
  9. 06 Nov, 2009 1 commit
  10. 02 Nov, 2009 3 commits
    • Jaikumar Ganesh's avatar
      Fix get contact size not correct issue. · 2b36e173
      Jaikumar Ganesh authored
      Call history handles should be ordered by "date DESC" per spec. The first
      handle 1.vcf should be the most recently happend call.
      
      Add order support for pullVcardListing reqeust:
      One typical use case for PBAP is: first use pullVcardListing request to
      display the contacts list, then use pullVcardEntry request to tirgger
      the selected contact vcard. In such case, we need keep the contact db
      query consistent for pullVcardListing and pullVcardEntry.
      
      Use "Own number" for phone owner number instead of "Unknown name" in case
      can not get the name from system.
      
      Original Change: Fan Jackson
      Dr No: Eastham
      Bug Id: 2183320
      2b36e173
    • Daisuke Miyakawa's avatar
      Fix a typo. · 51d7be27
      Daisuke Miyakawa authored
      51d7be27
    • Daisuke Miyakawa's avatar
      Fix a typo. · e10881ae
      Daisuke Miyakawa authored
      e10881ae
  11. 30 Oct, 2009 1 commit
  12. 15 Oct, 2009 1 commit
  13. 12 Oct, 2009 1 commit
  14. 08 Oct, 2009 1 commit
  15. 30 Sep, 2009 1 commit
  16. 29 Sep, 2009 1 commit
    • Lixin Yue's avatar
      Update PBAP to make compatiable with spec · 18bde766
      Lixin Yue authored
      Add check to incoming application parameter, be nice to accept PCE request
      Fix minor pullvCardEntry issue for call logs
      Fix one pullPhoneBook issue about request size
      18bde766
  17. 24 Sep, 2009 1 commit
  18. 09 Sep, 2009 1 commit
    • Lixin Yue's avatar
      Update PBAP to be compatible with Mecel stack · c5495c58
      Lixin Yue authored
      The response to the targeted connect operation should contain a Who with the same UUID as
      sent in the request's matching Target header. If the Who header was present in the request,
      a Target header identifying the same client should be sent in the response.
      
      Play ringtone for incoming PBAP connection request
      c5495c58
  19. 03 Sep, 2009 1 commit
    • Lixin Yue's avatar
      Pbap update · 4446eaa9
      Lixin Yue authored
      Improve PBAP download contacts performance greatly
      Add 10 times retry for creation of listening socket
      Change PbapReciever to be clearer
      Rename functions and adjust function sequence in PbapService
      Cleanup logging
      Remove unused functions
      Remove serversocket polling
      4446eaa9
  20. 05 Aug, 2009 1 commit
    • Lixin Yue's avatar
      Update PBAP per review comments: · d896162e
      Lixin Yue authored
      Patch 3 fix listing call-history issue
      Remove the use of Enum in PbapObexServer.java
      Simplify codes by using function and paras
      Change some informal usage in codes
      Fix minor issues
      Rename some function and vars
      d896162e
  21. 23 Jul, 2009 2 commits
    • Jaikumar Ganesh's avatar
      Add copyright and fix some style issues. · b9cd7fee
      Jaikumar Ganesh authored
      b9cd7fee
    • Jackson Fan's avatar
      Add pbap into bluetooth package · 2c282d58
      Jackson Fan authored
      Update PBAP as patchset 5
      Adjust some resouces strings after UI test
      Change localized resource usage
      Modify exception handle, rename a confusing variable name
      Remove compile dependency on 240 for now. Add TODO in code
      Some minor changes to address the comments
      Submit on-behalf of Yue Lixin <a5206c@motorola.com>
      
      Update PBAP as patchset 4 according to comments
      Format resource files
      Re-organize the logs
      Submit on-behalf of Jiafa Liu <pbx376@motorola.com>
      2c282d58