aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-10Separate folder for each subreddit in download locations is available.Alex Ning1-0/+1
2020-09-08Crossposting is available.Alex Ning1-0/+2
2020-09-06Support different download locations in ViewImgurImageFragment, ↵Alex Ning1-6/+4
ViewImgurVideoFragment, ViewRedditGalleryImageOrGifFragment and ViewRedditGalleryVideoFragment.
2020-09-06Select download location is now available. Download images and gifs to ↵Alex Ning2-2/+42
locations set by users in ViewImageOrGifActivity is available.
2020-08-26Fix some typos.Alex Ning1-15/+15
2020-08-25Add options to change the number of columns in PostFragment portrait and ↵Alex Ning2-0/+8
landscape modes. Upgrade compileSdkVersion and targetSdkVersion to 30.
2020-08-20Set different main tabs for different users.Alex Ning1-0/+2
2020-08-18Separate sort types for different users. Add an advanced option: Delete All ↵Alex Ning1-0/+2
Legacy Settings. Remove random sort type.
2020-08-12Use a hack to make spoiler text hidden at first. Click the spoiler area to ↵Alex Ning1-1/+0
reveal the spoiler text.
2020-08-11Set ViewImageOrGifActivity's background to transparent.Alex Ning1-1/+1
2020-08-09Fix a typo.Alex Ning1-1/+1
2020-08-09Use DownloadVideoService to download videos.Alex Ning1-5/+3
2020-08-04Version 4.0.3. Only save scrolled position for Best posts in HOME. Set Save ↵Alex Ning1-1/+1
Scrolled Position in HOME to false by default. Apply link color in CommentActivity.
2020-07-31Enable quick scale in ViewImageOrGifActivity and ↵Alex Ning1-1/+1
ViewRedditGalleryImageOrGifFragment.
2020-07-31Only save post feed scrolled position for front page.Alex Ning1-3/+3
2020-07-30Add an option to delete all the post feed scrolled positions.Alex Ning1-0/+2
2020-07-30Use SharedPreferences to store post feed scrolled position instead of ↵Alex Ning1-0/+2
QNCache. Add an option to save the scrolled position.
2020-07-29Version 4.0.1. Block users. Show report menu item even in anonymous mode. ↵Alex Ning1-2/+5
Remove Crashy.
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