aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/asynctasks/InsertSubscribedThings.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix accountName is null in some places.Docile-Alligator2024-01-031-2/+2
* Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...Docile-Alligator2024-01-011-1/+2
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-011-5/+5
* Rewrite all the AsyncTasks in the asynctasks package using Executor and Handler.Alex Ning2021-01-241-0/+167