aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/RedditGallerySubmissionRecyclerViewAdapter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange files and packages.Docile-Alligator2024-09-151-1/+1
* Migrate to ViewBinding in some adapters.Docile-Alligator2024-05-071-27/+18
* Code cleanup.Docile-Alligator2024-01-041-4/+4
* Fix theme issues.Docile-Alligator2023-03-051-1/+1
* Set caption and url when submitting gallery posts.Alex Ning2022-01-281-4/+28
* Set the maximum number of images in PostGalleryActivity to 20.Alex Ning2021-07-171-1/+1
* Continue adding support for submitting gallery posts.Alex Ning2021-07-161-2/+2
* Automatically remove images that are not uploaded in PostGalleryActivity.Alex Ning2021-07-161-0/+5
* Rounded coners in images in PostGalleryActivity.Alex Ning2021-07-161-2/+4
* Center the FloatingActionButton in PostGalleryActivity.Alex Ning2021-07-161-1/+14
* Implement image uploading in PostGalleryActivity.Alex Ning2021-07-161-2/+7
* Small changes in RedditGallerySubmissionRecyclerViewAdapter's UI.Alex Ning2021-07-161-2/+3
* Select or capture image in PostGalleryActivity.Alex Ning2021-07-161-0/+3
* Continue adding support for submitting gallery posts.Alex Ning2021-07-151-4/+44
* Implement RedditGallerySubmissionRecyclerViewAdapter.Alex Ning2021-07-151-0/+162