aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/activities/LinkResolverActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1636Docile-Alligator2024-05-141-0/+5
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-231-4/+3
* Fix handling reddit.com/[ru]/xxx/s/xxxx urls.Docile-Alligator2024-01-221-20/+36
* feat: Add ShareLinkHandler to handle resolving of new reddit share link URLs ...dvidak2024-01-221-1/+26
* Remove Gfycat.Docile-Alligator2024-01-101-12/+1
* Code cleanup.Docile-Alligator2024-01-041-1/+1
* Only check for file extensions (#1299)Björn Tantau2023-01-241-3/+3
* Merge remote-tracking branch 'origin/master'Docile-Alligator2022-12-031-2/+0
|\
| * Allow https redirection in ExoPlayer (#1261)scria10002022-12-031-2/+0
* | Remove RPAN.Docile-Alligator2022-12-031-5/+0
|/
* Fix Imgur bug for insecure mp4 links (#1240)scria10002022-11-271-2/+4
* Minor code improvements (#1218)Anatolii Afanasev2022-11-191-2/+1
* Improve wiki link handling (#1184)Patrick Demers2022-11-021-2/+12
* handle reddit.com/report as a url, not post link (#1179)Patrick Demers2022-11-021-0/+2
* Minor bugs fixed.Docile-Alligator2022-08-261-1/+5
* Fix java.lang.StringIndexOutOfBoundsException in LinkResolverActivity.getRedd...Docile-Alligator2022-06-271-0/+5
* Share a link to Infinity so that you can open reddit links in this app.Docile-Alligator2022-05-301-0/+16
* Removed option: View Full Markdown. Handle jpeg link in LinkResolverActivity.Docile-Alligator2022-04-021-1/+1
* Fix getRedditUriByPath in LinkResolverActivity.Docile-Alligator2022-03-251-1/+5
* Handle Streamable and Imgur videos when parsing v.redd.it videos in ViewVideo...Alex Ning2021-12-201-1/+1
* Support imgur gifv with audio (#602)scria10002021-12-201-0/+2
* Support Streamable.Alex Ning2021-12-091-2/+13
* Minor bugs fixed in ParsePost.Alex Ning2021-12-031-1/+1
* New option: Link Handler. Removed option: Open Link In App.Alex Ning2021-10-101-2/+5
* Merge branch 'master' into link-handling-fixesDocile-Alligator2021-09-231-1/+3
|\
| * Fixed handling of wiki pagesandrewrasch2021-09-221-1/+3
* | Update link handling for amp and v.redd.itandrewrasch2021-09-221-0/+8
|/
* Support wiki links in r/subreddit/w form.Alex Ning2021-08-021-1/+1
* Support viewing subreddit wiki in app.Alex Ning2021-08-021-0/+5
* Fix app crashes when downloading images from a specific domain.Alex Ning2021-07-211-0/+8
* Support one more image domain. Have not validate the link yet.Alex Ning2021-07-211-1/+5
* Declare LayoutManager for RecyclerView in ViewPostDetailFragment.Alex Ning2021-07-141-2/+0
* Show error message when loading RPAN broadcasts failed.Alex Ning2021-07-131-0/+2
* Support viewing single RPAN broadcast in-app.Alex Ning2021-07-081-0/+5
* Fix IllegalArgumentException when downloading media.Alex Ning2021-04-071-2/+4
* Handle more post links.Alex Ning2021-04-011-0/+7
* Handle more gfycat links.Alex Ning2021-04-011-1/+1
* Fix comment link parsing.Alex Ning2021-04-011-1/+1
* Support reddit links from email.Alex Ning2021-04-011-2/+4
* Fix post link parsing in LinkResolverActivity.Alex Ning2021-03-251-5/+7
* New option: Do not blur nsfw media in nsfw subreddits.Alex Ning2021-03-121-1/+2
* Support v.redd.it videos.Alex Ning2021-03-121-1/+6
* Add a WebView for those who do not have Chrome installed.Alex Ning2021-03-111-4/+10
* Long click the url to see more options. Make getRedditUriByPath in LinkResolv...Alex Ning2020-12-311-2/+7
* Update some librariesTacoTheDank2020-12-231-5/+8
* Correctly handle r/popular and r/all links.Alex Ning2020-11-211-14/+5
* Lowercase package names.Alex Ning2020-11-181-0/+327