• Home
  • History
  • Annotate
  • only in /packages/apps/Nfc/src/com/android/nfc/beam/
History log of /packages/apps/Nfc/src/com/android/nfc/beam/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1c517e0f7d2162ec6bfbda964adf45ca69faa694 24-Jun-2016 george.kg_chang <george.kg_chang@htc.com> Fix Nfc beam status that is stuck in wrong state

Bug: 29343365

Change-Id: I561bd02fa770b21320702491f882c09c85b08ebb
Signed-off-by: george.kg_chang <george.kg_chang@htc.com>
eamTransferManager.java
1d84b7386cc4e8e55a7085fd4b923cab26683f6b 10-Mar-2016 Clara Bayarri <clarabayarri@google.com> Keyboard Shortcuts: remove unnecessary method

The onProvideKeyboardShortcuts method now has a default.

Bug: 27673736
Change-Id: I9ad50ff563e707c3be94e0afc5f55116963429fd
endUi.java
b2e735d7e1de4fda8b4d34096b8dce275fe52844 26-Feb-2016 Martijn Coenen <maco@google.com> Change touch to tap.

Bug: 27110705
Change-Id: I371e52e900f33cbad7c37b2573133f9f8fd7c069
eamTransferManager.java
endUi.java
d488696bee0c35bb1cb75d37805282d29b407678 30-Jul-2015 Clara Bayarri <clarabayarri@google.com> Update SendUi's Window.Callback with a new method

Bug: 22405482
Change-Id: If1b1b70b9537d476b897d2ba934255e6908f6dd1
endUi.java
dd0769195c99bde0ce99e6bbe19479efc3a9c700 24-Jul-2015 Nicolas Prevot <nprevot@google.com> am b2186475: am a0d5d4c0: am d02b61c3: am d1618c0a: am 0fdfe750: Use a foreground priority broadcast to hand over data to bluetooth.

* commit 'b2186475bd76f96061446b806832fcde05aa5955':
Use a foreground priority broadcast to hand over data to bluetooth.
0fdfe750521cc21197e56f3908f5205e21c63302 21-Jul-2015 Nicolas Prevot <nprevot@google.com> Use a foreground priority broadcast to hand over data to bluetooth.

If we don't, it may take a very long time for the broadcast to
be received.

Change-Id: I343830d568c1b83fbc0308260ec4f7dc00bbf0f2
luetoothOppHandover.java
cbec7e9d62056fd6d2cf93990e18fa45bf7fc45c 12-Feb-2015 Atsushi Suga <atsushi.suga@sonymobile.com> NFC: Move playSound to BeamManager (DO NOT MERGE).

Beam Receive Service or Beam Send Service process is being killed
immediately while playing the success sound
which resulted to sound being cut.

Move the Beam success sound from Beam Receive Service and
Beam Send Service process to Beam Manager process
using the Nfc Service sound pool.

Change-Id: I6f9f99c6cc16649983eed36adf652c790f3bcbb7
eamManager.java
eamReceiveService.java
eamSendService.java
c88594c35808ab286ce68d09d6725e44be3bbc96 07-May-2015 Adam Powell <adamp@google.com> Why is NFC using PhoneWindow directly...?

Fix build after private framework class moved.

Change-Id: Ide52977db3ba2f507ce4d055d77d7563a76a0763
endUi.java
ddefd2afcd6b09c3a48db4b2f69377dbc3a8a282 23-Apr-2015 Martijn Coenen <maco@google.com> Beam / LLCP improvements.

- Don't show Beam UI unless the other device runs a SNEP server.
We didn't do this previously because an old stack issue could
delay the SNEP connect by as much as 750ms, therefore also
delaying the UI. We expect there to be very few of those devices
in use at this point (if any).
This also paves the way for preventing Beam UI to be shown when
connecting to future Android devices (those devices could shut down
SNEP in specific scenarios).
- Immediately try to connect LLCP (SNEP, handover) services.
We didn't do this previously because the old stack had race conditions,
which could be triggered by immediately sending a LLCP connect.
Again, very few of those devices are expected to be in use
at this point.
Making this change will generally decrease the latency of a P2P
transaction, especially in scenarios where the send was previously
authorized (ie from the share menu).
- Fixed a bug in SendUi where it wouldn't store the screenshot in
a specific case. We're only hitting this now because of the two
changes I mentioned above.
- A bit of clean-up (though this class could use a lot more...)

Change-Id: I52f5ff314dc06e5502bdf869ee658078c3a44fde
endUi.java
c47c8a3c96a63fce51ee2819eccacfe65a07ef38 15-Apr-2015 Martijn Coenen <maco@google.com> am ea6c6c91: am e1214dab: Merge "Clear NFC task on launch."

* commit 'ea6c6c91450a21dae7a454c0496331a7282efa3b':
Clear NFC task on launch.
f291ad8974438d513757d5da929a86cd3d86fe45 13-Aug-2014 Martijn Coenen <maco@google.com> Clear NFC task on launch.

Change-Id: Iba7d37df00d657c4f8e53d8034f2822ab593ee4e
eamTransferManager.java
86bd05f00c88427e988aa57c0fbbddcb7bd278c6 10-Apr-2015 Tim Kilbourn <tkilbourn@google.com> Add new onSearchRequested overload

Change-Id: I6d1c5b551c68119772140b593616444322a83c86
endUi.java
e5231ecfada2ade90483dc48ff188fc2082f616b 03-Mar-2015 Clara Bayarri <clarabayarri@google.com> Add new method implementation for Window.Callback

Preparation for API change in frameworks/base,
commit 2c3a4ddb2a1a3997e945ec5c5f88c1c8f29bea95

Change-Id: I26d3c1d7d067bf129d35e90d466a09a7c8a99c9a
endUi.java
f42c2eba6ba6e6dae07ea617ab1be7f6f18f220d 05-Feb-2015 Jorim Jaggi <jjaggi@google.com> Split up android.policy into framework.jar and services.jar 2/3

Change-Id: Id36cf482188a24c8e51b966928ff1a073ee212cf
endUi.java
b82d80d891077ccd74729e4143925a66eb89eef2 24-Oct-2014 Andres Morales <anmorales@google.com> Refactor Beam to work with managed profiles

Simplify logic and break out different components
into their own services.

Allow BeamShareData to pass a UserHandle in order
to start the transfer in the correct user.

Bug: 17966846
Change-Id: I012a9ebe87deca6fceb857da8c8d4e2ecbeca6fe
eamManager.java
eamReceiveService.java
eamSendService.java
eamStatusReceiver.java
eamTransferManager.java
eamTransferRecord.aidl
eamTransferRecord.java
luetoothOppHandover.java
ireflyRenderer.java
imeTypeUtil.java
endUi.java