Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #296

Open
wants to merge 121 commits into
base: master
Choose a base branch
from
Open

Master #296

wants to merge 121 commits into from

Commits on Apr 21, 2014

  1. Configuration menu
    Copy the full SHA
    8964195 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Update SimpleServer.java

    Since it's supposed to be public, why not bind on all interfaces?  I'm having a problem connecting to a server that is getting an ipv6 address, but my tools can't reach it.  Since there is no configuration to this on the server side, just bind to all interfaces and let the user figure out which ips the device has.
    jkordani committed May 23, 2014
    Configuration menu
    Copy the full SHA
    04cf33d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2014

  1. Added option to change TTS pitch

    Christopher Beckham committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    32a3b35 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2014

  1. Updated readme

    Christopher Beckham committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    c8b3db4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2015

  1. Build with gradle 2.2.1 and SDK 21.1.2.

    - to make apk: ./gradlew assembleDebug
    - not tested.
    shimoda@desktop committed Mar 8, 2015
    1 Configuration menu
    Copy the full SHA
    b66f6cc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. Build beanshell with gradle 2.2.1 and SDK 21.1.2.

    - to make apk: ./gradlew assembleDebug
    - not tested.
    shimoda@desktop committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    6c622ed View commit details
    Browse the repository at this point in the history
  2. Build python with gradle 2.2.1 and SDK 21.1.2.

    - to make apk: ./gradlew assembleDebug (or assembleRelease)
    - not tested.
    shimoda@desktop committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    e652f5d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. Configuration menu
    Copy the full SHA
    9c93f87 View commit details
    Browse the repository at this point in the history
  2. Miss including the jni binaries to apk.

    shimoda@desktop committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    b51af3e View commit details
    Browse the repository at this point in the history
  3. Append Seekbar event to catch the bar-event.

    shimoda@desktop committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    c02c14d View commit details
    Browse the repository at this point in the history
  4. Added tag 6x03 for changeset fa6ffde74c87

    shimoda@desktop committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    0fbeb11 View commit details
    Browse the repository at this point in the history
  5. merge

    shimoda@desktop committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    c39e0aa View commit details
    Browse the repository at this point in the history
  6. merge

    shimoda@desktop committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    520dc20 View commit details
    Browse the repository at this point in the history
  7. merge

    shimoda@desktop committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    aea79b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2015

  1. Doc: append instructions for gradle and android studio.

    shimoda@desktop committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    f9c240d View commit details
    Browse the repository at this point in the history
  2. ignore Android studio settings.

    shimoda@desktop committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    5a76428 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8812e62 View commit details
    Browse the repository at this point in the history
  4. change the file name of apk in gradle script.

    shimoda@desktop committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    c189082 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68f8b17 View commit details
    Browse the repository at this point in the history
  6. Update version name.

    shimoda@desktop committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    c9fae83 View commit details
    Browse the repository at this point in the history
  7. Added tag 6x04 for changeset 1b0c9b217e13

    shimoda@desktop committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    2f2e375 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. Configuration menu
    Copy the full SHA
    ae41d98 View commit details
    Browse the repository at this point in the history
  2. Remove the unused tool

    shimoda@desktop committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    0f838b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2015

  1. Remove python-for-android that managed by the another project/repogit…

    …ory.
    shimoda@desktop committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    3a91aae View commit details
    Browse the repository at this point in the history
  2. run_pie.c from Chromium project and its license information (merged i…

    …n a file)
    shimoda@desktop committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    e7e7a58 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. Use run_pie.c to invoke the intepreters (that will be PIE binary)

    - this method will work in GB or earlier.
    - PIC binary is work too.
    - interpreters must be compiled with::
    
        CFLAGS += -fvisibility=default -fPIE
        LDFLAGS += -rdynamic -fPIE -pie
    shimoda@desktop committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    67b608d View commit details
    Browse the repository at this point in the history
  2. Facade: USBSerial: enabled in facade configuration. refs #2

    - forgot in 1259 (a3e5cb9bcb0a)
    shimoda@desktop committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    58dea62 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2015

  1. Documents from wiki

    kuri65536 committed May 3, 2015
    Configuration menu
    Copy the full SHA
    8d28f8c View commit details
    Browse the repository at this point in the history
  2. Merge the document of project-home

    kuri65536 committed May 3, 2015
    Configuration menu
    Copy the full SHA
    399371d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2015

  1. Fix the links to go github pages.

    shimoda@desktop committed May 4, 2015
    Configuration menu
    Copy the full SHA
    ba56dd3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. Confirm CameraFacade in Android 5.1. closes damonkohler#94

    * In fact, CameraFacade worked with Android 5.1 emulator, I just confirmed.
    * Enhance: Enable autofocus timeout. (Emulator never fit the focus...)
    * Enhance: Fit getParameter and setParameter.
    * Enhance: Camera not used in creation.
    * Enhance: listup function was appended.
    kuri65536 committed May 8, 2015
    Configuration menu
    Copy the full SHA
    cdf158f View commit details
    Browse the repository at this point in the history
  2. Added tag 6x05 for changeset 69f3c4b80283

    kuri65536 committed May 8, 2015
    Configuration menu
    Copy the full SHA
    da5d350 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2015

  1. update README.md

    kuri65536 committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    ba1f82a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2015

  1. Change the airplane mode above Kitkat for rooted device. closes #9

    * Google now does not allow to change airplane mode to normal applications.
    kuri65536 committed Jun 21, 2015
    Configuration menu
    Copy the full SHA
    ae55ee2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2015

  1. Append all sensors in SensorFacade. #closes #14

    * output is not formed like 2-4 sensors. see Android SensorManager manuals.
      you can get "values" direct.
    * prevent NullPointerException when run all senors.
    * prevent NullPointerException when stop and restart SensorFacade.
    kuri65536 committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    3441258 View commit details
    Browse the repository at this point in the history
  2. change version code.

    kuri65536 committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    96c462f View commit details
    Browse the repository at this point in the history
  3. Added tag 6.1.0 for changeset 83ac929160a1

    kuri65536 committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    d560a66 View commit details
    Browse the repository at this point in the history
  4. merge document and linked docs folder. closes #

    kuri65536 committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    3d9e4bf View commit details
    Browse the repository at this point in the history
  5. Remove language specific files. project will split into several langu…

    …ages. refs #15
    kuri65536 committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    528757f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Link to language branches. closes #15

    kuri65536 committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    368071d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Fix links to language. refs #15

    kuri65536 committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    b979aea View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2015

  1. Remove google analytic which is never used, closes #4

    * But this is nice idea to support script developers and SL4A developer.
    * idea: Append tracking if call was failed...etc...
    kuri65536 committed Jul 19, 2015
    Configuration menu
    Copy the full SHA
    0af8c82 View commit details
    Browse the repository at this point in the history
  2. Added tag 6.1.1 for changeset 7d30d2872c3c

    kuri65536 committed Jul 19, 2015
    Configuration menu
    Copy the full SHA
    e10b6e0 View commit details
    Browse the repository at this point in the history
  3. Update link

    kuri65536 committed Jul 19, 2015
    Configuration menu
    Copy the full SHA
    7dc20a2 View commit details
    Browse the repository at this point in the history
  4. Update version code

    kuri65536 committed Jul 19, 2015
    Configuration menu
    Copy the full SHA
    55548c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2015

  1. Format documents, fix some URLs

    kuri65536 committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    eead36e View commit details
    Browse the repository at this point in the history
  2. append README.md for docs folder

    kuri65536 committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    c6e2262 View commit details
    Browse the repository at this point in the history
  3. append link to damonkohler's wiki

    kuri65536 committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    a77ad11 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Update README.md

    Corrected spelling of Languages in README.md
    scrogster committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    c3c6027 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from scrogster/patch-2

    Update README.md
    kuri65536 committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    78c140f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. pick a patch>

    From 5b184b905f7b64c5a4407d322b8a77303216d749 Mon Sep 17 00:00:00 2001
    From: Jakub Pawlowski <jpawlowski@google.com>
    Date: Wed, 8 Jun 2016 11:34:55 -0700
    Subject: [PATCH] Fix byte array parsing
    
    In Java, byte is signed, so it accepts values from -127 to +128. That
    means that value 250 will cause NumberFormatException when passed to
    Byte.valueOf. In order to fix that use integers, and check the border
    conditions for unsigned byte.
    
    Change-Id: I535d4f8701f45074a3619d227e577ff535006921
    ---
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    b624e66 View commit details
    Browse the repository at this point in the history
  2. pick a patch

    From 7b8c49f4f5af2182a25f866a279270ccd72f080f Mon Sep 17 00:00:00 2001
    From: Sanket Agarwal <sanketa@google.com>
    Date: Mon, 14 Mar 2016 16:37:31 -0700
    Subject: [PATCH] Add facades for client profiles (HFP HF and A2DP SNK)
    
    Bug: 26927787
    
    (Cherrypick from ag/886181)
    
    Change-Id: Ife1f1e8ea8a6aadc15c97c8540d4e18b66c9e585
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    310bc3f View commit details
    Browse the repository at this point in the history
  3. pick a AOSP patch:

    From 2ae237b01c744323679c5b95cc956c7d80c3e5bf Mon Sep 17 00:00:00 2001
    From: Marie Janssen <jamuraa@google.com>
    Date: Thu, 14 Apr 2016 19:00:03 -0700
    Subject: [PATCH] RfcommFacade: Close fd after closing the socket.
    
    Closing the fd before the socket results in a EBADFD because
    mSocket.close() tries to close it as well.
    
    Bug: 27249843
    Change-Id: Id1408e770a5f790f9b530ab95bc0a173bef9dd5d
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    03460c8 View commit details
    Browse the repository at this point in the history
  4. pick a patch from AOSP:

    From 1975fe2d22bfe7ad75334aa234e2077d11542091 Mon Sep 17 00:00:00 2001
    From: Sanket Agarwal <sanketa@google.com>
    Date: Fri, 15 Apr 2016 10:16:29 -0700
    Subject: [PATCH] Deregistering listeners when never registered throws
     IllegalStateException.
    
    When we unregister listeners but we never registered them before (could
    happen when we toggle and connect/disconnect multiple times) -- sl4a can
    crash on IllegalStateException. We should simply Log and ignore such
    cases.
    
    Change-Id: I3aae566a81fb05f77b4bf86c136f940380e799ec
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    54e6516 View commit details
    Browse the repository at this point in the history
  5. pick a patch from AOSP:

    From 06db9b0d401c6e1effafbf40215852742fcd3018 Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Mon, 16 May 2016 16:29:59 -0700
    Subject: [PATCH] Add new functions for Bluetooth facades
    
    Add bluetoothRfcommCloseSocket to be able to
    close a socket outside of a disconnect.
    
    Add gattClientClose in order to properly
    cleanup open Gatt services.
    
    Change-Id: I641a1ac6d1b96ae59f44d3c569448101bdfa046c
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    2042155 View commit details
    Browse the repository at this point in the history
  6. pick a patch from AOSP:

    From ac50a42fef1caf7e5bf1a6ee5c5f4100ffb49df4 Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Fri, 20 May 2016 15:06:04 -0700
    Subject: [PATCH] Make rfcomm connections thread based to prevent blocking
     calls
    
    Change-Id: I0018c06ac5e100fa6dd00d945690fb39493c658f
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    4ffa54d View commit details
    Browse the repository at this point in the history
  7. pick a patch from AOSP:

    From 8364a61af2ea2e18629cbdaa6c579e3671778c5f Mon Sep 17 00:00:00 2001
    From: Jakub Pawlowski <jpawlowski@google.com>
    Date: Mon, 6 Jun 2016 11:25:03 -0700
    Subject: [PATCH] Add cleanup services command to server facade
    
    Change-Id: If2c1668da22240298b39cf0a294a57ea5c9e7e2b
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    7bfd28a View commit details
    Browse the repository at this point in the history
  8. pick a patch from AOSP:

    From 39be83ae6b3d6ef935a7c023034f8cd62c4faa80 Mon Sep 17 00:00:00 2001
    From: Jakub Pawlowski <jpawlowski@google.com>
    Date: Mon, 13 Jun 2016 15:43:09 -0700
    Subject: [PATCH] Use byte[] in GattClientFacade and GattServerFacade
    
    This patch make use of byte[] as return type in Gatt related facades. It
    also adds setter for characteristic write type.
    
    Change-Id: I1f27f43be3306ba3fa1d2dd9b5083b2ae85a21bb
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    c89c224 View commit details
    Browse the repository at this point in the history
  9. pick a patch from AOSP:

    From b1dda6c3d2cae3ee11cc7b441f8630eb490b1405 Mon Sep 17 00:00:00 2001
    From: Jakub Pawlowski <jpawlowski@google.com>
    Date: Tue, 14 Jun 2016 09:03:04 -0700
    Subject: [PATCH] Use byte[] in GattServerFacade.onDescriptorWriteRequest
    
    Change-Id: I2f70ddca85844aac8f90a46f6feadac4c4e1e088
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    f0b1018 View commit details
    Browse the repository at this point in the history
  10. pick a patch from AOSP:

    From 3615767be3f4074a63f02665e93b6516f3a1a91d Mon Sep 17 00:00:00 2001
    From: Jakub Pawlowski <jpawlowski@google.com>
    Date: Fri, 17 Jun 2016 15:53:25 -0700
    Subject: [PATCH] Make it possible to test notifications
    
    Change-Id: I4808d7aa48cd4660c73ea65bdb3fbd007e19c52e
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    e4cb678 View commit details
    Browse the repository at this point in the history
  11. pick a patch from AOSP:

    From 32f91f4c2d5179b6518a8a2c5ca1556c992f766f Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Fri, 8 Jul 2016 10:01:30 -0700
    Subject: [PATCH] Add new api to BluetoothFacade for factory reset
    
    Add the ability to call BluetoothAdapter.factoryReset
    through SL4A
    
    Bug: b/30016055
    Change-Id: I4c42408ed859f8dbcd2d706fc6fb17e0310bf745
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    46147f6 View commit details
    Browse the repository at this point in the history
  12. pick a patch from AOSP:

    From 273356613adc5e6709bc12c3499ce0806a2d9e00 Mon Sep 17 00:00:00 2001
    From: Jakub Pawlowski <jpawlowski@google.com>
    Date: Tue, 12 Jul 2016 03:58:11 -0700
    Subject: [PATCH] Add transport specifier to gattClientConnectGatt
    
    Change-Id: I7ae560c1a9e49d50b26d9a930b802293e39d1969
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    e2c634a View commit details
    Browse the repository at this point in the history
  13. pick a patch from AOSP:

    From 55b68b3c0456f5e96edf37845785efb4d9a9848c Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Tue, 2 Aug 2016 13:35:59 -0700
    Subject: [PATCH] Add RPC function for BluetoothManager.getConnectedDevices
    
    Bug: b/30664595
    Change-Id: I0a9f977c6357f04860d06e61676984fdda329bdc
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    f59aedb View commit details
    Browse the repository at this point in the history
  14. pick a patch from AOSP:

    From 81c9640b1c3fa42892c2de6a18cc65aec8de2c4e Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Thu, 21 Jul 2016 14:57:57 -0700
    Subject: [PATCH] Include pin in pairing message bundle
    
    Change-Id: Ic11d99af676771240232c19f57522cdedd97ddd3
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    fe52a74 View commit details
    Browse the repository at this point in the history
  15. start to merge AOSP BluetoothFacade from

    From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
    From: Xin Li <delphij@google.com>
    Date: Tue, 9 Feb 2016 11:04:53 -0800
    Subject: [PATCH] Move sl4a to its own project.
    kuri65536 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    fb0023a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. Fix the minSdk 3/ Remove google analytic libs #4

    kuri65536 committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    abce5f8 View commit details
    Browse the repository at this point in the history
  2. update document about the uncontrollerable document

    kuri65536 committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    1185750 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Add basic NFC support from AOSP source #10

    From 08ee4de80553618c02aeaf54ad3404ccf78fd262 Mon Sep 17 00:00:00 2001
    From: Ang Li <angli@google.com>
    Date: Fri, 5 Aug 2016 10:15:03 -0700
    Subject: [PATCH] Add basic NFC support in sl4a.
    
    Bug=30694700
    
    Change-Id: I3f2198720cdd2bdb2e7c4fd55bf5b75172c9327a
    kuri65536 committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    6da97d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. removed enable/disable functions with build problem. (not public API) #…

    …10
    
    - NFS can not enable/disable by user app. It can be from system app.
    kuri65536 committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    3380b5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191ba8a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Configuration menu
    Copy the full SHA
    f31a5e3 View commit details
    Browse the repository at this point in the history
  2. fix indent: #27

    kuri65536 committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    884e6d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. script from AOSP, generate docs. #8

    From d1dd75d48fc27926d2f59afd90e3102ba5212a13 Mon Sep 17 00:00:00 2001
    From: Randolph Chung <randolphc@google.com>
    Date: Sun, 27 Mar 2016 07:35:32 -0700
    Subject: [PATCH] Rewrite API doc generator tool to handle more cases.
    
    Change-Id: I8875a42ee30d374fde388256f11ff319012e9393
    kuri65536 committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    7849bfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09811cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d2986b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. pick a patch from AOSP:

    From 02e949859dc20c9ab6d0a79688eff87beae68d61 Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Mon, 8 Aug 2016 17:06:26 -0700
    Subject: [PATCH] PAN Facade
    
    Bug: b/30918322
    Change-Id: I1789bdd46154c5cd16b27e4a1549a3cfadc53676
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    6659459 View commit details
    Browse the repository at this point in the history
  2. pick a patch from AOSP:

    From f46d3e64857392061a17e73ee139784cd87d923a Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Tue, 23 Aug 2016 09:13:19 -0700
    Subject: [PATCH] Refactor BluetoothRfcommFacade to handle conn threads
    
    Change-Id: I34d8815b95d0dd46c8c7ec70e716f50ed7932eee
    (cherry picked from commit f1a2113dc9eaece455f6861cfbf3446b66f13fec)
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    46594a8 View commit details
    Browse the repository at this point in the history
  3. pick a patch from AOSP:

    From 233c7a0cab1f3461d3f29b086894dd3358a52014 Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Wed, 7 Sep 2016 08:00:25 -0700
    Subject: [PATCH] Bluetooth RFCOMM Facade fixes
    
    Change-Id: I16ce5cebc6c8fbcf4ea920ba3c858db11fdbf5d6
    (cherry picked from commit df1eb2156cf7d1a2ba8fc4d338d22eec4bd9851a)
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    172719e View commit details
    Browse the repository at this point in the history
  4. pick a patch from AOSP:

    From d5429c42078d71283c25e330bc6aba252bbbb42c Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Fri, 9 Sep 2016 11:00:03 -0700
    Subject: [PATCH] Make MTU value consitent when posting events
    
    Bug: b/31395330
    Change-Id: I28d9ec958a4c5d8c03f3dd872d1dad3cef7d89b2
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    c122293 View commit details
    Browse the repository at this point in the history
  5. pick a patch from AOSP:

    From 7711b9c102130abbf7cfb5e5330d2f06119b8b4d Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Mon, 19 Sep 2016 18:10:46 -0700
    Subject: [PATCH] Use Byte array instead of comma separated String
    
    Bug: b/31621927
    Change-Id: I062e331690ecb7bc493157bdfdcb70fd730e3052
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    d286287 View commit details
    Browse the repository at this point in the history
  6. pick a patch from AOSP:

    From e37cd1056f918c3a5ec88d0866259079c80eb505 Mon Sep 17 00:00:00 2001
    From: Nathan Harold <nharold@google.com>
    Date: Thu, 29 Sep 2016 19:44:20 -0700
    Subject: [PATCH] Add a Persistent Listener for Connectivity Change Broadcasts
    
    Toggling airplane mode triggers bluetooth to toggle on and off.
    Because this is not an explicit toggle of bluetooth, we need a
    way to listen for the adapter state change without explicitly
    toggling bluetooth. Adding a way to start and stop listening to
    bluetooth state change broadcasts achieves this goal.
    
    Bug: 31473466
    Test: none
    Change-Id: I694fe1d070c05db3af61a9163662faa6a652bd38
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    03cd6f1 View commit details
    Browse the repository at this point in the history
  7. pick a patch from AOSP:

    From e87ed5145aebab7d2004b7f94f6e7d39a4efa387 Mon Sep 17 00:00:00 2001
    From: Sanket Agarwal <sanketa@google.com>
    Date: Tue, 9 Aug 2016 13:58:16 -0700
    Subject: [PATCH] Remove usages of AVRCP Pass Through API.
    
    Bug: b/28791287
    Change-Id: I75bcb7e43315cf110eacdd429375316620353a42
    (cherry picked from commit 6b3f87830fc881820897aa411a53c20bcf0e9c0a)
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    87aa0b2 View commit details
    Browse the repository at this point in the history
  8. pick a patch from AOSP:

    From 073e003fd3208f5ca4ab773cc03a6895142da257 Mon Sep 17 00:00:00 2001
    From: Marie Janssen <jamuraa@google.com>
    Date: Wed, 26 Oct 2016 10:29:40 -0700
    Subject: [PATCH] Add Bluetooth LE state change listener functions
    
    Test: BleBackgroundScanTest:test_airplane_mode_disables_ble
    
    Change-Id: If435de2b5798315f239aaed5c6766cd6a120b466
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    d00d343 View commit details
    Browse the repository at this point in the history
  9. pick a patch from AOSP:

    From 48e46479b58eff2b6cf67b459f68f918375b5567 Mon Sep 17 00:00:00 2001
    From: Sanket Agarwal <sanketa@google.com>
    Date: Thu, 14 Apr 2016 13:36:51 -0700
    Subject: [PATCH] Add PBAP Client facade to SL4A instrumentation.
    
    (cherry picked from commit 086a841e38cac76ada83683f7129aa42f402a665)
    
    Change-Id: I186a3975ffab0ff8b7536238b8c39cd28f561b0d
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    7f5202a View commit details
    Browse the repository at this point in the history
  10. pick a patch from AOSP:

    From 0ab0b97d079d1058852132be58934fb079a6a1d0 Mon Sep 17 00:00:00 2001
    From: Sanket Agarwal <sanketa@google.com>
    Date: Thu, 2 Jun 2016 13:55:23 -0700
    Subject: [PATCH] Facades understand Integer not int
    
    Integer are typecasted over the RPC but int are's not since they are not
    typical first class 'class' citizens.
    
    Bug: b/28794692
    Change-Id: If500ba974ef7ee4e1d9acedf84633e51dc04efb8
    (cherry picked from commit fed61829f746272c1e8de2660325cbdaae142541)
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    1e9248a View commit details
    Browse the repository at this point in the history
  11. pick a patch from AOSP:

    From bb50bfa1e057c027dda0027a08372c91b529177e Mon Sep 17 00:00:00 2001
    From: Sanket Agarwal <sanketa@google.com>
    Date: Thu, 27 Oct 2016 14:13:33 -0700
    Subject: [PATCH] Merge fixes from nyc-car-dev -> aosp
    
    Change-Id: Ic906d2d0b9f73d8da73e8d77f38ec1dadd2c4b99
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    f8f0d20 View commit details
    Browse the repository at this point in the history
  12. pick a patch from AOSP:

    From 02cd37e8066812cd73abe71f060e39cfac74f9a7 Mon Sep 17 00:00:00 2001
    From: Joseph Pirozzo <pirozzoj@google.com>
    Date: Tue, 31 May 2016 08:38:55 -0700
    Subject: [PATCH] Phone Book Access Profile Automated Testing.
    
    Added a new test features to the ContactsFacade to import and export the
    contact book to a VCF file specified via SL4A.
    
    bug: 28794836
    Change-Id: Id0d1f0c33492d8fcb488cb1f3634ce8a39b9db0e
    (cherry picked from commit fcf0920d2bef4310c8f6c46a2a82fe35bac84e44)
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    8df1209 View commit details
    Browse the repository at this point in the history
  13. pick a patch from AOSP:

    From 5ecdad6eafb5085b4527e56a4916d624cbeb84f0 Mon Sep 17 00:00:00 2001
    From: Sanket Agarwal <sanketa@google.com>
    Date: Wed, 15 Jun 2016 14:58:06 -0700
    Subject: [PATCH] Improve InCallService and add tools for call management.
    
    Bug: b/28794830
    
    Change-Id: Ic199cc288294d315921bbe6d10cc1eddab59e30c
    (cherry picked from commit fd45787feb15efaff244db175f99a17c5f5ed846)
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    942b479 View commit details
    Browse the repository at this point in the history
  14. pick a patch from AOSP:

    From f855841b2fe6ed4a5835bc7c7cb7e79bbccfec71 Mon Sep 17 00:00:00 2001
    From: Sanket Agarwal <sanketa@google.com>
    Date: Fri, 4 Nov 2016 08:33:41 -0700
    Subject: [PATCH] Rearrange PAN and PBAP statements to make AOSP and MASTER
     consistent
    
    Change-Id: I1dec9ba61d92379546fed8a3b00ec6b5a8bca69e
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    9aacbc0 View commit details
    Browse the repository at this point in the history
  15. pick a patch from AOSP:

    From d9a81edc88a6ffdecebaa306279557bc18b71c7d Mon Sep 17 00:00:00 2001
    From: Ram Periathiruvadi <ramperry@google.com>
    Date: Tue, 26 Jul 2016 17:44:08 -0700
    Subject: [PATCH] Basic framework support to test Avrcp/A2dp profiles.
    
    Background and a design doc for the framework can be found in b/29097732
    
    Add a MediaBrowserService to the test app for intercepting Media Keys.
    Add a BluetoothMediaFacade for bluetooth media related test cases
    Added an API to ConnectionFacade to disconnect on a specific list of profiles. Also re-factored some code here to share code.
    
    Bug:  29097732, 28913426, 29100401
    Change-Id: I1d172a1de342f19545f0a46f025effa7daf5ad4a
    (cherry picked from commit 901bd7709544583e9497dc970105093180a5debf)
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    cf73550 View commit details
    Browse the repository at this point in the history
  16. pick a patch from AOSP:

    From fec7073612976e1caa4c7a435113a96ef80d1845 Mon Sep 17 00:00:00 2001
    From: Sanket Agarwal <sanketa@google.com>
    Date: Mon, 22 Aug 2016 16:29:28 -0700
    Subject: [PATCH] Add instrumentation for priority get/set.
    
    Bug: b/31021525
    Change-Id: I5168184632caaa7c53f83f3dee1d93e249df8412
    (cherry picked from commit 59749369098ddb49bd175b0b57251aa5e8739156)
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    bdd0179 View commit details
    Browse the repository at this point in the history
  17. pick a patch from AOSP:

    From 75dc79a06c15dae01b07f09cfda374c828b45b4b Mon Sep 17 00:00:00 2001
    From: Joseph Pirozzo <pirozzoj@google.com>
    Date: Thu, 18 Aug 2016 14:01:39 -0700
    Subject: [PATCH] MAP MCE SL4A
    
    Add testing code to SL4A to enable testing of Message Access Profile
     client side code via a facade.
    
    Bug: 30467210
    Change-Id: I8180529266cd64826cf59f91f77d6e6d5a3dad81
    (cherry picked from commit 41e625b5cb7cc955b903a5da67d05e7d67bb2488)
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    319eb25 View commit details
    Browse the repository at this point in the history
  18. pick a patch from AOSP:

    From 9a632371bf1ace747eb6fde291eb0f8a0c28c215 Mon Sep 17 00:00:00 2001
    From: Ram Periathiruvadi <ramperry@google.com>
    Date: Thu, 22 Sep 2016 21:49:10 -0700
    Subject: [PATCH] Adding more test coverage for Bluetooth Media (Avrcp/A2dp).
    
    Adding infra to support tests like
    1. Verify Metadata on both ends match on various playback commands
    2. Disconnect in the middle of audio playing via bluetooth
    3. Connect when the source is in the middle of playing
    4. Look at the Active Media Sessions
    
    Bug: b/29100401
    Test: Tested on Mojave bat_car and Angler
    Change-Id: I9a60c1f57d190fd5c336d2de862988e6b3d5f42e
    (cherry picked from commit f0b675b6d55296c07e28bdc681a9300eb208684d)
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    9071f30 View commit details
    Browse the repository at this point in the history
  19. pick a patch from AOSP:

    From 42ef337b1976d1cbd7b71d531d8cc4365df29471 Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Fri, 4 Nov 2016 16:00:58 -0700
    Subject: [PATCH] Cleanup print statements and bypass MAP prompt
    
    Test: BtCarMapMceTest
    Change-Id: Ie488d94579ce960fdb44143af0c5181419a287dd
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    3911118 View commit details
    Browse the repository at this point in the history
  20. pick a patch from AOSP:

    From f0a094f3709187319222e64d8434f168ad8ffac9 Mon Sep 17 00:00:00 2001
    From: Jack He <siyuanh@google.com>
    Date: Tue, 1 Nov 2016 18:12:29 -0700
    Subject: [PATCH] Allow BluetoothPairingHelper to wait for passkey confirmation
    
    BluetoothPairingHelper used to blindly confirm pairing passkey. This
    change adds an optional flag that allows it to wait for passkey
    confirmation from the test computer.
    
    Test: manual
    Bug: 31381715
    Change-Id: I98489201b511dc42926cc8d789316665ee25748f
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    05dc510 View commit details
    Browse the repository at this point in the history
  21. pick a patch from AOSP:

    From fc6e4af002e75301e13ddf524c0317e3a52be858 Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Mon, 14 Nov 2016 16:54:56 -0800
    Subject: [PATCH] Add SL4A api to monitor Bluetooth state changes
    
    Test: manual - execution of automation
    Change-Id: I42774ff8da76226e954ccba26d116b1402590a2c
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    d6fe04e View commit details
    Browse the repository at this point in the history
  22. pick a patch from AOSP:

    From 64411e619873b4a96baf5758f27e81dd21ce3082 Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Fri, 6 Jan 2017 16:18:51 -0800
    Subject: [PATCH] Make GattClientFacade java-code compliant
    
    Bug: 34132039
    Test: Build code
    Change-Id: I2ee22a1b6f1a5ebe8a4248bbe053cd81637c6d8b
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    d0bf596 View commit details
    Browse the repository at this point in the history
  23. pick a patch from AOSP:

    From b9e8c5b48b55a19e1e0ca2231a99afd570d0e441 Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Tue, 10 Jan 2017 15:47:19 -0800
    Subject: [PATCH] Make GattServerFacade java-code compliant
    
    Bug: 34131467
    Test: Build code
    Change-Id: Ia42905b64a95456d63dffdc67738b6e343397eff
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    74d7f0d View commit details
    Browse the repository at this point in the history
  24. pick a patch from AOSP:

    From f8d95d380b318208815ac6b94ca4d6593a6648ae Mon Sep 17 00:00:00 2001
    From: tturney <tturney@google.com>
    Date: Tue, 10 Jan 2017 16:02:41 -0800
    Subject: [PATCH] Make BluetoothA2dpFacade java-code compliant
    
    Bug: 34132608
    Test: Build code
    Change-Id: Id3812d130783e02bd9df524efb0dcccb89996efb
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    8c4da68 View commit details
    Browse the repository at this point in the history
  25. pick a patch from AOSP (a same patch of 1311 (44aefbeaee27)):

    From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
    From: Xin Li <delphij@google.com>
    Date: Tue, 9 Feb 2016 11:04:53 -0800
    Subject: [PATCH] Move sl4a to its own project.
    kuri65536 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    88100c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. pick a patch from AOSP (a same patch of 1311 (44aefbeaee27))

    - change copylight year
    - append license statement to files which miss it.
    - remove trailing spaces.
    
    From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
    From: Xin Li <delphij@google.com>
    Date: Tue, 9 Feb 2016 11:04:53 -0800
    Subject: [PATCH] Move sl4a to its own project.
    kuri65536 committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    e584054 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. pick a patch from AOSP (a same patch of 1311 (44aefbeaee27))

    - some modification, but build succeed.
    - append license statement to files which miss it.
    - remove trailing spaces.
    
    From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
    From: Xin Li <delphij@google.com>
    Date: Tue, 9 Feb 2016 11:04:53 -0800
    Subject: [PATCH] Move sl4a to its own project.
    kuri65536 committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    d41df90 View commit details
    Browse the repository at this point in the history
  2. pick a patch from AOSP (a same patch of 1311 (44aefbeaee27))

    - narrow column flag removed.
    - replace tabs to spaces.
    
    From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
    From: Xin Li <delphij@google.com>
    Date: Tue, 9 Feb 2016 11:04:53 -0800
    Subject: [PATCH] Move sl4a to its own project.
    kuri65536 committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    309baf2 View commit details
    Browse the repository at this point in the history
  3. pick a patch from AOSP (a same patch of 1311 (44aefbeaee27))

    - remain backward API:
    
      - FILL_PARENT.
      - setBackgroundDrawable
    
    - remove analytics comments.
    - remove trailing spaces.
    - change indent 2 to 4.
    
    From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
    From: Xin Li <delphij@google.com>
    Date: Tue, 9 Feb 2016 11:04:53 -0800
    Subject: [PATCH] Move sl4a to its own project.
    kuri65536 committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    0d3d05b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2017

  1. Configuration menu
    Copy the full SHA
    cb54aa1 View commit details
    Browse the repository at this point in the history
  2. fix build problems at picking patches.

    - missing import.
    - overriding problem.
    kuri65536 committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    d3556b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. move AOSP's Facade as New Bluetooth4Facade. (under edit)

    - some functions called by generics:
    
        connect/disconnect, get/setPriority.
    
    - commented Undefined classes.
    kuri65536 committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    40eaf08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d4e84 View commit details
    Browse the repository at this point in the history
  3. pick a patch from AOSP (a same patch of 1311 (44aefbeaee27)):

    handle exceptions at scan barcode.
    
    From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
    From: Xin Li <delphij@google.com>
    Date: Tue, 9 Feb 2016 11:04:53 -0800
    Subject: [PATCH] Move sl4a to its own project.
    kuri65536 committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    e00c451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfa5967 View commit details
    Browse the repository at this point in the history
  5. pick a patch from AOSP (a same patch of 1311 (44aefbeaee27)):

    From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
    From: Xin Li <delphij@google.com>
    Date: Tue, 9 Feb 2016 11:04:53 -0800
    Subject: [PATCH] Move sl4a to its own project.
    kuri65536 committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    f4d76a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72f9303 View commit details
    Browse the repository at this point in the history
  7. pick a patch from AOSP (a same patch of 1311 (44aefbeaee27)):

    - setLatestEventInfo deprecated in SDK 23,
      but we still need API 9. so it remain in source.
    
    From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
    From: Xin Li <delphij@google.com>
    Date: Tue, 9 Feb 2016 11:04:53 -0800
    Subject: [PATCH] Move sl4a to its own project.
    kuri65536 committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    f010ff8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be74205 View commit details
    Browse the repository at this point in the history
  9. modified by latest AOSP source.

    - change parameter from bytearray to string.
    - fix indent and wrap.
    - remain gattClientClose and connectGatt transport parameter.
    kuri65536 committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    e81bf8d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. pick a WifiFacade from AOSP (a same patch of 1311 (44aefbeaee27)):

    but many functions were included this time.
    
    From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
    From: Xin Li <delphij@google.com>
    Date: Tue, 9 Feb 2016 11:04:53 -0800
    Subject: [PATCH] Move sl4a to its own project.
    kuri65536 committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    9628330 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Configuration menu
    Copy the full SHA
    a873dde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7cacc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Configuration menu
    Copy the full SHA
    d627511 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    6a77ebe View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. control RPC server port in interpreter, and IPv4 or 6, close #34 .

    choose from preferences.
    kuri65536 committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    44cda90 View commit details
    Browse the repository at this point in the history