[
https://issues.apache.org/jira/browse/CB-8079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229662#comment-14229662
]
ASF GitHub Bot commented on CB-8079:
------------------------------------
GitHub user cnsdato opened a pull request:
https://github.com/apache/cordova-android/pull/136
CB-8079 use old resource lookup behavior.
The old behavior uses the activity class package name.
The fallback uses the application package name, when the resource is not
found.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cnsdato/cordova-android master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-android/pull/136.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #136
----
commit 33c77dcce3af71afc33fb437df8057f03c966cdc
Author: Daniel Toplak <[email protected]>
Date: 2014-11-26T07:31:45Z
CB-8079 use application package name instead of activity package name,
because the application package name could be different from the activity
package name
commit 252a30656324cc5bd44f31cb15aa934187be792d
Author: Daniel Toplak <[email protected]>
Date: 2014-12-01T10:02:30Z
Merge branch 'master' of https://github.com/apache/cordova-android
commit 2b7d525de4effce8f425e1013a28476c46340028
Author: Daniel Toplak <[email protected]>
Date: 2014-12-01T10:58:19Z
CB-8079 use old resource lookup behavior.
The old behavior uses the activity class package name.
The fallback uses the application package name, when the resource is not
found.
----
> Load splashscreen resource dependend on app package name not activity class
> package name
> ----------------------------------------------------------------------------------------
>
> Key: CB-8079
> URL: https://issues.apache.org/jira/browse/CB-8079
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Reporter: Daniel Toplak
>
> The splashscreen resource images are loaded by the package name of the
> activity class. This works as long as the app package name is the same which
> is the default.
> But when someone is building several apps out of the the same activity class
> package, then the resources are no longer found. They should be loaded via
> the app package name, which should also work in the default scenario.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]