| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fetch subscriptions in MainActivity. Check if the account exists before inser... | Alex Ning | 2019-09-16 | 11 | -26/+68 |
* | Shrink the vertical block in comments tree. Temporarily disable the splash sc... | Alex Ning | 2019-09-16 | 4 | -13/+34 |
* | Support 2FA. Fixed time parsing in messages. | Alex Ning | 2019-09-15 | 4 | -2/+4 |
* | Refreshing subreddit and user details when click the refresh menu item in Vie... | Alex Ning | 2019-09-14 | 2 | -4/+15 |
* | Fix status bar and navbar icon color in MainActivity. | Alex Ning | 2019-09-14 | 4 | -6/+58 |
* | Add more deep links. | Alex Ning | 2019-09-13 | 1 | -0/+49 |
* | Add more info in settings->about. Fix title mismatch in settings. | Alex Ning | 2019-09-12 | 5 | -4/+103 |
* | Use download manager to download images. Change image and video download loca... | Alex Ning | 2019-09-12 | 7 | -128/+68 |
* | Delete splash icon in drawable folder. | Alex Ning | 2019-09-12 | 1 | -0/+0 |
* | Fixed images cannot be saved. Fixed crashes when downloading videos | Alex Ning | 2019-09-10 | 2 | -16/+32 |
* | Load HLS video instead of Dash video to support older Android versions. Fixed... | Alex Ning | 2019-09-10 | 11 | -39/+31 |
* | Fixed clicking username in comments in user's comment section opening current... | Alex Ning | 2019-09-10 | 3 | -7/+7 |
* | Handle ActivityNotFoundException when opening Custom Tabs. | Alex Ning | 2019-09-10 | 1 | -21/+30 |
* | Fixed SimpleDateFormat problem which causes the app to crash on start. | Alex Ning | 2019-09-09 | 2 | -2/+2 |
* | Handle no browser installed when opening links and no apps are eligible to sh... | Alex Ning | 2019-09-09 | 5 | -186/+183 |
* | Fixed displaying wrong score. | Alex Ning | 2019-09-09 | 3 | -5/+2 |
* | Vote status is now correctly shown when viewing post details. Fixed following... | Alex Ning | 2019-09-08 | 7 | -20/+47 |
* | Hiding and unhiding posts are now available. | Alex Ning | 2019-09-08 | 9 | -44/+234 |
* | Fixed force stop when opening link type post. Update libraries. | Alex Ning | 2019-09-07 | 1 | -1/+1 |
* | Delete all logs. | Alex Ning | 2019-09-04 | 21 | -104/+13 |
* | Fixed notification color in dark theme. | Alex Ning | 2019-09-04 | 1 | -0/+2 |
* | Change score color if the post is voted. | Alex Ning | 2019-09-03 | 5 | -2/+70 |
* | Change upvoted color for upvote buttons. | Alex Ning | 2019-09-03 | 5 | -27/+29 |
* | Display a splash screen when the app starts. | Alex Ning | 2019-09-03 | 15 | -12/+48 |
* | Fixed lazy mode in anonymous mode in MainActivity. | Alex Ning | 2019-09-01 | 2 | -52/+105 |
* | Minor bugs fixed related to marking and unmarking spoiler and nsfw. | Alex Ning | 2019-09-01 | 6 | -13/+81 |
* | Lazy mode is available in FilteredThingActivity. Fixed a bug related to lazy ... | Alex Ning | 2019-08-30 | 16 | -91/+151 |
* | Minor bugs fixed. Fixed circular progress bar background in UserListingFragme... | Alex Ning | 2019-08-30 | 4 | -7/+7 |
* | View crosspost parent in ViewPostDetailActivity when clicking the crosspost i... | Alex Ning | 2019-08-30 | 10 | -23/+93 |
* | Fixed bugs related to several ViewModels. | Alex Ning | 2019-08-29 | 19 | -164/+30 |
* | Fixed controller position and margin in ViewVideoActivity. Minor UI tweaks. | Alex Ning | 2019-08-29 | 5 | -10/+24 |
* | Set item offset in Postfragment when using StaggeredGridLayoutManager. Minor ... | Alex Ning | 2019-08-29 | 9 | -2/+44 |
* | Use StaggeredGridLayoutManager in PostFragment in landscape and tablet. Reimp... | Alex Ning | 2019-08-29 | 2 | -11/+70 |
* | Receiving images, videos and texts to directly submitting different kinds of ... | Alex Ning | 2019-08-28 | 11 | -109/+281 |
* | Continue submitting posts even if the user leave PostXXXActivity. | Alex Ning | 2019-08-28 | 9 | -180/+56 |
* | Fixed notification for SubmitPostService. | Alex Ning | 2019-08-27 | 1 | -1/+2 |
* | Display an alert dialog if the user want to cancel submitting a post or press... | Alex Ning | 2019-08-27 | 9 | -31/+278 |
* | Delete wrong credit. Change the notification icon and color. | Alex Ning | 2019-08-27 | 7 | -20/+25 |
* | This app now has an icon (finally)git statusgit statusgit status Add a credit... | Alex Ning | 2019-08-27 | 46 | -227/+433 |
* | Fixed regex. | Alex Ning | 2019-08-27 | 2 | -5/+5 |
* | Minor bugs fixed. | Alex Ning | 2019-08-26 | 1 | -2/+2 |
* | Don't start lazy mode when refreshing posts in PostFragment. Minor bugs fixed. | Alex Ning | 2019-08-26 | 6 | -7/+16 |
* | Don't start lazy mode if there is no posts. Stop lazy mode when refreshing. | Alex Ning | 2019-08-26 | 7 | -33/+59 |
* | Changing lazy mode interval in Settings is now available. | Alex Ning | 2019-08-26 | 12 | -79/+77 |
* | Display an archived icon if the post is archived. Display a locked icon if th... | Alex Ning | 2019-08-26 | 7 | -29/+187 |
* | Tap the error view to retry loading comments in ViewPostDetailActivity. Minor... | Alex Ning | 2019-08-26 | 13 | -13/+49 |
* | Reimplement Markdown display due to update of Markwon library. Fixed RetryLoa... | Alex Ning | 2019-08-26 | 20 | -72/+257 |
* | Add an acknowledgement page in settings. | Alex Ning | 2019-08-24 | 8 | -16/+258 |
* | Remove Mange Account option in navigation drawer in MainActivity. | Alex Ning | 2019-08-22 | 2 | -27/+5 |
* | Hide FAB when RecyclerView in PostFragment is scrolling down. | Alex Ning | 2019-08-22 | 3 | -1/+44 |