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

fix(android): prevents TabGroup duplicate close event firing (8_3_X) #11175

Closed
wants to merge 5 commits into from

Commits on Aug 20, 2019

  1. fix(android): splash open animation sometimes stutters on cold start (t…

    …idev#11141)
    
    Fixed bug where opening a window while splash is in mid-transition causes splash to adopt child window's transition. Causes noticeable stutter.
      * Especially an issue as of Android Q beta 4.
      * Modified so that activity windows launched from splash override pending transition with fade-in transition instead. (Looks better than slide-up animation anyways.)
    
    Fixes TIMOB-27328
    jquick-axway authored and sgtcoolguy committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    640d8f4 View commit details
    Browse the repository at this point in the history
  2. fix(android): improve merge of <uses-feature/> elements (tidev#11146)

    - Fixed so that Android setting <uses-feature/> required "true" in "tiapp.xml" should override "false" setting in libraries.
      * Merge is supposed to do a logical-OR on the "android:required" value.
    - Added "tools:replace" attribute support to <uses-feature/>.
      * Allows overriding "android:required" to "false" if set "true" by library. (Only means of doing this.)
    
    Fixes TIMOB-27304
    jquick-axway authored and sgtcoolguy committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    750e90f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19403ec View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. fix(android): ProgressIndicator dialog handling (tidev#11143)

    * [TIMOB-27104] ProgressIndicator logs "WindowLeaked" exception when hiding dialog and closing window at same time as of 8.0.2
    * [TIMOB-27308] Determinant ProgressIndicator ignores "value" property before shown
    * [TIMOB-27309] Cannot re-show ProgressIndicator dialog if auto-closed by previous window
    * Removed dialog's handleMessage() related code. No longer needed since JS runs on main UI thread.
    * added unit test for Ti.UI.Android.ProgressIndicator
    
    Fixes TIMOB-27104, TIMOB-27308, TIMOB-27309
    jquick-axway authored and sgtcoolguy committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    ffeef4f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. fix(android): prevents TabGroup duplicate close event firing

    (cherry picked from commit f2e94af)
    ypbnv committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    402ca5a View commit details
    Browse the repository at this point in the history