Closed
Bug 906841
Opened 13 years ago
Closed 13 years ago
Evme does not display apps under entry_points
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kgrandon, Assigned: kgrandon)
References
Details
Attachments
(1 file)
Evme displays apps when typing their name in the searchbar.
Currently apps which make use of entry_points do not appear within the list of apps. We might need to make adjustments to getApps in homescreen.js to handle this.
| Assignee | ||
Comment 1•13 years ago
|
||
Proper solution likely means passing the entry point all the way up to Brain.js: https://github.com/mozilla-b2g/gaia/blob/master/apps/homescreen/everything.me/js/Brain.js#L931
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → kgrandon
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•13 years ago
|
||
Hey Guys,
Here is a possible solution in order to show results from entry points. Adding ran to review E.me changes, and crdlc for the homescreen changes.
Please let me know what you think, thanks!
Attachment #792484 -
Flags: review?(ran)
Attachment #792484 -
Flags: review?(crdlc)
Comment 3•13 years ago
|
||
Comment on attachment 792484 [details]
Github pull request pointer
I am comfortable with your changes on Homescreen part and tests
Attachment #792484 -
Flags: review?(crdlc) → review+
Comment 4•13 years ago
|
||
Looks good to me Kevin. I commented on a small issue on the PR.
| Assignee | ||
Comment 5•13 years ago
|
||
Thanks Ran! Fixed that issue, please let me know if there's anything else.
Updated•13 years ago
|
Attachment #792484 -
Flags: review?(ran) → review+
| Assignee | ||
Comment 6•13 years ago
|
||
Thanks for the reviews! Landed in master: https://github.com/mozilla-b2g/gaia/commit/cb7c9f5500f0908395ac567783ea79fa605a390e
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•