aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-19Delete webView.getSettings().setDomStorageEnabled(true); in LoginActivity to ↵Alex Ning1-2/+2
fix wrong password error. Show an info to guide users how to type in 2FA code.
2020-07-19Reorganize settings.Alex Ning1-0/+3
2020-07-17Add a boolean variable isSendingMessage to avoid sending multiple messages ↵Alex Ning1-1/+1
before the first message is sent in ViewPrivateMessageActivity. When the message is being sent, the send button will have a secondary text color. Use wrap_content for comment content in item_comment.
2020-07-16Support viewing Reddit Gallery in app. Fix gif not autoplayable in ↵Alex Ning1-0/+4
CommentAndPostRecyclerViewAdapter.
2020-07-16Fix ANR when uploading large video files. Fix uploading gif as image.Alex Ning1-0/+1
2020-07-15Remove font: Bad Script. Add some bold fonts.Alex Ning2-12/+82
2020-07-15Add an option to ignore nav bar in ViewVideoActivity and ↵Alex Ning2-0/+12
ViewImgurVideoFragment. Use Hauler to do drag up or down to finish Activity in ViewVideoActivity and ViewImgurMediaActivity.
2020-07-15Fix gif too small in ViewImageOrGifActivity. Hide immersive interface entry ↵Alex Ning1-1/+2
if the device has Android version lower than 8.0.
2020-07-14Replace Hauler with Slidr to avoid weird behaviour in SubsamplingScaleImageView.Alex Ning1-10/+7
2020-07-14Disable swipe right to go back in some Activities. Rename 'Swipe Right to Go ↵Alex Ning1-1/+2
Back From Comments' to 'Swipe Right to Go Back'.
2020-07-09Fix username takes up too much space in comments. Add ↵Alex Ning1-1/+1
PostCompactRightLeftThumbnailViewHolder and PostCompactLeftThumbnailViewHolder in order to fix layout issues in ConstraintLayout v2.0.0-beta8. Rename 'Show Thumbnail on the Right in Compact Layout' to 'Show Thumbnail on the Left in Compact Layout'.
2020-07-09Add updated Crashy.Alex Ning1-0/+2
2020-07-09Add an option to mute nsfw videos. Show preview before autoplaying videos in ↵Alex Ning1-1/+2
CommentAndPostRecyclerViewAdapter.
2020-07-08Setting autoplay videos visible area offset is available. Remove Crashy ↵Alex Ning1-2/+4
because it will crash on some devices, such as Pixel Slate.
2020-07-08View crash reports in Settings -> About -> Crash Reports.Alex Ning1-0/+4
2020-07-08Composing message is now available.Alex Ning1-1/+7
2020-07-07Prepare to add composing private message feature.Alex Ning1-0/+5
2020-07-05Fix themeing problems for recently-added features.Alex Ning1-0/+2
2020-07-03Add more themeing options for links, private messages, etc. Restructure ↵Alex Ning1-0/+16
class files.
2020-07-03Fully collapsing comments is now available (barebone).Alex Ning1-0/+1
2020-07-02Add an option to change time format. Properly show message time in ↵Alex Ning2-0/+51
ViewPrivateMessagesActivity.
2020-07-01Replying to messages is now available. Remove CollapsingToolbarLayout in ↵Alex Ning1-0/+3
ViewPrivateMessagesActivity. Scroll to bottom when entering ViewPrivateMessagesActivity.
2020-07-01Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite ↵Alex Ning1-0/+1
the code of fetchUserAvatar in ViewPrivateMessagesActivity.
2020-06-27Add another tab for PM in ViewMessageActivity.Alex Ning1-0/+2
2020-06-20Add 2 options for notification interval: 15 minutes and 30 minutes.Alex Ning1-0/+4
2020-06-20Add an option to automatically try loading removed gfycat videos on Redgifs.Alex Ning1-1/+5
2020-06-20Add an option: Mute Autoplaying Videos.Alex Ning1-2/+1
2020-06-19Add version info to about section.Hermes Junior1-0/+3
2020-06-17Add preferences label and divider in nav drawer.Hermes Junior1-0/+1
2020-06-17Add icons to sort bottom sheets.Hermes Junior1-0/+2
2020-06-17Allow sliding back on all activities.Hermes Junior1-1/+9
2020-06-17Add some padding between markdown paragraghs. Delete Caveat font.Alex Ning2-14/+0
2020-06-17Fix text color in SetAsWallpaperBottomSheet.Alex Ning1-0/+1
2020-06-17Add FontPreviewFragment. Add some fonts and delete some.Alex Ning3-22/+41
2020-06-16Implement option to see removed post.Hermes Junior1-1/+3
2020-06-16Implement option to see removed comment.Hermes Junior1-0/+4
2020-06-15Set image as wallpaper.Alex Ning1-4/+10
2020-06-13Add an option to move thumbnail in compact layout to the left.Alex Ning1-0/+1
2020-06-12Fix bugs related to favoriting multireddits. Add some fonts.Alex Ning2-0/+28
2020-06-10Add more fonts.Alex Ning2-0/+56
2020-06-10Changing font is available. Fix subtitle on toolbar being cut if the font is ↵Alex Ning3-4/+26
large.
2020-06-10Prepare to add different font support.Alex Ning2-0/+54
2020-06-09Fail gracefully when there is no webview installed.Hermes Junior1-0/+1
2020-06-08Move all bottom sheet fragments to package BottomSheetFragment. Add a ↵Alex Ning1-0/+2
UrlMenuBottomSheetFragment for future use.
2020-06-08Add a tab for multireddit list in SubscribedThingActivity. Remove ↵Alex Ning1-0/+1
Multireddit button in bottom navigation bar in ViewSubredditDetailActivity and add a go back to main page button.
2020-06-07Add more notifications for downloading Reddit videos. Open the downloaded ↵Alex Ning1-5/+13
Reddit video when clicking the notification after downloading finishes. Put all work in an AsyncTask.
2020-06-06Make downloaded video visible for galleries and simplify the code.Hermes Junior1-0/+1
2020-06-06Show different notifications when downloading Reddit videos.Alex Ning1-1/+4
2020-06-06Downloading Reddit videos with sound is now available. For Android Q and ↵Alex Ning1-2/+2
above, the downloaded videos are stored in Movies/Infinity.
2020-06-04Add an option to disable autoplaying nsfw videos. Support imgur gifv videos.Alex Ning1-0/+3