Commit add619e
Release/1.0.25 (#298)
* Release/1.0.25 - Updated versions
* Release/1.0.25 - ParseFile change
* Fix whereArrayContainsAll (#260)
* Bug fix: 'set' method should force update by default. If someone change a property of object from 'get' method and then 'set' it in ParseObject, it should be dirty. (#262)
* Fix About Retrieving Sessions (#263)
* ParseObject.update/ParseInstallation.create/ParseSession.installationId (#264)
* Fix About Retrieving Sessions
* parseObject.update/ParseInstallation.put/ParseSession.installation
* Refactored ParseUser.logout - resetting session id and deleting local data are now separate functions (#270)
* Update LICENSE (#274)
* Update LICENSE
* Update LICENSE
* Update LICENSE
* Fixed permission for ACL's getWriteAccess (#277)
* Update LICENSE
* Fixed permission for ACL's getWriteAccess
Fixes #275
* Optimize LiveQuery (#278)
* reconsitution
* reconnect when network state changed.
* reconnect when resume. (#279)
* Setting installationId in _Session object during sign-up (#293)
Excellent work!
* Release/1.0.25 - Add ParseUser update method
* Release/1.0.25 - Add ParseUser update method
* example app migration to use Sembast v2 (#294)
* Setting installationId in _Session object during sign-up
* example app migration to use Sembast v2
* cleanup and fixed a broken code (#295)
* Setting installationId in _Session object during sign-up
* example app migration to use Sembast v2
* updated .gitignore and cleaned unnecessary files in the repo
* fixed broken code after rebase
* updated .gitignore
* Release/1.0.25 - Update dependencies
Co-authored-by: 杨萧玉 <yulingtianxia@users.noreply.github.com>
Co-authored-by: kidder <841497533@qq.com>
Co-authored-by: matskosan <matsko@hyprec.com>
Co-authored-by: Artem Demyanov <qwertyway@gmail.com>
Co-authored-by: mregandla <3104483+mregandla@users.noreply.github.com>1 parent d6aad8a commit add619e
File tree
39 files changed
+510
-814
lines changed- example
- .idea
- codeStyles
- libraries
- runConfigurations
- android
- app
- gradle/wrapper
- lib
- data/repositories
- diet_plan
- user
- pages
- test/data/repository/diet_plan
- lib/src
- base
- network
- objects
39 files changed
+510
-814
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
9 | 26 | | |
10 | 27 | | |
11 | 28 | | |
12 | 29 | | |
13 | 30 | | |
| 31 | + | |
| 32 | + | |
14 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments