aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/services (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
* Rearrange files and packages.Docile-Alligator2024-09-151-3/+3
* Fix submitting posts and downloading media not working on Android >= 14 with ...Docile-Alligator2024-08-254-10/+4
* Fix notification not dismissed after submitting a post on Android < 14.Docile-Alligator2024-08-251-32/+46
* Fix "You're trying to build a job with no constraints, this is not allowed." ...Docile-Alligator2024-08-224-0/+4
* Fix app crashes on downloading media, submitting posts and editing profile on...Docile-Alligator2024-08-014-0/+5
* Add NetworkCapabilities.NET_CAPABILITY_INTERNET in required network in JobSer...Docile-Alligator2024-07-254-4/+8
* 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-242-68/+66
* Call jobFinished in downloadFinished in DownloadRedditVideoService.Docile-Alligator2024-07-231-21/+21
* Start migrating DownloadRedditVideoService to JobService.Docile-Alligator2024-07-231-253/+257
* Start migrating DownloadMediaService to JobService.Docile-Alligator2024-07-191-218/+217
* Optimize methods in EditProfileService.Docile-Alligator2024-07-191-54/+43
* Start migrating EditProfileService to JobService.Docile-Alligator2024-07-191-92/+102
* Continue migrating SubmitPostService to JobService. Estimate network bytes.Docile-Alligator2024-07-181-4/+6
* Starting migrating SubmitPostService to JobService.Docile-Alligator2024-07-181-110/+144
* Save pending intent flags in a variable to not show error in DownloadMediaSer...Docile-Alligator2024-05-082-6/+10
* Submit video posts with text content (without embedded images).Docile-Alligator2024-03-151-6/+7
* Submit image posts with text content (without embedded images).Docile-Alligator2024-03-141-10/+10
* Submit link posts with text content (without embedded images).Docile-Alligator2024-03-141-6/+10
* Submit comment with up to one embedded image.Docile-Alligator2024-03-111-15/+1
* Submit text post with embedded images.Docile-Alligator2024-03-111-4/+33
* Fix IllegalArgumentException when sending notifications in DownloadRedditVide...Docile-Alligator2024-01-291-0/+3
* @Nullable accessToken and @NonNull accountName.Docile-Alligator2024-01-031-9/+14
* 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
* Fix Reddit video downloaded without sound.Docile-Alligator2023-08-131-7/+28
* Minor code improvements (#1218)Anatolii Afanasev2022-11-191-2/+2
* Remove unused download events (#1236)Sergei Kozelko2022-11-192-11/+0
* always mux videos when downloading (#1152)Patrick Demers2022-11-021-25/+42
* Fix redgifs download issues.Docile-Alligator2022-09-161-1/+10
* 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
* Fix app crashes when applying Material You theme after changing wallpaper. Tw...Docile-Alligator2022-06-011-97/+0
* Add a notification action to delete the media after downloading.Docile-Alligator2022-05-312-2/+16
* Share media file after downloading.Docile-Alligator2022-05-312-22/+42
* Fix missing pendingintent mutability flag.Docile-Alligator2022-05-202-4/+4
* Submit posts using another account is available in PostTextActivity.Docile-Alligator2022-04-241-24/+46
* Submitting poll posts is available.Docile-Alligator2022-02-211-2/+43
* Fix NSFW download location option not working. Hide options in Data Saving Mo...Alex Ning2021-12-202-2/+2
* Added Setting for Separate NSFW Download Folder (#584)MetalNeo2021-12-202-3/+15
* feat: add Edit Profileratabb2021-10-301-0/+260
* Use NotificationChannelCompat featuresTacoTheDank2021-09-254-49/+37
* Fix Applying Material You notification cannot be dismissed.Alex Ning2021-08-061-2/+8
* Change MaterialYouService to foreground service.Alex Ning2021-08-041-5/+44