aboutsummaryrefslogtreecommitdiff
path: root/app/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-27Fix app crashes after switching from single thread mode to normal mode in Com...1-5/+1
2021-06-27Fix not showing all comments in single comment thread mode in CommentsRecycle...1-21/+24
2021-06-26Long press the fab in ViewPostDetailActivity to go to the previous parent com...2-4/+15
2021-06-26Fix scroll to wrong next or previous parent comment position in ViewPostDetai...1-3/+2
2021-06-26Fix comments disappear in ViewPostDetailFragment after the system kills Infin...1-4/+6
2021-06-25Fix showing wrong comment after user submitted a comment in ViewPostDetailFra...2-3/+2
2021-06-24Fix delaying transition not working in landscape orientation in ViewPostDetai...1-13/+16
2021-06-24Fix video not playing if pressing the fullscreen button in PostDetailRecycler...2-10/+8
2021-06-24Replace AsyncTask with Executor in ParseComment.6-150/+111
2021-06-23Replace AsyncTask with Executor in FetchRules.3-126/+25
2021-06-23Replace AsyncTask with Executor in FetchGfycatOrRedgifsVideoLinks.4-65/+42
2021-06-23Fix 'android.view.ViewRootImpl: Only the original thread that created a view ...1-17/+22
2021-06-23Finish replacing AsyncTask with Executor in ParsePost.7-265/+164
2021-06-23Start replacing AsyncTask with Executor in ParsePost.7-67/+167
2021-06-23Fix Material You themeing.1-0/+1
2021-06-23Add OnScrollListener to correct RecyclerView in ViewPostDetailFragment.1-4/+4
2021-06-23Refine ExoPlayer's DefaultTimeBar style.4-8/+10
2021-06-22Add missing return statements.1-0/+2
2021-06-22Implement two pane layout in ViewPostDetailFragment to separate post detail a...6-407/+287
2021-06-21Separate CommentAndPostRecyclerViewAdapter to PostDetailRecyclerViewAdapter a...3-1331/+1829
2021-06-17Fix Material You themeing issue.2-8/+3
2021-06-16Listen to wallpaper change and change theme.7-85/+187
2021-06-16Material You.5-4/+125
2021-06-11Add editor done action to dialog_go_to_thing_edit_text6-1/+114
2021-06-11Use PagingDataAdapter instead of deprecated PagedListAdapter.2-7/+6
2021-06-11Change several colors in Indigo theme.6-79/+77
2021-06-11Remove setting mFetchPostInfoTextView's layout params in PostFragment.1-7/+0
2021-06-11Set bottom app bar enabled by default. Change Indigo colors.8-76/+76
2021-06-10Added showing favorite multireddits and multireddits in main page.1-16/+98
2021-06-10Starting adding showing favorite multireddits and multireddits in main page.4-4/+92
2021-06-06Fix background color not applied to Card Layout 2.1-7/+59
2021-06-06Refine the UI of FlairBottomSheetFragment.3-7/+16
2021-05-30Disable ViewPager2's swiping if swipe between posts is disabled.1-2/+5
2021-05-30New languages: Russian and Vietnamese.3-0/+2071
2021-05-30Update translation.9-930/+1360
2021-05-30Update translation info.2-12/+31
2021-05-29Try fixing SQLiteConstraintException when inserting anonymous account.4-7/+14
2021-05-22Version 4.3.1. Restore changes in ViewVideoActivity to fix a bug that video c...2-10/+6
2021-05-20Fix Show Avatar on the Right.3-2/+2
2021-05-20Minor bugs fixed.1-0/+1
2021-05-17Version 4.3.0. Fix video post parsing (v.redd.it).1-9/+25
2021-05-16Update German translation.1-0/+71
2021-05-16Minor bugs fixed in CommentAndPostRecyclerViewAdapter.1-1/+1
2021-05-15Fix recyclerview not scroll to correct last place after changing orientation.1-4/+6
2021-05-15New option: Swipe Vertically to Go Back From Media.7-16/+37
2021-05-15Remove back button in the toolbar in SearchActivity.1-1/+0
2021-05-15Hiding post fliar in PostFragment is now available.7-4/+52
2021-05-14Change the style of single comment level indicator.1-3/+6
2021-05-10New option: Show Only One Comment Level Indicator.5-3/+28
2021-05-05Fix app crashes in CopyTextBottomSheetFragment. Add LockScreenActivity.6-6/+158