aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Render full markdown in CommentsRecyclerViewAdapter.Docile-Alligator2022-04-022-10/+8
|
* New option: Settings->Data Saving Mode->Reddit Video Default Resolution.Docile-Alligator2022-03-253-0/+29
|
* 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.
* New option: Settings->Miscellaneous->Post Feed Preview Max Resolution. Fix ↵Docile-Alligator2022-03-063-24/+46
| | | | low resolution post previews when showing them for the first time. Tweak themed icon.
* Fix preview issue in PostCompactBaseViewHolder in PostRecyclerViewAdapter.Docile-Alligator2022-03-051-1/+1
|
* Themed icon for Android. Very ugly right now.Docile-Alligator2022-03-059-160/+30
|
* Added adaptive icons (#646)20captainx122022-03-046-0/+156
| | | Start adding adaptive icons for Android Tiramisu.
* New fonts: Atkinson Hyperlegible and Atkinson Hyperlegible Bold.Docile-Alligator2022-02-258-0/+64
|
* Submitting poll posts is available.Docile-Alligator2022-02-216-0/+384
|
* New option: Settings->Interface->Post Details->Hide Upvote Ratio.Docile-Alligator2022-02-212-0/+6
|
* Use ConcatAdapter for the navigation drawer.Docile-Alligator2022-02-203-1/+1
|
* New option: Interface->Comment->Always show the number of child comments. ↵Docile-Alligator2022-02-184-21/+18
| | | | Fix notification icon. Tweak the app icon.
* Fixed a typo: Hide Author Avatar -> Show Author Avatar.Docile-Alligator2022-02-181-1/+1
|
* Version 5.1.8. Add Reddit User Agreement to settings. Move Privacy Policy ↵Alex Ning2022-02-123-4/+14
| | | | option from About to main settings page.
* New option: Settings->Interface->Comment->Hide Author Avatar. Fix ↵Alex Ning2022-02-053-1/+8
| | | | Application ClassCastException in MainActivity. Don't show the number of child comments in expanded comments.
* Minor bugs fixed.Alex Ning2022-02-041-1/+1
|
* New option: Settings->Interface->Comment->Show Fewer Toolbar Options ↵Alex Ning2022-01-292-0/+9
| | | | Starting From.
* Set caption and url when submitting gallery posts.Alex Ning2022-01-282-0/+78
|
* Show author icon in CommentFullyCollapsedViewHolder.Alex Ning2022-01-212-4/+14
|
* Update translation.Alex Ning2022-01-2120-1799/+2607
|
* New option: Hide Comment Awards.Alex Ning2022-01-212-0/+11
|
* 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
|
* New option: Hide Text Post Content.Alex Ning2022-01-202-0/+6
|
* Show child reply count in comments.Alex Ning2022-01-172-3/+18
|
* New option: Fixed height preview in card.Alex Ning2022-01-164-0/+12
|
* added "Open in browser" button to internal browser (#622)Giovanni Palmieri2022-01-152-0/+7
|
* Add options to set custom fonts.Alex Ning2022-01-143-0/+25
|
* Continue adding support for custom font.Alex Ning2022-01-1329-291/+236
|
* Start adding custom font support.Alex Ning2022-01-051-5/+5
|
* Version 5.1.5.Alex Ning2021-12-222-3/+1
|
* Fix NSFW download location option not working. Hide options in Data Saving ↵Alex Ning2021-12-202-10/+15
| | | | Mode settings if Data Saving Mode is off.
* Added Setting for Separate NSFW Download Folder (#584)MetalNeo2021-12-202-0/+11
| | | Add an option to separate NSFW media downloads
* Search subscribed subreddits.Alex Ning2021-12-202-1/+25
|
* Undo superscript parser changes for now (#577)scria10002021-12-121-0/+2
| | | Undo superscript parser changes
* Support Streamable.Alex Ning2021-12-091-0/+1
|
* Fix refreshing in ViewPostDetailFragment too easily in two-pane layout.Alex Ning2021-12-032-2/+4
|
* Make switches and checkboxes more consistent on Dark Modescria10002021-12-011-0/+22
|
* 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-2719-165/+130
|\
| * Version 5.1.2.Alex Ning2021-11-272-0/+2
| |
| * 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
| |
| * Contact mods.Alex Ning2021-11-122-1/+8
| |
| * UI changes in EditProfileActivity.Alex Ning2021-11-112-31/+33
| |
| * Some UI tweaks.Alex Ning2021-11-108-133/+74
| |
* | Make caption text copyable with long pressscria10002021-11-271-1/+2
| | | | | | | | Use native way to theme ViewRedditGalleryActivity