aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/asynctasks (follow)
Commit message (Expand)AuthorAgeFilesLines
* Logging out by long clicking an account. Rename SwitchAccount to AccountManag...Docile-Alligator2024-08-112-36/+33
* Version 7.2.4-beta1.Docile-Alligator2024-06-021-4/+4
* Fix NullPointerException in ParseSubredditData.Docile-Alligator2024-06-021-15/+17
* Back up and restore comment filters.Docile-Alligator2024-05-142-1/+25
* Remove Butter Knife. Optimize imports.Docile-Alligator2024-05-071-1/+1
* Version 6.7.1. Fix FetchSubredditData.fetchSubredditData not working in anony...Docile-Alligator2024-01-241-1/+2
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-233-23/+21
* Remove Gfycat.Docile-Alligator2024-01-101-0/+1
* Continue changing anonymous mode.Docile-Alligator2024-01-082-3/+3
* Continue changing anonymous mode.Docile-Alligator2024-01-073-4/+8
* Continue changing anonymous mode.Docile-Alligator2024-01-061-19/+18
* @Nullable accessToken and @NonNull accountName.Docile-Alligator2024-01-032-2/+6
* Fix accountName is null in some places.Docile-Alligator2024-01-032-5/+8
* Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.Docile-Alligator2024-01-032-2/+6
* Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...Docile-Alligator2024-01-013-4/+5
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-011-5/+5
* Account.ANONYMOUS_ACCOUNTDocile-Alligator2023-12-315-7/+11
* Version 5.3.1.Docile-Alligator2022-09-061-0/+3
* Manage theme insertion callbacks behaviour (#892)Andrei Shpakovskiy2022-08-121-25/+25
* Fixed bug that doesnt show user being followed (#707)MChen3212022-06-171-1/+1
* Set caption and url when submitting gallery posts.Alex Ning2022-01-281-0/+3
* Retrieve subreddit data for subscribed private subs (#586)scria10002021-12-131-2/+2
* Minor bugs fixed in ParsePost.Alex Ning2021-12-032-2/+2
* Restore more data.Alex Ning2021-10-161-22/+98
* Backup anonymously subscribed users and multireddits. Backup post filters.Alex Ning2021-10-161-2/+28
* Backup custom themes and anonymous subscribed subreddits.Alex Ning2021-10-152-16/+49
* Fix subreddits disappear in anonymous multireddit after favoriting it.Alex Ning2021-09-281-5/+15
* Delete anonymous multireddit.Alex Ning2021-09-281-1/+5
* Try fixing SQLiteConstraintException when inserting anonymous account.Alex Ning2021-05-291-2/+5
* Version 4.3.0-beta1. Tweak the name of the backup file.Alex Ning2021-04-101-1/+1
* Fix only backing up post history shared preferences. Show the password of the...Alex Ning2021-04-101-21/+23
* Fix unable to check anonymous subscription.Alex Ning2021-04-101-1/+1
* Show inbox count in the inbox menu item in the navigation drawer.Alex Ning2021-04-061-1/+1
* Anonymous subreddit subscription in SubredditListingRecyclerViewAdapter.Alex Ning2021-03-091-0/+3
* Restore settings.Alex Ning2021-03-062-9/+181
* Backup settings.Alex Ning2021-03-061-0/+191
* Merge new features from 4.2.3 to 4.2.5.Alex Ning2021-02-121-1/+1
|\
| * Prepare to add quarantined subreddit support.Alex Ning2021-02-021-1/+1
* | Rewrite all the AsyncTasks in the asynctasks package using Executor and Handler.Alex Ning2021-01-2441-1081/+773
|/
* Finally fixed java.lang.RuntimeException: Canvas: trying to draw too large bi...Alex Ning2021-01-234-140/+101
* Save current account info to SharedPreferences. Remove GetCurrentAccountAsync...Alex Ning2021-01-223-26/+3
* Save current account info to SharedPreferences.Alex Ning2021-01-214-73/+64
* Directly adding subreddit to multireddit is available.Alex Ning2021-01-051-0/+43
* Rewrite getting current account from database to use an Executor.Alex Ning2021-01-042-33/+23
* Add an option to delete all read posts.Alex Ning2020-12-091-0/+33
* Lowercase package names.Alex Ning2020-11-1825-0/+1403