Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-24987] Android: Setting a custom theme's parent to "Theme.Titanium" no longer causes a recursive lookup. #9255

Merged
merged 3 commits into from Jul 26, 2017

Conversation

jquick-axway
Copy link
Contributor

JIRA: https://jira.appcelerator.org/browse/TIMOB-24987

Cherry Pick of Pull Request: #9253

…nium" no longer causes a recursive lookup.

- Modified "Theme.Titanium" to no longer use the AndroidManifest.xml <application> tag's  theme as its parent.
  * This was the cause of the recursion if the custom theme was applied to the application.
  * Fixed by reverting PR tidev#8592 (ie: TIMOB-19629).
- Also fixed ListView to correctly apply its activity's theme to its rows, headers, and footers.
  * This addresses the bug for PR tidev#8592 that I reverted.
Copy link
Contributor

@garymathews garymathews left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR: PASS

@lokeshchdhry
Copy link
Contributor

FR Passed.

For TIMOB-19629 - the buttons are lower cased & the labels have the color green as expected.
For TIMOB-24987 - no ResourceType: Attempt to retrieve bag 0x7f050090 which is invalid or in a cycle. message is seen.

Verified it with an alloy app with a textField & custom theme. The keyboard did pop up as expected when tapped on the textField.

Studio Ver: 4.9.1.201707200100
SDK Ver: 7.0.0 local build
OS Ver: 10.12.3
Xcode Ver: Xcode 8.3.3
Appc NPM: 4.2.9
Appc CLI: 6.2.2
Ti CLI Ver: 5.0.14
Alloy Ver: 1.9.11
Node Ver: 6.10.1
Java Ver: 1.8.0_101
Devices: ⇨ google Nexus 5 --- Android 6.0.1

@lokeshchdhry lokeshchdhry merged commit 9049e17 into tidev:master Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants