aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/activities/PostImageActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-09-191-1/+1
* Rearrange files and packages.Docile-Alligator2024-09-151-2/+2
* Use SubscribedThingListingActivity to select subreddits.Docile-Alligator2024-09-041-2/+5
* Use keys in SelectThingReturnKey to pass return intent data.Docile-Alligator2024-08-221-3/+3
* Continue adding support for searching in multireddit. App data should be clea...Docile-Alligator2024-08-211-1/+2
* Start migrating EditProfileService to JobService.Docile-Alligator2024-07-191-1/+1
* Continue migrating SubmitPostService to JobService. Estimate network bytes.Docile-Alligator2024-07-181-3/+12
* Starting migrating SubmitPostService to JobService.Docile-Alligator2024-07-181-4/+30
* Version 7.1.0-beta1. Submit gallery posts with text content (without embedded...Docile-Alligator2024-03-191-0/+3
* Click the corresponding layout group to open subreddit listing in PostXXXActi...Docile-Alligator2024-03-171-3/+1
* Submit video posts with text content (without embedded images).Docile-Alligator2024-03-151-1/+3
* Submit image posts with text content (without embedded images).Docile-Alligator2024-03-141-183/+148
* Move accessToken and accountName to BaseActivity.Docile-Alligator2024-01-281-10/+8
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-231-5/+5
* Continue changing anonymous mode.Docile-Alligator2024-01-081-2/+2
* Continue changing anonymous mode.Docile-Alligator2024-01-071-1/+1
* Continue changing anonymous mode.Docile-Alligator2024-01-061-4/+4
* Fix accountName is null in some places.Docile-Alligator2024-01-031-1/+2
* Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.Docile-Alligator2024-01-031-1/+1
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-221-1/+1
* In debug, fix crash that occurs when using the camera to post an image. (#1308)cmp2023-01-241-1/+1
* Material Design 3 Switch. Target Sdk 33.Docile-Alligator2022-11-081-2/+2
* Submitting posts using another account is available in other PostXXXActivity.Docile-Alligator2022-04-251-6/+71
* Submit posts using another account is available in PostTextActivity.Docile-Alligator2022-04-241-1/+1
* Add options to set custom fonts.Alex Ning2022-01-141-1/+1
* Continue adding support for custom font.Alex Ning2022-01-131-0/+10
* Retrieve subreddit data for subscribed private subs (#586)scria10002021-12-131-1/+1
* Some UI tweaks.Alex Ning2021-11-101-11/+6
* Continue migrating to Material Design 3.Alex Ning2021-10-301-1/+1
* Use discard instead of yes in several dialogs.Alex Ning2021-08-181-1/+1
* Implement SelectOrCaptureImageBottomSheetFragment.Alex Ning2021-07-161-10/+9
* Continue adding submitting gallery posts support.Alex Ning2021-07-151-52/+52
* Use MaterialButton in PostXXXActivity.Alex Ning2021-07-141-4/+3
* Choose whether receiving post reply notifications or not in PostImageActivity.Alex Ning2021-07-141-3/+20
* Rewrite all the AsyncTasks in the asynctasks package using Executor and Handler.Alex Ning2021-01-241-3/+4
* Save current account info to SharedPreferences. Remove GetCurrentAccountAsync...Alex Ning2021-01-221-30/+7
* Save current account info to SharedPreferences.Alex Ning2021-01-211-1/+1
* Rewrite getting current account from database to use an Executor.Alex Ning2021-01-041-7/+11
* Use some Compat classesTacoTheDank2020-12-241-5/+2
* Lowercase package names.Alex Ning2020-11-181-0/+678