Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-09-25 | Fix crash in debug build by using fully qualified class name for ↵ | Sergei Kozelko | 1 | -2/+2 | |
layoutmanager (#1130) When the class name is relative, Android tries to resolve it against applicationId. However it does not match the package because of `.debug` suffix so it tries to load the wrong class. This results in ClassNotFoundException and a crash. Using fully qualified class name fixes it as the system can use the class name as is. | |||||
2022-07-28 | Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and ↵ | Docile-Alligator | 2 | -2/+2 | |
CustomThemePreviewActivity. | |||||
2022-06-27 | Navigation rail in ViewMultiRedditDetailActivity. | Docile-Alligator | 1 | -0/+70 | |
2022-06-27 | Navigation rail in ViewUserDetailActivity. | Docile-Alligator | 1 | -0/+172 | |
2022-06-27 | Navigation rail in ViewSubredditDetailActivity. | Docile-Alligator | 1 | -0/+205 | |
2022-06-18 | Use Navigation Rail in MainActivity in landscape mode. | Docile-Alligator | 1 | -0/+76 | |
2021-11-27 | Version 5.1.2. | Alex Ning | 1 | -0/+1 | |
2021-08-26 | Fix ClassCastException. | Alex Ning | 1 | -2/+2 | |
2021-07-14 | Declare LayoutManager for RecyclerView in ViewPostDetailFragment. | Alex Ning | 1 | -2/+5 | |
2021-06-23 | Refine ExoPlayer's DefaultTimeBar style. | Alex Ning | 1 | -3/+1 | |
2021-06-22 | Implement two pane layout in ViewPostDetailFragment to separate post detail ↵ | Alex Ning | 1 | -0/+65 | |
and comments. Fix bugs related to separating CommentAndPostRecyclerViewAdapter. |