Skip to content

[Feature Request] Restore "Open in Settings" (DETAILS) action on all screen sizes or allow custom Android intent quicklinks #1260

@C2M6D

Description

@C2M6D

Before you submit

  • I have searched the issue tracker for open and closed issues that are similar to the feature request I want to file, without success.
  • I'm not requesting app support for a specific repo — that's up to repo maintainers
  • I understand this might not get built (Droid-ify is maintained by a single person)

What's the problem?

On narrow screens (less than 400dp), the DETAILS action ("Open in Settings") button disappears from the toolbar in app detail view. This means it's not possible for me to easily access the app's settings page directly. The custom quicklinks feature does not allow Android intent URIs either, as it only supports HTTP/HTTPS URLs, so I can't add my own intent/Settings quicklink.

What would help?

There should always be a visible quick way to open app settings from app detail, regardless of screen size:

  • Restore the DETAILS action button on all screen sizes, or
  • Add support for Android intent URIs as custom quicklinks (so users can add their own 'open settings' button)
    Either of these would improve usability.

Alternatives?

No response

Anything else?

I don't think a screenshots is needed, but see AppDetailFragment.kt and CustomButton.kt for implementation details. The DETAILS action is currently hidden when there are 4+ actions and the screen width is <400dp. CustomButton only supports URLs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions