-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
61 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>ParseLiveQuery-Android</name> | ||
<comment>Project ParseLiveQuery-Android created by Buildship.</comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.buildship.core.gradleprojectbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.buildship.core.gradleprojectnature</nature> | ||
</natures> | ||
</projectDescription> |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
## Changelog | ||
|
||
### master | ||
|
||
### 1.2.1 | ||
> NOTE: | ||
> | ||
> This release requires Parse Android SDK >=`1.24.2` as dependency because of the transient depencency on the internalized bolts module. | ||
- CHANGE: Changed bolts references to use internalized bolts depedency. See [#1036](https://github.com/parse-community/Parse-SDK-Android/issues/1036) for details. Thanks to [Manuel Trezza](https://github.com/mtrezza) | ||
|
||
### 1.2.0 | ||
- Upgrade to avoid depending on outdated Bolts (#107) | ||
|
||
### 1.1.0 | ||
- Repackage from com.parse to com.parse.livequery | ||
- Bumps to use the latest dependency on JitPack for compatibility | ||
|
||
### 1.0.6 | ||
- Safely call close on the websocket client with synchronized calls | ||
thanks to @mmimeault (#83) | ||
|
||
### 1.0.5 | ||
- Back the subscriptions by a thread safe collection map thanks to @mmimeault (#80) | ||
|
||
### 1.0.4 | ||
- Change package name thanks to @hermanliang (#64) | ||
|
||
### 1.0.3 | ||
- Fix race condition by ensuring that op=connected has been received before sending a new subscribe event thanks to @jhansche (#48) | ||
|
||
### 1.0.2 | ||
- Dispatch better disconnect events thanks to @jhansche (#39) | ||
|
||
### 1.0.1 | ||
- getClient() method can get URL inferred from Parse.initialize() call thanks to @hermanliang (#30) | ||
- Bump to support Android API 25 (#32) | ||
- Bump to Parse Android 1.14.1 dependency (#32). | ||
- Switch from TubeSock library to OkHttp3 web scokets (#28) | ||
- Fix Locale lint errors thanks to @jhansche (#23) | ||
- Connect/disconnect on background executor thanks to @jhansche (#22) | ||
- Refactor ParseLiveQueryClient not to be typed thanks to @jhansche (#27) | ||
|
||
### 1.0.0 | ||
- Initial 1.0.0 release |