History log of /packages/apps/Nfc/src/com/android/nfc/beam/SendUi.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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
/packages/apps/Nfc/src/com/android/nfc/beam/SendUi.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
/packages/apps/Nfc/src/com/android/nfc/beam/SendUi.java
86bd05f00c88427e988aa57c0fbbddcb7bd278c6 10-Apr-2015 Tim Kilbourn <tkilbourn@google.com> Add new onSearchRequested overload

Change-Id: I6d1c5b551c68119772140b593616444322a83c86
/packages/apps/Nfc/src/com/android/nfc/beam/SendUi.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
/packages/apps/Nfc/src/com/android/nfc/beam/SendUi.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
/packages/apps/Nfc/src/com/android/nfc/beam/SendUi.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
/packages/apps/Nfc/src/com/android/nfc/beam/SendUi.java