Closed
Bug 868497
Opened 12 years ago
Closed 11 years ago
Movistar Recomienda's app manifest is invalid, so orientation lock will fail as a result
Categories
(Tech Evangelism Graveyard :: Preinstalled B2G Apps, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jsmith, Unassigned)
Details
(Whiteboard: [apps watch list1])
The preinstalled app - movistar recomienda has an invalid app manifest - orientation does not belong under the permissions property.
{
"name": "Recomienda",
"description": "Recomendador de app y servicios de Movistar",
"version": "1.0",
"launch_path": "/index.html",
"developer": {
"name": "Movistar",
"url": "http://www.movistar.es"
},
"default_locale": "es",
"locales": {
"es": {
"name": "Recomienda",
"description": "Recomendador de app y servicios de Movistar",
"developer": {
"name": "Movistar",
"url": "http://www.movistar.es"
}
}
},
"icons": {
"128": "/style/icons/icon_128.png",
"60": "/style/icons/icon_60.png"
},
"permissions": {
"geolocation": {
"description": "Required to customize the aplication list to the final customer"
},
"orientation": "portrait-primary"
}
}
This exists both in the hosted app manifest and the app preinstalled on device:
- http://www.movistarrecomienda.es/app/manifest.webapp
- https://github.com/telefonicaid/firefoxos-gaia-spain/blob/master/external-apps/recomienda/manifest.webapp
Reporter | ||
Comment 1•12 years ago
|
||
Not sure how critical this is for the app to have orientation lock. Will nom defensively just in case.
blocking-b2g: --- → tef?
Reporter | ||
Comment 2•12 years ago
|
||
This requires a fix on the app developer's side and changes to the preinstalled app repository to fix this.
Karen - Can someone do some outreach here to fix this problem?
Flags: needinfo?(kward)
Comment 3•12 years ago
|
||
I think Yuren is the one doing this usually.
Flags: needinfo?(yurenju.mozilla)
Comment 4•12 years ago
|
||
I prefer update manifest from 3rd party developer then we re-generate repository again.
BTW, rex wrote a makefile[1] for generating external-app/* to make life easier.
https://github.com/telefonicaid/firefoxos-gaia-spain/blob/master/Makefile
Flags: needinfo?(yurenju.mozilla)
Whiteboard: [customization]
Comment 5•12 years ago
|
||
So yuren this should be assigned to you ?
Comment 6•12 years ago
|
||
Sure.
Karen, please contact 3rd party developer for updating their manifest.
Assignee: nobody → yurenju.mozilla
Comment 7•12 years ago
|
||
Developer notified.
Also note that this app has not yet passed app review. It was last submitted on April 22 and rejected on April 25.
Flags: needinfo?(kward)
Updated•12 years ago
|
Whiteboard: [customization] → [customization][apps watch list1]
Comment 8•12 years ago
|
||
I can modify manifest on firefoxos-gaia-spain, but it will be replaced when we re-generate all apps.
Comment 9•12 years ago
|
||
Fixed.
https://github.com/telefonicaid/firefoxos-gaia-spain/commit/97d8aa30dd1a996d2b498c6547eb70881349b306
Karen, please make sure 3rd party developer know this problem.
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(kward)
Resolution: --- → FIXED
Comment 10•12 years ago
|
||
(In reply to Yuren Ju [:yurenju] from comment #9)
> Fixed.
>
> https://github.com/telefonicaid/firefoxos-gaia-spain/commit/
> 97d8aa30dd1a996d2b498c6547eb70881349b306
>
> Karen, please make sure 3rd party developer know this problem.
see comment #7
Flags: needinfo?(kward)
Reporter | ||
Comment 11•12 years ago
|
||
Note that this only fixed on the partner app customization, not in the hosted app. So right now, given that we update very quickly, this won't do anything as a stand-alone. Reopening on that basis to await the update on the app developer's side.
Status: RESOLVED → REOPENED
blocking-b2g: tef? → ---
Resolution: FIXED → ---
Reporter | ||
Updated•12 years ago
|
Component: Gaia → Preinstalled B2G Apps
Product: Boot2Gecko → Tech Evangelism
Version: unspecified → Trunk
Reporter | ||
Updated•12 years ago
|
Assignee: yurenju.mozilla → nobody
Reporter | ||
Updated•12 years ago
|
Blocks: b2g-recomendia
Reporter | ||
Updated•12 years ago
|
Whiteboard: [customization][apps watch list1] → [apps watch list1]
Reporter | ||
Comment 12•11 years ago
|
||
This app has been pulled from the grid.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 11 years ago
Resolution: --- → WONTFIX
Reporter | ||
Updated•11 years ago
|
No longer blocks: b2g-recomendia
Updated•6 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•