aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/services/DownloadRedditVideoService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix submitting posts and downloading media not working on Android >= 14 with ...Docile-Alligator2024-08-251-2/+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/+1
* Add NetworkCapabilities.NET_CAPABILITY_INTERNET in required network in JobSer...Docile-Alligator2024-07-251-1/+2
* Modify SubmitCrosspostActivity to use SubmitPostService as a JobService. Add ...Docile-Alligator2024-07-241-5/+0
* Make NotificationCompat.Builder a local variable in DownloadMediaService and ...Docile-Alligator2024-07-241-42/+41
* Call jobFinished in downloadFinished in DownloadRedditVideoService.Docile-Alligator2024-07-231-21/+21
* Start migrating DownloadRedditVideoService to JobService.Docile-Alligator2024-07-231-253/+257
* Save pending intent flags in a variable to not show error in DownloadMediaSer...Docile-Alligator2024-05-081-3/+5
* Fix IllegalArgumentException when sending notifications in DownloadRedditVide...Docile-Alligator2024-01-291-0/+3
* Fix Reddit video downloaded without sound.Docile-Alligator2023-08-131-7/+28
* Remove unused download events (#1236)Sergei Kozelko2022-11-191-6/+0
* always mux videos when downloading (#1152)Patrick Demers2022-11-021-25/+42
* Show an indicator for the current sort type.Docile-Alligator2022-08-211-1/+0
* Do not mux video and audio on Android 7 and below.Docile-Alligator2022-06-271-27/+42
* Add a notification action to delete the media after downloading.Docile-Alligator2022-05-311-2/+9
* Share media file after downloading.Docile-Alligator2022-05-311-10/+20
* Fix missing pendingintent mutability flag.Docile-Alligator2022-05-201-1/+1
* 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-1/+8
* Use NotificationChannelCompat featuresTacoTheDank2021-09-251-12/+8
* Use MediaStore.VOLUME_EXTERNAL_PRIMARY when downloading media.Alex Ning2021-07-141-2/+1
* Fix downloading videos without sound failed.Alex Ning2021-02-021-8/+8
* Use some Compat classesTacoTheDank2020-12-241-2/+2
* Rewrite DownloadRedditVideoService to run the service in a background thread.Alex Ning2020-12-221-308/+251
* Maybe fix crash when downloading media.Alex Ning2020-12-011-1/+1
* Fix ArrayIndexOutOfBoundsException in FollowedUsersRecyclerViewAdapter. Minor...Alex Ning2020-12-011-1/+1
* Fix crash when downloading media. Version 4.1.0-beta6.Alex Ning2020-11-191-24/+24
* Fix crash when downloading media. Run AsyncTask in parallel in DownloadMediaS...Alex Ning2020-11-191-5/+4
* Lowercase package names.Alex Ning2020-11-181-0/+662