aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Share a link to Infinity so that you can open reddit links in this app.Docile-Alligator2022-05-301-0/+3
|
* Fix biometric authentication prompt not shown when opening the account ↵Docile-Alligator2022-05-141-1/+1
| | | | section in the navigation drawer. Require biometric authentication in AccountChooserBottomSheetFragment.
* Show post karma, comment karma, awarder karma and awardee karma in ↵Docile-Alligator2022-04-101-1/+6
| | | | ViewUserDetailActivity by clicking the karma info text.
* Removed option: View Full Markdown. Handle jpeg link in LinkResolverActivity.Docile-Alligator2022-04-021-2/+0
|
* New option: Settings->Data Saving Mode->Reddit Video Default Resolution.Docile-Alligator2022-03-251-0/+1
|
* New option: Settings->Miscellaneous->Post Feed Preview Max Resolution. Fix ↵Docile-Alligator2022-03-061-0/+5
| | | | low resolution post previews when showing them for the first time. Tweak themed icon.
* Themed icon for Android. Very ugly right now.Docile-Alligator2022-03-051-2/+0
|
* Added adaptive icons (#646)20captainx122022-03-041-0/+2
| | | Start adding adaptive icons for Android Tiramisu.
* Submitting poll posts is available.Docile-Alligator2022-02-211-0/+11
|
* 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-141-0/+8
|
* 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
* Support Streamable.Alex Ning2021-12-091-0/+1
|
* 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
|
* feat: add Edit Profileratabb2021-10-301-0/+25
|
* Version 5.1.0-beta1. Update translation. New languages: Czech and Romanian. ↵Alex Ning2021-10-171-1/+1
| | | | 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-161-0/+4
| | | | 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-121-1/+0
|
* New option: Link Handler. Removed option: Open Link In App.Alex Ning2021-10-101-2/+5
|
* New option: Default Playback Speed.Alex Ning2021-10-101-0/+1
|
* 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-081-1/+3
|
* 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 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.