aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New option: Settings->Interface->Post Details->Hide Upvote Ratio.Docile-Alligator2022-02-211-0/+1
|
* New option: Interface->Comment->Always show the number of child comments. ↵Docile-Alligator2022-02-181-0/+1
| | | | 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-121-0/+6
| | | | option from About to main settings page.
* New option: Settings->Interface->Comment->Hide Author Avatar. Fix ↵Alex Ning2022-02-051-0/+1
| | | | Application ClassCastException in MainActivity. Don't show the number of child comments in expanded comments.
* New option: Settings->Interface->Comment->Show Fewer Toolbar Options ↵Alex Ning2022-01-291-0/+2
| | | | Starting From.
* Set caption and url when submitting gallery posts.Alex Ning2022-01-281-0/+3
|
* New option: Hide Comment Awards.Alex Ning2022-01-211-0/+1
|
* New option: Hide Text Post Content.Alex Ning2022-01-201-0/+1
|
* New option: Fixed height preview in card.Alex Ning2022-01-161-0/+1
|
* added "Open in browser" button to internal browser (#622)Giovanni Palmieri2022-01-151-0/+2
|
* Add options to set custom fonts.Alex Ning2022-01-142-0/+10
|
* Start adding custom font support.Alex Ning2022-01-051-5/+5
|
* Version 5.1.5.Alex Ning2021-12-221-1/+0
|
* Fix NSFW download location option not working. Hide options in Data Saving ↵Alex Ning2021-12-201-2/+3
| | | | Mode settings if Data Saving Mode is off.
* Added Setting for Separate NSFW Download Folder (#584)MetalNeo2021-12-201-0/+2
| | | Add an option to separate NSFW media downloads
* Undo superscript parser changes for now (#577)scria10002021-12-121-0/+2
| | | Undo superscript parser changes
* Support Streamable.Alex Ning2021-12-091-0/+1
|
* Make switches and checkboxes more consistent on Dark Modescria10002021-12-011-0/+22
|
* Contact mods.Alex Ning2021-11-121-0/+1
|
* UI changes in EditProfileActivity.Alex Ning2021-11-111-10/+10
|
* Some UI tweaks.Alex Ning2021-11-101-2/+3
|
* Merge pull request #507 from ratabb/rbb/edit_profileDocile-Alligator2021-11-021-0/+25
|\ | | | | feat: add Edit Profile
| * feat: add Edit Profileratabb2021-10-301-0/+25
| |
* | Start migrating to Material Design 3. Try optimizing image loading in ↵Alex Ning2021-10-301-5/+5
|/ | | | PostRecyclerViewAdapter.
* Version 5.1.0-beta1. Update translation. New languages: Czech and Romanian. ↵Alex Ning2021-10-172-1/+5
| | | | Fix anonymous multireddit cannot be loaded in MainActivity. Fix database migration issue. Fix some subreddits cannot be shown in SubscribedSubredditsRecyclerViewAdapter. Fix anonymous subscribed subreddits cannot be shown in SubscribedSubredditsRecyclerViewAdapter in SubredditSelectionActivity.
* New options in post filter: Title: contains keywords, Title: contains regex, ↵Alex Ning2021-10-162-0/+5
| | | | Contain domains.
* Add a button to directly select subreddit, user or multireddit in ↵Alex Ning2021-10-161-1/+1
| | | | CustomizeMainPageTabsFragment.
* New theme options: Media Indicator Icon Color and Media Indicator Background ↵Alex Ning2021-10-141-0/+4
| | | | Color.
* New option: Pinch to Zoom Video.Alex Ning2021-10-141-0/+2
|
* Legacy autoplay video controller UI.Alex Ning2021-10-131-0/+1
|
* Customize bottom navigation bar in anonymous mode.Alex Ning2021-10-122-1/+58
|
* Change flotaing action button options in anonymous mode.Alex Ning2021-10-121-0/+11
|
* Customize main page tabs for anonymous mode.Alex Ning2021-10-111-0/+9
|
* New option: Link Handler. Removed option: Open Link In App.Alex Ning2021-10-102-2/+17
|
* New option: Default Playback Speed.Alex Ning2021-10-102-0/+23
|
* Loop video option is available for autoplaying videos.Alex Ning2021-10-091-0/+1
|
* New option: loop video.Alex Ning2021-10-091-0/+1
|
* Change playback speed.Alex Ning2021-10-091-0/+1
|
* New option: Main Page Back Button Action. It replaces Confirm to Exit.Alex Ning2021-10-082-1/+15
|
* Edit anonymous multireddit.Alex Ning2021-09-281-1/+0
|
* Disable refreshing in SubscribedThingListingActivity in anonymous mode.Alex Ning2021-09-271-1/+1
|
* Added strings.xml entry for switchpref.Andrew Rasch2021-09-271-0/+1
|
* Enable folding phone support for card viewAndrew Rasch2021-09-271-3/+4
| | | Updated card view to allow for separate column numbers for folded vs unfolded state. Organized strings.xml.
* Load anonymous multireddit posts.Alex Ning2021-09-261-0/+1
|
* Merge pull request #471 from andmizyk/masterDocile-Alligator2021-09-261-1/+3
|\ | | | | Added Ukrainian translation
| * Added Ukrainian translationAndrij Mizyk2021-09-241-1/+3
| |
* | Update a bunch of librariesTacoTheDank2021-09-251-3/+0
| |
* | Merge branch 'master' into go-to-top-of-page-buttonDocile-Alligator2021-09-231-0/+2
|\ \
| * | Added link to wiki in subredditandrewrasch2021-09-221-0/+1
| |/ | | | | | | Subreddit details menu now has a link to its wiki. Subs without a wiki will show the "this subreddit has no wiki" page.