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
2025-02-03 21:34:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Infinity-For-Lemmy
/
app
History
Alex Ning
f2eb18749c
Fetch a new access token in onCreate method of MainActivity when the old access token is about to expire, specifically, to expire within the next 5 minutes or is already expired to avoid refreshing the access token many times by other queries later.
2018-08-05 14:26:01 +08:00
..
src
Fetch a new access token in onCreate method of MainActivity when the old access token is about to expire, specifically, to expire within the next 5 minutes or is already expired to avoid refreshing the access token many times by other queries later.
2018-08-05 14:26:01 +08:00
.gitignore
First commit
2018-07-26 23:04:44 +08:00
build.gradle
Save subscribed subreddits and users to the SQLite database by using Room Persistence Library. Add a following section in the navigation drawer to display all the followed users. Add a NestedScrollView in the navigation drawer to wrap all the elements. Disable nested scrolling feature in all the RecyclerViews in the navigation drawer.
2018-07-29 20:25:55 +08:00
proguard-rules.pro
First commit
2018-07-26 23:04:44 +08:00