aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post_detail.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Video autoplay in ViewPostDetailActivity. Optimize ↵Alex Ning2020-05-071-362/+0
| | | | CommentAndPostRecyclerViewAdapter.
* Remove unused attributes. Fix loading images using GlideImageGetter after ↵Alex Ning2020-04-181-15/+0
| | | | the activity is destroyed.
* Minor bugs fixed.Alex Ning2020-04-171-1/+1
|
* Show author flair for posts.Alex Ning2020-04-161-1/+18
|
* Show author flair (not richtext) for comments.Alex Ning2020-04-161-10/+0
|
* Show all post awards.Alex Ning2020-04-161-0/+6
|
* Add a custom theme table in database.Alex Ning2020-03-051-3/+3
|
* Still prepare to add different themes.Alex Ning2020-02-271-4/+4
|
* Prepare to add different themes. Try fixing timeout issue in okhttp3.Alex Ning2020-02-261-11/+11
|
* Minor layout tweaks.Alex Ning2020-02-021-1/+1
|
* Copy post title and content in ViewPostDetailActivity.Alex Ning2020-01-291-1/+5
|
* Change text color in TableLayout in markdown. Change markdown TextView style.Alex Ning2019-12-301-0/+2
|
* Change Markdown text style. Reduce the sensitivity of sliding right to go ↵Alex Ning2019-12-271-0/+1
| | | | back from ViewPostDetailActivity to prevent go back when sliding tables.
* Markdown table support.Alex Ning2019-12-261-7/+3
|
* Show a play button on the image if the post is a video or an image.Alex Ning2019-12-191-5/+21
|
* Fixed UI issues in posts and comments. Version 1.4.0.Alex Ning2019-10-291-41/+47
|
* Make Placing vote buttons on the right an option.Alex Ning2019-10-291-79/+12
|
* Use FlowLayout to host all the information of a post in item_post and ↵Alex Ning2019-10-281-95/+51
| | | | item_post_detail.
* AMOLED dark theme is now available.Alex Ning2019-10-031-1/+1
|
* Change project structures.Alex Ning2019-09-291-1/+1
|
* Blurring spoiler post images is now available. Change spoiler and flair text ↵Alex Ning2019-09-271-2/+4
| | | | background colors. Fixed collapsed comments shown after orientation change.
* Add title and content font size options.Alex Ning2019-09-261-2/+2
|
* Display comments count in the post. Display a comment and a save button in a ↵Alex Ning2019-09-221-18/+135
| | | | post. Minor bugs fixed.
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-201-9/+15
|
* This app now has an icon (finally)git statusgit statusgit status Add a ↵Alex Ning2019-08-271-0/+1
| | | | credits page in settings. Use another error view and no comment placeholder.
* Changing lazy mode interval in Settings is now available.Alex Ning2019-08-261-62/+0
|
* Display an archived icon if the post is archived. Display a locked icon if ↵Alex Ning2019-08-261-2/+91
| | | | the post is locked.
* Reimplement Markdown display due to update of Markwon library. Fixed ↵Alex Ning2019-08-261-1/+1
| | | | RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter.
* Deleting and editing posts are now available.Alex Ning2019-08-121-3/+3
|
* Fixed UI in dark theme.Alex Ning2019-08-121-1/+2
|
* Make nav bar white in day theme and change it to the same color as ↵Alex Ning2019-08-111-254/+248
| | | | background color in some activities. Fixed nav bar icon color in dark theme. Minor UI tweaks.
* Display both the subreddit and the user name in ViewPostDetailActivity.Alex Ning2019-07-291-8/+19
|
* Fixed bugs when posting without a flair specified. Minor UI tweaks.Alex Ning2019-07-191-5/+2
|
* Viewing rules after pressing rules button in PostXXXActivity is available. ↵Alex Ning2019-07-181-1/+1
| | | | Extend MarkwonView to support opening reddit subreddit and user links.
* Display spoiler and flair info in posts.Alex Ning2019-07-171-1/+43
|
* Minor UI tweaks. Preparing for submitting text posts.Alex Ning2019-07-091-1/+1
|
* Reimplement ViewPostActivity using one recyclerview to display a post and ↵Alex Ning2019-06-251-0/+252
its comments instead of using a recyclerview inside NestedScrollView to prevent onBindViewHolder gets called for all the comments data at once and thus consumes more memory and freezes after the comments are loaded.