aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start migrating DownloadRedditVideoService to JobService.Docile-Alligator2024-07-231-0/+1
|
* Start migrating DownloadMediaService to JobService.Docile-Alligator2024-07-191-0/+1
|
* Starting migrating SubmitPostService to JobService.Docile-Alligator2024-07-181-0/+3
|
* Login using Chrome custom tab. Remove option to set setDomStorageEnabled() ↵Docile-Alligator2024-05-241-0/+1
| | | | in LoginActivity.
* Bare bone login using Chrome custom tab.Docile-Alligator2024-05-231-11/+25
|
* Upgrade gradle.Docile-Alligator2024-05-071-2/+1
|
* Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator2024-04-291-5/+0
|
* Continue adding comment filter.Docile-Alligator2023-10-191-0/+1
|
* Continue adding comment filter.Docile-Alligator2023-10-191-0/+7
|
* Continue adding comment filter.Docile-Alligator2023-10-171-2/+10
|
* Don't restart login activity on orientation, screen size, or layout ↵cmp2023-05-041-0/+1
| | | | direction changes. (#1372)
* Remove RPAN.Docile-Alligator2022-12-031-6/+0
|
* Notification permission.Docile-Alligator2022-12-031-0/+2
|
* Allow parallel installation of debug and release versions (#636)sal0max2022-09-211-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
* Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and ↵Docile-Alligator2022-07-281-3/+3
| | | | CustomThemePreviewActivity.
* Read posts history is available.Docile-Alligator2022-07-131-10/+12
|
* Fix app crashes when applying Material You theme after changing wallpaper. ↵Docile-Alligator2022-06-011-3/+0
| | | | Tweak the design of the fast scroller.
* Add a notification action to delete the media after downloading.Docile-Alligator2022-05-311-0/+2
|
* Share a link to Infinity so that you can open reddit links in this app.Docile-Alligator2022-05-301-3/+14
|
* Fix cannot share text to Infinity.Docile-Alligator2022-05-141-3/+2
|
* Prevent WebView from reloading the website after orientation change in ↵Docile-Alligator2022-03-171-1/+2
| | | | WebViewActivity.
* Submitting poll posts is available.Docile-Alligator2022-02-211-1/+8
|
* New option: Settings->Interface->Comment->Hide Author Avatar. Fix ↵Alex Ning2022-02-051-1/+1
| | | | Application ClassCastException in MainActivity. Don't show the number of child comments in expanded comments.
* Continue adding support for custom font.Alex Ning2022-01-131-5/+0
|
* Version 5.1.3. Fix bottom navigation bar option count not applied to ↵Alex Ning2021-11-291-23/+27
| | | | anonymous mode.
* Fix dark theme issue when selecting playback speed. Minor bugs fixed.Alex Ning2021-11-211-1/+1
|
* Version 5.1.0-beta3.Alex Ning2021-11-131-6/+5
|
* Some UI tweaks.Alex Ning2021-11-101-1/+2
|
* Minor layout tweaks.Alex Ning2021-11-041-1/+0
|
* Merge pull request #507 from ratabb/rbb/edit_profileDocile-Alligator2021-11-021-0/+9
|\ | | | | feat: add Edit Profile
| * feat: add Edit Profileratabb2021-10-301-0/+9
| |
* | Start migrating to Material Design 3. Try optimizing image loading in ↵Alex Ning2021-10-301-3/+6
|/ | | | PostRecyclerViewAdapter.
* Cleanup on intent filters.andrewrasch2021-09-261-93/+21
| | | | Separated google amp links from reddit links to fix false positives. Simplified schemes and duplicate hosts.
* Added path patterns to other linksandrewrasch2021-09-221-24/+47
| | | | Fixes bug where only google amp links open in Infinity
* Update link handling for amp and v.redd.itandrewrasch2021-09-221-0/+7
| | | | Added manifest entries for google.com amp links (reddit only) and v.redd.it. Updated handling of google amp links in LinkResolverActivity.
* Start migrating to Paging 3 library.Alex Ning2021-09-051-3/+0
|
* Testing Paging 3 library.Alex Ning2021-09-041-1/+5
|
* Support viewing subreddit wiki in app.Alex Ning2021-08-021-1/+6
|
* New option: Switch to landscape orientation in video player automatically.Alex Ning2021-07-191-3/+0
|
* Show title on trending searches.Alex Ning2021-07-181-1/+1
|
* Show trending searches in TrendingActivity.Alex Ning2021-07-181-1/+6
|
* Continue adding support for submitting gallery posts.Alex Ning2021-07-151-1/+5
|
* Start adding submitting gallery posts support.Alex Ning2021-07-151-2/+5
|
* Remove storage permission for Android Q and up.Alex Ning2021-07-151-1/+2
|
* Searching comments in ViewPostDetailActivity is available.Alex Ning2021-07-121-1/+2
|
* Cannot use Strapi to send comments, upvote or downvote in RPAN.Alex Ning2021-07-071-1/+2
|
* Pause rpan broadcast when switching to anther ViewRPANBroadcastFragment.Alex Ning2021-07-061-0/+1
|
* Minor UI tweaks in RPANActivity.Alex Ning2021-07-051-1/+1
|
* Start adding RPAN support.Alex Ning2021-07-051-1/+6
|
* Save light, dark and amoled Material You themes to database. Add 'Apply ↵Alex Ning2021-07-021-1/+2
| | | | Material You' option. Test MotionLayout.