1. 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
  2. 01 Sep, 2009 4 commits
  3. 29 Aug, 2009 1 commit
  4. 28 Aug, 2009 2 commits
    • Daniel Sandler's avatar
      68b5ac1b
    • Nick Pelly's avatar
      Clean up Logging. · ce4d9366
      Nick Pelly authored
      Use the pattern if (V) Log.v(...); for logging. The Android style prefers curly braces, but for log lines it is ok to use a one-liner to keep the code manageable.
      
      Remove spaces from some log tags, and rename TAG BluetoothShareProvider to BluetoothOpp.
      
      Rename LOGVV to V, and LOGV to D.
      
      Just before ship we will change Constants.DEBUG and Constants.VERBOSE to false to compile out all the logging code.
      ce4d9366
  5. 20 Aug, 2009 1 commit
  6. 19 Aug, 2009 1 commit
    • Tao Liejun's avatar
      OPP update · 1ac55077
      Tao Liejun authored
      Rewrite provider permission to allow LiveFolders work
      Support file:// uri to share file
      Support multiple share from gallery
      Fully support sending file queue
      Hold incoming connection for a while when OPP is busy instead of reject directly
      Move notification update to a thread
      Handle many error cases to display correct error messages
      Improve server/client timeout
      Delete empty file after reject incoming file
      Support upper case incoming file extension
      Avoid multiple mediascanner connections
      1ac55077
  7. 18 Aug, 2009 2 commits
    • Nick Pelly's avatar
      Bluetooth: Update Bluetooth.apk to match BT API change. · 41ef8d49
      Nick Pelly authored
      Split BluetoothDevice into BluetoothDevice and BluetoothAdapter.
      
      BluetoothAdapter: Represents the local BT adapter. Operations on the local
                        adapter (start a scan, etc).
      BluetoothDevice: Represents a remote BT device. Operations on remote devices
                       (pair, connect, etc).
      41ef8d49
    • L.X.YUE's avatar
      Update Opp icons · 464d9d21
      L.X.YUE authored
      Update incomming file notification icon to be consistent with system;
      Update OPP launcher icon per Anroid guidline;
      464d9d21
  8. 06 Aug, 2009 2 commits
  9. 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
  10. 04 Aug, 2009 1 commit
  11. 29 Jul, 2009 1 commit
    • Jackson Fan's avatar
      Enable Opp Livefolder, modify localizable resource · 239bc526
      Jackson Fan authored
      Update on patchset 2
      Update icon for Bluetooth share and Incoming file
      Fix minor Opp UI issue
      Update log print for mimetype got from android system.
      Update return response code for un-supported media type
      Patchset 1
      remove the use of replace() of localizable resource
      Enable Opp Livefolder by using local certificate
      Reject vcard actively
      239bc526
  12. 24 Jul, 2009 1 commit
  13. 23 Jul, 2009 3 commits
    • Jaikumar Ganesh's avatar
      Disable verbose logging. · 87f9a72c
      Jaikumar Ganesh authored
      TODO: We need to fix logging according to new verbose logging in OPP and PBAP.
      87f9a72c
    • 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
  14. 17 Jul, 2009 2 commits
  15. 16 Jul, 2009 1 commit
    • Tao Liejun's avatar
      Fix OPP receive bug · df7415da
      Tao Liejun authored
      Fix the bug that second receving would fail
      Show display name instead of full name in notification
      df7415da
  16. 15 Jul, 2009 1 commit
    • Tao Liejun's avatar
      Make opp compile · 6769b59d
      Tao Liejun authored
      Modify to make opp application compliable in new git
      -change package name
      -change manifest
      -modify a few comments
      6769b59d
  17. 11 Jul, 2009 1 commit
    • Nick Pelly's avatar
      Initial drop of Motorola Bluetooth OPP code. · 09e9cba2
      Nick Pelly authored
      Minor changes from Moto code:
      - Added Motorola BSD license
      - Moved com.motorola.bluetoothshare to com.android.bluetooth.opp
      - Updated com.motorola.obex to javax.obex
      - Moved Android.mk to Android.mk.hide: does not yet compile due to changes in
        Obex library.
      09e9cba2
  18. 10 Jul, 2009 1 commit