Balazs Toldi
d78b12f78d
Basic browsing functionality
2023-07-20 15:58:52 +02:00
Bazsalanszky
fd499edccf
Change package name
2023-07-15 13:06:40 +02:00
Sergei Kozelko
4947bc1be5
Fix crash in debug build by using fully qualified class name for 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-09-25 16:15:38 +08:00
Docile-Alligator
9614f4a67a
Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and CustomThemePreviewActivity.
2022-07-28 23:42:46 +10:00
Docile-Alligator
0736f86e17
Navigation rail in ViewMultiRedditDetailActivity.
2022-06-27 23:28:17 +08:00
Docile-Alligator
042834cc9b
Navigation rail in ViewUserDetailActivity.
2022-06-27 21:01:33 +08:00
Docile-Alligator
1f17f526f9
Navigation rail in ViewSubredditDetailActivity.
2022-06-27 19:38:48 +08:00
Docile-Alligator
42a935981d
Use Navigation Rail in MainActivity in landscape mode.
2022-06-18 22:54:26 +08:00
Alex Ning
d8f6572262
Version 5.1.2.
2021-11-27 20:47:46 +08:00
Alex Ning
79a7e0f6f6
Fix ClassCastException.
2021-08-26 20:01:24 +08:00
Alex Ning
4f9bd0cde0
Declare LayoutManager for RecyclerView in ViewPostDetailFragment.
2021-07-14 20:04:20 +08:00
Alex Ning
9437217bbb
Refine ExoPlayer's DefaultTimeBar style.
2021-06-23 09:24:10 +08:00
Alex Ning
11ec08c12f
Implement two pane layout in ViewPostDetailFragment to separate post detail and comments. Fix bugs related to separating CommentAndPostRecyclerViewAdapter.
2021-06-22 13:16:17 +08:00