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-24605] Android: Fixed crashes caused by loading image URLs when JS is running on main thread #10222

Merged
merged 6 commits into from
Aug 7, 2018

Commits on Aug 1, 2018

  1. [TIMOB-24605] Android: Fixed crash caused by setting View "background…

    …Image" to url while JS running on main thread
    
    - Fixed [TIMOB-26249] where setting ImageView "image" to a URL while "autorotate" is true would cause a crash.
    - Fixed crash with ImageView "defaultImage" set to a URL while JS is running on main thread.
    - Modified "TiImageHelper" to read exif orientation from a stream. Can now acquire exif info from url based image.
    - Added new Java class "TiInputStreamWrapper".
    jquick-axway committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    a2484b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f490b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb1b077 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    408c036 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. Updated [TIMOB-24605] based on feedback.

    - Add more logging messages.
    - Simplified Threaded blocking download code.
    jquick-axway committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    16fe48c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    2925a65 View commit details
    Browse the repository at this point in the history