aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_comment.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-28Submitting comment using another comment is available.Docile-Alligator1-5/+29
2020-09-17Start implementing markdown toolbar.Alex Ning1-39/+54
2020-06-20Add an option: Mute Autoplaying Videos.Alex Ning1-3/+3
2020-06-10Changing font is available. Fix subtitle on toolbar being cut if the font is ...Alex Ning1-1/+2
2020-06-10Prepare to add different font support.Alex Ning1-2/+4
2020-04-18Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning1-5/+1
2020-04-17Fix white theme issues. Remove CollapsingToolbarLayout in some activities.Alex Ning1-22/+13
2020-03-15Implement custom multiple themes (Buggy).Alex Ning1-1/+2
2020-03-01Still prepare to support multiple themes.Alex Ning1-5/+15
2020-02-27Still prepare to add different themes.Alex Ning1-3/+3
2020-02-22Show post or body (if it has) in CommentActivity.Alex Ning1-3/+21
2019-10-03AMOLED dark theme is now available.Alex Ning1-0/+2
2019-09-26Add title and content font size options.Alex Ning1-2/+2
2019-09-20Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning1-2/+2
2019-08-26Reimplement Markdown display due to update of Markwon library. Fixed RetryLoa...Alex Ning1-1/+1
2019-08-20Handle sending comment fails. Fixed snackbar hidden by keyboard in some activ...Alex Ning1-20/+26
2019-08-07Refactored all the other classes to support multi user. Clearing the app data...Alex Ning1-1/+1
2019-06-28Fixed comment color in CommentActivity. Minor layout tweaks.Alex Ning1-9/+4
2019-06-14Reply to comments. Preparing for comment deletion.Alex Ning1-1/+8
2019-06-14Added a feature: Sending comments.Alex Ning1-15/+8
2019-06-13Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.Alex Ning1-0/+56