-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Realm to 3.7.1 #58
base: master
Are you sure you want to change the base?
Conversation
if this works well, please merge. |
I also found that
should most likely be equivalent to
@zaki50 any chance? |
Realm version is now 3.7.2 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried this out Realm 3.7.2 and it worked! My android app no longer crashes when inspecting and I am able to browse the data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried this out Realm 3.7.2 and it worked! My android app no longer crashes when inspecting and I am able to browse the data.
Any chance to merge this one? |
@AleksanderMielczarek Thank you for making this PR. Could you give me a bit of time? |
Hi @zaki50 ! Any updates on this please? |
Realm 4.1 was released. |
How we're going with that? |
Maybe we should fork this repo and assign new maintainer? |
Realm 4.3.1 was released |
I guess it might be possible to use Realm Studio to check one's realm schema and data and all that, so Stetho-Realm just isn't that useful anymore? |
@Zhuinden isn't there a whole process for apps that don't use sync, and aren't rooted? Something like putting the realm file in public storage for Dev builds, and then adb-ing it to the dev computer? |
@eygraber I think now with AS 3.0+ you can just use Device File Explorer and use "save as" on the file to save it on local pc |
But it still needs to be on public storage, right? When I have time, I'd love to do some work on https://github.com/jonasrottmann/realm-browser Seems like a much more flexible solution. |
Hello,
unfortunately stetho-realm does not work with latest Realm 3.7.1. This PR changes
LinkView
withOsList
and addOsRealmConfig.Durability
(this is also covered in #57).