aboutsummaryrefslogtreecommitdiff
path: root/app/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-27Please update Infinity after August 30th.Docile-Alligator3-5/+7
2023-08-15Probably fixed key reuse in PostPagingSource caused by NSFW posts being ↵Docile-Alligator1-0/+6
disabled by Reddit.
2023-08-13Fix Reddit video downloaded without sound.Docile-Alligator1-7/+28
2023-06-22Fix RedditAPIInfoBottomSheetFragment not scrollable.Docile-Alligator2-48/+56
2023-06-20Showing info related to the Reddit API changesDocile-Alligator5-4/+156
2023-05-22Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1475Docile-Alligator1-0/+1
2023-05-13Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1448Docile-Alligator2-1/+5
2023-05-07Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1456Docile-Alligator2-10/+18
2023-05-04Markdown in subreddit and user descriptions.Docile-Alligator3-4/+34
2023-05-04Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1301Docile-Alligator3-3/+22
2023-05-04Don't restart login activity on orientation, screen size, or layout ↵cmp1-0/+1
direction changes. (#1372)
2023-05-04Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1408Docile-Alligator1-1/+3
2023-05-03Do not render ZoomSurfaceView when pinch to to zoom video is disabled.Docile-Alligator2-13/+55
2023-05-03Do not render ZoomSurfaceView when pinch to to zoom video is disabled.Docile-Alligator1-49/+71
2023-05-03Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1414Docile-Alligator1-13/+16
2023-05-03Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1450Docile-Alligator1-4/+6
2023-04-28Fixed ItemTouchHelper conflict with Slidr.Docile-Alligator4-21/+86
2023-04-28Fixed gallery images swipe gesture and Slidr gesture conflicts in all places.Docile-Alligator13-120/+105
2023-04-27Fixed gallery images swipe gesture and Slidr gesture conflicts.Docile-Alligator17-26/+44
2023-04-26Try fixing gallery images swipe gesture and Slidr gesture conflicts.Docile-Alligator4-1/+17
2023-04-26Include Slidr in code.Docile-Alligator49-157/+3192
2023-04-24Sorting subreddits on edit multireddit page (#1402)EnArvy1-0/+3
2023-04-24Show if comments are edited (#1388)Thomas6-2/+42
2023-03-11Export themes with hex colors by default. Read either int colors or hex ↵cmp2-7/+94
colors on import. (#1289)
2023-03-11For v.reddit HLS, try to prefer the stereo audio track. (#1376)cmp1-16/+30
2023-03-11Support long press for posts and comments to copy the post or comment link. ↵cmp6-13/+82
(#1313)
2023-03-11Prevent superscript crash with empty spoiler (#1387)scria10001-1/+35
2023-03-05Version 5.4.1. Minor bugs fixed.Docile-Alligator1-1/+1
2023-03-05Fix theme issues.Docile-Alligator3-8/+9
2023-03-04Fix edit text hidden under keyboard in ViewPrivateMessagesActivity.Docile-Alligator1-49/+1
2023-02-21Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1367Docile-Alligator1-0/+54
2023-02-20Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/736Docile-Alligator5-30/+55
2023-02-20Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1363Docile-Alligator2-58/+68
2023-02-20Fix suggested sort enum parsing error.Docile-Alligator1-1/+6
2023-02-06Version 5.4.0. Minor bugs fixed in PostGalleryTypeImageRecyclerViewAdapter.Docile-Alligator1-3/+12
2023-02-06Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1329Docile-Alligator1-4/+7
2023-02-06Revert bottom app bar style.Docile-Alligator6-139/+193
2023-02-03Fix progress bar reappearing in PostGalleryTypeImageRecyclerViewAdapter?Docile-Alligator1-0/+2
2023-01-26Version 5.4.0-beta3. Bring back blocking users.Docile-Alligator5-0/+80
2023-01-25fix misdeletion (#1343)scria10003-5/+5
2023-01-25Remember paused state for autoplay videos (#1331)scria10003-29/+322
* 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()
2023-01-24Additional checks for null or potentially empty array (#1341)scria10001-1/+5
2023-01-24Only check for file extensions (#1299)Björn Tantau1-3/+3
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/
2023-01-24In debug, fix crash that occurs when using the camera to post an image. (#1308)cmp1-1/+1
2023-01-24Fix wikimode occasionally being null from the API (#1315)cmp1-0/+8
2023-01-21Fix is_submitter property not being present on responses from the reveddit ↵cmp3-5/+7
API. (#1335) Try to fix pushshift API deleted comment searching.
2023-01-21Handle image posts if url contains query string (#1300)Björn Tantau1-15/+11
* 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
2023-01-21Ignore NotifyDataSetChanged lint warnings for Markwon adapters (#1228)Sergei Kozelko8-1/+8
There is no "more efficient" way to update it
2023-01-21Disable aspect ratio logic when it is negative (#1296)Sergei Kozelko1-9/+11
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`.
2023-01-21Fix keyboard not showing on Android 13.Docile-Alligator19-374/+134