aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/CustomView (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bugs related to several ViewModels.Alex Ning2019-08-291-73/+0
|
* Reimplement Markdown display due to update of Markwon library. Fixed ↵Alex Ning2019-08-261-24/+59
| | | | RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter.
* View messages in ViewMessageActivity. Use LinkResolverActivity to handle ↵Alex Ning2019-08-181-26/+7
| | | | link clicking in CustomMarkwonView. Fixed cannot load user profile image after the post is deleted.
* Handle invalid uri when opening in Custom Tabs.Alex Ning2019-08-151-1/+5
|
* 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.