aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/services/DownloadMediaService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add an option to download all media in an imgur album in ViewImgurMediaActivity.Docile-Alligator2024-09-181-16/+86
* Fix notification content when downloading all media in a gallery.Docile-Alligator2024-09-181-73/+127
* Add an option to download the entire gallery in PostOptionsBottomSheetFragment.Docile-Alligator2024-09-171-173/+271
* Add an option to download media in PostOptionsBottomSheetFragment.Docile-Alligator2024-09-171-12/+70
* Use VideoLinkFetcher to load the video link in posts.Docile-Alligator2024-09-171-0/+87
* Fix submitting posts and downloading media not working on Android >= 14 with ...Docile-Alligator2024-08-251-3/+1
* Fix "You're trying to build a job with no constraints, this is not allowed." ...Docile-Alligator2024-08-221-0/+1
* Fix app crashes on downloading media, submitting posts and editing profile on...Docile-Alligator2024-08-011-0/+2
* Add NetworkCapabilities.NET_CAPABILITY_INTERNET in required network in JobSer...Docile-Alligator2024-07-251-1/+2
* Make NotificationCompat.Builder a local variable in DownloadMediaService and ...Docile-Alligator2024-07-241-26/+25
* Start migrating DownloadMediaService to JobService.Docile-Alligator2024-07-191-218/+217
* Save pending intent flags in a variable to not show error in DownloadMediaSer...Docile-Alligator2024-05-081-3/+5
* Fix app crashes when downloading videos.Docile-Alligator2023-12-151-0/+2
* Emotes are now clickable. Fix IndexOutOfBoundsException in Utils.parseRedditI...Docile-Alligator2023-11-281-1/+10
* Click to open reddit preview images in posts. Fix IllegalArgumentException in...Docile-Alligator2023-11-201-1/+1
* Minor code improvements (#1218)Anatolii Afanasev2022-11-191-2/+2
* Remove unused download events (#1236)Sergei Kozelko2022-11-191-5/+0
* Fix redgifs download issues.Docile-Alligator2022-09-161-1/+10
* Add a notification action to delete the media after downloading.Docile-Alligator2022-05-311-0/+7
* Share media file after downloading.Docile-Alligator2022-05-311-12/+22
* Fix missing pendingintent mutability flag.Docile-Alligator2022-05-201-3/+3
* Fix NSFW download location option not working. Hide options in Data Saving Mo...Alex Ning2021-12-201-1/+1
* Added Setting for Separate NSFW Download Folder (#584)MetalNeo2021-12-201-2/+7
* Use NotificationChannelCompat featuresTacoTheDank2021-09-251-12/+8
* Use MediaStore.VOLUME_EXTERNAL_PRIMARY when downloading media.Alex Ning2021-07-141-1/+1
* Use some Compat classesTacoTheDank2020-12-241-2/+2
* Rewrite DownloadRedditVideoService to run the service in a background thread.Alex Ning2020-12-221-10/+9
* Rewrite DownloadMediaService to run in a background thread.Alex Ning2020-12-211-245/+257
* Maybe fix crash when downloading media.Alex Ning2020-12-011-1/+1
* Fix crash when downloading media. Version 4.1.0-beta6.Alex Ning2020-11-191-32/+32
* Fix crash when downloading media. Run AsyncTask in parallel in DownloadMediaS...Alex Ning2020-11-191-8/+6
* Lowercase package names.Alex Ning2020-11-181-0/+470