aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-02Save light, dark and amoled Material You themes to database. Add 'Apply ↵Alex Ning1-1/+2
Material You' option. Test MotionLayout.
2021-06-16Listen to wallpaper change and change theme.Alex Ning1-1/+6
2021-05-05Fix app crashes in CopyTextBottomSheetFragment. Add LockScreenActivity.Alex Ning1-1/+4
2021-04-04Anonymous subscriptions page is available.Alex Ning1-1/+4
2021-04-02New option: Crash Reports.Alex Ning1-0/+10
2021-04-01Support reddit links from email.Alex Ning1-0/+6
2021-03-11Add a WebView for those who do not have Chrome installed.Alex Ning1-1/+7
2021-03-06Show a suicide prevention quote when searching suicide.Alex Ning1-3/+8
2021-01-05Adding users to a multireddit is now available.Alex Ning1-1/+1
2021-01-05Directly adding subreddit to multireddit is available.Alex Ning1-1/+8
2021-01-04SearchUsersResultActivity is added.Alex Ning1-1/+3
2020-12-26Remove SubredditFilter completely.Alex Ning1-6/+0
2020-12-26Continue adding post filter.Alex Ning1-1/+5
2020-12-25Replace Filter settings with Post Filter.Alex Ning1-1/+6
2020-12-23Send PostFilter to CustomizePostFilterActivity. Rename FilteredThingActivity ↵Alex Ning1-1/+1
to FilteredPostsActivity.
2020-12-11Prepare to add post filter.Alex Ning1-1/+7
2020-11-18Lowercase package names.Alex Ning1-92/+92
2020-11-11Add an option to preview markdown in several activitys.Alex Ning1-1/+1
2020-11-09Shrink icon size in flair and award tags.Alex Ning1-0/+1
2020-11-06Maybe fixed a lot of bugs in DownloadRedditVideoService, ↵Alex Ning1-1/+1
DownloadMediaService and GlideImageGetter. Fix gfycat video not playing when opening in compact layout.
2020-10-30Use haptic feedback instead of vibration in swipe action.Alex Ning1-1/+0
2020-10-28Fix blanck white background in MainActivty after returning from SearchActivity.Alex Ning1-2/+4
2020-10-28Add an option to filter subreddits in popular and all.Alex Ning1-1/+7
2020-10-19Fix layout issue in non-immersive interface. Rename ThemePreviewActivity to ↵Alex Ning1-1/+1
CustomThemePreviewActivity.
2020-10-04Random post and subreddit is available.Alex Ning1-2/+6
2020-09-28Giving award is available. Giving award is not tested because I don't have ↵Alex Ning1-3/+7
Reddit Coins. Currently all the award ids are hardcoded.
2020-09-22Support Chrome Custom Tabs in Android 11.Alex Ning1-0/+7
2020-09-17Select user flair in subreddits.Alex Ning1-1/+5
2020-09-14Viewing comment's full markdown is available.Alex Ning1-2/+6
2020-09-10Delete PullNotificationAlarmReceiver because it seems no notification bug is ↵Alex Ning1-2/+0
finally fixed (Wrong TimeUnit in NotificationPreferenceFragment).
2020-09-09Add PullNotificationAlarmReceiver, another implementation of pull ↵Alex Ning1-0/+4
notifications. Fix a bug in NotificationPreferenceFragment.
2020-09-08Crossposting is available.Alex Ning1-1/+7
2020-09-06Support different download locations in ViewImgurImageFragment, ↵Alex Ning1-2/+2
ViewImgurVideoFragment, ViewRedditGalleryImageOrGifFragment and ViewRedditGalleryVideoFragment.
2020-09-06Select download location is now available. Download images and gifs to ↵Alex Ning1-2/+8
locations set by users in ViewImageOrGifActivity is available.
2020-09-03Vibrate the phone if swiping distance exceeds threshold.Alex Ning1-0/+1
2020-08-18Remove Slidr in CommentActivity and EditCommentActivity.Alex Ning1-2/+2
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.