Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade gradle. | Docile-Alligator | 2024-05-07 | 1 | -1/+1 |
| | |||||
* | Update gradle wrapper (#1006) | Taco | 2022-09-09 | 1 | -1/+1 |
| | | | | | * Update gradle wrapper * Update AGP, fix gradle deprecations | ||||
* | Update AGP, reorganize libraries | TacoTheDank | 2021-09-25 | 1 | -3/+5 |
| | |||||
* | Reorganize and remove unused libraries | TacoTheDank | 2020-12-23 | 1 | -1/+1 |
| | |||||
* | Remove test notifications. | Alex Ning | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | Remove font: Bad Script. Add some bold fonts. | Alex Ning | 2020-07-15 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary maven repositories. | Hermes Junior | 2020-06-22 | 1 | -3/+0 |
| | |||||
* | Downloading videos and images is now available. | Alex Ning | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Rearrange dependencies and update some | TacoTheDank | 2020-04-22 | 1 | -11/+5 |
| | |||||
* | Editing multireddits is now available. | Alex Ning | 2020-04-04 | 1 | -1/+1 |
| | |||||
* | Fix post card has empty space under vote buttons once again by upgrading ↵ | Alex Ning | 2020-02-21 | 1 | -1/+1 |
| | | | | google's material library. Add an Okhttp3 interceptor for debug usage. | ||||
* | Creating multireddit without specifying subreddits is available. | Alex Ning | 2020-02-12 | 1 | -2/+2 |
| | |||||
* | Show MultiReddits list. | Alex Ning | 2019-12-13 | 1 | -1/+1 |
| | |||||
* | Showing elapsed time in posts and comments is available. | Alex Ning | 2019-11-12 | 1 | -1/+1 |
| | |||||
* | Changing post layout in ViewSubredditDetailActivity is available. Tweak the ↵ | Alex Ning | 2019-11-11 | 1 | -1/+1 |
| | | | | compact post UI. Minor bugs fixed. | ||||
* | Disable clicking comment icon in a post to submit a comment. Enlarge the ↵ | Alex Ning | 2019-10-25 | 1 | -2/+2 |
| | | | | icons in comments. Fix regex used to linkify subreddits and users. | ||||
* | Add a time option to some sort types. Remember the last sort type. | Alex Ning | 2019-10-13 | 1 | -1/+1 |
| | |||||
* | Change gitignore file. | Alex Ning | 2019-09-29 | 1 | -1/+1 |
| | |||||
* | Delete something related to downloading videos. | Alex Ning | 2019-09-19 | 1 | -2/+2 |
| | |||||
* | View crosspost parent in ViewPostDetailActivity when clicking the crosspost ↵ | Alex Ning | 2019-08-30 | 1 | -1/+1 |
| | | | | icon or select Crosspost parent menu item in toolbar. Filter NSFW posts in FilteredThingActivity is now available. | ||||
* | Add an acknowledgement page in settings. | Alex Ning | 2019-08-24 | 1 | -1/+1 |
| | |||||
* | Editing flair is now available. | Alex Ning | 2019-08-14 | 1 | -2/+2 |
| | |||||
* | Use a modal bottom sheet to display post selection instead of an alert ↵ | Alex Ning | 2019-07-12 | 1 | -3/+3 |
| | | | | dialog. Fixed some icons. | ||||
* | Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in ↵ | Alex Ning | 2019-06-11 | 1 | -2/+2 |
| | | | | dark mode. | ||||
* | Refresh post in ViewPostDetailActivity. | Alex Ning | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | Synchronizing voting state between PostRecyclerViewAdapter and ↵ | Alex Ning | 2019-04-18 | 1 | -1/+1 |
| | | | | ViewPostDetailActivity using EventBus by greenrobot. Minor bugs fixed. | ||||
* | Fixed displaying wrong score when rapidly clicking vote buttons in ↵ | Alex Ning | 2019-04-18 | 1 | -3/+3 |
| | | | | PostRecyclerViewAdapter. | ||||
* | Migrate to AndroidX | Alex Ning | 2019-02-21 | 1 | -2/+2 |
| | |||||
* | Load All comments of a post using paging library. Loading comments of ↵ | Alex Ning | 2019-02-12 | 1 | -1/+1 |
| | | | | comments is now broken. | ||||
* | Fixed the user's posts cannot be loaded. Refreshing in MainActivity also ↵ | Alex Ning | 2019-01-22 | 1 | -1/+1 |
| | | | | refreshes user info, subscribed users and subreddits. Enlarge the area which contains subreddit or user name and icon for easier touching. | ||||
* | Use Android Paging Library to load and display best posts. Loading best ↵ | Alex Ning | 2018-12-27 | 1 | -0/+3 |
| | | | | posts in a specific subreddit is broken. Fixed a bug which is PostViewModel's data becoming null after the app restart. Add notch support for Android Pie. | ||||
* | Use AspectRatiotImageView instead of ImageView to fully display the preview ↵ | Alex Ning | 2018-10-28 | 1 | -0/+1 |
| | | | | images of posts and prevent scrolling jump in PostFragment and ViewPostDetailActivity. | ||||
* | Bind views using ButterKnife. Let volume controls adjust music stream in ↵ | Alex Ning | 2018-10-26 | 1 | -1/+1 |
| | | | | ViewVideoActivity. | ||||
* | Load user info after the new access token is retrieved if the old access ↵ | Alex Ning | 2018-08-18 | 1 | -1/+1 |
| | | | | token expired. Feature added: vote comment | ||||
* | Save subscribed subreddits and users to the SQLite database by using Room ↵ | Alex Ning | 2018-07-29 | 1 | -0/+5 |
| | | | | Persistence Library. Add a following section in the navigation drawer to display all the followed users. Add a NestedScrollView in the navigation drawer to wrap all the elements. Disable nested scrolling feature in all the RecyclerViews in the navigation drawer. | ||||
* | First commit | Alex Ning | 2018-07-26 | 1 | -0/+27 |