aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/SubredditDatabase/SubredditData.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-29Change project structures.Alex Ning1-58/+0
2019-08-07Refactored all the other classes to support multi user. Clearing the app data...Alex Ning1-7/+27
2019-02-21Migrate to AndroidXAlex Ning1-3/+3
2019-01-07New feature: Subscribe or unsubscribe to a subreddit. Allow clear text traffi...Alex Ning1-30/+5
2018-12-27Move several classes to other packages.Alex Ning1-3/+3
2018-08-05Fetch the subreddit info and save it to the database. Solve a bug that cannot...Alex Ning1-1/+1
2018-07-31Preparing to fetch the subreddit info and save it to the database.Alex Ning1-0/+63
2018-07-29Save subscribed subreddits and users to the SQLite database by using Room Per...Alex Ning1-50/+0
2018-07-28Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite so...Alex Ning1-1/+47
2018-07-28Add RecyclerView for subscribed subreddits in navigation drawer and rewrite s...Alex Ning1-1/+1