- 15 Jan, 2014 3 commits
-
-
Daniel Cashman authored
am ada9e950: am 727741cd: Merge "Use pathPrefix filter instead of path for /btopp content" into jb-mr1-dev * commit 'ada9e950': Use pathPrefix filter instead of path for /btopp content
-
Daniel Cashman authored
* commit '727741cd': Use pathPrefix filter instead of path for /btopp content
-
Daniel Cashman authored
-
- 13 Jan, 2014 4 commits
-
-
Matthew Xie authored
* commit 'fdcf4028': Use pathPrefix filter instead of path for /btopp content
-
Matthew Xie authored
* commit 'a162ec5d': Use pathPrefix filter instead of path for /btopp content
-
Matthew Xie authored
* commit 'deb7bdad': Use pathPrefix filter instead of path for /btopp content
- 04 Jan, 2014 1 commit
-
-
Matthew Xie authored
path is doing a full path match. It did not guard /btopp/ also fix a minor problem in tests/AndroidManifest.xml bug 11148516 Change-Id: I8f4a614f999e643e8ae122baf0bf898b2b3008d5 Conflicts: tests/AndroidManifest.xml
-
- 03 Jan, 2014 1 commit
-
-
Matthew Xie authored
path is doing a full path match. It did not guard /btopp/ also fix a minor problem in tests/AndroidManifest.xml bug 11148516 Change-Id: I8f4a614f999e643e8ae122baf0bf898b2b3008d5 Conflicts: tests/AndroidManifest.xml
-
- 12 Mar, 2013 2 commits
-
-
Brian Carlstrom authored
-
Brian Carlstrom authored
I was here to force the version to be initialized as required in the call to AttachCurrentThread. Probably JNI_ABORT should be used in ReleaseByteArrayElements to avoid copy back, but 0 is semantically what was passed before. Change-Id: I812b0785011385b033e67012faa08d113418f01e
-
- 09 Jan, 2013 2 commits
-
-
Adam Powell authored
* commit '6eb3b8d3': Upgrade the app to better follow holo guidelines
-
Adam Powell authored
-
- 03 Dec, 2012 2 commits
-
-
Matthew Xie authored
* commit 'fa5a6aff': Clean up debug messages
-
Matthew Xie authored
-
- 01 Dec, 2012 2 commits
-
-
Zhihai Xu authored
bug 7564004 Change-Id: I5fc1eed1c0db194c3fdd63799b2340eea994988d
- 30 Nov, 2012 1 commit
-
-
Matthew Xie authored
bug 7626174 Change-Id: I0161d54dd325a7a1afcf8926ef54cd483e7503fb
-
- 27 Nov, 2012 2 commits
-
-
Zhihai Xu authored
- 18 Nov, 2012 1 commit
-
-
Zhihai Xu authored
add +XEVENT vendor specific command handler in processUnknownAt bug 7564004 Change-Id: I78847553700b2da28dbf9ca8f9d0509f5f3fa924
-
- 15 Nov, 2012 1 commit
-
-
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
-
- 13 Nov, 2012 3 commits
-
-
Zhihai Xu authored
Merge "need to send BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED intent to all users" into jb-mr1.1-dev
- 12 Nov, 2012 1 commit
-
-
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
-
- 09 Nov, 2012 2 commits
-
-
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
-
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
-
- 31 Oct, 2012 1 commit
-
-
Martijn Coenen authored
* commit '19d8d544': Temporarily add GALLERY_PROVIDER permission to fix Beam.
-
- 30 Oct, 2012 1 commit
-
-
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
-
- 24 Oct, 2012 2 commits
-
-
Zhihai Xu authored
bug 7385618 Change-Id: I338fd87083387706f3b5f410c9592219bb8a1acb
- 17 Oct, 2012 2 commits
-
-
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
-
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
-
- 16 Oct, 2012 2 commits
-
-
Jake Hamby authored
* commit 'a595fcc5': Fix crash in Bluetooth when sharing MMS video.
-
Jake Hamby authored
Some content providers, such as MMS, don't support the DISPLAY_NAME or SIZE columns for content URIs. Fall back to using the last segment of the URI as the filename for Bluetooth file transfers if the query for DISPLAY_NAME fails. Bug: 7343310 Change-Id: Ie048c5eea3ba9994259c9e07beabd72622d6b669
-
- 12 Oct, 2012 2 commits
-
-
Adam Powell authored
* commit 'd329befd': Bluetooth: Use proper holo alert drawable
-
Adam Powell authored
-
- 10 Oct, 2012 2 commits
-
-
Matthew Xie authored
Add = sign before off bug 7326510 Change-Id: Ief269f608646acaa2872679a5c649da3cf22de37
-
Matthew Xie authored
-