Commit Graph

110 Commits

Author SHA1 Message Date
Andy Prock b43eaa5fbe remove userdata 2015-10-01 17:16:35 -07:00
Andy Prock 919257b94a fixup header search paths for the xcode project 2015-10-01 17:12:31 -07:00
Andy Prock c2888aa97e Merge pull request #8 from tradle/android
initial android support
2015-09-28 17:18:36 -07:00
Andy Prock 79e9283d01 use a nonblocking DatagramChannel for receiving data 2015-09-28 13:11:10 -07:00
Andy Prock 409d235416 fix repository url 2015-09-25 15:06:07 -07:00
Andy Prock 3ce4b63536 initial android support
moved ios specific code into a subfolder
created an android folder
updated the Install instructions on the readme
bumped the version to 0.2.0
2015-09-25 14:58:32 -07:00
Andy Prock 4cb6e77504 fix: address and base64String are NSStrings (find/replace bug) 2015-09-21 11:49:55 -07:00
Andy Prock 6cfe5daae3 add cocoapod podspec 2015-09-17 13:06:48 -07:00
Andy Prock 8f7bc1e702 update for react-native 11.0
json numbers are converted to NSNumber
NSNumber parameters must be marked nonnull (as of v0.10.0-rc)
2015-09-17 12:52:02 -07:00
Mark Vayngrib c1d9f7ff40 0.1.0 2015-07-29 15:32:20 -04:00
Mark Vayngrib c762ba231b Merge pull request #5 from yesmeck/master
Implement setBroadcast()
2015-07-29 15:27:06 -04:00
Wei Zhu b50478eabd Implement setBroadcast() 2015-07-30 02:37:00 +08:00
Mark Vayngrib e984ef8859 0.0.12 2015-07-29 11:10:19 -04:00
Mark Vayngrib 7b530d7c78 0.0.11 2015-07-29 11:07:29 -04:00
Mark Vayngrib ce6a1df516 Merge pull request #4 from aprock/master
Use the public interface for require statements
2015-07-29 11:01:25 -04:00
Andy Prock 1bfe1f128c Use the public interface for require statements
0.7.1 mandates that all native module require statements use the public interfafe, else the packager will fail.
https://github.com/facebook/react-native/releases/tag/v0.7.0-rc
2015-07-29 07:46:21 -07:00
Mark Vayngrib ee90f6b626 Merge pull request #2 from aprock/selectorFix
remove numbers from method names
2015-07-24 17:18:27 -04:00
Andy Prock e7301d81d3 remove numbers from selectors in UDPSockets
RCTModuleMethod's initWithObjCMethodName will not properly parse methods with numerals in their names, so replaced base64String: with string:
2015-07-23 10:16:18 -07:00
Mark Vayngrib bda8368289 fix example 2015-07-05 16:44:02 -04:00
Mark Vayngrib ba3e734a01 0.0.10 2015-06-15 18:09:07 -04:00
Mark Vayngrib 3afcecec80 make peerdep lenient 2015-06-15 18:08:57 -04:00
Mark Vayngrib 51b1668d2e 0.0.9 2015-06-15 18:00:22 -04:00
Mark Vayngrib 92d40936b0 Merge pull request #1 from aprock/master
export UdpSocket as Socket, enabling the use of dgram.Socket
2015-06-15 17:56:44 -04:00
Andy Prock 485883eaa4 export UdpSocket as Socket, enabling the use of dgram.Socket 2015-06-15 13:54:59 -07:00
Mark Vayngrib d3e3016318 0.0.8 2015-06-01 11:16:16 -04:00
Mark Vayngrib b455a8eb63 support options object in constructor, onmessage parameter to constructor 2015-06-01 11:16:07 -04:00
Mark Vayngrib 2d589e62ad 0.0.7 2015-06-01 11:05:36 -04:00
Mark Vayngrib 7a15a31595 add socket.type 2015-06-01 11:05:19 -04:00
Mark Vayngrib 4bbe2ef916 fix browser field in package.json 2015-05-18 11:14:39 -04:00
Mark Vayngrib e0c2a22bf8 move react-native dep to peerDependencies 2015-05-18 11:13:52 -04:00
Mark Vayngrib 15e5c2f70a 0.0.6 2015-05-18 10:37:33 -04:00
Mark Vayngrib fc78253ef2 conditional debugging 2015-05-18 10:37:05 -04:00
Mark Vayngrib 77596a2a78 0.0.5 2015-05-17 17:01:54 -04:00
Mark Vayngrib 6827e29118 use node-compatible event emitter 2015-05-17 16:55:38 -04:00
Mark Vayngrib 6f328cca63 fix logging 2015-05-16 13:52:06 -04:00
Mark Vayngrib fa2453b4b4 return binary buffer 2015-05-16 13:06:21 -04:00
Mark Vayngrib 5e4a82414a fix double-called callback 2015-05-16 13:00:16 -04:00
Mark Vayngrib 7105b5f14d bind on send if not bound 2015-05-16 11:45:26 -04:00
Mark Vayngrib 516530edbd fix data transfer over RCTBridge, for now use base64 strings until they support binary data transfer 2015-05-16 11:45:11 -04:00
Mark Vayngrib 686dc283a8 0.0.4 2015-05-15 17:52:54 -04:00
Mark Vayngrib 22c41fcc93 fix typo 2015-05-15 17:52:43 -04:00
Mark Vayngrib 70a5497821 set search paths relative to installation dir in node_modules 2015-05-12 11:01:12 -04:00
Mark Vayngrib 5b8f94b7ac 0.0.3 2015-05-12 10:40:50 -04:00
Mark Vayngrib e46771335b Update README.md 2015-05-11 13:51:52 -04:00
Mark Vayngrib 40a49a779f change ORGANIZATIONNAME in proj 2015-05-11 11:26:22 -04:00
Mark Vayngrib cacff29bab refactor to use regular es5 js, no need to make socket a component 2015-05-11 11:24:17 -04:00
Mark Vayngrib dea64e5b7a 0.0.2 2015-05-10 11:04:42 -04:00
Mark Vayngrib ecc68b6d32 fix names in README 2015-05-10 11:04:19 -04:00
Mark Vayngrib 12bf05bf96 rm devDeps for now, may need them later for tests 2015-05-10 11:00:30 -04:00
Mark Vayngrib c17555b4ea fix example 2015-05-10 10:59:44 -04:00