aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed option: View Full Markdown. Handle jpeg link in LinkResolverActivity.Docile-Alligator2022-04-021-19/+0
|
* Render full markdown in CommentsRecyclerViewAdapter.Docile-Alligator2022-04-022-10/+8
|
* Add a FloatingActionButton in ViewMultiRedditDetailActivity.Docile-Alligator2022-03-251-0/+7
|
* Load image after the AspectRatioGifImageView's height is determined in ↵Docile-Alligator2022-03-115-9/+4
| | | | PostRecyclerViewAdapter to prevent blurry images.
* Fix preview issue in PostCompactBaseViewHolder in PostRecyclerViewAdapter.Docile-Alligator2022-03-051-1/+1
|
* Submitting poll posts is available.Docile-Alligator2022-02-212-0/+345
|
* Use ConcatAdapter for the navigation drawer.Docile-Alligator2022-02-201-1/+1
|
* New option: Settings->Interface->Comment->Hide Author Avatar. Fix ↵Alex Ning2022-02-051-1/+2
| | | | Application ClassCastException in MainActivity. Don't show the number of child comments in expanded comments.
* Set caption and url when submitting gallery posts.Alex Ning2022-01-281-0/+75
|
* Show author icon in CommentFullyCollapsedViewHolder.Alex Ning2022-01-212-4/+14
|
* Show author avatars in comments.Alex Ning2022-01-211-13/+32
|
* Fix views in comment toolbar overlapping each other.Alex Ning2022-01-211-25/+50
|
* Show child reply count in comments.Alex Ning2022-01-172-3/+18
|
* New option: Fixed height preview in card.Alex Ning2022-01-161-0/+1
|
* Continue adding support for custom font.Alex Ning2022-01-133-55/+1
|
* Search subscribed subreddits.Alex Ning2021-12-201-1/+15
|
* Fix refreshing in ViewPostDetailFragment too easily in two-pane layout.Alex Ning2021-12-032-2/+4
|
* Minor layout tweaks.Alex Ning2021-12-012-44/+44
|
* Adjust caption layoutscria10002021-11-282-97/+99
| | | | | | Set caption max length Set link ellipsis
* Merge branch 'master' into gallery-captions-featurescria10002021-11-2714-151/+106
|\
| * Fix TrackSelectionDialog button color. Do not automatically show control ↵Alex Ning2021-11-226-0/+6
| | | | | | | | view in autoplaying videos.
| * Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample ↵Alex Ning2021-11-211-2/+1
| | | | | | | | images in PostRecyclerViewAdapter and PostDetailRecyclerViewAdapter.
| * Fix dark theme issue when selecting playback speed. Minor bugs fixed.Alex Ning2021-11-211-0/+8
| |
| * UI changes in EditProfileActivity.Alex Ning2021-11-111-21/+23
| |
| * Some UI tweaks.Alex Ning2021-11-106-130/+70
| |
* | Make caption text copyable with long pressscria10002021-11-271-1/+2
| | | | | | | | Use native way to theme ViewRedditGalleryActivity
* | Fix bottom url menu not being themed accordinglyscria10002021-11-101-2/+0
| | | | | | | | Use linkify for in-gallery caption url
* | Initial support for gallery captionsscria10002021-11-092-35/+132
|/
* Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ↵Alex Ning2021-11-091-1/+1
| | | | profile description in markdown.
* Minor layout tweaks.Alex Ning2021-11-0424-100/+100
|
* Fix Material Design 3 issue.Alex Ning2021-11-047-25/+29
|
* Minor changes in EditProfileActivity.Alex Ning2021-11-021-6/+13
|
* Merge pull request #507 from ratabb/rbb/edit_profileDocile-Alligator2021-11-021-0/+169
|\ | | | | feat: add Edit Profile
| * feat: add Edit Profileratabb2021-10-301-0/+169
| |
* | Optimize some layouts.Alex Ning2021-11-0112-70/+67
| |
* | Continue migrating to Material Design 3.Alex Ning2021-10-3015-12/+26
| |
* | Start migrating to Material Design 3. Try optimizing image loading in ↵Alex Ning2021-10-305-26/+17
|/ | | | PostRecyclerViewAdapter.
* New options in post filter: Title: contains keywords, Title: contains regex, ↵Alex Ning2021-10-161-2/+62
| | | | Contain domains.
* Add a button to directly select subreddit, user or multireddit in ↵Alex Ning2021-10-161-27/+87
| | | | CustomizeMainPageTabsFragment.
* Fix some issues related to media indicator icon and themeing.Alex Ning2021-10-154-4/+1
|
* Apply custom colors to media indicator.Alex Ning2021-10-152-0/+2
|
* New option: Pinch to Zoom Video.Alex Ning2021-10-141-2/+3
|
* Zoomable ViewVideoActivity.Alex Ning2021-10-141-3/+13
|
* Legacy autoplay video controller UI.Alex Ning2021-10-137-3/+1046
|
* New option: Link Handler. Removed option: Open Link In App.Alex Ning2021-10-101-1/+1
|
* Change playback speed.Alex Ning2021-10-091-0/+151
|
* Smooth scrolling in EditCommentActivity.Alex Ning2021-10-091-12/+17
|
* Fix ViewVideoActivity crash.Alex Ning2021-09-261-2/+2
|
* Use FragmentContainerViewTacoTheDank2021-09-259-9/+9
|
* Migrate from JCenter where possibleTacoTheDank2021-09-252-4/+4
|