Skip to content

Primitive List feature(Part 9, RealmList)#5213

Merged
zaki50 merged 137 commits intofeature/primitive_listfrom
my/primitive_list_9_RealmList
Sep 19, 2017
Merged

Primitive List feature(Part 9, RealmList)#5213
zaki50 merged 137 commits intofeature/primitive_listfrom
my/primitive_list_9_RealmList

Conversation

@zaki50
Copy link
Copy Markdown
Contributor

@zaki50 zaki50 commented Sep 6, 2017

This PR is based on Part 8 (#5210)

@zaki50 zaki50 added this to the 4.0 (RMP 2.0) milestone Sep 6, 2017
@zaki50 zaki50 changed the title Primitive List(Part 9, RealmList) Primitive List feature(Part 9, RealmList) Sep 6, 2017
@zaki50 zaki50 mentioned this pull request Sep 6, 2017
21 tasks
@zaki50
Copy link
Copy Markdown
Contributor Author

zaki50 commented Sep 19, 2017

I've addressed all comment. Could you give second-round review? @realm/java

Comment thread CHANGELOG.md Outdated

* `RealmResults.distinct()`/`RealmResults.distinctAsync()` have been removed. Use `RealmQuery.distinct()`/`RealmQuery.distinctAsync()` instead.
* `RealmQuery.createQuery(Realm, Class)`, `RealmQuery.createDynamicQuery(DynamicRealm, String)`, `RealmQuery.createQueryFromResult(RealmResults)` and `RealmQuery.createQueryFromList(RealmList)` have been removed. Use `Realm.where(Class)`, `DynamicRealm.where(String)`, RealmResults.where()` and `RealmList.where()` instead.
* Some exception messages are revised.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not serious breaking change i guess :P put it to enhancement or just remove?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed.

}

/**
* This class provides façade for against {@link OsList}. {@link OsList} is used for both {@link RealmModel}s
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

façade -> facade ç here (I thought my monitor was dirty)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

façade is correct word, but I don't mind to fix this!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Copy Markdown
Contributor

@cmelchior cmelchior left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@zaki50 zaki50 merged commit 4c63804 into feature/primitive_list Sep 19, 2017
@zaki50 zaki50 deleted the my/primitive_list_9_RealmList branch September 29, 2017 07:50
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants