aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/asynctasks/CheckIsFollowingUser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.Docile-Alligator2024-01-031-1/+3
* Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...Docile-Alligator2024-01-011-1/+1
* Account.ANONYMOUS_ACCOUNTDocile-Alligator2023-12-311-1/+2
* Fixed bug that doesnt show user being followed (#707)MChen3212022-06-171-1/+1
* Rewrite all the AsyncTasks in the asynctasks package using Executor and Handler.Alex Ning2021-01-241-0/+31