aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-06Fixed some default colors.Alex Ning1-1/+1
2020-07-06Add two more comments in theme preview.Alex Ning2-3/+268
2020-07-05Fix themeing problems for recently-added features.Alex Ning1-5/+8
2020-07-03Add more themeing options for links, private messages, etc. Restructure ↵Alex Ning1-1/+1
class files.
2020-07-03Fully collapsing comments is now available (barebone).Alex Ning2-0/+57
2020-07-01Read all the replies when replying a message. Update the replied message in ↵Alex Ning1-0/+1
InboxFragment.
2020-07-01Replying to messages is now available. Remove CollapsingToolbarLayout in ↵Alex Ning1-16/+6
ViewPrivateMessagesActivity. Scroll to bottom when entering ViewPrivateMessagesActivity.
2020-07-01Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite ↵Alex Ning1-27/+81
the code of fetchUserAvatar in ViewPrivateMessagesActivity.
2020-06-30Implemente a chat UI for private messages.Alex Ning3-8/+104
2020-06-29Show all the messages in ViewPrivateMessagesActivity.Alex Ning1-2/+1
2020-06-29Add ViewPrivateMessagesActivity. Rename getSharedPreferences to ↵Alex Ning3-14/+66
getDefaultSharedPreferences in BaseActivity.
2020-06-27Add another tab for PM in ViewMessageActivity.Alex Ning1-43/+15
2020-06-23Prepare to support PM.Alex Ning1-0/+46
2020-06-23Fix flair cannot be applied when submitting posts. Fix crash in ↵Alex Ning1-1/+1
FollowedUsersRecyclerViewAdapter.
2020-06-20Add an option to automatically try loading removed gfycat videos on Redgifs.Alex Ning1-3/+4
2020-06-20Add an option: Mute Autoplaying Videos.Alex Ning3-5/+5
2020-06-17Add icons to sort bottom sheets.Hermes Junior3-152/+204
2020-06-17Add some padding between markdown paragraghs. Delete Caveat font.Alex Ning4-16/+5
2020-06-17Fix text color in SetAsWallpaperBottomSheet.Alex Ning1-3/+3
2020-06-17Add FontPreviewFragment. Add some fonts and delete some.Alex Ning1-0/+128
2020-06-16Implement option to see removed comment.Hermes Junior1-1/+20
2020-06-16Resolve conflicts: Some refactors on media activities.Alex Ning2-73/+21
2020-06-15Fix branch rebase.Hermes Junior1-4/+3
2020-06-15Refactor ViewImage and ViewGif activities. Allow zooming in gifs.Hermes Junior2-69/+18
2020-06-15Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior1-50/+0
2020-06-15Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior1-50/+0
2020-06-15Maybe fix java.lang.RuntimeException: Canvas: trying to draw too large ↵Alex Ning2-1/+7
bitmap. Fix many bugs.
2020-06-15Set image as wallpaper.Alex Ning1-0/+74
2020-06-14Add a rounded background to thumbnail in compact layout. Fix subreddits and ↵Alex Ning1-339/+340
users not clickable in sidebar.
2020-06-13Add an option to move thumbnail in compact layout to the left.Alex Ning1-0/+1
2020-06-10Changing font is available. Fix subtitle on toolbar being cut if the font is ↵Alex Ning38-59/+77
large.
2020-06-10Prepare to add different font support.Alex Ning98-161/+523
2020-06-08Move all bottom sheet fragments to package BottomSheetFragment. Add a ↵Alex Ning5-4/+72
UrlMenuBottomSheetFragment for future use.
2020-06-08Add a tab for multireddit list in SubscribedThingActivity. Remove ↵Alex Ning2-4/+59
Multireddit button in bottom navigation bar in ViewSubredditDetailActivity and add a go back to main page button.
2020-06-05Use outline icon for multireddit. Fix black report icon in dark theme. Add a ↵Alex Ning1-1/+1
colon between sort type and sort time in toolbar.
2020-06-04Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe ↵Alex Ning4-96/+154
up or down to finish ViewImageActivity, ViewGIFActivity and ViewVideoActivity. Fixed gifs downloaded as jpg.
2020-06-04Remove ViewImgurGifFragment.Alex Ning1-38/+0
2020-06-03Show a progress bar in ViewVideoActivity if it is a gfycat video and in ↵Alex Ning2-0/+25
ViewImgurMediaActivity.
2020-06-03Support viewing imgur albums in-app.Alex Ning4-0/+110
2020-05-07Video autoplay in ViewPostDetailActivity. Optimize ↵Alex Ning15-559/+1697
CommentAndPostRecyclerViewAdapter.
2020-05-05Reporting comments is now available.Alex Ning1-0/+18
2020-05-05Reporting posts is now available.Alex Ning1-1/+1
2020-05-03Prepare to add report feature.Alex Ning3-1/+69
2020-05-03Show cakeday of users and subreddits, user description and post and comment ↵Alex Ning2-18/+71
karma.
2020-05-01Beautify player control view for video autoplay.Alex Ning1-57/+51
2020-05-01Muting and unmuting audio when autoplaying are available.Alex Ning1-1/+3
2020-04-30Add an option for video autoplay. Rewrite some viewholders in ↵Alex Ning4-51/+56
PostRecyclerViewAdapter.
2020-04-30Move onClickListeners to ViewHolders in PostRecyclerViewAdapter. Pause video ↵Alex Ning4-3/+6
after fragment pause.
2020-04-29Buggy video and Gif autoplay.Alex Ning8-1/+1899
2020-04-18Add awards background and text color to custom theme. Show only the number ↵Alex Ning2-7/+11
of awards on Post Compact Layout.