Skip to content
Snippets Groups Projects
  1. Sep 14, 2014
  2. Sep 13, 2014
    • Tadashi G. Takaoka's avatar
      Tune keyboard height and letter size of tablet · ef7124b6
      Tadashi G. Takaoka authored
      The height of Google Keyboard is limited by maximum and minimum ratio
      to the display height.  Because screen aspect ratio of some large
      tablet is close to 1:1, the height of the keyboard may become taller
      than expected. This CL lowers the minimum ratio to allow shorter
      height. This CL also increase text size of Material theme keyboard on
      tablet as well.
      
      Bug: 17050390
      Change-Id: I87c5f49ce554950c525a1f31dfddfd1beb3fafda
      ef7124b6
    • Ken Wakasa's avatar
      Wording update for settings. · 991571ff
      Ken Wakasa authored
      "Appearance" -> "Appearance & layouts".
      
      bug: 11866784
      Change-Id: I9843b76cadb0245973cec07134d07212c8c5667e
      991571ff
  3. Sep 12, 2014
    • Tadashi G. Takaoka's avatar
      Reorganize settings in Google Keyboard · 3a90cb9a
      Tadashi G. Takaoka authored
      Changes :
      Input languages ->  Languages
      Input preferences -> Preferences
      Multi lingual Options -> Multilingual Options
      Keyboard Theme -> Theme
      Gesture typing preferences -> Gesture typing
      
      **New
       Appearance
              -> Theme
              -> Custom input style
      
      **Removed
       Multilingual options from L dynamically
      
      Bug: 11866784
      Change-Id: I07404c27868e1b087b0cafb63d2031a5b493a885
      3a90cb9a
  4. Sep 11, 2014
  5. Sep 09, 2014
  6. Sep 08, 2014
  7. Sep 05, 2014
  8. Sep 04, 2014
  9. Sep 03, 2014
  10. Sep 02, 2014
  11. Aug 30, 2014
  12. Aug 29, 2014
  13. Aug 28, 2014
  14. Aug 27, 2014
    • Tadashi G. Takaoka's avatar
      Simplify onComputeInsets of LatinIME · 37beaf15
      Tadashi G. Takaoka authored
      This CL expands SoftInputWindow to the entire screen. Thus a key
      review backing view is eliminated and onComputeInsets() gets
      simplified too.
      
      Bug: 17212702
      Bug: 10841052
      Bug: 10541453
      Change-Id: I2d859f4e4698c64cabe399000821f13bab729996
      37beaf15
    • Yohei Yukawa's avatar
      Introduce commit/add-to-dictionary indicators · bea17c49
      Yohei Yukawa authored
      This CL introduces commit/add-to-dictionary indicators.
      
      Note that the text is not yet highlighted when the commit
      indicator is displayed. It will be addressed in subsequent
      CLs.
      
      Change-Id: I7e9b0fcfdc0776a50a1d8cfb41ee0add813317dd
      bea17c49
  15. Aug 25, 2014
  16. Aug 22, 2014
  17. Aug 19, 2014
    • Yohei Yukawa's avatar
      Use FrameLayout for the backing view · 90782554
      Yohei Yukawa authored
      If we render our UI around the composing text in the fullscreen
      mode, probably we need to have our views under
      android.R.id.extractArea, which is implemented as FrameLayout.
      Therefore, using FrameLayout for the backing view makes it easy
      to simplify the code between normal mode and full screen mode.
      
      Change-Id: I69533b22d9d1368ad906dc5ef7be1a1b674d10b8
      90782554
  18. Aug 16, 2014
  19. Aug 13, 2014
  20. Aug 11, 2014
Loading