Skip to content
Snippets Groups Projects
  1. Sep 22, 2010
    • Tadashi G. Takaoka's avatar
      Fix issue space key preview remains on screen and would not dismiss · 3a2896c8
      Tadashi G. Takaoka authored
      The space key preview should be displayed one of the following case.
      - Popup preview is enabled
      - Language switcher is in action, whether popup preview is enabled or
        not.
      
      For phone number keyboard, popup preview is never displayed even if
      popup preview is enabled.
      
      Bug: 3006612
      Bug: 3021091
      Change-Id: I5385c776d0e8e3981fc8d8851db9140d92599ce5
      3a2896c8
  2. Sep 15, 2010
  3. Sep 09, 2010
  4. Sep 06, 2010
  5. Sep 03, 2010
  6. Sep 02, 2010
  7. Sep 01, 2010
  8. Aug 31, 2010
    • satok's avatar
      Add settings button · 673aed42
      satok authored
      - delete unused keyboard layout
      
      Change-Id: Iab39446653460797f1ca876a7d9a23190c3a8df6
      673aed42
  9. Aug 30, 2010
  10. Aug 24, 2010
    • satok's avatar
      Clean up LatinIME java · 525141a4
      satok authored
      - remove unused code
      - add @Override
      - change the inappropriate cast
      
      Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
      525141a4
  11. Aug 20, 2010
  12. Apr 05, 2010
    • Jean-Baptiste Queru's avatar
      Clarify licensing · 443c360d
      Jean-Baptiste Queru authored
      -use AOSP copyright instead of Google
      -add NOTICE and tag file
      
      Bug: 2548782
      Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
      443c360d
  13. Mar 09, 2010
  14. Mar 03, 2010
    • Amith Yamasani's avatar
      b/2449438 : ALT key sometimes doesn't work in the symbols keyboard · 12caec4d
      Amith Yamasani authored
      This change seems to fix it. Will continue to monitor if it happens.
      From tracing the code, it seemed to think that the current keyboard
      was not a symbols keyboard, so the "equals" call was failing. It was
      probably due to voice mode changing between keyboard creation and
      display.
      12caec4d
  15. Feb 26, 2010
  16. Feb 24, 2010
    • Amith Yamasani's avatar
      Save and restore Auto Dictionary data. · 6516d0fd
      Amith Yamasani authored
      Due to the addition of input language switching, the auto dictionary
      will be re-created very frequently. We need to save it and restore it
      during transitions, otherwise the data will be purged too often to be
      of much use in the multi-lingual case.
      
      This also fixes the case where a user frequently turns the phone off/on.
      Auto dictionary data was not being saved in those situations either.
      
      The dictionary will probably never grow too large since most of the
      frequently used words will be moved to the user dictionary any way.
      
      Also, now the input locale is different from the display locale, so
      save the input locale in the UserDictionary class and insert words
      into the user dictionary with the correct locale.
      
      And NPE fix for bug: 2464573
      6516d0fd
  17. Feb 03, 2010
  18. Feb 01, 2010
  19. Jan 28, 2010
    • Amith Yamasani's avatar
      Setting to move microphone to secondary keyboard. · b1cd7016
      Amith Yamasani authored
      Microphone button can be optionally moved to the symbols keyboard
      to get your comma back. You can also completely disable voice input.
      
      Now you can get your comma back but still use the swipe gesture to
      activate voice input.
      b1cd7016
  20. Jan 27, 2010
  21. Jan 17, 2010
    • Mike LeBeau's avatar
      Migrate voice features into the open-source LatinIME. This includes · 466741d8
      Mike LeBeau authored
      the change to logging to remove any private dependencies and use
      broadcast intents to VoiceSearch instead.
      
      I have audited this code and it appears good to go for open-source,
      but would appreciate a second pair of eyes.
      
      Still to do after submitting this CL:
      
      * Reintroduce Amith's memory leak fix (37557) which was the only CL
        added to LatinIME since the last merge over to the private copy.
      * Make some changes to allow LatinIME to work without voice search
        installed. Currently I believe it will show the mic but fail if
        you press it. We need to base the visibility on the mic on the
        availability of the service.
      * Fix this code to use the new Gservices framework, it's still trying
        to use the old one.
      466741d8
  22. Dec 17, 2009
    • Amith Yamasani's avatar
      Input language switching. Bug: 2331173 · 36fcf258
      Amith Yamasani authored
      New feature to enable fast switching between input languages for
      multilingual users. Keyboard settings lets you select a bunch of
      languages to switch between from the Latin IME.
      
      Use the Globe icon to toggle between languages.
      
      Needs more work and some layout changes in specialized keyboards.
      
      Also added a Russian keyboard (needs some pixel TLC at the right edge).
      36fcf258
  23. Dec 08, 2009
  24. Nov 13, 2009
  25. Oct 01, 2009
    • Amith Yamasani's avatar
      Fix 2146178: On-screen keyboard is wider than screen · 12e582c7
      Amith Yamasani authored
      Sometimes the keyboard is getting confused about it's width when switching
      between hard keyboard open and close state and portrait-forced home. Force
      creation of keyboard layouts after a configuration change to fix the
      inconsistent state.
      
      Don't force create when just switching between input fields, too expensive.
      
      Also fixes the problem of keyboard not changing layout after a locale change,
      unless there's an orientation change.
      12e582c7
  26. Sep 01, 2009
    • Amith Yamasani's avatar
      Fixed accidental switch to symbols mode from alphabet. · e3803800
      Amith Yamasani authored
      The KeyboardSwitcher was remembering state from a previous edittext
      where the user was in symbols mode and applying the switch code
      when user hits space in the new edittext for the first time.
      Make sure to reset the state when a new keyboard mode is requested.
      
      Also make sure that we don't switch from symbols to alphabet keyboard
      when editing in a number/datetime field and hitting space.
      e3803800
  27. Aug 14, 2009
  28. Apr 28, 2009
  29. Apr 21, 2009
  30. Apr 16, 2009
  31. Mar 13, 2009
Loading