aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/activities/AccountPostsActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start adding PostFragmentBase as the base class for PostFragment and HistoryP...Docile-Alligator2024-10-161-2/+3
* Rearrange files and packages.Docile-Alligator2024-09-151-4/+3
* Move accessToken and accountName to BaseActivity.Docile-Alligator2024-01-281-10/+7
* Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.Docile-Alligator2024-01-031-1/+2
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-221-1/+1
* Continue deleting awards related components.Docile-Alligator2023-11-041-2/+0
* Fixed gallery images swipe gesture and Slidr gesture conflicts.Docile-Alligator2023-04-271-2/+0
* Include Slidr in code.Docile-Alligator2023-04-261-9/+8
* Swipe between gallery images in PostFragment.Docile-Alligator2022-11-121-1/+17
* Start utilizing view binding (#1013)Taco2022-09-211-30/+22
* Minor update to immersive interface.Docile-Alligator2022-06-281-3/+1
* Continue migrating to Material Design 3.Alex Ning2021-10-301-3/+3
* Give back lazy mode control to PostFragment instead of activities.Alex Ning2021-09-291-52/+12
* Remove PostViewModel, PostDataSource and PostDataSourceFactory. NewPostViewMo...Alex Ning2021-09-061-6/+6
* Finally fixed java.lang.RuntimeException: Canvas: trying to draw too large bi...Alex Ning2021-01-231-7/+0
* Save current account info to SharedPreferences. Remove GetCurrentAccountAsync...Alex Ning2021-01-221-31/+9
* 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-9/+14
* Continue adding support for post filter.Alex Ning2020-12-211-1/+0
* Disable marking posts as read in AccountPostsActivity and AccountSavedThingAc...Alex Ning2020-12-091-0/+1
* Try fixing IllegalStateException for fragments in various Activities.Alex Ning2020-12-021-2/+4
* Lowercase package names.Alex Ning2020-11-181-0/+314