aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/CustomView (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-18View messages in ViewMessageActivity. Use LinkResolverActivity to handle ↵Alex Ning1-26/+7
link clicking in CustomMarkwonView. Fixed cannot load user profile image after the post is deleted.
2019-08-15Handle invalid uri when opening in Custom Tabs.Alex Ning1-1/+5
2019-08-06Create PostMediaService to submit video and image posts.Alex Ning1-1/+1
2019-08-05Minor bugs related to Custom Tabs fixed. Support more reddit domains.Alex Ning1-2/+5
2019-08-05Searching subreddits to post is available. Use Toolbar instead of ActionBar ↵Alex Ning1-8/+9
in various activities. Minor bugs fixed.
2019-07-18Viewing rules after pressing rules button in PostXXXActivity is available. ↵Alex Ning1-0/+49
Extend MarkwonView to support opening reddit subreddit and user links.
2019-02-21Use another GifImageView library.Alex Ning1-1/+1
2018-12-22Use GifImageView to display all the images in order to prevent slow playing ↵Alex Ning1-0/+54
of the gifs. Extend GifImageView as AspectRatioGifImageView to retain the features of AspectRatioImageView.