1. 23 Aug, 2011 1 commit
  2. 22 Aug, 2011 1 commit
  3. 17 Aug, 2011 5 commits
  4. 16 Aug, 2011 2 commits
    • Håkan3 Johansson's avatar
      Send local time, not GMT, in timestamp. · 1f18480d
      Håkan3 Johansson authored
      The missed, incoming and outgoing call list shall always have its
      time specified in local time according to PBAP V10r00 chapter
      "3.1.4.1 Call History extension".
      
      Change-Id: If0c4733552db3813d636a2f4658e64df1c6a4efe
      1f18480d
    • Håkan3 Johansson's avatar
      Send local time, not GMT, in timestamp. · 11f19c92
      Håkan3 Johansson authored
      The missed, incoming and outgoing call list shall always have its
      time specified in local time according to PBAP V10r00 chapter
      "3.1.4.1 Call History extension".
      
      Change-Id: If0c4733552db3813d636a2f4658e64df1c6a4efe
      11f19c92
  5. 11 Aug, 2011 2 commits
    • jhtop.kim's avatar
      Bluetooth : fix UI bug while an opp object tranfer is ongoing · ff53e476
      jhtop.kim authored
      
      - While an opp object is transferring ,there is a white border line on the left side of the progress-bar
        ,which is shown when user click down the notification bar.
      - remove the background flag
      
      Change-Id: I4786af460cdd50a9b853f4fa16a12214f4390952
      Signed-off-by: default avatarjhtop.kim <jhtop.kim@samsung.com>
      ff53e476
    • jhtop.kim's avatar
      Bluetooth : fix for the OPP service bug while BT on/off · ef697b0b
      jhtop.kim authored
      Update patch set for removing BOOT_COMPLETED.
      
      BluetoothOppService.java : use sendMSG instead of sendMSGdelayed
      BluetoothOppReceiver.java : delete boot-complete line
      AndroidManifest : delete boot-complete line
      
      Change-Id: Icf9a2f48a70ba519cb3caf93a0b33e13472d1f54
      Author: jhtop.kim <jhtop.kim@samsung.com>
      ef697b0b
  6. 04 Aug, 2011 1 commit
    • jhtop.kim's avatar
      Bluetooth :fix opp for socket error retry · 66cbd62c
      jhtop.kim authored
      When the pin or link key missing case occurs,
      we need to retry the socket connection. Use a timeout
      of 1.5 secs instead of 2.5 secs because the ACL inactivity
      timer is 2 secs.
      
      Change-Id: I3d4c096bd823e3204e91040bea608e44471dd4ce
      66cbd62c
  7. 02 Aug, 2011 1 commit
    • Jaikumar Ganesh's avatar
      Check if BT is already enabled before starting activity. · 6861c091
      Jaikumar Ganesh authored
      If BT is off, and if the user sends a file, BT will be turned on
      and the "Enabling dialog" wil be shown. But with the hot feature,
      BT turns on very fast which leads to the intent being missed and the
      enabling dialog not being dismissed.
      
      Change-Id: I4f4a6f08e04922a61eb7138b76383a77f8d37da4
      6861c091
  8. 01 Aug, 2011 1 commit
  9. 27 Jul, 2011 2 commits
  10. 26 Jul, 2011 1 commit
  11. 15 Jul, 2011 1 commit
  12. 07 Jul, 2011 2 commits
  13. 30 Jun, 2011 1 commit
    • Matthew Xie's avatar
      Move Pbap permission dialog to Settings app. · 7eab97d6
      Matthew Xie authored
      Strings and diglog are removed and will reappear and modified in Settings
      app. We want phone AT commander to use the dialog too.
      bug 4489572
      
      Change-Id: I0283b5deff974e53384dc5a92bd01c02e12bbcd6
      7eab97d6
  14. 23 Jun, 2011 2 commits
  15. 22 Jun, 2011 5 commits
    • Conley Owens's avatar
      Merge "pullVcard of unknown phone number" · 4f97a7a9
      Conley Owens authored
      4f97a7a9
    • Jaikumar Ganesh's avatar
      bf287751
    • Jaikumar Ganesh's avatar
      d54a9ac9
    • Staffan Lindvall's avatar
      pullVcard of unknown phone number · 77ba5f66
      Staffan Lindvall authored
      When performing a pullVcardListing, pullVcardEntry or pullPhonebook
      on a phone with a call list which contains an unknown phone number,
      the phone returns "-1" as number/name. Corresponding errors exist
      for private and payphone numbers, where the phone returns the name
      "-2" and "-3", respectively. During pullVcardListing the Name
      attribute may contain the phone number, in case the name is not
      known. The latter is already implemented today, however, instead of
      using e.g. "-1" as name when the phone number is not known the
      phone should use Name = "Unknown". Currently there are no other
      matching corresponding strings defined for private and payphone
      number, which means that for now "Unknown" may be returned as name
      also for these numbers.
      During pullVcardEntry and during pullPhonebook when the phone number
      is unknown then the Number attribute should contain the string
      "Unknown". During the same scenario the FN and N attributes both
      should contain the string "" when the name is not known. When it
      comes to private and payphone numbers the same as for
      pullVcardListing apply here, i.e. "Unknown" may be used in the
      Number attribute also for these numbers
      
      Change-Id: Icf06e527032588f075ff848bea1ba90bf71e874f
      77ba5f66
    • Jaikumar Ganesh's avatar
      Revert "pullVcard of unknown phone number" · 2f429e31
      Jaikumar Ganesh authored
      This reverts commit 86d30be8.
      2f429e31
  16. 20 Jun, 2011 1 commit
  17. 16 Jun, 2011 2 commits
  18. 15 Jun, 2011 2 commits
  19. 08 Jun, 2011 2 commits
  20. 07 Jun, 2011 3 commits
    • Jaikumar Ganesh's avatar
      am c50dbb00: Merge "OPP: Notification position is changing" · 9d67ffda
      Jaikumar Ganesh authored
      * commit 'c50dbb00':
        OPP: Notification position is changing
      9d67ffda
    • Jaikumar Ganesh's avatar
      am e7df5087: Merge "Handle OBEX Abort packets sent from remote device" · 6874774a
      Jaikumar Ganesh authored
      * commit 'e7df5087':
        Handle OBEX Abort packets sent from remote device
      6874774a
    • Staffan Lindvall's avatar
      pullVcard of unknown phone number · 0fdf5a12
      Staffan Lindvall authored
      When performing a pullVcardListing, pullVcardEntry or pullPhonebook
      on a phone with a call list which contains an unknown phone number,
      the phone returns "-1" as number/name. Corresponding errors exist
      for private and payphone numbers, where the phone returns the name
      "-2" and "-3", respectively. During pullVcardListing the Name
      attribute may contain the phone number, in case the name is not
      known. The latter is already implemented today, however, instead of
      using e.g. "-1" as name when the phone number is not known the
      phone should use Name = "Unknown". Currently there are no other
      matching corresponding strings defined for private and payphone
      number, which means that for now "Unknown" may be returned as name
      also for these numbers.
      During pullVcardEntry and during pullPhonebook when the phone number
      is unknown then the Number attribute should contain the string
      "Unknown". During the same scenario the FN and N attributes both
      should contain the string "" when the name is not known. When it
      comes to private and payphone numbers the same as for
      pullVcardListing apply here, i.e. "Unknown" may be used in the
      Number attribute also for these numbers
      
      Change-Id: I33cf6ceecf5c8fba426eacbb3a507228f8e4de4d
      0fdf5a12
  21. 06 Jun, 2011 2 commits