Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor UI tweaks in RPANActivity. | Alex Ning | 2021-07-05 | 1 | -0/+4 |
| | |||||
* | Set bottom app bar enabled by default. Change Indigo colors. | Alex Ning | 2021-06-11 | 1 | -2/+2 |
| | |||||
* | Change theme back to Theme.MaterialComponents. | Alex Ning | 2020-11-22 | 1 | -2/+1 |
| | |||||
* | Use Theme.AppCompat. | Alex Ning | 2020-11-22 | 1 | -1/+1 |
| | |||||
* | Remove some unused resources. | Alex Ning | 2020-09-16 | 1 | -11/+0 |
| | |||||
* | Fix Immersive Interface on Android R. Set targetSdkVersion and ↵ | Alex Ning | 2020-09-12 | 1 | -4/+0 |
| | | | | compileSdkVersion to 30. | ||||
* | Set ViewImageOrGifActivity's background to transparent. | Alex Ning | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | Remove font: Bad Script. Add some bold fonts. | Alex Ning | 2020-07-15 | 1 | -6/+66 |
| | |||||
* | Add an option to ignore nav bar in ViewVideoActivity and ↵ | Alex Ning | 2020-07-15 | 1 | -0/+10 |
| | | | | ViewImgurVideoFragment. Use Hauler to do drag up or down to finish Activity in ViewVideoActivity and ViewImgurMediaActivity. | ||||
* | Replace Hauler with Slidr to avoid weird behaviour in SubsamplingScaleImageView. | Alex Ning | 2020-07-14 | 1 | -10/+7 |
| | |||||
* | Allow sliding back on all activities. | Hermes Junior | 2020-06-17 | 1 | -1/+9 |
| | |||||
* | Add some padding between markdown paragraghs. Delete Caveat font. | Alex Ning | 2020-06-17 | 1 | -12/+0 |
| | |||||
* | Add FontPreviewFragment. Add some fonts and delete some. | Alex Ning | 2020-06-17 | 1 | -18/+30 |
| | |||||
* | Fix bugs related to favoriting multireddits. Add some fonts. | Alex Ning | 2020-06-12 | 1 | -0/+24 |
| | |||||
* | Add more fonts. | Alex Ning | 2020-06-10 | 1 | -0/+48 |
| | |||||
* | Changing font is available. Fix subtitle on toolbar being cut if the font is ↵ | Alex Ning | 2020-06-10 | 1 | -3/+6 |
| | | | | large. | ||||
* | Prepare to add different font support. | Alex Ning | 2020-06-10 | 1 | -0/+42 |
| | |||||
* | Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe ↵ | Alex Ning | 2020-06-04 | 1 | -3/+6 |
| | | | | up or down to finish ViewImageActivity, ViewGIFActivity and ViewVideoActivity. Fixed gifs downloaded as jpg. | ||||
* | Support viewing imgur albums in-app. | Alex Ning | 2020-06-03 | 1 | -9/+17 |
| | |||||
* | Show the number of awards in PostRecyclerView instead. | Alex Ning | 2020-04-18 | 1 | -3/+1 |
| | |||||
* | Remove unused attributes. Fix loading images using GlideImageGetter after ↵ | Alex Ning | 2020-04-18 | 1 | -133/+1 |
| | | | | the activity is destroyed. | ||||
* | Fix app crashes when selecting font size to small. Version 3.0.1. | Alex Ning | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | Apply theme to toolbars. | Alex Ning | 2020-03-16 | 1 | -60/+4 |
| | |||||
* | Still implementing custom themes. | Alex Ning | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Implement custom multiple themes (Buggy). | Alex Ning | 2020-03-15 | 1 | -0/+12 |
| | |||||
* | Add a custom theme table in database. | Alex Ning | 2020-03-05 | 1 | -16/+17 |
| | |||||
* | Still prepare to support multiple themes. | Alex Ning | 2020-03-01 | 1 | -12/+20 |
| | |||||
* | Remove unused comments. | Alex Ning | 2020-02-27 | 1 | -39/+0 |
| | |||||
* | Still prepare to add different themes. | Alex Ning | 2020-02-27 | 1 | -5/+101 |
| | |||||
* | Prepare to add different themes. Try fixing timeout issue in okhttp3. | Alex Ning | 2020-02-26 | 1 | -1/+109 |
| | |||||
* | Copy post title and content in ViewPostDetailActivity. | Alex Ning | 2020-01-29 | 1 | -0/+6 |
| | |||||
* | Swiping to refresh posts is now available. | Alex Ning | 2019-11-15 | 1 | -0/+5 |
| | |||||
* | Set post layout for subreddit and user posts individually. | Alex Ning | 2019-11-11 | 1 | -0/+4 |
| | |||||
* | AMOLED dark theme is now available. | Alex Ning | 2019-10-03 | 1 | -2/+49 |
| | |||||
* | Add title and content font size options. | Alex Ning | 2019-09-26 | 1 | -2/+77 |
| | |||||
* | Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title. | Alex Ning | 2019-09-24 | 1 | -0/+1 |
| | |||||
* | Changing font size is available. Delete duplicate Edit menu in comments. | Alex Ning | 2019-09-20 | 1 | -0/+56 |
| | |||||
* | Load HLS video instead of Dash video to support older Android versions. ↵ | Alex Ning | 2019-09-10 | 1 | -8/+1 |
| | | | | Fixed app crashes on opening video or images on older Android versions. | ||||
* | Display a splash screen when the app starts. | Alex Ning | 2019-09-03 | 1 | -0/+4 |
| | |||||
* | Check for theme setting on every activities except ViewImageActivity and ↵ | Alex Ning | 2019-08-22 | 1 | -0/+2 |
| | | | | ViewVideoActivity to correctly set the theme. Minor bugs fixed. Minor UI tweaks. | ||||
* | Fixed getting same notifications for different accounts (for real this ↵ | Alex Ning | 2019-08-21 | 1 | -0/+4 |
| | | | | time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks. | ||||
* | Deleting and editing posts are now available. | Alex Ning | 2019-08-12 | 1 | -0/+13 |
| | |||||
* | Make navigation bar and status bar transparent to display posts, comments, ↵ | Alex Ning | 2019-08-10 | 1 | -1/+1 |
| | | | | subreddits and users under them. Minor UI tweaks for bottom sheet fragments. | ||||
* | Dark theme support. | Alex Ning | 2019-05-07 | 1 | -2/+2 |
| | |||||
* | Add a search view in MainActivity and add a SearchActivity. | Alex Ning | 2019-02-22 | 1 | -1/+11 |
| | |||||
* | Minor UI tweaks. | Alex Ning | 2019-01-04 | 1 | -1/+3 |
| | |||||
* | Disable the animation for finishing activity in ViewImageActivity and ↵ | Alex Ning | 2018-09-22 | 1 | -1/+0 |
| | | | | ViewVideoActivity. Fixed a bug that occurred when parsing posts finishes but the PostFragment is not added in any Activity (e.g. Activity finishes). | ||||
* | Click the subreddit icon or the subreddit name to view the subreddit's ↵ | Alex Ning | 2018-09-21 | 1 | -4/+8 |
| | | | | details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed. | ||||
* | First commit | Alex Ning | 2018-07-26 | 1 | -0/+35 |