- 27 May, 2016 1 commit
-
-
Martijn Coenen authored
Bug: 28300969 Change-Id: Icadfe70cd06f921badd266e7a4efbae15a8c206a
-
- 19 Oct, 2015 1 commit
-
-
Martijn Coenen authored
Bug: 24426328 Change-Id: I70ea074cb3346c991b4402676cef5729c2b911a3
-
- 29 Jul, 2015 1 commit
-
-
Alex Chau authored
Clear NFC data in onManualBeamInvoke, to avoid previously cached NFC data from being used despite beam is disallowed by policy Note: There is still a potential problem when onManualBeamInvoke is invoked in app's onResume. If you start the work app, disallow in policy, then call onManualBeamInvoke in onResume, beam will still be triggered and send out data. However, this is kind of an edge case as app won't normally call onManualBeamInvoke in onResume, and only happens if policy changed while the app has launched. Bug: 21742271 Change-Id: Ib1bf340fd727962590b21945b253c980f079c0b8
-
- 21 Jul, 2015 1 commit
-
-
Nicolas Prevot authored
If we don't, it may take a very long time for the broadcast to be received. Change-Id: I343830d568c1b83fbc0308260ec4f7dc00bbf0f2
-
- 01 Jul, 2015 1 commit
-
-
Nicolas Prevot authored
In the work profile, UserHandle.CURRENT refers to the primary user. We want to refer to the work profile itself. So, using new UserHandle(UserHandle.myUserId()) instead. BUG:21960385 Change-Id: I2b29b4d862daae58f666024e9f538cea1dbe39a3
-
- 15 Jun, 2015 1 commit
-
-
Alex Chau authored
- Before this fix, NFC is only disabled in "default NDEF" cases, if NDEF callback is in foreground, it will continue to send the beam without checking for policy. Bug: 21742271 Change-Id: I19dd83160623bcfcc3e7cb2b0ffb5c4329e92d17
-
- 19 May, 2015 1 commit
-
-
Atsushi Suga authored
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
-
- 11 May, 2015 1 commit
-
-
Martijn Coenen authored
Bug: 20823481 Change-Id: I050e517f7aca1b4db403af997a151bcfd7ead360
-
- 07 May, 2015 1 commit
-
-
Adam Powell authored
Fix build after private framework class moved. Change-Id: Ide52977db3ba2f507ce4d055d77d7563a76a0763
-
- 28 Apr, 2015 2 commits
-
-
Satoshi Fujita authored
When handover is busy state, onHandoverBusy() is called recursively and NfcService crashes. Change-Id: I8d4f291ab11713859dd3aa70ddde5439c94c17de
-
Martijn Coenen authored
- 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
-
- 15 Apr, 2015 4 commits
-
-
Balachandar Swami authored
1) Add synchronization to PeripheralHandoverService so multiple starts are stopped correctly 2) Dismiss Confirm Connect dialog properly if user ignores it (accidently navigates to home screen etc) Change-Id: I2329f46dd9a94b907ddd43323c5f3d7fba3670b8
-
Martijn Coenen authored
Change-Id: Id5ea699a8508b5bdf44c0bae2d38893e2c42241a
-
Martijn Coenen authored
Change-Id: Iba7d37df00d657c4f8e53d8034f2822ab593ee4e
-
Martijn Coenen authored
If a service registers a prefix *and* and an exact AID which falls in the prefix range, the latter is not ignored as it should be. Bug: 19144664 Change-Id: Iac0b4e2a7b606483b4d6ae07c9b82045caee84a9
-
- 13 Apr, 2015 1 commit
-
-
Tim Kilbourn authored
Change-Id: I6d1c5b551c68119772140b593616444322a83c86
-
- 08 Apr, 2015 1 commit
-
-
Mathias Jeppsson authored
Change-Id: I4366238e21b27145d064e2323497ce0083538f03
-
- 31 Mar, 2015 1 commit
-
-
Bartek Teodorczyk authored
NfcBarcode tag technology has been supported since API 17 for the Barcode ID function. This patch implements the publicly available URI decoding scheme, linked in Android API docs since 2013 but not yet implemented in the code. http://www., https://www ., http://, and https:// prefixes are supported, and an optional terminator 0xfe is supported for variable length URIs. Change-Id: Iadf0c0d1b809d78dc2cb7159ef6382868ccd0ed6 Signed-off-by:
Bartek Teodorczyk <bartek.teodorczyk@microemu.com>
-
- 12 Mar, 2015 1 commit
-
-
Clara Bayarri authored
Preparation for API change in frameworks/base, commit 2c3a4ddb2a1a3997e945ec5c5f88c1c8f29bea95 Change-Id: I26d3c1d7d067bf129d35e90d466a09a7c8a99c9a
-
- 05 Feb, 2015 1 commit
-
-
Jorim Jaggi authored
Change-Id: Id36cf482188a24c8e51b966928ff1a073ee212cf
-
- 04 Feb, 2015 1 commit
-
-
Andres Morales authored
Otherwise the wpa_supplicant does not interpret them properly Bug:18958216 Change-Id: I1c05190e745819f4f0e768206afae147124a3616
-
- 09 Jan, 2015 1 commit
-
-
Andres Morales authored
Bug: 18958216 Change-Id: Ib21b4417fa2ff618790f6c27016860400fdbb43d
-
- 08 Dec, 2014 1 commit
-
-
Paul Chaisson authored
Bug:18663996 Change-Id: Ic4cb547ed3c8072599e271bddb63cce875834c4e
-
- 04 Dec, 2014 1 commit
-
-
Andres Morales authored
Bug: 18613259 Change-Id: Ic5b19e7953250647dc9cf7802dd04815a80a1141
-
- 02 Dec, 2014 1 commit
-
-
Andres Morales authored
When Beam is manually invoked, ShareData can be passed in, must read out UserHandle in this branch. Bug:18581279 Change-Id: Id9b0d4e27ec60fb16b16b92f063009a20280e410
-
- 24 Nov, 2014 1 commit
-
-
Andres Morales authored
Added a new field without adding it to .equals(). Leads to P2P not getting enabled in SW. Bug: 18501664 Change-Id: I602045cbbd84a87edff5b82a3c0db96c9159e21f
-
- 19 Nov, 2014 1 commit
-
-
Andres Morales authored
Since we can poll at the lockscreen not for unlock tags, need to explicitly disable Beam. Also since we allow peripheral handover during provisioning, we started allowing Beam as well. Blocking that. Bug: 18349433 Change-Id: I987f43228d2c003c66201d2e91bd9bdfebd49d78
-
- 18 Nov, 2014 1 commit
-
-
Andres Morales authored
Follow up CL for b/17966846 Bug: 17966846 Change-Id: I7fad0c31cbedc278fa9354765f3612501cd8c672
-
- 13 Nov, 2014 3 commits
-
-
Martijn Coenen authored
Bug: 18358968 Change-Id: I5d0e705fa115cef25653aa198b65f0c805e2553c
-
Andres Morales authored
Bug:18207126 Change-Id: I8600e5d8cde75074205d822b819b4fb08e7e4a1d
-
Andres Morales authored
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
-
- 12 Nov, 2014 2 commits
-
-
Martijn Coenen authored
If any of the packages in nfcee_extras.xml is preferred (either tap&pay or foreground), only that app will get RF field events. Otherwise, all apps in nfcee_extras will get the events. Long term solution will be to reduce reliance on RF field events (which doesn't scale), and instead tie this to AID selection. Bug: 18358874 Change-Id: I29276b8929f48b8ca33d61c4120a7405c0ab4dcf
-
Andres Morales authored
also make parsing more robust and readable Bug: 18255874 Change-Id: Iebe90d0b78654d3e2b515b709bc145a9824560c6
-
- 23 Oct, 2014 1 commit
-
-
Piotr Jastrzebski authored
Use StandardCharsets.UTF_8 and StandardCharsets.US_ASCII instead of Charset.forName("UTF-8") and Charset.forName("US_ASCII"). Change-Id: I47a7489378bf7b03a2f3cb10da4dd0f3a329a085
-
- 22 Oct, 2014 1 commit
-
-
Benjamin Franz authored
Bug: 18008824 Change-Id: I25b64f0de6e62a94ba59b3ff6ea40c14da25ca90
-
- 20 Oct, 2014 1 commit
-
-
Martijn Coenen authored
Bug: 18054535 Change-Id: I622ff02142c2f0dbab72d3569dad2a29267426a8
-
- 15 Oct, 2014 1 commit
-
-
Benjamin Franz authored
Bug: 17916693 Change-Id: I41f2a0e45378365a0ef7c042067c85d234b1a00b
-
- 14 Oct, 2014 2 commits
-
-
Andres Morales authored
1) Enable foreground trimming 2) Reduce screenshot resolution Change-Id: I2ac6a6ae04e2c254d84c830624f2ab46d6f60d3a
-
Andres Morales authored
This reverts commit 018e05b5. Change-Id: Iec6610b7b08d003c81adbfd0ec368bd245e10330
-
- 09 Oct, 2014 1 commit
-
-
Martijn Coenen authored
Bug: 17938118 Change-Id: I28ea3ad4b6f1b317493b3e67117b80952a04f478
-