aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply custom theme to settings page.Docile-Alligator2022-08-156-47/+40
* Apply custom theme to the header of the navigation drawer.Docile-Alligator2022-08-141-4/+2
* Fix post content is not parsed in other types of posts.Docile-Alligator2022-08-146-0/+60
* Fix caption shown under the navbar in ViewRedditGalleryImageOrGifFragment.Docile-Alligator2022-08-131-3/+4
* Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and Cu...Docile-Alligator2022-07-283-10/+16
* Movable FAB in ViewPostDetailActivity.Docile-Alligator2022-07-181-1/+1
* Show the number of subscribers in SubredditListingRecyclerViewAdapter.Docile-Alligator2022-07-151-16/+34
* Read posts history is available.Docile-Alligator2022-07-132-0/+102
* Use Navigation Rail in MainActivity in landscape mode.Docile-Alligator2022-06-181-0/+4
* Add a link handler in SearchActivity.Docile-Alligator2022-06-031-11/+28
* Disable auto correct when creating links.Docile-Alligator2022-06-011-2/+4
* Request incognito keyboard in anonymous mode on Android 8+.Docile-Alligator2022-06-011-0/+2
* Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator2022-06-012-23/+19
* Animate the software keyboard in ViewPrivateMessgesActivity.Docile-Alligator2022-05-171-59/+58
* Tweak UI in private messages.Docile-Alligator2022-05-142-8/+8
* Copy priate messages.Docile-Alligator2022-05-132-7/+26
* targetSdkVersion 31. Fix sort type problems in anonymous home page and multir...Docile-Alligator2022-04-301-0/+1
* Submitting crosspost using other accounts is available.Docile-Alligator2022-04-281-0/+27
* Submitting comment using another comment is available.Docile-Alligator2022-04-281-5/+29
* Submitting posts using another account is available in other PostXXXActivity.Docile-Alligator2022-04-255-0/+135
* Submit posts using another account is available in PostTextActivity.Docile-Alligator2022-04-242-0/+42
* Show post karma, comment karma, awarder karma and awardee karma in ViewUserDe...Docile-Alligator2022-04-101-0/+105
* Bottom app bar is available in ViewMultiRedditDetailActivity.Docile-Alligator2022-04-082-2/+7
* 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 PostRe...Docile-Alligator2022-03-115-9/+4
* 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 Application...Alex Ning2022-02-051-1/+2
* 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
* Merge branch 'master' into gallery-captions-featurescria10002021-11-2714-151/+106
|\
| * Fix TrackSelectionDialog button color. Do not automatically show control view...Alex Ning2021-11-226-0/+6
| * Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample imag...Alex Ning2021-11-211-2/+1
| * 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
* | Fix bottom url menu not being themed accordinglyscria10002021-11-101-2/+0