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

Commits on Jul 25, 2017

  1. [TIMOB-24987] Android: Setting a custom theme's parent to "Theme.Tita…

    …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.
    jquick-axway committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    3626b8d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    b3953c3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into TIMOB-24987

    Lokesh Choudhary committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    2316187 View commit details
    Browse the repository at this point in the history