New issue
Advanced search Search tips

Issue 625589 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Oct 31
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Implement missing WebNFC features to support reading of NFC tags

Project Member Reported by mikhail....@intel.com, Jul 4 2016

Issue description

Following mojo NFC interface methods must be implemented:

NFC.Watch(NFCWatchOptions options)
NFC.CancelWatch(uint32 id)
NFC.CancelAllWatches()
NFC.SetClient(NFCClient client)



 
Implementation in progress in https://codereview.chromium.org/1765533004/. First, I need to land puch / cancelPush functionality https://codereview.chromium.org/1486043002
Project Member

Comment 2 by bugdroid1@chromium.org, Nov 30 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/55ac6a4ca3780a5c315a7014f43642e43c5245f0

commit 55ac6a4ca3780a5c315a7014f43642e43c5245f0
Author: alexander.shalamov <alexander.shalamov@intel.com>
Date: Wed Nov 30 09:04:17 2016

[webnfc] Implement watch method for Android nfc mojo service.

Implementation of nfc.watch [1] and nfc.cancelWatch [2] methods
for Android nfc mojo service that is used from W3C WebNFC module.

[1] https://w3c.github.io/web-nfc/#dom-nfc-watch
[2] https://w3c.github.io/web-nfc/#dom-nfc-cancelwatch

BUG=520391
BUG= 625589 

Review-Url: https://codereview.chromium.org/1765533004
Cr-Commit-Position: refs/heads/master@{#435189}

[modify] https://crrev.com/55ac6a4ca3780a5c315a7014f43642e43c5245f0/device/BUILD.gn
[modify] https://crrev.com/55ac6a4ca3780a5c315a7014f43642e43c5245f0/device/nfc/android/BUILD.gn
[modify] https://crrev.com/55ac6a4ca3780a5c315a7014f43642e43c5245f0/device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java
[add] https://crrev.com/55ac6a4ca3780a5c315a7014f43642e43c5245f0/device/nfc/android/java/src/org/chromium/device/nfc/NfcMessageValidator.java
[modify] https://crrev.com/55ac6a4ca3780a5c315a7014f43642e43c5245f0/device/nfc/android/java/src/org/chromium/device/nfc/NfcTagHandler.java
[modify] https://crrev.com/55ac6a4ca3780a5c315a7014f43642e43c5245f0/device/nfc/android/java/src/org/chromium/device/nfc/NfcTypeConverter.java
[add] https://crrev.com/55ac6a4ca3780a5c315a7014f43642e43c5245f0/device/nfc/android/junit/src/org/chromium/device/nfc/NFCTest.java

Components: Blink>NFC

Comment 4 by scheib@chromium.org, Oct 25 2017

Status: Available (was: Untriaged)
Project Member

Comment 5 by sheriffbot@chromium.org, Oct 26

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: Fixed (was: Untriaged)

Sign in to add a comment