aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/activities/PostVideoActivity.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-4/+12
* Starting migrating SubmitPostService to JobService.Docile-Alligator2024-07-181-3/+25
* Migrate to AndroidX Media3.Docile-Alligator2024-05-131-7/+11
* Upgrade dependencies and compileSdk.Docile-Alligator2024-05-081-1/+1
* 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-5/+1
* Submit video posts with text content (without embedded images).Docile-Alligator2024-03-151-179/+146
* Move accessToken and accountName to BaseActivity.Docile-Alligator2024-01-281-8/+7
* 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/+1
* 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
* Material Design 3 Switch. Target Sdk 33.Docile-Alligator2022-11-081-2/+2
* Update ExoPlayer.Docile-Alligator2022-09-081-5/+5
* Submitting posts using another account is available in other PostXXXActivity.Docile-Alligator2022-04-251-5/+72
* Submit posts using another account is available in PostTextActivity.Docile-Alligator2022-04-241-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-12/+11
* Continue migrating to Material Design 3.Alex Ning2021-10-301-1/+1
* New option: loop video.Alex Ning2021-10-091-1/+5
* Use discard instead of yes in several dialogs.Alex Ning2021-08-181-1/+1
* Use MaterialButton in PostXXXActivity.Alex Ning2021-07-141-4/+3
* Choose whether receiving post reply notifications or not in PostVideoActivity.Alex Ning2021-07-141-50/+67
* Rewrite all the AsyncTasks in the asynctasks package using Executor and Handler.Alex Ning2021-01-241-3/+5
* Save current account info to SharedPreferences. Remove GetCurrentAccountAsync...Alex Ning2021-01-221-29/+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/+12
* Use some Compat classesTacoTheDank2020-12-241-5/+2
* Fix an ExoPlayer deprecationTacoTheDank2020-12-231-2/+2
* Try fixing ANR when releasing ExoPlayer.Alex Ning2020-12-021-0/+2
* Lowercase package names.Alex Ning2020-11-181-0/+679