uPhyca / stetho-realm

Realm module for Stetho
Other
738 stars 114 forks source link

Update Realm to 3.7.1 #58

Open AleksanderMielczarek opened 7 years ago

AleksanderMielczarek commented 7 years ago

Hello,

unfortunately stetho-realm does not work with latest Realm 3.7.1. This PR changes LinkView withOsList and add OsRealmConfig.Durability (this is also covered in #57).

guness commented 7 years ago

if this works well, please merge.

Zhuinden commented 7 years ago

I also found that

        sb.append(linkList.getTargetRowIndex(pos));

should most likely be equivalent to

        sb.append(linkList.getUncheckedRow(pos).getIndex());

@zaki50 any chance?

mgohin commented 7 years ago

Realm version is now 3.7.2 :)

AleksanderMielczarek commented 7 years ago

Any chance to merge this one?

zaki50 commented 7 years ago

@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?

Benyuss commented 7 years ago

Hi @zaki50 !

Any updates on this please?

eygraber commented 7 years ago

Realm 4.1 was released.

bloderxd commented 7 years ago

How we're going with that?

pavel-mukhanov commented 7 years ago

Maybe we should fork this repo and assign new maintainer?

eygraber commented 6 years ago

Realm 4.3.1 was released

Zhuinden commented 6 years ago

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?

eygraber commented 6 years ago

@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?

Zhuinden commented 6 years ago

@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

eygraber commented 6 years ago

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.