Jerrell Mardis

Results 11 comments of Jerrell Mardis

I'm getting this error randomly as well. @jansouza How does the TransitionDrawable have anything to do with the way recycling happens? **\* UPDATE 4/25 *** I've removed the TransitionDrawable code...

I'll take a look at this, this week.

Ah, right that makes. So the user would be presented with a screen to either manually enter an address or auto discover network shares as a guest or authenticated user.

With my setup, I have a NAS with a single share, "Media" which is password protected. The current implementation doesn't find the share if an auth object isn't provided in...

Yea that's weird, I have the same format. I also had to change ``` domains = new SmbFile("smb://").listFiles(); ``` to ``` domains = new SmbFile("smb://DiskStation", auth).listFiles(); ``` in order to...

I'm going to hide the Spinner for now.

Correct me if I’m wrong @alextran1502 but I believe part of the problem is that the API doesn’t support paging and is returning every asset instead of a subset when...

@alextran1502 is there a discussion or PR to follow the development of this improvement? I'm using the API and am curious if the improvement is with the introduction of a...

Here's a video of the issue I described above. The video is not as smooth as I would like but you can definitely see the issue at roughly the 16...