aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/activities/ViewUserDetailActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-201-1/+6
* Show updated Giphy gif in the edit comments.Docile-Alligator2024-09-191-3/+18
* Rearrange files and packages.Docile-Alligator2024-09-151-7/+5
* Enabling or disabling reply notifications in CommentMoreBottomSheetFragment.Docile-Alligator2024-09-131-1/+18
* Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator2024-09-111-29/+29
* New UI design in ViewUserDetailActivity.Docile-Alligator2024-09-101-1/+1
* Use SubscribedThingListingActivity to select a multireddit.Docile-Alligator2024-09-091-25/+33
* Continue adding contentDescription for image views.Docile-Alligator2024-09-081-0/+11
* Continue adding support for searching in multireddit. App data should be clea...Docile-Alligator2024-08-211-5/+6
* Some changes related to SectionsPagerAdapter.Docile-Alligator2024-08-181-2/+2
* Optimize subreddit auto complete.Docile-Alligator2024-08-171-28/+39
* Save 'Search in' in RecentSearchQuery.Docile-Alligator2024-08-151-2/+8
* Logging out by long clicking an account. Rename SwitchAccount to AccountManag...Docile-Alligator2024-08-111-2/+2
* Use ViewModel instead of AndroidViewModel. Update some dependencies.Docile-Alligator2024-07-021-1/+1
* Fix NullPointerException in ParseSubredditData.Docile-Alligator2024-06-021-11/+13
* Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator2024-04-291-134/+99
* Edit comments with embedded images.Docile-Alligator2024-03-121-2/+2
* Move accessToken and accountName to BaseActivity.Docile-Alligator2024-01-281-41/+38
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-231-7/+7
* Continue changing anonymous mode.Docile-Alligator2024-01-081-5/+5
* Continue changing anonymous mode.Docile-Alligator2024-01-081-3/+0
* Continue changing anonymous mode.Docile-Alligator2024-01-071-4/+7
* Code cleanup.Docile-Alligator2024-01-041-3/+3
* Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...Docile-Alligator2024-01-011-4/+4
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-011-15/+15
* Account.ANONYMOUS_ACCOUNTDocile-Alligator2023-12-311-6/+7
* Fix OnClickListener's onlick being called even if it's null. Fix the double h...Docile-Alligator2023-12-091-3/+4
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-221-10/+1
* Fix MediaMetadata's fileName is always null.Docile-Alligator2023-11-201-2/+0
* Continue deleting awards related components.Docile-Alligator2023-11-041-8/+0
* Start deleting awards related components.Docile-Alligator2023-11-041-9/+1
* Set off screen page limit to ViewPager2.OFFSCREEN_PAGE_LIMIT_DEFAULT in some ...Docile-Alligator2023-10-041-1/+1
* Markdown in subreddit and user descriptions.Docile-Alligator2023-05-041-2/+1
* Fixed gallery images swipe gesture and Slidr gesture conflicts in all places.Docile-Alligator2023-04-281-0/+2
* Fixed gallery images swipe gesture and Slidr gesture conflicts.Docile-Alligator2023-04-271-1/+0
* Include Slidr in code.Docile-Alligator2023-04-261-10/+9
* Revert bottom app bar style.Docile-Alligator2023-02-061-28/+24
* Version 5.4.0-beta3. Bring back blocking users.Docile-Alligator2023-01-261-0/+26
* Fix keyboard not showing on Android 13.Docile-Alligator2023-01-211-35/+11
* Change the style of the bottom app bar.Docile-Alligator2022-12-291-24/+28
* New option in fab: go to top.Docile-Alligator2022-12-261-0/+14
* Swipe between gallery images in PostFragment.Docile-Alligator2022-11-121-0/+2
* New option: Settings->Interface->Hide FAB in Post Feed.Docile-Alligator2022-11-031-3/+9
* Handle u/me.Docile-Alligator2022-11-031-0/+4
* Refactor and de-duplicate markdown code (#1086)Sergei Kozelko2022-10-081-37/+24
* refactor: Extract CopyTextBottomSheetFragment display logic (#969)Sergei Kozelko2022-09-091-5/+1
* Show an indicator for the current sort type.Docile-Alligator2022-08-211-11/+19
* Fix saved comments not shown when clicking Saved option in the bottom navigat...Docile-Alligator2022-08-131-2/+1
* Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and Cu...Docile-Alligator2022-07-281-2/+1
* Remove Block User menu option in ViewUserDetailActivity since Reddit does not...Docile-Alligator2022-07-271-26/+0