Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash in debug build by using fully qualified class name for ↵ | Sergei Kozelko | 2022-09-25 | 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. | ||||
* | Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and ↵ | Docile-Alligator | 2022-07-28 | 2 | -2/+2 |
| | | | | CustomThemePreviewActivity. | ||||
* | Navigation rail in ViewMultiRedditDetailActivity. | Docile-Alligator | 2022-06-27 | 1 | -0/+70 |
| | |||||
* | Navigation rail in ViewUserDetailActivity. | Docile-Alligator | 2022-06-27 | 1 | -0/+172 |
| | |||||
* | Navigation rail in ViewSubredditDetailActivity. | Docile-Alligator | 2022-06-27 | 1 | -0/+205 |
| | |||||
* | Use Navigation Rail in MainActivity in landscape mode. | Docile-Alligator | 2022-06-18 | 1 | -0/+76 |
| | |||||
* | Version 5.1.2. | Alex Ning | 2021-11-27 | 1 | -0/+1 |
| | |||||
* | Fix ClassCastException. | Alex Ning | 2021-08-26 | 1 | -2/+2 |
| | |||||
* | Declare LayoutManager for RecyclerView in ViewPostDetailFragment. | Alex Ning | 2021-07-14 | 1 | -2/+5 |
| | |||||
* | Refine ExoPlayer's DefaultTimeBar style. | Alex Ning | 2021-06-23 | 1 | -3/+1 |
| | |||||
* | Implement two pane layout in ViewPostDetailFragment to separate post detail ↵ | Alex Ning | 2021-06-22 | 1 | -0/+65 |
and comments. Fix bugs related to separating CommentAndPostRecyclerViewAdapter. |