| Commit message (Expand) | Author | Age | Files | Lines |
* | Show the FAB in anonymous mode. | Alex Ning | 2020-12-24 | 1 | -1/+0 |
* | Add custom theme entries for read posts. Fix crash in ViewUserDetailActivity. | Alex Ning | 2020-12-08 | 1 | -1/+1 |
* | Make the Bottom App Bar a standalone layout. | Alex Ning | 2020-12-08 | 1 | -2/+2 |
* | Add an bottom app bar and an fab to ViewUserDetailActivity. Hide read posts i... | Alex Ning | 2020-12-08 | 1 | -74/+9 |
* | Fix bottom app bar in ViewSubredditDetailActivity displaying under nav bar. | Alex Ning | 2020-11-11 | 1 | -0/+1 |
* | Customizing bottom app bar and fab in ViewSubredditDetailActivity is available. | Alex Ning | 2020-09-25 | 1 | -10/+11 |
* | Migrate to ViewPager2 in ViewSubredditDetailActivity and ViewUserDetailActivity. | Alex Ning | 2020-09-19 | 1 | -1/+1 |
* | Fix Immersive Interface on Android R. Set targetSdkVersion and compileSdkVers... | Alex Ning | 2020-09-12 | 1 | -1/+0 |
* | Changing font is available. Fix subtitle on toolbar being cut if the font is ... | Alex Ning | 2020-06-10 | 1 | -2/+2 |
* | Prepare to add different font support. | Alex Ning | 2020-06-10 | 1 | -2/+7 |
* | Add a tab for multireddit list in SubscribedThingActivity. Remove Multireddit... | Alex Ning | 2020-06-08 | 1 | -4/+4 |
* | Show cakeday of users and subreddits, user description and post and comment k... | Alex Ning | 2020-05-03 | 1 | -8/+39 |
* | Remove unused attributes. Fix loading images using GlideImageGetter after the... | Alex Ning | 2020-04-18 | 1 | -8/+1 |
* | Add an activity for theme preview. | Alex Ning | 2020-04-02 | 1 | -1/+1 |
* | Show NSFW toggle in the nav drawer in anonymous mode. | Alex Ning | 2020-03-28 | 1 | -2/+0 |
* | Add a SidebarFragment in ViewSubredditDetailActivity. Fix some UI issues. | Alex Ning | 2020-03-27 | 1 | -1/+20 |
* | Still implementing custom themes. | Alex Ning | 2020-03-27 | 1 | -1/+1 |
* | Implement custom multiple themes (Buggy). | Alex Ning | 2020-03-15 | 1 | -4/+1 |
* | Still prepare to add different themes. | Alex Ning | 2020-02-27 | 1 | -8/+8 |
* | Prepare to add different themes. Try fixing timeout issue in okhttp3. | Alex Ning | 2020-02-26 | 1 | -1/+1 |
* | Fix fab jumps to top-left of the screen. Add more items in the bottom app bar... | Alex Ning | 2020-02-02 | 1 | -2/+76 |
* | Add a BottomAppBar to navigate to subscriptions and multireddits. | Alex Ning | 2019-12-18 | 1 | -1/+1 |
* | Showing posts of multireddit is now available. Fix a typo. | Alex Ning | 2019-12-16 | 1 | -1/+1 |
* | AMOLED dark theme is now available. | Alex Ning | 2019-10-03 | 1 | -1/+3 |
* | Changing font size is available. Delete duplicate Edit menu in comments. | Alex Ning | 2019-09-20 | 1 | -2/+5 |
* | Tap the error view to retry loading comments in ViewPostDetailActivity. Minor... | Alex Ning | 2019-08-26 | 1 | -0/+2 |
* | Refactored all the other classes to support multi user. Clearing the app data... | Alex Ning | 2019-08-07 | 1 | -1/+1 |
* | Add a FAB in ViewSubredditDetailActivity to submit posts. Display the current... | Alex Ning | 2019-07-16 | 1 | -0/+8 |
* | Lazy mode in ViewSubredditDetailActivity. | Alex Ning | 2019-06-11 | 1 | -0/+2 |
* | Lazy mode in ViewUserDetailActivity. Fixed follow chip background color in da... | Alex Ning | 2019-06-11 | 1 | -1/+1 |
* | Dark theme support. | Alex Ning | 2019-05-07 | 1 | -4/+4 |
* | Hide Toolbar when scrolling content up. | Alex Ning | 2019-04-23 | 1 | -2/+1 |
* | Migrate to AndroidX | Alex Ning | 2019-02-21 | 1 | -8/+8 |
* | Use another GifImageView library. | Alex Ning | 2019-02-21 | 1 | -5/+2 |
* | Fixed the user's posts cannot be loaded. Refreshing in MainActivity also refr... | Alex Ning | 2019-01-22 | 1 | -4/+4 |
* | Use MarkwonView (a markdown library) instead of HtmlTextView to display post ... | Alex Ning | 2019-01-09 | 1 | -13/+5 |
* | New feature: Subscribe or unsubscribe to a subreddit. Allow clear text traffi... | Alex Ning | 2019-01-07 | 1 | -15/+28 |
* | Use GifImageView to display all the images in order to prevent slow playing o... | Alex Ning | 2018-12-22 | 1 | -2/+2 |
* | Click the subreddit icon or the subreddit name to view the subreddit's detail... | Alex Ning | 2018-09-21 | 1 | -3/+0 |
* | Display a custom error view when there is something wrong when loading best p... | Alex Ning | 2018-08-30 | 1 | -1/+2 |
* | Change the logic of parsing the subreddit icon. Click the icon and the banner... | Alex Ning | 2018-08-23 | 1 | -4/+9 |
* | Rename some classes and layout resources. Feature added: view posts in ViewSu... | Alex Ning | 2018-08-20 | 1 | -0/+1 |
* | Fetch a new access token in onCreate method of MainActivity when the old acce... | Alex Ning | 2018-08-05 | 1 | -1/+4 |
* | Fetch the subreddit info and save it to the database. Solve a bug that cannot... | Alex Ning | 2018-08-05 | 1 | -17/+31 |
* | Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subred... | Alex Ning | 2018-07-30 | 1 | -0/+98 |