Open AleksanderMielczarek opened 7 years ago
if this works well, please merge.
I also found that
sb.append(linkList.getTargetRowIndex(pos));
should most likely be equivalent to
sb.append(linkList.getUncheckedRow(pos).getIndex());
@zaki50 any chance?
Realm version is now 3.7.2 :)
Any chance to merge this one?
@AleksanderMielczarek Thank you for making this PR. I think that we need compatibility with older versions. I'll try to integrate your change with my local work in this weekend.
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).