aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_comment.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor bugs fixed.Docile-Alligator2022-09-211-1/+0
* Fix reply markdown (#1098)Sergei Kozelko2022-09-211-2/+6
* Start utilizing view binding (#1013)Taco2022-09-211-11/+11
* Submitting comment using another comment is available.Docile-Alligator2022-04-281-5/+29
* Start implementing markdown toolbar.Alex Ning2020-09-171-39/+54
* Add an option: Mute Autoplaying Videos.Alex Ning2020-06-201-3/+3
* Changing font is available. Fix subtitle on toolbar being cut if the font is ...Alex Ning2020-06-101-1/+2
* Prepare to add different font support.Alex Ning2020-06-101-2/+4
* Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning2020-04-181-5/+1
* Fix white theme issues. Remove CollapsingToolbarLayout in some activities.Alex Ning2020-04-171-22/+13
* Implement custom multiple themes (Buggy).Alex Ning2020-03-151-1/+2
* Still prepare to support multiple themes.Alex Ning2020-03-011-5/+15
* Still prepare to add different themes.Alex Ning2020-02-271-3/+3
* Show post or body (if it has) in CommentActivity.Alex Ning2020-02-221-3/+21
* AMOLED dark theme is now available.Alex Ning2019-10-031-0/+2
* Add title and content font size options.Alex Ning2019-09-261-2/+2
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-201-2/+2
* Reimplement Markdown display due to update of Markwon library. Fixed RetryLoa...Alex Ning2019-08-261-1/+1
* Handle sending comment fails. Fixed snackbar hidden by keyboard in some activ...Alex Ning2019-08-201-20/+26
* Refactored all the other classes to support multi user. Clearing the app data...Alex Ning2019-08-071-1/+1
* Fixed comment color in CommentActivity. Minor layout tweaks.Alex Ning2019-06-281-9/+4
* Reply to comments. Preparing for comment deletion.Alex Ning2019-06-141-1/+8
* Added a feature: Sending comments.Alex Ning2019-06-141-15/+8
* Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.Alex Ning2019-06-131-0/+56