Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary properties in some layouts. | Docile-Alligator | 2024-09-19 | 1 | -1/+0 |
| | |||||
* | Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter. | Docile-Alligator | 2024-09-19 | 1 | -0/+1 |
| | |||||
* | Minor bugs fixed. | Docile-Alligator | 2022-09-21 | 1 | -1/+0 |
| | |||||
* | Fix reply markdown (#1098) | Sergei Kozelko | 2022-09-21 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | * Display comment body the same way as post body when replying There are two views that support markdown, one of them was used to display post titles and comments, the other - post bodies. The views are configured differently even though post and comment bodies should be displayed the same way. Now post and comment bodies are displayed by the same view. * Rename extra keys from TEXT to TITLE Now these extra keys are used only by post title, reflect this in the name. * Remove markdown support from post title view * Fix reply styling Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | ||||
* | Start utilizing view binding (#1013) | Taco | 2022-09-21 | 1 | -11/+11 |
| | |||||
* | Submitting comment using another comment is available. | Docile-Alligator | 2022-04-28 | 1 | -5/+29 |
| | |||||
* | Start implementing markdown toolbar. | Alex Ning | 2020-09-17 | 1 | -39/+54 |
| | |||||
* | Add an option: Mute Autoplaying Videos. | Alex Ning | 2020-06-20 | 1 | -3/+3 |
| | |||||
* | Changing font is available. Fix subtitle on toolbar being cut if the font is ↵ | Alex Ning | 2020-06-10 | 1 | -1/+2 |
| | | | | large. | ||||
* | Prepare to add different font support. | Alex Ning | 2020-06-10 | 1 | -2/+4 |
| | |||||
* | Remove unused attributes. Fix loading images using GlideImageGetter after ↵ | Alex Ning | 2020-04-18 | 1 | -5/+1 |
| | | | | the activity is destroyed. | ||||
* | Fix white theme issues. Remove CollapsingToolbarLayout in some activities. | Alex Ning | 2020-04-17 | 1 | -22/+13 |
| | |||||
* | Implement custom multiple themes (Buggy). | Alex Ning | 2020-03-15 | 1 | -1/+2 |
| | |||||
* | Still prepare to support multiple themes. | Alex Ning | 2020-03-01 | 1 | -5/+15 |
| | |||||
* | Still prepare to add different themes. | Alex Ning | 2020-02-27 | 1 | -3/+3 |
| | |||||
* | Show post or body (if it has) in CommentActivity. | Alex Ning | 2020-02-22 | 1 | -3/+21 |
| | |||||
* | AMOLED dark theme is now available. | Alex Ning | 2019-10-03 | 1 | -0/+2 |
| | |||||
* | Add title and content font size options. | Alex Ning | 2019-09-26 | 1 | -2/+2 |
| | |||||
* | Changing font size is available. Delete duplicate Edit menu in comments. | Alex Ning | 2019-09-20 | 1 | -2/+2 |
| | |||||
* | Reimplement Markdown display due to update of Markwon library. Fixed ↵ | Alex Ning | 2019-08-26 | 1 | -1/+1 |
| | | | | RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter. | ||||
* | Handle sending comment fails. Fixed snackbar hidden by keyboard in some ↵ | Alex Ning | 2019-08-20 | 1 | -20/+26 |
| | | | | activities. Minor bugs fixed. | ||||
* | Refactored all the other classes to support multi user. Clearing the app ↵ | Alex Ning | 2019-08-07 | 1 | -1/+1 |
| | | | | data is required before launching the app. | ||||
* | Fixed comment color in CommentActivity. Minor layout tweaks. | Alex Ning | 2019-06-28 | 1 | -9/+4 |
| | |||||
* | Reply to comments. Preparing for comment deletion. | Alex Ning | 2019-06-14 | 1 | -1/+8 |
| | |||||
* | Added a feature: Sending comments. | Alex Ning | 2019-06-14 | 1 | -15/+8 |
| | |||||
* | Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. | Alex Ning | 2019-06-13 | 1 | -0/+56 |