1. 25 9月, 2018 1 次提交
  2. 10 8月, 2017 1 次提交
  3. 28 6月, 2017 1 次提交
    • T
      Discard the calculated flex lines when configration changes are handled manually. (#201) · 1e0b6137
      Takeshi Hagikura 提交于
      When configration changes are handled manually, onSaveInstanceState
      wasn't called in the FlexboxLayoutManager. Thus flex lines previously
      calculated with the prior configuration including width of the screen
      were not discarded.
      
      This PR introduces the fields of the width/height of the previous
      measurement. If the width (or height depending of the flex direction) is
      different from the previous value discard the prior flex lines.
      
      This PR also fixes the cases where width is getting changed in the multi
      window mode.
      1e0b6137
  4. 13 5月, 2016 1 次提交
  5. 06 5月, 2016 2 次提交
  6. 31 3月, 2016 1 次提交