Rogue136198

Results 42 comments of Rogue136198

PR should be in it's final form now. Ends up being the only change is increasing the frame interval from 2 seconds to 1 second. In my testing this has...

> I think there's still something that could be done to improve the sizing. Maybe instead of just dividing by 4, the division factor could be calculated based on the...

> > While I try that out, would you have any idea why my original plan resulted in the image being cut off? This was the code: > > ```...

Increasing the number of frames to 12 with frames generated every 0.5 seconds. In my testing this results in a smooth animation with minimal cases of the video being too...

> On which device did you test this? I'm unable to get the notification to display on an emulator (Nexus 5X preset in Android Studio, on Android 12) and a...

I've gone ahead and implemented the logic to prevent scaling up if the initial video width is less than 480px. I hope this solves the issue you were running into...

> Personally, I don't think real-time playback makes sense, that's for watching the whole clip. I want to quickly digest what happened from the notification. I'm leaning towards one frame...

> Edit: it doesn't seem to be related to display density as the provided Bitmap objects already have the same density as the screen. I'm not entirely sure how to...

> > As you can see there appears to be a strong coloration between aspect ratio and max number of frames. > > Using my earlier observations, 1 Bitmap in...

> > This is strange. Which device are you seeing this on? Nexus 5X? Pixel 4a? I want to see if I can replicate it in an emulator. > >...