Skip to content
Snippets Groups Projects
  1. May 28, 2021
    • Treehugger Robot's avatar
    • Ming-Shin Lu's avatar
      Fix Keyboard Theme update when device orientation changed · 407f8a32
      Ming-Shin Lu authored
      As CL[1] introduces diplayContext to address
      IME service context's Resources / DisplayMetrics update when
      switching IME window to another display after onConfigurationChange.
      
      In LatinIME#onInitializeInterface, we only update keyboard theme context
      and displayContent when the displayId is changed, but overlooked even
      the displayId is the same, the display context's resource configuration
      might changed like the device orientation changd.
      
      It leads getDefaultKeyboardHeight will get wrong config_max_keyboard_height
      fraction value when rotating to landcape because the context resources
      didn't get updated.
      
      Add a check to update keyboard theme context when the current display
      configuation is changed accordingly.
      
      [1]: I0ed6a079af1ed90c75fee1d36d5ce3ef3c41f8ed
      
      Fix: 186507147
      Test: manual as issue steps
          1) Turn on auto-rotate
          2) Open Settings
          3) Rotating the device to landscape mode
          4) Tap “Search settings", verify if the soft-keyboard shown and the
             size is expected.
      Change-Id: I288a31baf04fa2e63d6b4a14ad81b401cb36ece5
      407f8a32
  2. Apr 15, 2021
  3. Apr 13, 2021
    • Pedro Loureiro's avatar
      Add lint baseline to address NewApi errors · 57d4aef2
      Pedro Loureiro authored
      We are enabling a new lint check where the min sdk != compile sdk.
      It has produced a lot of errors and adding the baseline file(s)
      allows us to continue work without introducing more problems.
      
      Bug: 150847901
      
      Test: m lint-check
      Change-Id: Ic37bd8c531af7e68c939ce9c05614c37e6699b03
      Merged-In: Ic37bd8c531af7e68c939ce9c05614c37e6699b03
      57d4aef2
  4. Feb 20, 2021
  5. Feb 19, 2021
  6. Feb 17, 2021
  7. Feb 16, 2021
  8. Nov 23, 2020
  9. Oct 09, 2020
  10. Sep 11, 2020
  11. Sep 10, 2020
  12. Sep 08, 2020
    • Xin Li's avatar
      Merge Android R · 60be45ec
      Xin Li authored
      Bug: 168057903
      Merged-In: Ia56c511912ee213555b170faf292f1640d90cb75
      Change-Id: Id2ed98b896c8f23246df31fead70c94e764aab97
      60be45ec
  13. Sep 01, 2020
  14. Aug 27, 2020
  15. Aug 13, 2020
  16. Aug 12, 2020
  17. Jul 31, 2020
Loading