Skip to content
Snippets Groups Projects
  1. Jun 11, 2013
  2. Jun 07, 2013
    • Tadashi G. Takaoka's avatar
      Don't use RichInputMethodManager in setup wizard · 77f63c8a
      Tadashi G. Takaoka authored
      In setup wizard, InputMethodManager may not be able to be aware that
      this IME is installed, especially just after the IME is installed via
      GooglePlay app and hit the open button on the app to launch the setup
      wizard.
      
      Bug: 9299618
      Change-Id: I00c8544178b41074253d49ae9481996ec56593d2
      77f63c8a
    • Satoshi Kataoka's avatar
      Fix possible NPE · 6c8136d1
      Satoshi Kataoka authored
      Bug: 9314901
      Change-Id: Id80f59df38ae72766b097fd1c23326fedd302439
      6c8136d1
    • Jean Chalard's avatar
      Fix an illegal argument exception · 0ad14896
      Jean Chalard authored
      This is a bit of a shot in the dark, as I really don't see how this
      can happen, but this should fix it in the correct way no matter
      how it's actually happening.
      
      Bug: 9301836
      Change-Id: I472865b7a78883942c9fd46773238c23788674f8
      0ad14896
    • Tadashi G. Takaoka's avatar
      Defer getting no language subtype · 254b484e
      Tadashi G. Takaoka authored
      Bug: 9318351
      Change-Id: I55338c001070655a3f90df3dbe1351bd4180d520
      254b484e
  3. Jun 06, 2013
  4. Jun 05, 2013
  5. Jun 04, 2013
  6. Jun 03, 2013
    • Baligh Uddin's avatar
      Import translations. DO NOT MERGE · 174f1b22
      Baligh Uddin authored
      Change-Id: I718dc281137ceca3015d7355238f91e16f4b9cbc
      Auto-generated-cl: translation import
      174f1b22
    • Tadashi G. Takaoka's avatar
      Clear previous suggestions when gesture typing starts · 9ff7354d
      Tadashi G. Takaoka authored
      Bug: 8651076
      Change-Id: Ic65ed3e3696409edea4e35080c11e4d1869a5a7e
      9ff7354d
    • Tadashi G. Takaoka's avatar
      Rename methods for readability · 2a9882a4
      Tadashi G. Takaoka authored
      Change-Id: I8fc2c90cf8d3dce11740f8e61edf6dfde9b1c116
      2a9882a4
    • Jean Chalard's avatar
      Update dictionaries · e73802f3
      Jean Chalard authored
      >>> dictionaries/ru_wordlist.combined.gz
      Header :
        date : 1366974711 <=> 1370244430
        MULTIPLE_WORDS_DEMOTION_RATE : 0 <=> 50
        version : 32 <=> 34
      Body :
      Deleted: МДА 2
      Freq changed: а 0 -> 60
      Freq changed: в 0 -> 60
      Deleted: возбужденные 0
      Freq changed: гей 92 -> 0
      Freq changed: жид 80 -> 0
      Freq changed: зареган 0 -> 50
      Freq changed: и 0 -> 60
      Freq changed: к 0 -> 60
      Deleted: клевом 0
      Freq changed: куи 29 -> 0
      Freq changed: лох 69 -> 0
      Freq changed: о 0 -> 60
      Freq changed: ребут 0 -> 50
      Freq changed: с 0 -> 60
      Freq changed: у 0 -> 60
      Freq changed: хуй 77 -> 0
      Freq changed: хукера 38 -> 0
      Freq changed: широко 0 -> 144
      Deleted: щеткой 70
      Freq changed: щёткой 69 -> 70
      Freq changed: я 0 -> 60
      Added: жены 134
      Added: звони 100
      Added: клёвом 50
      Added: мда 0
      
      >>> java/res/raw/main_ru.dict
      Header :
        date : 1366974711 <=> 1370244430
        version : 32 <=> 34
        MULTIPLE_WORDS_DEMOTION_RATE : 0 <=> 50
      Body :
      (same changes)
      
      Change-Id: Ie10bdd1f33cac43c5be35e99faef7cfdfe877d2b
      e73802f3
    • Tadashi G. Takaoka's avatar
      Expand suggestion strip when center suggestion is long · 043273b0
      Tadashi G. Takaoka authored
      Bug: 9059710
      Change-Id: I7fa2658cc6442e86f69c991f1e99db6fb1ef909c
      043273b0
    • Tadashi G. Takaoka's avatar
      Fix ArrayIndexOutOfBoundException · 72ac390c
      Tadashi G. Takaoka authored
      Change-Id: I243fc4965365680615eed834efe9ae0240e7f2a8
      72ac390c
    • Kurt Partridge's avatar
      Fix revert of committed words · 94ef5432
      Kurt Partridge authored
      Now that separators are put into their own LogUnits, they must be handled
      when going through a revert.
      
      Bug: 9088919
      
      Change-Id: Ibebd0752bb2fa38d74ac96001d63070dd419cee3
      94ef5432
    • Kurt Partridge's avatar
      Compare scrubbed strings when uncommitting LogUnits · f07024e0
      Kurt Partridge authored
      A LogUnit is only uncommitted if the LogUnit's word matches what is
      expected.  But a LogUnit never stores numbers, only scrubbed words that
      replace numbers with a special character.  So when uncommitting, the
      text from the TextView must also be scrubbed for the comparison to pass
      correctly.
      
      Bug: 9088919
      
      Change-Id: I9b56f10afce6d0cc84eb9ead3b9a9b1e061ae39c
      f07024e0
    • Kurt Partridge's avatar
      Uncommit separator LogUnits · bdff287a
      Kurt Partridge authored
      Now that separators have their own LogUnits, they must be uncommitted
      from the LogBuffer when backspacing over them.
      
      Bug: 9088919
      
      Change-Id: Ib36cc94939b93abe18850a06bced17caf8aaa5b9
      bdff287a
  7. Jun 02, 2013
  8. Jun 01, 2013
    • Kurt Partridge's avatar
      Remove uncommit on reverting batch input · 4165ef03
      Kurt Partridge authored
      Currently when the user reverts a batch input, a LogUnit is uncommitted
      from the LogBuffer.  It should not be, because the LogUnit containing the
      batch input is never committed in the first place (it is only committed
      to the LogBuffer when a key is pressed or a new batch input is entered).
      
      Bug: 9088919
      
      Change-Id: I323af453ce082437a663ccae977b21b775a964bc
      4165ef03
  9. May 31, 2013
  10. May 30, 2013
  11. May 29, 2013
    • Jean Chalard's avatar
      Tell the text view we reset state on finish input · 68d9cb62
      Jean Chalard authored
      This should be done in onFinishInput rather than onFinishInputView
      but for an unknown reason onFinishInput never comes.
      
      Bug: 9113167
      Change-Id: Iafb40846a3ed8fad78bfc160d17cd431f81fe891
      68d9cb62
    • Jean Chalard's avatar
      Rub some butter on dictionary list scrolling. · 2b34b4ea
      Jean Chalard authored
      The default implementation for preferences refuses to
      cache the views for custom preferences at all. We can
      do it, but the system won't do it for us, so this does it.
      This makes the screen scrolling smooth again.
      
      Incidentally it also fixes the bug where the button may
      not animate on the first element.
      
      Bug: 8882722
      Bug: 8883108
      Change-Id: I9b2306ac4bf93761a808ebfee3477a65f017cddf
      2b34b4ea
Loading