aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_theme_preview.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-11Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator1-4/+4
2024-09-05Continue adding contentDescription for image views.Docile-Alligator1-4/+9
2022-07-28Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and Cu...Docile-Alligator1-8/+14
2021-08-19Try fixing IllegalArgumentException at androidx.viewpager.widget.ViewPager.on...Alex Ning1-1/+1
2021-08-03Use bottom toolbar in ViewImageOrGifActivity is available.Alex Ning1-0/+1
2020-11-18Lowercase package names.Alex Ning1-1/+1
2020-10-19Fix layout issue in non-immersive interface. Rename ThemePreviewActivity to C...Alex Ning1-1/+1
2020-06-10Changing font is available. Fix subtitle on toolbar being cut if the font is ...Alex Ning1-2/+2
2020-06-10Prepare to add different font support.Alex Ning1-5/+9
2020-04-04Fix some issues in themeing. Add red themes.Alex Ning1-1/+1
2020-04-02Add an activity for theme preview.Alex Ning1-86/+65
2020-03-28Show NSFW toggle in the nav drawer in anonymous mode.Alex Ning1-2/+0
2020-03-27Add a SidebarFragment in ViewSubredditDetailActivity. Fix some UI issues.Alex Ning1-1/+20
2020-03-27Still implementing custom themes.Alex Ning1-1/+1
2020-03-15Implement custom multiple themes (Buggy).Alex Ning1-4/+1
2020-02-27Still prepare to add different themes.Alex Ning1-8/+8
2020-02-26Prepare to add different themes. Try fixing timeout issue in okhttp3.Alex Ning1-1/+1
2020-02-02Fix fab jumps to top-left of the screen. Add more items in the bottom app bar...Alex Ning1-2/+76
2019-12-18Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning1-1/+1
2019-12-16Showing posts of multireddit is now available. Fix a typo.Alex Ning1-1/+1
2019-10-03AMOLED dark theme is now available.Alex Ning1-1/+3
2019-09-20Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning1-2/+5
2019-08-26Tap the error view to retry loading comments in ViewPostDetailActivity. Minor...Alex Ning1-0/+2
2019-08-07Refactored all the other classes to support multi user. Clearing the app data...Alex Ning1-1/+1
2019-07-16Add a FAB in ViewSubredditDetailActivity to submit posts. Display the current...Alex Ning1-0/+8
2019-06-11Lazy mode in ViewSubredditDetailActivity.Alex Ning1-0/+2
2019-06-11Lazy mode in ViewUserDetailActivity. Fixed follow chip background color in da...Alex Ning1-1/+1
2019-05-07Dark theme support.Alex Ning1-4/+4
2019-04-23Hide Toolbar when scrolling content up.Alex Ning1-2/+1
2019-02-21Migrate to AndroidXAlex Ning1-8/+8
2019-02-21Use another GifImageView library.Alex Ning1-5/+2
2019-01-22Fixed the user's posts cannot be loaded. Refreshing in MainActivity also refr...Alex Ning1-4/+4
2019-01-09Use MarkwonView (a markdown library) instead of HtmlTextView to display post ...Alex Ning1-13/+5
2019-01-07New feature: Subscribe or unsubscribe to a subreddit. Allow clear text traffi...Alex Ning1-15/+28
2018-12-22Use GifImageView to display all the images in order to prevent slow playing o...Alex Ning1-2/+2
2018-09-21Click the subreddit icon or the subreddit name to view the subreddit's detail...Alex Ning1-3/+0
2018-08-30Display a custom error view when there is something wrong when loading best p...Alex Ning1-1/+2
2018-08-23Change the logic of parsing the subreddit icon. Click the icon and the banner...Alex Ning1-4/+9
2018-08-20Rename some classes and layout resources. Feature added: view posts in ViewSu...Alex Ning1-0/+1
2018-08-05Fetch a new access token in onCreate method of MainActivity when the old acce...Alex Ning1-1/+4
2018-08-05Fetch the subreddit info and save it to the database. Solve a bug that cannot...Alex Ning1-17/+31
2018-07-30Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subred...Alex Ning1-0/+98