index
:
infinity-for-reddit.git
client-id
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.idea
/
assetWizardSettings.xml
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2019-06-14
Reply to comments. Preparing for comment deletion.
Alex Ning
1
-2
/
+6
2019-06-13
Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.
Alex Ning
1
-2
/
+2
2019-02-22
Change SearchView style in MainActivity. Solve tab layout covering fragments ↵
Alex Ning
1
-2
/
+2
in viewpager in SearchActivity.
2019-02-22
Add a search view in MainActivity and add a SearchActivity.
Alex Ning
1
-3
/
+18
2019-01-04
Minor UI tweaks.
Alex Ning
1
-0
/
+37
2018-12-29
Error handling for loading posts now works again. Don't show refresh button ↵
Alex Ning
1
-53
/
+0
as an icon. Rewrite some code.
2018-10-12
Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.
Alex Ning
1
-2
/
+3
2018-10-05
Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon ↵
Alex Ning
1
-0
/
+5
if the post is not viewed in its subreddit. Tweak the post layout. Minor bugs fixed.
2018-10-01
Add an error view when loading the image fails in ViewImageActivity.
Alex Ning
1
-1
/
+2
2018-09-28
Change the layout of post. Add an error view when loading the preview image ↵
Alex Ning
1
-3
/
+2
fails.
2018-09-24
Add a feature which is refreshing the posts by clicking the refresh button. ↵
Alex Ning
1
-0
/
+47
Minor bugs fixed. Rewrite some code.
2018-07-31
Preparing to fetch the subreddit info and save it to the database.
Alex Ning
1
-52
/
+0
2018-07-28
Add a RecyclerView for subscribed subreddits in navigation drawer, rewrite ↵
Alex Ning
1
-3
/
+3
some code and minor bugs fixed