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