profile/ivi/neard.git
11 years agoFix p2p bug and various warnings 1.0 1.0_branch
Olivier Guiter [Mon, 15 Oct 2012 09:59:51 +0000 (11:59 +0200)]
Fix p2p bug and various warnings

11 years agoneard 0.7
Olivier Guiter [Wed, 10 Oct 2012 10:22:12 +0000 (12:22 +0200)]
neard 0.7

With this release we got 2 new additions:

- Android Jelly Bean (4.1.1) handover support: Android JB implements Bluetooth
  handover support through SNEP. Although this is not following the NFC Forum
  handover specs (And is violating the SNEP specs as well), we have no choice
  but supporting it since JB is (or will be) the most deployed OS supporting
  NFC handover.
  We have to support both handover services (The NFC Forum one and JB one) and
  for that matter we introduced an fallback service name for each p2p plugin.
  So the handover one first tries the urn:nfc:sn:handover service and falls
  back to urn:nfc:sn:snep if the peer does not provide a regular handover
  service.
  This seems to work well and we now support both NFC Forum and Android JB
  handover flawlessly.

- MIFARE tag support improvements: Thanks to Dorota Moskal (Tieto) our MIFARE
  support improved quite a bit. We now have MIFARE Classic writing support and
  we also have a presence check implementation for it. Dorota also implemented
  the read only support for those tags and she has still a few patches pending
  for MIFARE formatting and custom authentication keys handling.

11 years agoMerge branch 'master' of review:profile/ivi/neard submit/1.0_post/20121012.071401
Olivier Guiter [Tue, 9 Oct 2012 12:56:50 +0000 (14:56 +0200)]
Merge branch 'master' of review:profile/ivi/neard

11 years agoAdd set of tags functions - bugfix: double free
Olivier Guiter [Tue, 9 Oct 2012 12:52:25 +0000 (14:52 +0200)]
Add set of tags functions - bugfix: double free

bugfix: Fix a possible double free
tag: Add near_tag_get_blank function
tag: Dereference writing after reading new data
tag: Don't check presence while busy

11 years agoMerge "Update spec file with the following Use macros instead of hardocded paths...
Arron [Tue, 9 Oct 2012 05:50:10 +0000 (14:50 +0900)]
Merge "Update spec file with the following  Use macros instead of hardocded paths  Change from non-standard-group to Tizen group"

11 years agoIntegrate change I3583babb: packaging/neard.spec
Olivier Guiter [Mon, 8 Oct 2012 09:23:16 +0000 (11:23 +0200)]
Integrate change I3583babb: packaging/neard.spec

11 years agoUpdate spec file with the following 02/2202/2
Geoffroy Van Cutsem [Mon, 8 Oct 2012 07:50:32 +0000 (00:50 -0700)]
Update spec file with the following
 Use macros instead of hardocded paths
 Change from non-standard-group to Tizen group

Change-Id: I3583babb42dc00797cfc63cb0c1310e6bc773906

11 years agondef: Set proper URI identifier when writing URI NDEF
Olivier Guiter [Sat, 6 Oct 2012 14:31:24 +0000 (16:31 +0200)]
ndef: Set proper URI identifier when writing URI NDEF

11 years agoFix Android 4.1 bug and Add test scripts reference
Olivier Guiter [Thu, 4 Oct 2012 14:32:03 +0000 (16:32 +0200)]
Fix Android 4.1 bug and Add test scripts reference

11 years agoUpdate release number to neard-0.6-6
Olivier Guiter [Wed, 26 Sep 2012 12:07:54 +0000 (14:07 +0200)]
Update release number to neard-0.6-6

11 years agoIntegrate neard post 0.6 changes - handover code
Olivier Guiter [Wed, 26 Sep 2012 08:40:06 +0000 (10:40 +0200)]
Integrate neard post 0.6 changes - handover code

11 years agoAdd requirement of python-xml for test subpackage 20/1720/1 accepted/trunk/20120913.171700 submit/trunk/20120913.072507
arron.wang [Thu, 13 Sep 2012 07:24:13 +0000 (15:24 +0800)]
Add requirement of python-xml for test subpackage

11 years agoInit import for IVI 77/1577/1 accepted/trunk/20120910.211744 submit/trunk/20120910.032613
arron.wang [Thu, 30 Aug 2012 02:54:13 +0000 (10:54 +0800)]
Init import for IVI