forked from ringcentral/pubnub-jtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'CL-6369728740416' into CL-6301470768258
- Loading branch information
Showing
92 changed files
with
1,549 additions
and
1,469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,24 @@ | ||
07-01-13 3.5.2 | ||
. Introduced PubnubError class object passing to errorCallback | ||
. ULS APIs | ||
. Consolidated CHANGELOG to root of repo | ||
. set origin feature | ||
. set cache-busting feature | ||
|
||
|
||
06-07-13 | ||
. better handling in multithreaded environments | ||
. better debug log handling | ||
|
||
02-20-2013 - 800478550d9dfa19ae626ee7fd0f774f35254e1b | ||
. added additional versioning support for maven | ||
. jar refactor | ||
|
||
02-01-2013 - 8a686c91cb546787a6be7810b96b806c33cf96e7 | ||
. client is now fully asyncronous | ||
. added enhanced multiplexed subscribe support | ||
. better error handling added to example app | ||
. improved keep-alive handling | ||
. support for chunked responses | ||
. improved logging | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.5.1 | ||
3.5.2 |
Binary file renamed
BIN
+40.3 KB
android/Pubnub-Android-3.5.1.jar → android/Pubnub-Android-3.5.2.jar
Binary file not shown.
Binary file renamed
BIN
+40.3 KB
...bnubExample/libs/Pubnub-Android-3.5.1.jar → ...bnubExample/libs/Pubnub-Android-3.5.2.jar
Binary file not shown.
462 changes: 231 additions & 231 deletions
462
android/examples/PubnubExample/src/com/pubnub/examples/pubnubExample/MainActivity.java
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file renamed
BIN
+40.3 KB
...cribeAtBoot/libs/Pubnub-Android-3.5.1.jar → ...cribeAtBoot/libs/Pubnub-Android-3.5.2.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+44.7 KB
blackberry/Pubnub-BlackBerry-3.5.1.jar → blackberry/Pubnub-BlackBerry-3.5.2.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,8 @@ public void errorCallback(String channel, PubnubError message) { | |
} | ||
}); | ||
close(); | ||
}}); | ||
} | ||
}); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,8 @@ public void errorCallback(String channel, PubnubError message) { | |
} | ||
}); | ||
close(); | ||
}}); | ||
} | ||
}); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ public void errorCallback(String channel, PubnubError error) { | |
} | ||
}); | ||
close(); | ||
}}); | ||
} | ||
}); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ public void errorCallback(String channel, PubnubError error) { | |
|
||
} | ||
}}); | ||
} | ||
} | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,8 @@ public void errorCallback(String channel, PubnubError message) { | |
} | ||
}); | ||
close(); | ||
}}); | ||
} | ||
}); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,7 @@ public void errorCallback(String channel, PubnubError error) { | |
} catch (Exception e) { | ||
|
||
} | ||
}}); } | ||
}}); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.