aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Barebone swiping left or right to go to previous or next post in ↵Alex Ning2021-01-271-15/+15
| | | | ViewPostDetailActivity.
* Directly adding user to multireddit is available.Alex Ning2021-01-051-2/+8
|
* Directly adding subreddit to multireddit is available.Alex Ning2021-01-051-1/+7
|
* Reading all unread messages is now available.Alex Ning2021-01-041-0/+6
|
* Save post filter to database.Alex Ning2020-12-251-0/+7
|
* Prepare to add post filter.Alex Ning2020-12-111-0/+10
|
* Lowercase package names.Alex Ning2020-11-186-6/+6
|
* Add an option to preview markdown in several activitys.Alex Ning2020-11-114-4/+32
|
* Fix color of some icons.Alex Ning2020-10-239-15/+15
|
* Giving award is available. Giving award is not tested because I don't have ↵Alex Ning2020-09-281-3/+9
| | | | Reddit Coins. Currently all the award ids are hardcoded.
* Long press the Floating Action Button to see more options.Alex Ning2020-09-279-15/+15
|
* Select user flair in subreddits.Alex Ning2020-09-171-0/+6
|
* Remove some unused resources.Alex Ning2020-09-161-11/+0
|
* Crossposting is available.Alex Ning2020-09-082-0/+16
|
* Version 4.0.1. Block users. Show report menu item even in anonymous mode. ↵Alex Ning2020-07-292-7/+16
| | | | Remove Crashy.
* Support viewing Reddit Gallery in app. Fix gif not autoplayable in ↵Alex Ning2020-07-164-4/+37
| | | | CommentAndPostRecyclerViewAdapter.
* Prepare to add composing private message feature.Alex Ning2020-07-072-0/+16
|
* Changing ost layout in AccountSavedThingActivity is available.Alex Ning2020-07-021-0/+6
|
* Add ViewPrivateMessagesActivity. Rename getSharedPreferences to ↵Alex Ning2020-06-291-1/+1
| | | | getDefaultSharedPreferences in BaseActivity.
* Implement option to see removed post.Hermes Junior2020-06-161-1/+8
|
* Resolve conflicts: Some refactors on media activities.Alex Ning2020-06-162-23/+7
|
* Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior2020-06-152-17/+1
|
* Set image as wallpaper.Alex Ning2020-06-152-0/+12
|
* Support viewing imgur albums in-app.Alex Ning2020-06-032-0/+27
|
* Prepare to add report feature.Alex Ning2020-05-032-0/+17
|
* Sharing user and subreddit is now available.Alex Ning2020-05-022-0/+12
|
* Long press a multireddit in the list to show some options. Fix some UI issues.Alex Ning2020-04-051-1/+1
|
* Editing multireddits is now available.Alex Ning2020-04-044-3/+29
|
* Add an activity for theme preview.Alex Ning2020-04-021-1/+8
|
* Fix database migration issue.Alex Ning2020-04-011-1/+1
|
* Add a SidebarFragment in ViewSubredditDetailActivity. Fix some UI issues.Alex Ning2020-03-271-1/+1
|
* Customizing light, dark and amoled themes is now available.Alex Ning2020-03-201-0/+10
|
* Share image directly in ViewImageActivity.Alex Ning2020-03-024-14/+28
|
* Still prepare to support multiple themes.Alex Ning2020-03-0125-35/+30
|
* Deleting multireddit is now available.Alex Ning2020-02-181-0/+6
|
* Selecting subreddits when creating multireddits is now available.Alex Ning2020-02-181-0/+17
|
* Creating multireddit without specifying subreddits is available.Alex Ning2020-02-121-0/+10
|
* Fetch subreddit info in ViewSidebarActivity.Alex Ning2019-12-311-0/+10
|
* View subreddit sidebar is now available.Alex Ning2019-12-301-0/+6
|
* Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning2019-12-181-12/+5
|
* Add menusin ViewMultiRedditDetailActivity. Minor bugs fixed.Alex Ning2019-12-171-0/+37
|
* Changing post layout in other activities is available. Show username in card ↵Alex Ning2019-11-114-0/+24
| | | | layout posts.
* Changing post layout in ViewSubredditDetailActivity is available. Tweak the ↵Alex Ning2019-11-111-0/+6
| | | | compact post UI. Minor bugs fixed.
* Compact post layout is available. Fixed WebView cannot be inflated on ↵Alex Ning2019-11-081-0/+6
| | | | Android Lollipop. Tweak the comment item UI.
* Fixed UI issues in posts and comments. Version 1.4.0.Alex Ning2019-10-291-1/+1
|
* Sorting post comments is now available.Alex Ning2019-10-191-8/+15
|
* Add ViewGifActivity to view gifs. Fixed some links cannot be opened by ↵Alex Ning2019-10-081-0/+10
| | | | browsers. Maybe fixed IllegalStateException in ViewSubredditDetailActivity and FilteredThingActivity. Minor bugs fixed.
* Change project structures.Alex Ning2019-09-296-6/+6
|
* Viewing saved comments in Saved is available.Alex Ning2019-09-182-9/+19
|
* Fixed android.view.DisplayListCanvas.throwIfCannotDraw in ↵Alex Ning2019-09-171-1/+2
| | | | ViewPostDetailActivity. Fixed app crashes when pressing the comment button in ViewPostDetailActivity while the post is not loaded. Re-enable spalsh screen.