aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/post/SubmitPost.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange files and packages.Docile-Alligator2024-09-151-1/+1
* Submit video posts with text content (without embedded images).Docile-Alligator2024-03-151-3/+5
* Submit image posts with text content (without embedded images).Docile-Alligator2024-03-141-4/+4
* Submit link posts with text content (without embedded images).Docile-Alligator2024-03-141-16/+20
* Submit text post with embedded images.Docile-Alligator2024-03-111-9/+13
* Uploaded image richtext_json. Enable uploading images in markdown editor.Docile-Alligator2024-03-101-1/+1
* Choose whether receiving post reply notifications or not in PostTextActivity.Alex Ning2021-07-141-14/+20
* Separate image uploading methods from SubmitPost and put them into a new clas...Alex Ning2021-07-041-78/+5
* Finish replacing AsyncTask with Executor in ParsePost.Alex Ning2021-06-231-14/+18
* Rewrite SubmitPostService to run the service in a background thread.Alex Ning2021-01-261-306/+136
* Lowercase package names.Alex Ning2020-11-181-0/+478