Mo Atie
Mo Atie
+1 for revert animation
@chamroeunbm try setting the `ObjectAnimator` in the fragment and call `anim.reverse()` I haven't tried it but based on the documentation it reverses the animation. Also: - add a flag that...
I personally like it! I have never done something like this before and I am sure it will be of great use. Is there a guide to explain each value...
https://github.com/Redgram/redgram-for-reddit/blob/master/Redgram/app/src/main/java/com/matie/redgram/ui/common/views/widgets/postlist/dynamic/PostItemImageView.java#L65 `setImageRequest` should be [`setLowResImageRequest`](http://frescolib.org/javadoc/reference/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.html#getLowResImageRequest%28%29) https://github.com/Redgram/redgram-for-reddit/blob/master/Redgram/app/src/main/java/com/matie/redgram/data/managers/media/video/ImageManager.java#L89 In here I'm not even requesting the thumbnail anywhere.
Yes, we can do that but we need to understand the definition of low and high quality images. Once we do that, we need to explore ways to turn that...
https://www.reddit.com/hot.json?compact=true.json This is an example of a listing that is returned from the API.
start after completion of #43
@Patyfatycake @TaiwanasawusWEX @marklackey I would love to have more people in the organization , but I don't see you having any activity in your profiles. You are welcome to fork...
hey @ednofranco , feel free to fork the project and look at the issues! Comment on what you think is a good fix or design. If you went ahead and...