Skip to content
  1. Jun 26, 2017
    • TreeHugger Robot's avatar
      aa2286e4
    • Chet Haase's avatar
      Merge "Fix TimePicker RTL issues" into oc-dev · 7b95c932
      Chet Haase authored
      7b95c932
    • Jason Monk's avatar
      Fix QS lock screen animation · bdefffd1
      Jason Monk authored
      Now that we have a footer, heights and clippings need to be adjusted
      to be more accurate.
       - Clip QS within its layout box regardless of its y translation
       - Calculate height diffs correctly
      
      Test: visual
      Change-Id: Ic46996e342cd1000215aa9256da920a7856bb5a4
      Fixes: 62489284
      bdefffd1
    • TreeHugger Robot's avatar
      df856978
    • Todd Kennedy's avatar
      null check before dereference · 7833e7c5
      Todd Kennedy authored
      Change-Id: I6ae219b68920c160e104b307f60802fd75e705ce
      Fixes: 62908319
      Test: Manual
      7833e7c5
    • Chet Haase's avatar
      Fix TimePicker RTL issues · e2dfa0e3
      Chet Haase authored
      The TimePicker (seen when creating an alarm in the Clock app) has
      two bugs in landscape mode:
      - The hours/minutes switch places (hours should always be to the left
      of minutes, regardless of RTL)
      - The layout is completely messed up in 12-hour mode (the radial time picker
      does not appear on the screen)
      
      This fix addresses both issues by setting the layoutDirection="ltr"
      attribute to force a couple of the layouts to be unaffected in RTL mode.
      Specifically, the hours/minutes layout and the overall layout will always be
      presented left-to-right.
      
      Bug: 62846484  TimePicker layout is broken in RTL landscape mode
      Test: manual (tested with/without fix in normal, forded-RTL mode, and
      with Hebrew as the first locale).
      
      Change-Id: I8ef3f2706660f60c162ba3d324a18b8f370f67f8
      e2dfa0e3
  2. Jun 24, 2017
  3. Jun 23, 2017
  4. Jun 22, 2017
Loading