aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-24Login using Chrome custom tab. Remove option to set setDomStorageEnabled() ↵Docile-Alligator1-0/+1
in LoginActivity.
2024-05-23Bare bone login using Chrome custom tab.Docile-Alligator1-11/+25
2024-05-07Upgrade gradle.Docile-Alligator1-2/+1
2024-04-29Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator1-5/+0
2023-10-19Continue adding comment filter.Docile-Alligator1-0/+1
2023-10-19Continue adding comment filter.Docile-Alligator1-0/+7
2023-10-17Continue adding comment filter.Docile-Alligator1-2/+10
2023-05-04Don't restart login activity on orientation, screen size, or layout ↵cmp1-0/+1
direction changes. (#1372)
2022-12-03Remove RPAN.Docile-Alligator1-6/+0
2022-12-03Notification permission.Docile-Alligator1-0/+2
2022-09-21Allow parallel installation of debug and release versions (#636)sal0max1-1/+1
* Allow parallel installation of debug and release versions ...by adding '.debug' suffix to application id * add separate app name resource for debug build
2022-07-28Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and ↵Docile-Alligator1-3/+3
CustomThemePreviewActivity.
2022-07-13Read posts history is available.Docile-Alligator1-10/+12
2022-06-01Fix app crashes when applying Material You theme after changing wallpaper. ↵Docile-Alligator1-3/+0
Tweak the design of the fast scroller.
2022-05-31Add a notification action to delete the media after downloading.Docile-Alligator1-0/+2
2022-05-30Share a link to Infinity so that you can open reddit links in this app.Docile-Alligator1-3/+14
2022-05-14Fix cannot share text to Infinity.Docile-Alligator1-3/+2
2022-03-17Prevent WebView from reloading the website after orientation change in ↵Docile-Alligator1-1/+2
WebViewActivity.
2022-02-21Submitting poll posts is available.Docile-Alligator1-1/+8
2022-02-05New option: Settings->Interface->Comment->Hide Author Avatar. Fix ↵Alex Ning1-1/+1
Application ClassCastException in MainActivity. Don't show the number of child comments in expanded comments.
2022-01-13Continue adding support for custom font.Alex Ning1-5/+0
2021-11-29Version 5.1.3. Fix bottom navigation bar option count not applied to ↵Alex Ning1-23/+27
anonymous mode.
2021-11-21Fix dark theme issue when selecting playback speed. Minor bugs fixed.Alex Ning1-1/+1
2021-11-13Version 5.1.0-beta3.Alex Ning1-6/+5
2021-11-10Some UI tweaks.Alex Ning1-1/+2
2021-11-04Minor layout tweaks.Alex Ning1-1/+0
2021-10-30Start migrating to Material Design 3. Try optimizing image loading in ↵Alex Ning1-3/+6
PostRecyclerViewAdapter.
2021-10-30feat: add Edit Profileratabb1-0/+9
2021-09-26Cleanup on intent filters.andrewrasch1-93/+21
Separated google amp links from reddit links to fix false positives. Simplified schemes and duplicate hosts.
2021-09-22Added path patterns to other linksandrewrasch1-24/+47
Fixes bug where only google amp links open in Infinity
2021-09-22Update link handling for amp and v.redd.itandrewrasch1-0/+7
Added manifest entries for google.com amp links (reddit only) and v.redd.it. Updated handling of google amp links in LinkResolverActivity.
2021-09-05Start migrating to Paging 3 library.Alex Ning1-3/+0
2021-09-04Testing Paging 3 library.Alex Ning1-1/+5
2021-08-02Support viewing subreddit wiki in app.Alex Ning1-1/+6
2021-07-19New option: Switch to landscape orientation in video player automatically.Alex Ning1-3/+0
2021-07-18Show title on trending searches.Alex Ning1-1/+1
2021-07-18Show trending searches in TrendingActivity.Alex Ning1-1/+6
2021-07-15Continue adding support for submitting gallery posts.Alex Ning1-1/+5
2021-07-15Start adding submitting gallery posts support.Alex Ning1-2/+5
2021-07-15Remove storage permission for Android Q and up.Alex Ning1-1/+2
2021-07-12Searching comments in ViewPostDetailActivity is available.Alex Ning1-1/+2
2021-07-07Cannot use Strapi to send comments, upvote or downvote in RPAN.Alex Ning1-1/+2
2021-07-06Pause rpan broadcast when switching to anther ViewRPANBroadcastFragment.Alex Ning1-0/+1
2021-07-05Minor UI tweaks in RPANActivity.Alex Ning1-1/+1
2021-07-05Start adding RPAN support.Alex Ning1-1/+6
2021-07-02Save light, dark and amoled Material You themes to database. Add 'Apply ↵Alex Ning1-1/+2
Material You' option. Test MotionLayout.
2021-06-16Listen to wallpaper change and change theme.Alex Ning1-1/+6
2021-05-05Fix app crashes in CopyTextBottomSheetFragment. Add LockScreenActivity.Alex Ning1-1/+4
2021-04-04Anonymous subscriptions page is available.Alex Ning1-1/+4
2021-04-02New option: Crash Reports.Alex Ning1-0/+10