Skip to content

feat: add widget screen search with proper back handling - #363

Merged
naveensingh merged 2 commits into
FossifyOrg:mainfrom
svenburkard:feature/issue-56-add-search-bar-to-widgets-screen
Feb 12, 2026
Merged

naveensingh merged 2 commits into
FossifyOrg:mainfrom
svenburkard:feature/issue-56-add-search-bar-to-widgets-screen

Conversation

@svenburkard

Copy link
Copy Markdown
Contributor

Type of change(s)

  • Bug fix
  • Feature / enhancement
  • Infrastructure / tooling (CI, build, deps, tests)
  • Documentation

What changed and why

  • Added a search bar to the widget screen so widgets can be filtered by app name and widget name.
  • "Back" on widget screen closes search first and another "back" closes the widget screen.
  • Widget search is also cleared after adding a widget.

Tests performed

  • Searched widgets and verified live filtering.
  • Long-press on a widget let you add it to home screen.
  • Verified "back" behavior (first back closes search, second closes widget screen).
  • Added a widget to home screen and reopened widget screen to verify search is cleared.

Before & after preview

issue56-widget-search.mp4

Closes the following issue(s)

Checklist

  • I read the contribution guidelines.
  • I manually tested my changes on device/emulator (if applicable).
  • I updated the "Unreleased" section in CHANGELOG.md (if applicable).
  • I have self-reviewed my pull request (no typos, formatting errors, etc.).
  • I understand every change in this pull request.

@naveensingh naveensingh left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine, thanks!

@naveensingh
naveensingh merged commit b373206 into FossifyOrg:main Feb 12, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add search bar to widgets screen

2 participants