aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_post_text.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary properties in some layouts.Docile-Alligator2024-09-191-3/+1
|
* Reverse the order of items in MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-09-191-1/+3
|
* Bold title in PostXXXActivity.Docile-Alligator2024-05-151-0/+1
|
* Add superscript to MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-03-171-0/+1
|
* Material Design 3 Switch. Target Sdk 33.Docile-Alligator2022-11-081-1/+1
|
* Submit posts using another account is available in PostTextActivity.Docile-Alligator2022-04-241-0/+27
|
* Some UI tweaks.Alex Ning2021-11-101-17/+5
|
* Minor layout tweaks.Alex Ning2021-11-041-3/+3
|
* Fix Material Design 3 issue.Alex Ning2021-11-041-4/+4
|
* Use MaterialButton in PostXXXActivity.Alex Ning2021-07-141-1/+1
|
* Choose whether receiving post reply notifications or not in PostTextActivity.Alex Ning2021-07-141-9/+41
|
* Support Markdown bottom bar in EditCommentActivity, EditPostActivity and ↵Alex Ning2020-09-181-125/+140
| | | | PostTextActivity.
* Changing font is available. Fix subtitle on toolbar being cut if the font is ↵Alex Ning2020-06-101-2/+2
| | | | large.
* Prepare to add different font support.Alex Ning2020-06-101-4/+11
|
* Remove unused attributes. Fix loading images using GlideImageGetter after ↵Alex Ning2020-04-181-11/+3
| | | | the activity is destroyed.
* Fix white theme issues. Remove CollapsingToolbarLayout in some activities.Alex Ning2020-04-171-29/+20
|
* Implement custom multiple themes (Buggy).Alex Ning2020-03-151-0/+3
|
* Still prepare to support multiple themes.Alex Ning2020-03-011-5/+15
|
* Still prepare to add different themes.Alex Ning2020-02-271-9/+9
|
* Prepare to add different themes. Try fixing timeout issue in okhttp3.Alex Ning2020-02-261-2/+2
|
* Revert the change to make some activities immersive.Alex Ning2020-02-221-19/+5
|
* Implement immersive mode in many other activities.Alex Ning2020-02-181-5/+19
|
* 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-4/+9
|
* Tap the error view to retry loading comments in ViewPostDetailActivity. ↵Alex Ning2019-08-261-1/+1
| | | | Minor UI tweaks.
* Deleting and editing posts are now available.Alex Ning2019-08-121-2/+2
|
* Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning2019-08-071-1/+1
| | | | data is required before launching the app.
* Searching subreddits to post is available. Use Toolbar instead of ActionBar ↵Alex Ning2019-08-051-1/+15
| | | | in various activities. Minor bugs fixed.
* Add a search button in ViewSubredditDetailActivity and ↵Alex Ning2019-07-181-3/+3
| | | | ViewUserDetailActivity. Search posts in a specific subreddit is available. Rename SearchActivity to SearchResultActivity. Add SearchActivity for searching instead of searching in MainActivity.
* Flair, spoiler and nsfw support for submitting posts.Alex Ning2019-07-171-0/+51
|
* Submitting link posts is available. Fixed force stop when a user has no post ↵Alex Ning2019-07-121-1/+1
| | | | in ViewUserDetailActivity.
* Submitting posts to subreddit is available now. Fixed User's posts cannot be ↵Alex Ning2019-07-111-0/+1
| | | | all loaded.
* Place all the subscribed subreddits and users to ↵Alex Ning2019-07-101-4/+4
| | | | SubscribedThingListingActivity instead of the navigation drawer in MainActivity.
* Minor UI tweaks. Preparing for submitting text posts.Alex Ning2019-07-091-0/+94