Skip to content
Snippets Groups Projects
  1. Jan 18, 2011
  2. Jan 17, 2011
  3. Jan 14, 2011
  4. Jan 13, 2011
  5. Jan 11, 2011
  6. Jan 09, 2011
  7. Jan 07, 2011
  8. Jan 05, 2011
    • Ken Wakasa's avatar
      Consolidate main dictionary files. · 458249e7
      Ken Wakasa authored
      This change is a preparation for upcoming optimizations on dictionary file loading.
      * We can consolidate dictionary files because we are no longer relying on Asset Manager.
      * Stopping compressing dictionary files as planning to use mmap() on the region in the apk file.
      * Probably we won't rely on Asset Manager.  Instead we'll probably use offset and size obtained from AssetFileDescriptor.
      
      Change-Id: Id57dce512fd3d2397a58628f8264bd824194da76
      458249e7
  9. Jan 01, 2011
  10. Dec 31, 2010
    • Tadashi G. Takaoka's avatar
      Automaticaly snap back to the previous mode from sliding input (DO NOT MERGE) · 7aedc8a0
      Tadashi G. Takaoka authored
      This change is back porting of the following changes from Honeycomb.
      - I48ea1346: Automaticaly snap back to the previous mode from sliding symbol input
      - I9507a98c: Suppress haptic feedback while sliding key input
      - Ia06e1abc: Cancel long press timer when sliding key input is not allowed
      - I15127929: Fix checking of sliding off from key
      - I2518dd1d: Fix potential keyboard layout change bug
      - Iffaad1eb: Snap back to the previous keyboard when sliding input is canceled
      - Id74bddef: Longer long-press timeout in sliding input
      
      Bug: 3280151
      Change-Id: If20b34e8773ebf081c2274d136be4f8ad07ca4fa
      7aedc8a0
    • Tadashi G. Takaoka's avatar
      Snap back to the previous keyboard when sliding input is canceled · 5f922caf
      Tadashi G. Takaoka authored
      Bug: 3316517
      Change-Id: Iffaad1eb93b6a014d8445f3e27b0e24c20967daf
      5f922caf
  11. Dec 28, 2010
  12. Dec 23, 2010
  13. Dec 21, 2010
  14. Dec 20, 2010
  15. Dec 19, 2010
  16. Dec 17, 2010
    • Tadashi G. Takaoka's avatar
      Add popupKeyboardTemplate attribute to Keyboard · 9b6d1d52
      Tadashi G. Takaoka authored
      This change
      - introduces the popupKeyboardTemplate attribute of Keyboard to
        specify XML Keyboard file for popup mini keyboard.
      - introduces the maxPopupKeyboardColumn attribute of Keyboard to
        specify the maximum column of popup mini keyboard.
      - changes the content format of the popupCharacters attribute of Key.
        It now represents keyLabel, codes and keyTextOutput of each key of
        popup mini keyboard using CSV format.
      
      Bug: 2214959
      Change-Id: I539e310f7e38a049ee193de0b4ad5d7afdce37b1
      9b6d1d52
Loading