| Commit message (Collapse) | Author | Files | Lines |
|
|
|
disabled by Reddit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
direction changes. (#1372)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
colors on import. (#1289)
|
|
|
|
(#1313)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Remember paused state for autoplay videos
* Update cached playback info
Update cached playback info instead of keeping track of it with a local variable
* Add missing null check
* Move logic into play()
|
|
|
|
Links that end with jpeg without a dot before it are usually not images. Like here https://www.reddit.com/r/ProgrammerHumor/comments/zxro3m/weinersmith_has_escalated_the_gif_geif_vs_jiff/
|
|
|
|
|
|
API. (#1335)
Try to fix pushshift API deleted comment searching.
|
|
* Handle image posts if url contains query string
Sometimes the URL to an image contains a query string, which results in Infinity showing a link instead of the image. Example: https://www.reddit.com/r/ProgrammerHumor/comments/zxsf93/like_why_the_hell_does_windows_news_leak/
* Check path for file ending instead of using regex
|
|
There is no "more efficient" way to update it
|
|
Gallery can set aspect ratio to -1 which would result in negative measured height. It seem that Android treats dimensions as unsigned numbers, so negative numbers actually become huge positive numbers resulting in "infinite" height.
It should be noted that this change allows to disable aspect ratio logic even when some dimension is set to `wrap_content`.
|
|
|