aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/NetworkModule.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange files and packages.Docile-Alligator2024-09-151-0/+2
* Show online themes from local server.Docile-Alligator2024-04-241-0/+9
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-231-30/+0
* Remove Gfycat.Docile-Alligator2024-01-101-9/+0
* Continue changing anonymous mode.Docile-Alligator2024-01-071-0/+14
* Continue changing anonymous mode.Docile-Alligator2024-01-061-0/+16
* Inject Streamable api provider instead of Retrofit instance (#1217)Sergei Kozelko2022-12-231-0/+7
* Clean up NetworkModule (#1276)Sergei Kozelko2022-12-151-19/+22
* Minor UI tweaks.Docile-Alligator2022-12-101-6/+0
* Version v5.4.0-beta1. Add authenticator to oauth retrofit.Docile-Alligator2022-12-041-12/+2
* Fix a stupid bug that prevents posts from loading.Docile-Alligator2022-12-031-5/+7
* Dagger networking refactor (#1125)Kurian Vithayathil2022-11-281-0/+212
* Fixed UI problems introduced by dark theme.Alex Ning2019-06-051-61/+0
* Move refreshAccessToken method from RefreshAccessToken class to AccessTokenAu...Alex Ning2018-10-191-2/+2
* Use OkHttp3 Authenticator instead of OkHttp Interceptor to handle the case wh...Alex Ning2018-10-141-5/+27
* Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.Alex Ning2018-10-121-2/+12
* Fixed a bug which causes the LastItemSynchronizer object in PaginationSynchro...Alex Ning2018-09-281-0/+29