aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-18Lowercase package names.Alex Ning6-6/+6
2020-11-11Add an option to preview markdown in several activitys.Alex Ning4-4/+32
2020-10-23Fix color of some icons.Alex Ning9-15/+15
2020-09-28Giving award is available. Giving award is not tested because I don't have ↵Alex Ning1-3/+9
Reddit Coins. Currently all the award ids are hardcoded.
2020-09-27Long press the Floating Action Button to see more options.Alex Ning9-15/+15
2020-09-17Select user flair in subreddits.Alex Ning1-0/+6
2020-09-16Remove some unused resources.Alex Ning1-11/+0
2020-09-08Crossposting is available.Alex Ning2-0/+16
2020-07-29Version 4.0.1. Block users. Show report menu item even in anonymous mode. ↵Alex Ning2-7/+16
Remove Crashy.
2020-07-16Support viewing Reddit Gallery in app. Fix gif not autoplayable in ↵Alex Ning4-4/+37
CommentAndPostRecyclerViewAdapter.
2020-07-07Prepare to add composing private message feature.Alex Ning2-0/+16
2020-07-02Changing ost layout in AccountSavedThingActivity is available.Alex Ning1-0/+6
2020-06-29Add ViewPrivateMessagesActivity. Rename getSharedPreferences to ↵Alex Ning1-1/+1
getDefaultSharedPreferences in BaseActivity.
2020-06-16Implement option to see removed post.Hermes Junior1-1/+8
2020-06-16Resolve conflicts: Some refactors on media activities.Alex Ning2-23/+7
2020-06-15Refactor ViewImage and ViewGif activities. Allow zooming in gifs.Hermes Junior2-23/+7
2020-06-15Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior2-17/+1
2020-06-15Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior1-7/+1
2020-06-15Set image as wallpaper.Alex Ning2-0/+12
2020-06-03Support viewing imgur albums in-app.Alex Ning2-0/+27
2020-05-03Prepare to add report feature.Alex Ning2-0/+17
2020-05-02Sharing user and subreddit is now available.Alex Ning2-0/+12
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 Ning4-3/+29
2020-04-02Add an activity for theme preview.Alex Ning1-1/+8
2020-04-01Fix database migration issue.Alex Ning1-1/+1
2020-03-27Add a SidebarFragment in ViewSubredditDetailActivity. Fix some UI issues.Alex Ning1-1/+1
2020-03-20Customizing light, dark and amoled themes is now available.Alex Ning1-0/+10
2020-03-02Share image directly in ViewImageActivity.Alex Ning4-14/+28
2020-03-01Still prepare to support multiple themes.Alex Ning25-35/+30
2020-02-18Deleting multireddit is now available.Alex Ning1-0/+6
2020-02-18Selecting subreddits when creating multireddits is now available.Alex Ning1-0/+17
2020-02-12Creating multireddit without specifying subreddits is available.Alex Ning1-0/+10
2019-12-31Fetch subreddit info in ViewSidebarActivity.Alex Ning1-0/+10
2019-12-30View subreddit sidebar is now available.Alex Ning1-0/+6
2019-12-18Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning1-12/+5
2019-12-17Add menusin ViewMultiRedditDetailActivity. Minor bugs fixed.Alex Ning1-0/+37
2019-11-11Changing post layout in other activities is available. Show username in card ↵Alex Ning4-0/+24
layout posts.
2019-11-11Changing post layout in ViewSubredditDetailActivity is available. Tweak the ↵Alex Ning1-0/+6
compact post UI. Minor bugs fixed.
2019-11-08Compact post layout is available. Fixed WebView cannot be inflated on ↵Alex Ning1-0/+6
Android Lollipop. Tweak the comment item UI.
2019-10-29Fixed UI issues in posts and comments. Version 1.4.0.Alex Ning1-1/+1
2019-10-19Sorting post comments is now available.Alex Ning1-8/+15
2019-10-08Add ViewGifActivity to view gifs. Fixed some links cannot be opened by ↵Alex Ning1-0/+10
browsers. Maybe fixed IllegalStateException in ViewSubredditDetailActivity and FilteredThingActivity. Minor bugs fixed.
2019-09-29Change project structures.Alex Ning6-6/+6
2019-09-18Viewing saved comments in Saved is available.Alex Ning2-9/+19
2019-09-17Fixed android.view.DisplayListCanvas.throwIfCannotDraw in ↵Alex Ning1-1/+2
ViewPostDetailActivity. Fixed app crashes when pressing the comment button in ViewPostDetailActivity while the post is not loaded. Re-enable spalsh screen.
2019-09-14Fix status bar and navbar icon color in MainActivity.Alex Ning1-6/+14
2019-09-08Hiding and unhiding posts are now available.Alex Ning1-5/+11
2019-08-30Lazy mode is available in FilteredThingActivity. Fixed a bug related to lazy ↵Alex Ning1-2/+8
mode. Fixed several bugs in ViewModels. Minor bugs fixed.
2019-08-30View crosspost parent in ViewPostDetailActivity when clicking the crosspost ↵Alex Ning1-6/+13
icon or select Crosspost parent menu item in toolbar. Filter NSFW posts in FilteredThingActivity is now available.