This website requires JavaScript.
Explore
Help
Sign In
mirror
/
Infinity-For-Lemmy
Watch
1
Star
0
Fork
0
You've already forked Infinity-For-Lemmy
mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced
2024-12-26 02:48:23 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4d0a0725c9
Infinity-For-Lemmy
/
app
History
Alex Ning
4d0a0725c9
Use OkHttp3 Authenticator instead of OkHttp Interceptor to handle the case when the request fails with code 401. Refresh the access token in a synchronized block to avoid getting more than one access tokens and getting duplicate posts when performing multiple unauthorized requests. Minor bugs fixed.
2018-10-14 11:24:38 +08:00
..
src
Use OkHttp3 Authenticator instead of OkHttp Interceptor to handle the case when the request fails with code 401. Refresh the access token in a synchronized block to avoid getting more than one access tokens and getting duplicate posts when performing multiple unauthorized requests. Minor bugs fixed.
2018-10-14 11:24:38 +08:00
.gitignore
First commit
2018-07-26 23:04:44 +08:00
build.gradle
Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.
2018-10-12 23:52:23 +08:00
proguard-rules.pro
First commit
2018-07-26 23:04:44 +08:00