aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-08-09Use DownloadVideoService to download videos.Alex Ning1-1/+1
2020-07-29Version 4.0.1. Block users. Show report menu item even in anonymous mode. ↵Alex Ning1-9/+0
Remove Crashy.
2020-07-16Support viewing Reddit Gallery in app. Fix gif not autoplayable in ↵Alex Ning1-2/+6
CommentAndPostRecyclerViewAdapter.
2020-07-15Add an option to ignore nav bar in ViewVideoActivity and ↵Alex Ning1-2/+2
ViewImgurVideoFragment. Use Hauler to do drag up or down to finish Activity in ViewVideoActivity and ViewImgurMediaActivity.
2020-07-14Replace Hauler with Slidr to avoid weird behaviour in SubsamplingScaleImageView.Alex Ning1-3/+3
2020-07-14Disable swipe right to go back in some Activities. Rename 'Swipe Right to Go ↵Alex Ning1-5/+5
Back From Comments' to 'Swipe Right to Go Back'.
2020-07-14Add double tap to zoom in ViewImageOrGifActivity. Delete ↵Alex Ning1-5/+0
MultiRedditListingActivity.
2020-07-09Add updated Crashy.Alex Ning1-0/+10
2020-07-08Setting autoplay videos visible area offset is available. Remove Crashy ↵Alex Ning1-10/+0
because it will crash on some devices, such as Pixel Slate.
2020-07-08View crash reports in Settings -> About -> Crash Reports.Alex Ning1-0/+10
2020-07-07Prepare to add composing private message feature.Alex Ning1-1/+7
2020-07-02Maintain RecyclerView position when showing and hiding the keyboard in ↵Alex Ning1-5/+4
ViewPrivateMessagesActivity.
2020-07-01Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite ↵Alex Ning1-1/+2
the code of fetchUserAvatar in ViewPrivateMessagesActivity.
2020-06-29Add ViewPrivateMessagesActivity. Rename getSharedPreferences to ↵Alex Ning1-2/+6
getDefaultSharedPreferences in BaseActivity.
2020-06-17Allow sliding back on all activities.Hermes Junior1-30/+30
2020-06-17Add FontPreviewFragment. Add some fonts and delete some.Alex Ning1-2/+3
2020-06-16Resolve conflicts: Some refactors on media activities.Alex Ning1-5/+1
2020-06-15Refactor ViewImage and ViewGif activities. Allow zooming in gifs.Hermes Junior1-6/+2
2020-06-15Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior1-5/+1
2020-06-15Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior1-5/+1
2020-06-15Set image as wallpaper.Alex Ning1-0/+2
2020-06-06Downloading Reddit videos with sound is now available. For Android Q and ↵Alex Ning1-1/+6
above, the downloaded videos are stored in Movies/Infinity.
2020-06-05Copying post title, post content and comment content is now available in ↵Alex Ning1-1/+1
CommentActivity.
2020-06-04Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe ↵Alex Ning1-4/+4
up or down to finish ViewImageActivity, ViewGIFActivity and ViewVideoActivity. Fixed gifs downloaded as jpg.
2020-06-03Support viewing imgur albums in-app.Alex Ning1-0/+5
2020-05-28Support viewing gfycat videos in app.Alex Ning1-2/+3
2020-05-03Prepare to add report feature.Alex Ning1-3/+9
2020-04-05Long press a multireddit in the list to show some options. Fix some UI issues.Alex Ning1-1/+1
2020-04-04Editing multireddits is now available.Alex Ning1-1/+10
2020-04-02Add an activity for theme preview.Alex Ning1-3/+8
2020-03-29Continue playing videos after orientation. Deleting all subreddits and users ↵Alex Ning1-1/+2
is now available in advanced settings.
2020-03-26Still implementing custom themes.Alex Ning1-0/+1
2020-03-24Add CustomThemeListingActivity.Alex Ning1-1/+4
2020-03-19Still implementing custom theme settings.Alex Ning1-1/+3
2020-03-19Start implementing custom theme settings.Alex Ning1-1/+4
2020-02-18Selecting subreddits when creating multireddits is now available.Alex Ning1-1/+7
2020-02-12Creating multireddit without specifying subreddits is available.Alex Ning1-3/+9
2019-12-30View subreddit sidebar is now available.Alex Ning1-1/+5
2019-12-19Fixed UI in ViewMultiRedditDetailActivity. Add a share option in Settings -> ↵Alex Ning1-1/+1
About to let you easily share this app to other people. Version 2.0.0.
2019-12-16Showing posts of multireddit is now available. Fix a typo.Alex Ning1-1/+5
2019-12-13Show MultiReddits list.Alex Ning1-1/+4
2019-12-01Downloading video without sound is now available. Minor bugs fixed.Alex Ning1-0/+1
2019-11-15Swiping to refresh posts is now available.Alex Ning1-1/+1
2019-11-12Showing elapsed time in posts and comments is available.Alex Ning1-3/+5
2019-10-28Display a content preview in PostFragment for text posts.Alex Ning1-9/+9
2019-10-08Add ViewGifActivity to view gifs. Fixed some links cannot be opened by ↵Alex Ning1-9/+12
browsers. Maybe fixed IllegalStateException in ViewSubredditDetailActivity and FilteredThingActivity. Minor bugs fixed.
2019-09-29Change project structures.Alex Ning1-51/+51
2019-09-24Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title.Alex Ning1-1/+1
2019-09-19Delete something related to downloading videos.Alex Ning1-8/+9
2019-09-18Viewing saved comments in Saved is available.Alex Ning1-6/+14