Closed
Bug 1054381
Opened 10 years ago
Closed 10 years ago
On Android, Feed should show only apps supported on that device
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: krupa.mozbugs, Assigned: kngo)
References
Details
Attachments
(1 file)
102.23 KB,
image/jpeg
|
Details |
Steps to reproduce:
1. Load marketplace-feed-dev.alliozm.org on your nightly on your Adnroid device
2. Click on 'This is a mega collection' feed element
3. Click on the aoo ''Fox Sports..' in the subgroup 'apps for foxes'
expected behavior:
On Android, we only list apps which are available for that platform
actual behavior:
On Android, we list apps which are unavailable for that platform
Comment 1•10 years ago
|
||
I don't have an Android device. Can you use a network log to get the URLs of the API requests within which apps are not being filtered?
Updated•10 years ago
|
Flags: needinfo?(krupa.mozbugs)
Reporter | ||
Comment 2•10 years ago
|
||
https://pastebin.mozilla.org/5995429 is from the logcat. Let me know if that works. As you can see, all the API requests have device = android.
Flags: needinfo?(krupa.mozbugs)
Reporter | ||
Comment 3•10 years ago
|
||
This is also true for FxOS.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → kngo
Updated•10 years ago
|
Priority: -- → P1
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
For FeedView
If a Featured App has an incompatible app, nix it from the view.
If a collection has all incompatible apps, nix it from the view.
If a collection has some incompatible apps, filter out the incompatible apps from the collection.
For FeedElementGetView
If feed element has all incompatible apps, just show everything. Since it wouldn't have shown up on the Feed, it must mean the user navigated there manually.
If a feed element has some incompatible apps, filter them out.
Special flag added for Desktop to show all.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 6•10 years ago
|
||
Verified as fixed in https://marketplace-feed-dev.allizom.org/ on FF34 (Win 7, Android 4.2.1) and FF OS 1.3 (Inari).
Closing bug.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•