aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_view_subreddit_detail.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator2024-04-291-1/+0
* Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and Cu...Docile-Alligator2022-07-281-1/+1
* Fix Material Design 3 issue.Alex Ning2021-11-041-1/+2
* Start migrating to Material Design 3. Try optimizing image loading in PostRec...Alex Ning2021-10-301-1/+1
* Fix showing wrong post feed in the second tab in MainActivity.Alex Ning2021-09-021-6/+6
* Show the FAB in anonymous mode.Alex Ning2020-12-241-1/+0
* Add custom theme entries for read posts. Fix crash in ViewUserDetailActivity.Alex Ning2020-12-081-1/+1
* Make the Bottom App Bar a standalone layout.Alex Ning2020-12-081-2/+2
* Add an bottom app bar and an fab to ViewUserDetailActivity. Hide read posts i...Alex Ning2020-12-081-74/+9
* Fix bottom app bar in ViewSubredditDetailActivity displaying under nav bar.Alex Ning2020-11-111-0/+1
* Customizing bottom app bar and fab in ViewSubredditDetailActivity is available.Alex Ning2020-09-251-10/+11
* Migrate to ViewPager2 in ViewSubredditDetailActivity and ViewUserDetailActivity.Alex Ning2020-09-191-1/+1
* Fix Immersive Interface on Android R. Set targetSdkVersion and compileSdkVers...Alex Ning2020-09-121-1/+0
* Changing font is available. Fix subtitle on toolbar being cut if the font is ...Alex Ning2020-06-101-2/+2
* Prepare to add different font support.Alex Ning2020-06-101-2/+7
* Add a tab for multireddit list in SubscribedThingActivity. Remove Multireddit...Alex Ning2020-06-081-4/+4
* Show cakeday of users and subreddits, user description and post and comment k...Alex Ning2020-05-031-8/+39
* Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning2020-04-181-8/+1
* Add an activity for theme preview.Alex Ning2020-04-021-1/+1
* Show NSFW toggle in the nav drawer in anonymous mode.Alex Ning2020-03-281-2/+0
* Add a SidebarFragment in ViewSubredditDetailActivity. Fix some UI issues.Alex Ning2020-03-271-1/+20
* Still implementing custom themes.Alex Ning2020-03-271-1/+1
* Implement custom multiple themes (Buggy).Alex Ning2020-03-151-4/+1
* Still prepare to add different themes.Alex Ning2020-02-271-8/+8
* Prepare to add different themes. Try fixing timeout issue in okhttp3.Alex Ning2020-02-261-1/+1
* Fix fab jumps to top-left of the screen. Add more items in the bottom app bar...Alex Ning2020-02-021-2/+76
* Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning2019-12-181-1/+1
* Showing posts of multireddit is now available. Fix a typo.Alex Ning2019-12-161-1/+1
* AMOLED dark theme is now available.Alex Ning2019-10-031-1/+3
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-201-2/+5
* Tap the error view to retry loading comments in ViewPostDetailActivity. Minor...Alex Ning2019-08-261-0/+2
* Refactored all the other classes to support multi user. Clearing the app data...Alex Ning2019-08-071-1/+1
* Add a FAB in ViewSubredditDetailActivity to submit posts. Display the current...Alex Ning2019-07-161-0/+8
* Lazy mode in ViewSubredditDetailActivity.Alex Ning2019-06-111-0/+2
* Lazy mode in ViewUserDetailActivity. Fixed follow chip background color in da...Alex Ning2019-06-111-1/+1
* Dark theme support.Alex Ning2019-05-071-4/+4
* Hide Toolbar when scrolling content up.Alex Ning2019-04-231-2/+1
* Migrate to AndroidXAlex Ning2019-02-211-8/+8
* Use another GifImageView library.Alex Ning2019-02-211-5/+2
* Fixed the user's posts cannot be loaded. Refreshing in MainActivity also refr...Alex Ning2019-01-221-4/+4
* Use MarkwonView (a markdown library) instead of HtmlTextView to display post ...Alex Ning2019-01-091-13/+5
* New feature: Subscribe or unsubscribe to a subreddit. Allow clear text traffi...Alex Ning2019-01-071-15/+28
* Use GifImageView to display all the images in order to prevent slow playing o...Alex Ning2018-12-221-2/+2
* Click the subreddit icon or the subreddit name to view the subreddit's detail...Alex Ning2018-09-211-3/+0
* Display a custom error view when there is something wrong when loading best p...Alex Ning2018-08-301-1/+2
* Change the logic of parsing the subreddit icon. Click the icon and the banner...Alex Ning2018-08-231-4/+9
* Rename some classes and layout resources. Feature added: view posts in ViewSu...Alex Ning2018-08-201-0/+1
* Fetch a new access token in onCreate method of MainActivity when the old acce...Alex Ning2018-08-051-1/+4
* Fetch the subreddit info and save it to the database. Solve a bug that cannot...Alex Ning2018-08-051-17/+31
* Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subred...Alex Ning2018-07-301-0/+98