aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/CustomView (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create PostMediaService to submit video and image posts.Alex Ning2019-08-061-1/+1
|
* Minor bugs related to Custom Tabs fixed. Support more reddit domains.Alex Ning2019-08-051-2/+5
|
* Searching subreddits to post is available. Use Toolbar instead of ActionBar ↵Alex Ning2019-08-051-8/+9
| | | | in various activities. Minor bugs fixed.
* Viewing rules after pressing rules button in PostXXXActivity is available. ↵Alex Ning2019-07-181-0/+49
| | | | Extend MarkwonView to support opening reddit subreddit and user links.
* Use another GifImageView library.Alex Ning2019-02-211-1/+1
|
* Use GifImageView to display all the images in order to prevent slow playing ↵Alex Ning2018-12-221-0/+54
of the gifs. Extend GifImageView as AspectRatioGifImageView to retain the features of AspectRatioImageView.