aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-21Show author avatars in comments.Alex Ning1-13/+32
2022-01-21Fix views in comment toolbar overlapping each other.Alex Ning1-25/+50
2022-01-17Show child reply count in comments.Alex Ning2-3/+18
2022-01-16New option: Fixed height preview in card.Alex Ning1-0/+1
2022-01-13Continue adding support for custom font.Alex Ning3-55/+1
2021-12-20Search subscribed subreddits.Alex Ning1-1/+15
2021-12-03Fix refreshing in ViewPostDetailFragment too easily in two-pane layout.Alex Ning2-2/+4
2021-12-01Minor layout tweaks.Alex Ning2-44/+44
2021-11-28Adjust caption layoutscria10002-97/+99
Set caption max length Set link ellipsis
2021-11-27Make caption text copyable with long pressscria10001-1/+2
Use native way to theme ViewRedditGalleryActivity
2021-11-22Fix TrackSelectionDialog button color. Do not automatically show control ↵Alex Ning6-0/+6
view in autoplaying videos.
2021-11-21Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample ↵Alex Ning1-2/+1
images in PostRecyclerViewAdapter and PostDetailRecyclerViewAdapter.
2021-11-21Fix dark theme issue when selecting playback speed. Minor bugs fixed.Alex Ning1-0/+8
2021-11-11UI changes in EditProfileActivity.Alex Ning1-21/+23
2021-11-10Some UI tweaks.Alex Ning6-130/+70
2021-11-10Fix bottom url menu not being themed accordinglyscria10001-2/+0
Use linkify for in-gallery caption url
2021-11-09Initial support for gallery captionsscria10002-35/+132
2021-11-09Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ↵Alex Ning1-1/+1
profile description in markdown.
2021-11-04Minor layout tweaks.Alex Ning24-100/+100
2021-11-04Fix Material Design 3 issue.Alex Ning7-25/+29
2021-11-02Minor changes in EditProfileActivity.Alex Ning1-6/+13
2021-11-01Optimize some layouts.Alex Ning12-70/+67
2021-10-30Continue migrating to Material Design 3.Alex Ning15-12/+26
2021-10-30Start migrating to Material Design 3. Try optimizing image loading in ↵Alex Ning5-26/+17
PostRecyclerViewAdapter.
2021-10-30feat: add Edit Profileratabb1-0/+169
2021-10-16New options in post filter: Title: contains keywords, Title: contains regex, ↵Alex Ning1-2/+62
Contain domains.
2021-10-16Add a button to directly select subreddit, user or multireddit in ↵Alex Ning1-27/+87
CustomizeMainPageTabsFragment.
2021-10-15Fix some issues related to media indicator icon and themeing.Alex Ning4-4/+1
2021-10-15Apply custom colors to media indicator.Alex Ning2-0/+2
2021-10-14New option: Pinch to Zoom Video.Alex Ning1-2/+3
2021-10-14Zoomable ViewVideoActivity.Alex Ning1-3/+13
2021-10-13Legacy autoplay video controller UI.Alex Ning7-3/+1046
2021-10-10New option: Link Handler. Removed option: Open Link In App.Alex Ning1-1/+1
2021-10-09Change playback speed.Alex Ning1-0/+151
2021-10-09Smooth scrolling in EditCommentActivity.Alex Ning1-12/+17
2021-09-26Fix ViewVideoActivity crash.Alex Ning1-2/+2
2021-09-25Use FragmentContainerViewTacoTheDank9-9/+9
2021-09-25Migrate from JCenter where possibleTacoTheDank2-4/+4
2021-09-06Remove unused variables.Alex Ning1-1/+1
2021-09-06Use withLoadStateFooter to show load state.Alex Ning1-0/+45
2021-09-05Start migrating to Paging 3 library.Alex Ning1-9/+0
2021-09-04Testing Paging 3 library.Alex Ning1-0/+9
2021-09-03Update Credits page.Alex Ning1-2/+4
2021-09-03Start implementing app lock feature.Alex Ning2-9/+39
2021-09-02Fix showing wrong post feed in the second tab in MainActivity.Alex Ning2-12/+12
2021-08-26Tweak the video autoplay control UI. Set show_timeout to 1s to video ↵Alex Ning4-43/+56
autoplay control UI.
2021-08-26Fix ClassCastException.Alex Ning1-1/+1
2021-08-25Fix clicking a subreddit in subreddit suggestions goes to the subreddit page ↵Alex Ning1-1/+2
instead of returning the subreddit name in several activities.
2021-08-24Try to fix java.lang.IndexOutOfBoundsException in ↵Alex Ning9-3/+14
com.google.android.material.appbar.HeaderScrollingViewBehavior.layoutChild and com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild.
2021-08-20Remove animateLayoutChanges in video autoplay views.Alex Ning3-6/+3