summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cleanup unused resource stringsstaging/cm-14.1-cafrebaseMarie Janssen2017-01-15138-951/+1
| | | | | | Test: mma -j46 Change-Id: I8f534276d972e13d61ab84c7fdab9f6687c38f88 (cherry picked from commit 36ec67c220f4f3ec05b6fcf802f92044d866a9c4)
* Automatic translation importinky@build012016-12-30152-0/+4456
| | | | | Change-Id: Iea0a0e2bfeb7dd471acf553b74bf0a8aaba98b36 Ticket: -
* Bluetooth: Move & improve caf stringsMichael Bestas2016-12-303-5/+22
| | | | Change-Id: Ie852ed4d7b9038f6b51d8ada58c3a562feb5e2c9
* [2/3]Bluetooth: add "Accept all files" option for incoming filesHamster Tian2016-12-302-37/+59
| | | | | | | | | | | | | | | | | | | | * Renamed some variable. * Re-organized the comment. * Reworded the commit message. This patch will make OBEX server respect the "accept all files" setting. If enabled, it will skip checking MIME type of incoming file, so the file types not present in whitelist can be accepted. Blacklist will be ignored as well. (There's nothing in blacklist in fact) If it's disabled, the check will be performed as usual. Change-Id: I3904a25914d16d040126de43f5e6ed51993494c4 Bluetooth : Move ACCEPT_ALL_FILES to CMSettings Change-Id: Ia07553e08e6f228c6082b80d0bb2732dcd3465dd Change-Id: I3904a25914d16d040126de43f5e6ed51993494c4
* bluetooth: Disable logspam from GattServiceSteve Kondik2016-12-301-1/+1
| | | | Change-Id: I3819edbad9172846f752f2da34f910ff758fd8f8
* Kill logspam during battery level eventsSteve Kondik2016-12-302-326/+328
| | | | Change-Id: I7c0f5b1fee68392414aa4b4b2cca80bc15631565
* bluetooth: Tone down the logspamChristopher R. Palmer2016-12-302-43/+43
| | | | Change-Id: I2d1c37c36429d7a3646fa05237027edda6a7730e
* bluetooth: Broadcast battery statusGavin Ni2016-12-301-0/+2
| | | | Change-Id: Ie2f10ee3e4276d05c8218af413ffb13b6b76c7c7
* Add epub to the list of filetypes to get and sendMarcos Marado2016-12-302-0/+2
| | | | | | | Since we do allow to send and receive PDF files via bluetooth, I don't see a reason why can't we do exactly the same for epub files. Change-Id: I10b7182ce1b6c36b693065de1e8bc61a90912d98
* Bluetooth: fix opp NPERoman Birg2016-12-302-2/+2
| | | | | | | Ticket: CYNGNOS-2866 Change-Id: I7ffd329564713adf25b2033291a21546321df5df Signed-off-by: Roman Birg <roman@cyngn.com>
* Bluetooth: handle opening incoming APK filesRoman Birg2016-12-301-1/+8
| | | | | | | Ticket: FEIJ-493 Change-Id: I991146482ae69acf02ada93aa6c71441e67927d7 Signed-off-by: Roman Birg <roman@cyngn.com>
* Ensure synchronized access of JNI callback objectAyan Ghosh2016-12-301-22/+49
| | | | | | | | | | | Ensure synchronized access of JNI object using mutex as the same is accessed from both Application context during cleanup and from stack call back context during intimating Apps on stack event update. CRs-Fixed: 959400 Change-Id: I39f97f1b530086bc446941dde744e43c33b46f81
* Fix to avoid JNI crashesAyan Ghosh2016-12-301-0/+22
| | | | | | | | | | | For quick BT turn on/off cases there may be instances where callback from btif is triggered even before callback object is created or cleanup path may clear callback object just before stray btif callback call tries to access the same. These checks will help prevent those unwanted crashes. Change-Id: I9b793ed1d703ac616ed357694a365986707ee376
* Bluetooth: Clean duplicated READ_CONTACTS permissionAdrianDC2016-12-301-1/+0
| | | | | Change-Id: I8ea2257a46aa562381d1b0020da76035c0c7bba8 Signed-off-by: AdrianDC <radian.dc@gmail.com>
* Bluetooth: The item disappears after open it in Bluetooth received.tao.pei2016-12-301-1/+0
| | | | | | | | | | Repro: - Recevived some files via BT - Go to "show received files" interface. - open a file(e.g. a picture) - Observe: The item disappeared Change-Id: I9597b829ac5f57c0ca3c7140e99d50f054a1b00d
* Bluetooth: Create Custom Intent to avoid Force close.Sravan Kumar V2016-12-301-1/+21
| | | | | | | | | | | | | | | | | | | | | Use Case: 1. Select a music file with Japanese charecters 2. Push to DUT. 3. Open received OPP file from inbound list. Failure: "Unfortunately, Bluetooth share has stopped" error comes. Root Cause: Android added "println_native method" to log events of interest in native library, this method not able to manipulate when message contains special characters. Fix: Add a condition in CustomIntenet.toString() to remove special characters, if it contains and return plain string to avoid force close. Change-Id: If1d66b635a8a237e16b0ee684266f2913ec422c9
* Bluetooth-OPP:Reduce Looper time to 100 MS .Sravan Kumar V2016-12-301-3/+3
| | | | | | | | This change ensure that Handler will send message after 100 milli seconds . Otherwise, DUT fails to update sent/receive file count precisely . Change-Id: I6c54dadd2a5e3244feca2d847ebcc5474ad44c77
* Orientation change fix for tranfer history popup. Add entry for mp3 and ↵Pradeep Panigrahi2016-12-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | archived file formats. Use Case 1: 1. Transfer some file to another device via Bluetooth, 2. Once transfer is done, go to Outbound/inbound transfers from notification bar, 3. Select "clear list" from settings option, 4. Rotate device. Failure: window leak is observed after rotating the device. Fix: Enable screen orientation support in Manifest file of Bluetooth app for Bluetooth file tranfer history activity. Otherwise "Clear List" popup will disappears soon after screen orientation changes. Use Case 2: 1. Send MP3 and archived file format to remote device. Failure: Transfer did not start. Fix: Add change to support sending receving of MP3 and archived file format files Change-Id: I89a1d1da7981d503b6bd22b94535727af399e52d
* Merge f0b8ca45855a9f131eaa49a565335345acd89173 on remote branchLinux Build Service Account2016-12-1539-218/+891
|\ | | | | | | Change-Id: I75752826dd9942c00fc7618666129787c437c3bc
| * Promotion of bt.lnx.2.1.c1-00013.Linux Build Service Account2016-12-100-0/+0
| |\ | | | | | | | | | | | | | | | | | | CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- Change-Id: I785bffd5a7b67e16481690e3640b23ec582318f4
| | * To Backport the N-Mr1 ChangesAnjaneeDevi Kapparapu2016-12-0938-217/+887
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | To Backport the N-Mr1 Changes Merge remote-tracking branch 'origin/bt.lnx.2.1.c1-rel' into bt.lnx.2.1.c1-dev Change-Id: Id00f000afbc330b368fa2b19d6c9fe468e86f1d6 CRs-Fixed: 1099415
| * | Merge "Promotion of bt.lnx.2.1.c1-00012."Linux Build Service Account2016-12-081-1/+4
| |\ \
| | * | Promotion of bt.lnx.2.1.c1-00012.Linux Build Service Account2016-12-061-1/+4
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 1087262 I40b6de481a08e4c4cdeec6f2d1ac6eae1ff96530 Enable the native wake lock in BT stack Change-Id: I0c904bcd3a32c3fcf36568cd1adba7dfb18b847a CRs-Fixed: 1087262
| | | * Enable the native wake lock in BT stackLuke Zhang2016-11-301-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In BT stack, we have two options when configuring the wake lock. One is to create it on native side. Another is to create it on Java framework side. We selected the native side to improve the efficiency. CRs-fixed: 1087262 Change-Id: I40b6de481a08e4c4cdeec6f2d1ac6eae1ff96530
| * | | Compilation fix: N-MR1 merge.Lalit Kansara2016-12-081-24/+0
| | | | | | | | | | | | | | | | Change-Id: I70b78d99136341e5afe3ef85b83e7e354194c353
| * | | Merge N-MR1 to remote branch.Naveen Kumar2016-12-0833-114/+443
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: Idf2baa744755a6d567f83efb025229fe7da5055f
| | * \ \ Merge commit '1c40f9218d815e4e67482fb8913fce6850e4fb1c' into remoteLalit Kansara2016-12-0633-114/+443
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: jni/com_android_bluetooth_hfp.cpp src/com/android/bluetooth/avrcp/Avrcp.java src/com/android/bluetooth/btservice/AdapterService.java src/com/android/bluetooth/btservice/RemoteDevices.java src/com/android/bluetooth/hfp/HeadsetStateMachine.java src/com/android/bluetooth/map/BluetoothMapContentObserver.java src/com/android/bluetooth/map/BluetoothMapService.java src/com/android/bluetooth/opp/BluetoothOppSendFileInfo.java src/com/android/bluetooth/pan/PanService.java src/com/android/bluetooth/pbap/BluetoothPbapReceiver.java Change-Id: I41068ac7787983519220fe6fee1e65ff66298db1
| | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-10-230-0/+0
| | | |\ \ \
| | | | * | | Add additional logging for device propertiesAjay Panicker2016-10-211-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 31947953 Test: Manual Change-Id: I7e23b55c03e7f0382d59efe9a94221ed4bdf57ab (cherry picked from commit 055babc4ab16a11320ffd44e2a1dea97047feb55)
| | | | * | | merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-10-090-0/+0
| | | | |\ \ \
| | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-09-290-0/+0
| | | | | |\ \ \
| | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-09-250-0/+0
| | | | | | |\ \ \
| | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-09-220-0/+0
| | | | | | | |\ \ \
| | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-09-210-0/+0
| | | | | | | | |\ \ \
| | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-09-130-0/+0
| | | | | | | | | |\ \ \
| | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-09-080-0/+0
| | | | | | | | | | |\ \ \
| | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-09-010-0/+0
| | | | | | | | | | | |\ \ \
| | | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-08-280-0/+0
| | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-08-240-0/+0
| | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-08-230-0/+0
| | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-08-210-0/+0
| | | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-08-160-0/+0
| | | | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-08-140-0/+0
| | | | | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-08-100-0/+0
| | | | | | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-08-080-0/+0
| | | | | | | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-08-050-0/+0
| | | | | | | | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-08-030-0/+0
| | | | | | | | | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | | | | | | | | * \ \ merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-08-020-0/+0
| | | | | | | | | | | | | | | | | | | | | | |\ \ \
| | | | | | | | | | | | | | | | | | | | | | | * | | Change URI accessed to properly update read statusAjay Panicker2016-07-281-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 28970262 Change-Id: I07d9ab24d10396baa4ddbfbdfad5b1eec1b8e9d5
| | | | | | | | | | | | | | | | | | | | | | | * | | merge in nyc-mr1-release history after reset to nyc-mr1-devgitbuildkicker2016-07-270-0/+0
| | | | | | | | | | | | | | | | | | | | | | | |\ \ \