aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_subscribed_subreddits_multiselection.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-05Continue adding contentDescription for image views.Docile-Alligator1-1/+2
2024-04-29Migrate to ViewBinding in some activities.Docile-Alligator1-1/+0
2021-10-30Continue migrating to Material Design 3.Alex Ning1-0/+1
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-1/+3
2020-04-18Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning1-2/+0
2020-03-27Implemented share and import themes. Fixed some issues of custom theme.Alex Ning1-1/+2
2020-03-15Implement custom multiple themes (Buggy).Alex Ning1-0/+3
2020-02-18Selecting subreddits when creating multireddits is now available.Alex Ning1-23/+14
2020-02-12Creating multireddit without specifying subreddits is available.Alex Ning1-0/+10
2019-12-17Swipe to refresh in SubscribedThingActivity and MultiRedditListingActivity.Alex Ning1-3/+10
2019-12-17Add menusin ViewMultiRedditDetailActivity. Minor bugs fixed.Alex Ning1-0/+1
2019-12-13Show MultiReddits list.Alex Ning1-31/+13
2019-11-19Swipe down to refresh is available in other activities.Alex Ning1-12/+12
2019-11-17Add a Fab to scroll down parent comments. Use volume up and down keys to navi...Alex Ning1-0/+10
2019-10-03AMOLED dark theme is now available.Alex Ning1-1/+2
2019-09-20Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning1-1/+2
2019-08-12Fixed UI in dark theme.Alex Ning1-0/+1
2019-08-11Transparent navigation bar and status bar in ViewPostDetailActivity (All thes...Alex Ning1-5/+16
2019-08-07Refactored all the other classes to support multi user. Clearing the app data...Alex Ning1-1/+1
2019-07-24Capture images and videos from camera when click capture fab in PostImageActi...Alex Ning1-1/+2
2019-07-22Click a comment to view the corresponding post.Alex Ning1-0/+28
2019-06-25Reimplement ViewPostActivity using one recyclerview to display a post and its...Alex Ning1-332/+3
2019-06-18Minor UI tweaks.Alex Ning1-5/+0
2019-06-17Reimplemented parsing comments using recursion to parse all the child comment...Alex Ning1-1/+6
2019-06-13Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.Alex Ning1-2/+16
2019-06-11Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in dark...Alex Ning1-1/+10
2019-05-07Dark theme support.Alex Ning1-6/+8
2019-05-07Reverse the change of unescaping HTML because it also remove all the HTML tag...Alex Ning1-1/+4
2019-04-26Unescape HTML for post content and comments. Minor UI fixes.Alex Ning1-15/+11
2019-02-22Load parent-level comments using pagination. Only load comments of comments o...Alex Ning1-0/+1
2019-02-21Migrate to AndroidXAlex Ning1-12/+12
2019-02-20Temporarily use the old way to load comments instead of Paging library. Load ...Alex Ning1-1/+1
2019-02-12Load All comments of a post using paging library. Loading comments of comment...Alex Ning1-1/+1
2019-01-22Enlarge the area which contains subreddit or user name and icon for easier to...Alex Ning1-21/+31
2019-01-09Use MarkwonView (a markdown library) instead of HtmlTextView to display post ...Alex Ning1-5/+2
2019-01-04Minor UI tweaks.Alex Ning1-26/+15
2018-12-27Display a MaterialLoadingProgressBar instead of a ProgressBar when loading po...Alex Ning1-4/+6
2018-11-09Use MVVM design pattern to load and display the posts. Minor bugs fixed.Alex Ning1-0/+1
2018-10-28Use AspectRatiotImageView instead of ImageView to fully display the preview i...Alex Ning1-2/+4
2018-10-05Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon ...Alex Ning1-2/+14
2018-09-28Change the layout of post. Add an error view when loading the preview image f...Alex Ning1-6/+23
2018-09-02Replace the RecyclerView for comments to MultiLevelRecyclerView in order to d...Alex Ning1-1/+6
2018-08-30Blur the preview image if the post is NSFW. Tweak some layouts. Optimize some...Alex Ning1-11/+7
2018-08-24Display a thumbtack icon if the post is stickied on top. Display a gold icon ...Alex Ning1-0/+21
2018-08-20Load comment and post content text in HTML form instead of String. Fixed a bu...Alex Ning1-3/+3
2018-08-11Fixed a bug which causes the app to crash when there is no comment in a post....Alex Ning1-0/+24
2018-07-30Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subred...Alex Ning1-0/+1