aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/AccessibilityManagerCompatWrapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-22Fix ALT key on symbols shifted keyboard•••Bug: 5068615 Change-Id: I4c38befd14ae59390dfb23357fdb9e8388f0a6d8 Tadashi G. Takaoka1-1/+1
2011-07-22Refactor Keyboard and KeyboardView resizing and drawing code•••Bug: 4311428 Change-Id: Ice4050f92c8f3cec1bec2074fe6a913d04f50524 Tadashi G. Takaoka7-63/+129
2011-07-22Fix NPE•••Bug: 5067161 Change-Id: I466d40fc1bffa01efc1205a47b3330ae6f30bc66 Tadashi G. Takaoka1-21/+44
2011-07-22Disable VoiceInputLogger inside LatinIME•••Bug: 4985273 Change-Id: I6c70e50a58be0973f78c6a1abc1fb4eac5449c0b Tadashi G. Takaoka4-91/+114
2011-07-22Some native cleanup•••Take a function that does not need to be a member and make it static inline. Also replace the return value of -1 by a #define'd constant. Change-Id: I92e0deaa1df65998b76aba6329a4c8eb4d287485 Jean Chalard2-17/+18
2011-07-22Check user dictionary is enabled before showing touch-to-save•••Bug: 5024127 Change-Id: If4d691a4a59c43579d1f977e9a0545495f30bafb Tadashi G. Takaoka2-6/+24
2011-07-22Do not register null pointers as dictionaries•••Bug: 5062425 Change-Id: I025991424de40c2b31b90238f99ef160e7efd92e Jean Chalard1-1/+4
2011-07-21Fix missing right edge flag•••Bug: 5062972 Change-Id: I2daffdd58802c6173696fe2417e6efcbef66d7bf Tadashi G. Takaoka1-4/+4
2011-07-22Fix NPE•••bug: 5054162 Change-Id: I69d308f0eeb32968515100dde98ad51a7c35020e Ken Wakasa1-1/+3
2011-07-21Updated check for touch exploration enabled state•••Bug: 5061704 Change-Id: Id2c0cce953f7bdb2b4c18b68f9e318d95eabc1b8 Alan Viverette3-31/+5
2011-07-21Fixed accessibility navigation gesture sound volume•••Bug: 5061527 Change-Id: I88728f7368a55ae7e6ca2ce6cfed6af42ffa03df Alan Viverette1-1/+3
2011-07-21Set the locale for opening an asset•••This is necessary because we don't know any more whether the locale of the process is the expected one when the dictionary is loaded asynchronously. Bug: 5023141 Change-Id: Ia9e4741f3b4a04a9f085f5b65ec122471b0c2dff Jean Chalard3-9/+30
2011-07-21Fix potential NPE•••Change-Id: I3679d24b6c89e081d24d59c91b136c139dcb3d5c Tadashi G. Takaoka1-2/+3
2011-07-21Revert "Guard unused voice functions"•••This reverts commit 795a712ecf1847251c2da02351e0812a2b5d4bb9. Bug: 4985273 Tadashi G. Takaoka3-82/+79
2011-07-21Fix popup mini keyboard of comma key on symbols layout•••Bug: 5058762 Change-Id: Ic2d48358b0aceb1d55b3e12bb32b4423ff41ccf3 Tadashi G. Takaoka4-6/+21
2011-07-21Guard unused voice functions•••Bug: 4985273 Change-Id: I9491b4af24e636cba6362cdde44568d14f7b2b85 satok3-79/+82
2011-07-21Revert "Add Right-To-Left delete icon"•••This reverts commit 886246b19a60cefa60af549d6a6b70626bf63e34. Bug: 5047500 Change-Id: Iefef20b7aeba0dbedfe8f81384a33f65e3907e9f Tadashi G. Takaoka20-90/+41
2011-07-20Fix centering key icon when visual inset is specified•••Change-Id: Iae9cb87cc341a88fab269b629aa45c77adf232be Tadashi G. Takaoka1-1/+1
2011-07-20Remove Key edge flags from XML•••The first key and the last of the row are automatically marked as left and right edge key respectively. The existence of Spacer will prevent those automatic marking. Bug: 5038844 Change-Id: Ie34169ceaf76e24923b8d8125eda6ecb95cf1fee Tadashi G. Takaoka59-645/+392
2011-07-20Update Keyboard background drawable•••Bug: 4948171 Change-Id: I0f408ff67c7f2eef3830a43d2919b943dab74235 Tadashi G. Takaoka3-0/+0
2011-07-20Fallback to the included dict if the passed one is invalid•••If all dictionaries returned by the dictionary pack are invalid, then fallback to the dictionary included in the resources for this locale. Bug: 5052486 Change-Id: Id875194ca56a74b2ed6f5b0b4fdd55475f6842c8 Jean Chalard1-3/+15
2011-07-20Check the binary dictionary magic number•••...and return NULL if it does not matched an expected value. Bug: 5052486 Change-Id: I1dc7955d2785ee080bc5c22398be9befe332f096 Jean Chalard2-6/+40
2011-07-20Vibrator.hasVibrator() takes no parameter.•••bug: 5038842 Change-Id: I239a2f35488a1f18ecdb019abc50e72e3e9da297 Ken Wakasa1-1/+1
2011-07-19Remove sliding spacebar language switcher•••Bug: 4971680 Change-Id: Ia3485ddcf8051bf7b7ba7f7a37fa75c3bc8a4798 Tadashi G. Takaoka75-588/+31
2011-07-19Support select input method dialog on pre-HC platform•••Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729 Tadashi G. Takaoka10-55/+209
2011-07-19Add Arabic percent sign•••Bug: 5046333 Change-Id: I7be8c465ce6be2b78d9e8ece4dc4119941230d97 Tadashi G. Takaoka5-6/+11
2011-07-19Revert "Keep keyboard layout while orientation change"•••This reverts commit 8ebbe03fed22da197fcdf152df8b815d9d816ac2. Bug: 5037466 Tadashi G. Takaoka1-2/+1
2011-07-19Remove long-press-to-save feature from CandidateView•••Bug: 5027059 Change-Id: I884a84e50e810c0c4a8255217b39ea24937c756b Tadashi G. Takaoka1-20/+1
2011-07-19Fix an NPE related to absent InputConnection•••Bug: 5035577 Change-Id: I1a11fc475d4a0f692636000d0b0f40bc35427867 Jean Chalard2-8/+25
2011-07-19Add a number of NULL pointer guards.•••None of these are expected to actually be null, but those are included for peace of mind and foolproofing against future code changes. Bug: 4580040 Change-Id: Ib112b3e5db5f177aaf61767164b7e78d711f90a0 Jean Chalard3-7/+23
2011-07-19Deactivate the user unigram dictionary.•••Bug: 3459274 Change-Id: I41b7617623b5b2e48c2e460dc7f2d5ff410c8a4c Jean Chalard1-6/+18
2011-07-19Allow double-space-period after relevant punctuation signs.•••This allows the user to enter a period via double-space after quotes, currency symbols, brackets and other non-sentence-finishing punctuation marks. Bug: 3430389 Change-Id: Ibe40b3902861207eb918e7be6113e8be12216f53 Jean Chalard2-2/+22
2011-07-17Trigger IME switcher by long-pressing space key•••Long press time out for space key is set to 1000msec. FYI: Time out for shift key is 1200ms and for mini popup keyboard is 400ms. Bug: 4971680 Change-Id: Id05f519baa15ca2e54958997ddf7b6b3b7a2d078 Tadashi G. Takaoka7-32/+28
2011-07-17Fix NPE•••Bug: 5030817 Change-Id: I13133abb308d9f0c8169b6ea3fc0913ce5dda3d6 Tadashi G. Takaoka1-1/+3
2011-07-15Import revised translations.•••Change-Id: Id17475b42f5037de6c27d40e3c4ba57cbad64287 Eric Fischer46-7/+93
2011-07-15Honor EditorType's IME_FLAG_NO_EXTRACT_UI and IME_FLAG_NO_FULLSCREEN flags•••Bug: 5030408 Change-Id: I1c5649725780cd063db7a437b8559b7f2573469c Tadashi G. Takaoka2-0/+18
2011-07-15Bring "comma" key back to symbol layout•••Bug: 5035197 Change-Id: Ia931305b9dd2ee9eb51deef6b2477fbf351ac479 Tadashi G. Takaoka2-8/+11
2011-07-15Rename AutoDictionary to UserUnigramDictionary.•••...and adjust internal functions, variables and constant names. Bug: 3459274 Change-Id: I1b11c6adfee360ac0fc22d627955688b3dbdcffc Jean Chalard3-41/+52
2011-07-14Add Arabic comma to phone keyboard•••Bug: 4161983 Change-Id: I2b1f2539cbe3b5686e77b9b0d46167394c3db64c Tadashi G. Takaoka1-2/+2
2011-07-14Import new drawables•••Bug: 4948171 Change-Id: I899063ea5ad4508fd4f5786dbb75bcd6909c331f Tadashi G. Takaoka42-0/+0
2011-07-14Update Arabic keyboard•••Bug: 4161983 Change-Id: Ie163cd17c87773bf2ca37fff7cff79611fff644f Tadashi G. Takaoka17-193/+385
2011-07-14Update Hebrew keyboard•••Bug: 4170083 Change-Id: I977d7f6cce08e35fe9bed46fe5f4fdedd1f12e9c Tadashi G. Takaoka27-227/+345
2011-07-14(Step2)Move functions related to proximity to proximity_info.cpp•••Change-Id: Iae0eb2a5cd758bda820fa42b4bc3eb3d2665bf96 satok6-119/+150
2011-07-13Fix settings key icon•••This is the followup change of Ife9a9333 Change-Id: I6ebf2444642fe9ced7d40074fcc2bf050bbca7e0 Tadashi G. Takaoka2-2/+2
2011-07-14(Step 1) Move proximity related parameters from unigram_dictionary to proximi...•••Change-Id: Ic630b35f4abffeb84c38bcf5935795b7ff07556a satok4-31/+51
2011-07-13Fix IndexOutOfBound exception•••Bug: 5011243 Change-Id: Iaaafa50b42e5155e3682132217d3e079a170ed89 Tadashi G. Takaoka1-1/+6
2011-07-14Separate logging definitions in C•••Change-Id: I1d79814d1fd74e92a280f355c535517618c51752 satok1-4/+8
2011-07-14Fix build for profiling•••Change-Id: I39cd0fa37fb738dcbbcf82839b6bb030e3af606b satok4-5/+13
2011-07-13Make Russian layout for 7 inch table compatible with other locale•••Related to Bug: 5024014 Change-Id: I149624e351f5c75323771ff90960d2fe00ca412b Tadashi G. Takaoka3-159/+82
2011-07-14Activate the implementation for the new dictionary format.•••Bug: 4392433 Change-Id: I20b05d012b1fb193002312792d0309d36c89d16a Jean Chalard2-0/+4