1. 15 Jan, 2014 3 commits
  2. 13 Jan, 2014 4 commits
  3. 04 Jan, 2014 1 commit
  4. 03 Jan, 2014 1 commit
  5. 12 Mar, 2013 2 commits
  6. 09 Jan, 2013 2 commits
  7. 03 Dec, 2012 2 commits
  8. 01 Dec, 2012 2 commits
  9. 30 Nov, 2012 1 commit
  10. 27 Nov, 2012 2 commits
  11. 18 Nov, 2012 1 commit
  12. 15 Nov, 2012 1 commit
    • blunden's avatar
      Upgrade the app to better follow holo guidelines · d9d39785
      blunden authored
      - Fix the icon scaling in the transfer list
        The icon is centered and upscaled instead of just centered.
      
      - Remove dialog info icon according to UI team recommendation
      
      - Replace icons with holo versions and add xhdpi
      
      Change-Id: Id3b06e8e06244ec8859d65404d779b66c1354e3d
      d9d39785
  13. 13 Nov, 2012 3 commits
  14. 12 Nov, 2012 1 commit
    • Zhihai Xu's avatar
      need to send BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED intent to all users · 31be0d28
      Zhihai Xu authored
      We need to send BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED intent to all users
      because bluetooth manager service use this intent to change name.
      Bluetooth manager service is always running as User 0. but it is always binding
      to bluetooth service running at foreground user, So the bluetooth service
      need send BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED broadcast intent
      to all users to let bluetooth manager service to receive it at any cases.
      
      bug 7476965
      
      Change-Id: I816786d0828d4a7d414077b1ccbe12d2e273fc75
      31be0d28
  15. 09 Nov, 2012 2 commits
    • Fred's avatar
      Fixed potention ANR issue with Bluetooth OPP share. · e3e1e8d1
      Fred authored
      Updated BluetoothOppLauncherActivity so the call to
      BluetoothOppManager.saveSendingFileInfo() runs on a child thread.
      saveSendingFileInfo() opens/constructs the content stream, which
      can take a long time, depending on the type of content.
      It should not run inside the main UI thread of the
      BluetoothOppLauncherActivity.
      
      Bug 6802063
      
      Change-Id: Id34b33fe37eb029d6a7592a811bbc9bbcde14ba8
      e3e1e8d1
    • Fred's avatar
      Fixed potention ANR issue with Bluetooth OPP share. · cb7b1a54
      Fred authored
      Updated BluetoothOppLauncherActivity so the call to
      BluetoothOppManager.saveSendingFileInfo() runs on a child thread.
      saveSendingFileInfo() opens/constructs the content stream, which
      can take a long time, depending on the type of content.
      It should not run inside the main UI thread of the
      BluetoothOppLauncherActivity.
      
      Bug 6802063
      
      Change-Id: Id34b33fe37eb029d6a7592a811bbc9bbcde14ba8
      cb7b1a54
  16. 31 Oct, 2012 1 commit
  17. 30 Oct, 2012 1 commit
    • Martijn Coenen's avatar
      Temporarily add GALLERY_PROVIDER permission to fix Beam. · 19d8d544
      Martijn Coenen authored
      Photo transfers incoming through Android Beam switch processes
      twice (Gallery->NFC, NFC->Bluetooth), and the permission to
      access to the Gallery content provider is not transferred.
      As a short term solution, grant Gallery provider
      permissions to Bluetooth.
      
      Bug: 7433498
      Change-Id: Id5915f4a37bec5003a42646162249a0c2c69aa48
      19d8d544
  18. 24 Oct, 2012 2 commits
  19. 17 Oct, 2012 2 commits
    • Zhihai Xu's avatar
      am bd704c74: BT connection notification in not updated in status bar for... · b1f690e1
      Zhihai Xu authored
      am bd704c74: BT connection notification in not updated in status bar for second user It is due to the system UI is always running as the first user. It can\'t receive broadcast intent ACTION_CONNECTION_STATE_CHANGED and ACTION_BOND_STATE_CHANGED from bluetooth service 
      
      * commit 'bd704c74':
        BT connection notification in not updated in status bar for second user It is due to the system UI is always running as the first user. It can't receive broadcast intent ACTION_CONNECTION_STATE_CHANGED and ACTION_BOND_STATE_CHANGED from bluetooth service when We switch to second user. Also the system UI also is running as uid 10055, which will also call function isEnabled, getState, getBondedDevices, getAdapterConnectionState and getBondState in bluetooth service. I allow these functions to be called by all the users. I forget remove check for getBondState in my first patch set
      b1f690e1
    • Zhihai Xu's avatar
      BT connection notification in not updated in status bar for second user · bd704c74
      Zhihai Xu authored
      It is due to the system UI is always running as the first user. It can't receive
      broadcast intent ACTION_CONNECTION_STATE_CHANGED and ACTION_BOND_STATE_CHANGED
      from bluetooth service when We switch to second user. Also the system UI also
      is running as uid 10055, which will also call function isEnabled, getState,
      getBondedDevices, getAdapterConnectionState and getBondState in bluetooth service.
      I allow these functions to be called by all the users.
      I forget remove check for getBondState in my first patch set
      
      bug 7333382
      
      Change-Id: I57f39a722e78d6d2453ebfecaab043637fef4d9c
      bd704c74
  20. 16 Oct, 2012 2 commits
  21. 12 Oct, 2012 2 commits
  22. 10 Oct, 2012 2 commits