aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post_detail.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-07Video autoplay in ViewPostDetailActivity. Optimize CommentAndPostRecyclerView...Alex Ning1-362/+0
2020-04-18Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning1-15/+0
2020-04-17Minor bugs fixed.Alex Ning1-1/+1
2020-04-16Show author flair for posts.Alex Ning1-1/+18
2020-04-16Show author flair (not richtext) for comments.Alex Ning1-10/+0
2020-04-16Show all post awards.Alex Ning1-0/+6
2020-03-05Add a custom theme table in database.Alex Ning1-3/+3
2020-02-27Still prepare to add different themes.Alex Ning1-4/+4
2020-02-26Prepare to add different themes. Try fixing timeout issue in okhttp3.Alex Ning1-11/+11
2020-02-02Minor layout tweaks.Alex Ning1-1/+1
2020-01-29Copy post title and content in ViewPostDetailActivity.Alex Ning1-1/+5
2019-12-30Change text color in TableLayout in markdown. Change markdown TextView style.Alex Ning1-0/+2
2019-12-27Change Markdown text style. Reduce the sensitivity of sliding right to go bac...Alex Ning1-0/+1
2019-12-26Markdown table support.Alex Ning1-7/+3
2019-12-19Show a play button on the image if the post is a video or an image.Alex Ning1-5/+21
2019-10-29Fixed UI issues in posts and comments. Version 1.4.0.Alex Ning1-41/+47
2019-10-29Make Placing vote buttons on the right an option.Alex Ning1-79/+12
2019-10-28Use FlowLayout to host all the information of a post in item_post and item_po...Alex Ning1-95/+51
2019-10-03AMOLED dark theme is now available.Alex Ning1-1/+1
2019-09-29Change project structures.Alex Ning1-1/+1
2019-09-27Blurring spoiler post images is now available. Change spoiler and flair text ...Alex Ning1-2/+4
2019-09-26Add title and content font size options.Alex Ning1-2/+2
2019-09-22Display comments count in the post. Display a comment and a save button in a ...Alex Ning1-18/+135
2019-09-20Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning1-9/+15
2019-08-27This app now has an icon (finally)git statusgit statusgit status Add a credit...Alex Ning1-0/+1
2019-08-26Changing lazy mode interval in Settings is now available.Alex Ning1-62/+0
2019-08-26Display an archived icon if the post is archived. Display a locked icon if th...Alex Ning1-2/+91
2019-08-26Reimplement Markdown display due to update of Markwon library. Fixed RetryLoa...Alex Ning1-1/+1
2019-08-12Deleting and editing posts are now available.Alex Ning1-3/+3
2019-08-12Fixed UI in dark theme.Alex Ning1-1/+2
2019-08-11Make nav bar white in day theme and change it to the same color as background...Alex Ning1-254/+248
2019-07-29Display both the subreddit and the user name in ViewPostDetailActivity.Alex Ning1-8/+19
2019-07-19Fixed bugs when posting without a flair specified. Minor UI tweaks.Alex Ning1-5/+2
2019-07-18Viewing rules after pressing rules button in PostXXXActivity is available. Ex...Alex Ning1-1/+1
2019-07-17Display spoiler and flair info in posts.Alex Ning1-1/+43
2019-07-09Minor UI tweaks. Preparing for submitting text posts.Alex Ning1-1/+1
2019-06-25Reimplement ViewPostActivity using one recyclerview to display a post and its...Alex Ning1-88/+80
2019-06-18Minor UI tweaks.Alex Ning1-0/+1
2019-06-06Fixed dark theme in landscape mode. Display the host of the url when the post...Alex Ning1-30/+39
2019-06-05Fixed UI problems introduced by dark theme.Alex Ning1-1/+1
2019-05-07Dark theme support.Alex Ning1-4/+5
2019-05-07Reverse the change of unescaping HTML because it also remove all the HTML tag...Alex Ning1-6/+9
2019-04-26Unescape HTML for post content and comments. Minor UI fixes.Alex Ning1-13/+6
2019-02-21Migrate to AndroidXAlex Ning1-6/+6
2019-01-22Enlarge the area which contains subreddit or user name and icon for easier to...Alex Ning1-3/+0
2019-01-22Fixed the user's posts cannot be loaded. Refreshing in MainActivity also refr...Alex Ning1-26/+37
2019-01-21Fixed infinite loading duplicate posts when there is no more posts to load. M...Alex Ning1-1/+6
2019-01-04Minor UI tweaks.Alex Ning1-24/+21
2018-12-22Use GifImageView to display all the images in order to prevent slow playing o...Alex Ning1-4/+4
2018-11-09Use MVVM design pattern to load and display the posts. Minor bugs fixed.Alex Ning1-0/+1