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

Android 8.x dymanic layout crash preventer #801

Merged
merged 5 commits into from
Apr 1, 2019

Commits on Mar 28, 2019

  1. added InputFilter that performs a substation of insertion+AztecImageS…

    …pan when an insertion right before an AztecImageSpan is about to happen, to prevent a crash on Android 8.x
    mzorz committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    39bf93f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. added disableCrashPreventerInputFilter and disableMediaDeletedListene…

    …r to prevent inputFilter from being called twice and MediaDeletedListener from being mistakingly called by a non-user operation
    mzorz committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    79e1740 View commit details
    Browse the repository at this point in the history
  2. moved condition check up to make sure this is an insertion case befor…

    …e trying to collect image spans in the position next to the insertion to improve performance as suggested in review
    mzorz committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    1ff08ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59ff4c0 View commit details
    Browse the repository at this point in the history
  4. fixed lint warning

    mzorz committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    fd3284c View commit details
    Browse the repository at this point in the history