iOSLife

Results 9 issues of iOSLife

* Clear ALL notifications - Gesture: long swipe down * Clear ALL notifications from ONE app - Gesture: Left swipe on app title * Collapse ALL notifications from ONE app...

## Description This is a new request to ask for what #16002 was asking for. #16002 was closed because that user found a workaround for his Backbone controller, but having...

Trying my hand at adding an endpoint for getting a user's backlog/want to play list. This is a draft, would like to get Wes' opinion on if I am going...

Hello, one of my users pointed out that the Recent Achievements tab for them wasn't showing the most up to date data. I pulled his data from the API and...

kind/bug
area/api-web

To address: https://github.com/RetroAchievements/RAWeb/discussions/2081#discussioncomment-9875779 ```/* * API_GetComments - returns the comments associated to a game or achievement * i : game or achievement id * u : username * t :...

For my use case, I would like to support opening games in RetroArch from my app, [RA Tracker](https://apps.apple.com/us/app/ra-tracker/id6456223916). If DolphiniOS supported a [custom URL scheme](https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app) such as retroArch://game/{gameID} then I...

This endpoint is for fetching a user's friend list. Friends will only be returned if users are mutually following each other. With respect to viewing other users' lists, this works...

Alter the GetComments endpoint from #2552 to add a sortOrder query param * API_GetComments - returns the comments associated to a game or achievement * i : game or achievement...