Closed
Bug 1990025
Opened 11 months ago
Closed 11 months ago
[Settings Search] SettingsSearchItem contract
Categories
(Firefox for Android :: Settings, task)
Tracking
()
RESOLVED
FIXED
145 Branch
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | fixed |
People
(Reporter: harrisono, Assigned: harrisono)
References
Details
(Whiteboard: [fxdroid][group3])
Attachments
(1 file)
Single object to represent a setting that the SettingsSearchIndexer will provide in a list based on the text updates.
This SettingsSearchItem will have this contract:
- SearchItem
- title : String
preference.title
- summary? : String?
- preference.summary
- key : String
- preference.key
- category?: String?
- Parent screen title and/or sub section title
- used in bread-crumb
- directionsBuilder
- Nav action to the owning fragment (if in sub-settings fragment)
- title : String
| Assignee | ||
Updated•11 months ago
|
Whiteboard: [fxdroid][group3]
Updated•11 months ago
|
| Assignee | ||
Updated•11 months ago
|
Assignee: nobody → hoglesby
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Attachment #9515144 -
Attachment description: WIP: Bug 1990025 - Add SettingsSearchItem → Bug 1990025 - Add SettingsSearchItem
Pushed by hoglesby@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/46886fd6617d
https://hg.mozilla.org/integration/autoland/rev/f72cecd670d4
Add SettingsSearchItem r=android-reviewers,skhan
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•