1. f3997eb Merge "Making Bluetooth OPP file transfer intent generic" by Andres Morales · 10 years ago
  2. 1a39ecd Bluetooth-OPP: Handle HID mouse right click event by Hemant Gupta · 11 years ago
  3. 86449ac Bluetooth-OPP: Enable support to send same file multiple times by Hemant Gupta · 11 years ago
  4. 1e5ccec am f0362f25: am b398dad1: Merge "Improve sending web link with Bluetooth" by Zhihai Xu · 10 years ago
  5. 278ca5f Improve sending web link with Bluetooth by Mathias Jeppsson · 13 years ago
  6. cfaffa8 Making Bluetooth OPP file transfer intent generic by Andres Morales · 11 years ago
  7. 2e48689 am 429460a8: Merge "OPP: Handle intent receiver leak for BT TURN OFF." by Matthew Xie · 11 years ago
  8. 275aaa5 OPP: Handle intent receiver leak for BT TURN OFF. by Ashwini Munigala · 11 years ago
  9. c0b728a enable xml format to transfer/receive over bluetooth by Matthew Xie · 11 years ago
  10. f60d96d Fixed a NPE by Priti Aghera · 11 years ago
  11. 5d57461 enable xlsx, docx, pptx format to transfer/receive over bluetooth by Sungmin Choi · 12 years ago
  12. 8eb70f8 Add OBEX object count support to Bluetooth. by Martijn Coenen · 12 years ago
  13. 3cba4c4 am 43f8ccf6: am 6eb3b8d3: Merge "Upgrade the app to better follow holo guidelines" by Adam Powell · 12 years ago
  14. 43f8ccf am 6eb3b8d3: Merge "Upgrade the app to better follow holo guidelines" by Adam Powell · 12 years ago
  15. d9bd906 Merge "Bluetooth OPP should sanitize Uri data and MIME types before calling startActivity" by Zhihai Xu · 12 years ago
  16. 67b1761 am fa5a6aff: Merge "Clean up debug messages" into jb-mr1.1-dev by Matthew Xie · 12 years ago
  17. 0f4ef70 Clean up debug messages by Matthew Xie · 12 years ago
  18. d9d3978 Upgrade the app to better follow holo guidelines by blunden · 12 years ago
  19. e3e1e8d Fixed potention ANR issue with Bluetooth OPP share. by Fred · 12 years ago
  20. cb7b1a5 Fixed potention ANR issue with Bluetooth OPP share. by Fred · 12 years ago
  21. f128aa0 am a595fcc5: Fix crash in Bluetooth when sharing MMS video. by Jake Hamby · 12 years ago
  22. a595fcc Fix crash in Bluetooth when sharing MMS video. by Jake Hamby · 12 years ago
  23. 83f334c am d329befd: Merge "Bluetooth: Use proper holo alert drawable" by Adam Powell · 12 years ago
  24. 3911cfe Bluetooth OPP should sanitize Uri data and MIME types before calling startActivity by Zhihai Xu · 12 years ago
  25. fd1da11 Turn off dbg messages, be prepared for production build by Matthew Xie · 12 years ago
  26. ee52ddf Enable Bluetooth sharing of downloaded files. by Jake Hamby · 12 years ago
  27. 09f5dca Bluetooth: Use proper holo alert drawable by Björn Lundén · 12 years ago
  28. fdc7bd8 Don't trust length specified by ContentProvider for file transfers. by Martijn Coenen · 12 years ago
  29. 15d3698 Fix for BT turn on/off issues: NPE, FD/thread leaks, ANR. by Fred · 12 years ago
  30. 4852c56 Moved BluetoothAdapter.ACTION_STATE_CHANGED broadcast from AdapterService to BluetoothManagerService by fredc · 12 years ago
  31. 74ae04c Fixed memory leak in Binder objects from repeatedly turning on/off Bluetooth by fredc · 12 years ago
  32. d288c0d Backed out workaround for RFCOMM socket close issue when BT is turning off by fredc · 12 years ago
  33. 31ba132 Fixed Bluetooth on/off issues. Removed singleton instances causing issues when services reload. Updated adapter state machine by fredc · 12 years ago
  34. 7aab113 Fixed exception in BondStateMachine when quit message occurs. Fixed exception in OPP when remote does not accept incoming request. by fredc · 12 years ago
  35. b5cc776 Fixed BT on/off issue by fredc · 12 years ago
  36. 3fafe61 Memory profiling changes : Updated the Bluetooth code to handle cleaning up of object references (context, handlers, and collection objects ) during service cleanup.Memory profiling changes : Updated the Bluetooth code to handle cleaning up of object references (context, handlers, and collection objects ) during service cleanup. by Ravi Nagarajan · 12 years ago
  37. 9f0d856 Initial checkin of OPP and PBAP by fredc · 12 years ago
  38. 2a6bf35 Comments opp and PBAP init code when BT gets enabled. by Jaikumar Ganesh · 13 years ago
  39. 1eb1a24 Revert "first patch of test submit" by Matthew Xie · 12 years ago
  40. 1429606 first patch of test submit by Matthew Xie · 12 years ago
  41. 5cb5952 Change timestamp type from int to long, timestamp(now) overflows int by Matthew Xie · 12 years ago
  42. 03f25a2 Bluetooth OPP: Allow sending all mime-types for handover. by Martijn Coenen · 12 years ago
  43. acc04ec Merge "Fix variable initialization." into jb-dev by Martijn Coenen · 12 years ago
  44. a1f935d Fix variable initialization. by Martijn Coenen · 12 years ago
  45. 4bfe566 Merge "Allow bluetooth OPP transfers to be stopped." into jb-dev by Martijn Coenen · 12 years ago
  46. 584dfb2 Allow bluetooth OPP transfers to be stopped. by Martijn Coenen · 12 years ago
  47. d5e1472 Don't MediaScan files received through handover. by Martijn Coenen · 12 years ago
  48. 7a4cc5c Add BT address and mimeType to handover intents. by Martijn Coenen · 12 years ago
  49. 8099f5e Additional changes to support Bluetooth Beam. by Martijn Coenen · 12 years ago
  50. d6eaf19 First cut at Bluetooth Beam. by Nick Pelly · 12 years ago
  51. 0ac9816 Read the requested file size completely. by Chih-Chung Chang · 13 years ago
  52. eb1192b Reject OBEX connection request for OPP with Target. by Jaikumar Ganesh · 13 years ago
  53. dec631a Use Notification.Builder.setProgress() for progress notifications. by Jake Hamby · 13 years ago
  54. ef697b0 Bluetooth : fix for the OPP service bug while BT on/off by jhtop.kim · 13 years ago
  55. 66cbd62 Bluetooth :fix opp for socket error retry by jhtop.kim · 13 years ago
  56. 6861c09 Check if BT is already enabled before starting activity. by Jaikumar Ganesh · 13 years ago
  57. b0b662a Fix notification issues with OPP. by Jaikumar Ganesh · 13 years ago
  58. 44c347a Modify the Rfcomm retry logic by Liejun Tao · 13 years ago
  59. 9d67ffd am c50dbb00: Merge "OPP: Notification position is changing" by Jaikumar Ganesh · 13 years ago
  60. 6874774 am e7df5087: Merge "Handle OBEX Abort packets sent from remote device" by Jaikumar Ganesh · 13 years ago
  61. c50dbb0 Merge "OPP: Notification position is changing" by Jaikumar Ganesh · 13 years ago
  62. 9abe9c9 Handle OBEX Abort packets sent from remote device by Andreas Areskoug · 14 years ago
  63. 74e5eba OPP: Notification position is changing by erik.ljungberg · 13 years ago
  64. 929d38f am 3c68bca8: am 138654ff: Merge "The phone did not reject unsupported vCalendar item" by Jaikumar Ganesh · 13 years ago
  65. 76d17f9 The phone did not reject unsupported vCalendar item by Olsson · 14 years ago
  66. 59199b7 am a4f55f77: am c298d29b: Merge "Add check for null pointer to avoid crash." by Jaikumar Ganesh · 13 years ago
  67. c298d29 Merge "Add check for null pointer to avoid crash." by Jaikumar Ganesh · 13 years ago
  68. 98a53e5 Add check for null pointer to avoid crash. by martin ma · 14 years ago
  69. d6a1c1c Retry rfcomm socket connections after link key exchange error. by Jaikumar Ganesh · 14 years ago
  70. a85ff0a Check if BT is allowed in airplane mode by Kevin LeBlanc · 14 years ago
  71. 1ed96d5 Implement "show received files" intent for Settings. by Jake Hamby · 14 years ago
  72. c83ffa5 Check if BT is allowed in airplane mode by Kevin LeBlanc · 14 years ago
  73. 3500d1c Merge "BT - Not possible to accept incoming obex transfers using key-presses." by Jean-Baptiste Queru · 14 years ago
  74. 5e9a02d Sanitise Bluetooth file name hint when receiving a contact by Edward Savage-Jones · 14 years ago
  75. e7f887d resolved conflicts for merge of 55936599 to stage-korg-master by Jean-Baptiste Queru · 14 years ago
  76. a930b68 code cleanup. by Mohammad Shamsi · 14 years ago
  77. 4492b2c Fix OPP crash and Call Log sort order. by Jaikumar Ganesh · 14 years ago
  78. 5f78d4e Merge "Update BT folder icon." into gingerbread by Jaikumar Ganesh · 14 years ago
  79. 5b09b71 Update BT folder icon. by Jaikumar Ganesh · 14 years ago
  80. 0a79bdb Trim the Bluetooth database off the main thread. by Brad Fitzpatrick · 14 years ago
  81. 453050f BT - Not possible to accept incoming obex transfers using key-presses. by Wojciech Jowsa · 14 years ago
  82. 5547071 Replace use of SharedPreference commit() with apply(). by Brad Fitzpatrick · 14 years ago
  83. eb77c4b Optimize Opp Notification by Liejun Tao · 14 years ago
  84. 1d22226 Fix the %1 bug in UI when sdcard full by Lixin Yue · 14 years ago
  85. ec6f2d4 Clear notifications when the user presses clear from the notifications bar. by Lixin Yue · 14 years ago
  86. 0bd5f7b Fix pbap and opp running bluetooth in phone process problems. by Jaikumar Ganesh · 14 years ago
  87. 2cd80b6 Merge "Enhanced support to OPP content share" by Jaikumar Ganesh · 14 years ago
  88. 151f419 Enhanced support to OPP content share by Lixin Yue · 15 years ago
  89. 60c4392 Merge "Update notification in Transfer history manually when BT if off" by Jaikumar Ganesh · 14 years ago
  90. 75fc857 optimize deleting operation in trimDatabase() by Lixin Yue · 15 years ago
  91. de773e6 Update notification in Transfer history manually when BT if off by Lixin Yue · 14 years ago
  92. df25af6 Merge "Trim Opp database when service restarts." by Jaikumar Ganesh · 15 years ago
  93. 389f6dd Trim Opp database when service restarts. by Lixin Yue · 15 years ago
  94. 20844c4 Merge "Not update TransferActivity button during activity creating." by Jaikumar Ganesh · 15 years ago
  95. 0e927e9 Not update TransferActivity button during activity creating. by Lixin Yue · 15 years ago
  96. 509a6cd Remove the number above status icon for Opp transfers by Lixin Yue · 15 years ago
  97. 5cc6179 Add opp Transfer history to avoid cluster of notificatoins To reduce the cluster of Opp nofications, we introduce the concept of Opp transfer history. Only 2 notifications exist for finished opp transfers, one is for outbound transfers, and another is for inbound transfers. User can see all detailed items in corresponding screen when click the notification. by Lixin Yue · 15 years ago
  98. c6f1bac Move insert share info operation to a thread to avoid Receiver timeout by Lixin Yue · 15 years ago
  99. 1f0fc26 Fix non-existing received file still appearing in live folder issue by Lixin Yue · 15 years ago
  100. a450858 Update the error codes to be compatible with PBAP spec. by Lixin Yue · 15 years ago