1. 30 Sep, 2009 1 commit
    • Lixin Yue's avatar
      Update OPP/PBAP UI · b0fa09ca
      Lixin Yue authored
      Add timeout handling to incoming file confirm dialog, to avoid uncertain
      behavior when timeout happen
      Fix PBAP request timeout issue when open/close slider, dismiss timeout
      dialog to avoid uncertain behavior
      Fix typo in strings
      b0fa09ca
  2. 29 Sep, 2009 4 commits
  3. 28 Sep, 2009 3 commits
  4. 27 Sep, 2009 1 commit
  5. 24 Sep, 2009 3 commits
  6. 23 Sep, 2009 2 commits
  7. 22 Sep, 2009 1 commit
  8. 20 Sep, 2009 2 commits
  9. 16 Sep, 2009 1 commit
  10. 11 Sep, 2009 3 commits
  11. 09 Sep, 2009 3 commits
  12. 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
  13. 01 Sep, 2009 4 commits
  14. 29 Aug, 2009 1 commit
  15. 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
  16. 20 Aug, 2009 1 commit
  17. 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
  18. 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
  19. 06 Aug, 2009 2 commits
  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. 04 Aug, 2009 1 commit