1. 29 Sep, 2009 2 commits
  2. 28 Sep, 2009 3 commits
  3. 27 Sep, 2009 1 commit
  4. 24 Sep, 2009 3 commits
  5. 23 Sep, 2009 2 commits
  6. 22 Sep, 2009 1 commit
  7. 20 Sep, 2009 2 commits
  8. 16 Sep, 2009 1 commit
  9. 11 Sep, 2009 3 commits
  10. 09 Sep, 2009 3 commits
  11. 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
  12. 01 Sep, 2009 4 commits
  13. 29 Aug, 2009 1 commit
  14. 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
  15. 20 Aug, 2009 1 commit
  16. 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
  17. 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
  18. 06 Aug, 2009 2 commits
  19. 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
  20. 04 Aug, 2009 1 commit
  21. 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
  22. 24 Jul, 2009 1 commit
  23. 23 Jul, 2009 1 commit