aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/CandidateView.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename CandidateView to SuggestionsViewTadashi G. Takaoka2011-09-011-819/+0
| | | | Change-Id: I6480cdf025f065130e1969899b259a243e7a11be
* Remove unused suggestions pane codeTadashi G. Takaoka2011-09-011-160/+5
| | | | | | | This is a followup for Ie1d69131. Bug: 5023981 Change-Id: I42ec596af40cb7dcdd84b96ba5bff9ef1fb5dc92
* Implement popup suggestions paneTadashi G. Takaoka2011-08-311-8/+114
| | | | | Bug: 5023981 Change-Id: Ie1d69131dbf884a3f6a2beb3ac3427e5437c1486
* Get rid of MeasureSpec.UNSPECIFIEDTadashi G. Takaoka2011-08-311-12/+16
| | | | | Bug: 5023981 Change-Id: I14ded3c3d554ac72b66f190110652f54d91df954
* Merge "Move debug information back to suggestions strip"Tadashi G. Takaoka2011-08-261-7/+13
|\
| * Move debug information back to suggestions stripTadashi G. Takaoka2011-08-261-7/+13
| | | | | | | | Change-Id: I8cfad5f780a481a251cc4f752bff3cda5ae3ffbe
* | Do not put the suggestion span for obsolete suggestions.satok2011-08-261-1/+1
|/ | | | | | Bug: 5219037 Change-Id: I0300fbc7e1cc97f0f8ba4d21e0e699d9fe66ed76
* Fix "touch to save" colorsTadashi G. Takaoka2011-08-261-31/+62
| | | | | Bug: 5218662 Change-Id: I094b2ceb7438148eb5bdf620b188f598e8442a07
* Fix suggestions strip press state to align verticallyTadashi G. Takaoka2011-08-241-4/+5
| | | | | | | | This change also tweaks more_suggestions_hint drawables to eliminate unnecessarily padding at the bottom. Bug: 5204563 Change-Id: If5ec731c9a490da0116a020e8fd405c7d025d707
* Fix suggestions strip text colorsTadashi G. Takaoka2011-08-221-10/+17
| | | | | | | This change also shows the valid typed word in bold face. Bug: 5161713 Change-Id: I15355a11888fc8ef90ecc8b64a52eb08c1a2b367
* Merge "Get rid of auto correction flash animation in the suggestion strip"Tadashi G. Takaoka2011-08-161-7/+1
|\
| * Get rid of auto correction flash animation in the suggestion stripTadashi G. Takaoka2011-08-161-7/+1
| | | | | | | | | | | | | | This change also reverts I1350ad3d. Bug: 5156762 Change-Id: I047e75699e8eea02204ad95e12dcc0aefe49ac34
* | Fix possible NPETadashi G. Takaoka2011-08-161-0/+1
|/ | | | | Bug: 5171442 Change-Id: I280f6a0ef5fb06f1e03e17c0065d078604e4747a
* Get rid of auto correction flash animation in the suggestion stripKen Wakasa2011-08-121-0/+6
| | | | | bug: 5156762 Change-Id: I1350ad3d7125f8ecdfc699233ed05e253cc3f010
* Fix issues with long-press access to more suggestionsKen Wakasa2011-08-081-5/+11
| | | | Change-Id: If5a45dcae7f7e7881d305104e35a04c341719aec
* Remove suggestion pane controller from stripTadashi G. Takaoka2011-08-081-66/+45
| | | | | | | This change also removes speacebar LED to represent auto correction. Bug: 5023981 Change-Id: Idedaabd147ed608df35cb51769388578a05174a1
* Fixed count suggestions stripTadashi G. Takaoka2011-08-051-139/+111
| | | | | Bug: 5023981 Change-Id: I434d23bdfb653989866d3822c978cd929a2b553c
* Move suggestions layout code into parameter classTadashi G. Takaoka2011-08-041-155/+202
| | | | | Bug: 5023981 Change-Id: I30f45191524c38bfe550845b003e8972abd2ee49
* Cleanup CandidateView classTadashi G. Takaoka2011-08-041-150/+184
| | | | | Bug: 5023981 Change-Id: Id79e31c60dfb41be546f5c5a3680e8651457151d
* Remove dead area around separators in the suggestion stripTadashi G. Takaoka2011-07-281-3/+6
| | | | | | | | If user touches the separator, the right hand side suggestion will be selected. Bug: 4431485 Change-Id: Ieaa79fe2ac7b15e312829dca847ddb1b25056c09
* Remove long-press-to-save feature from CandidateViewTadashi G. Takaoka2011-07-191-20/+1
| | | | | Bug: 5027059 Change-Id: I884a84e50e810c0c4a8255217b39ea24937c756b
* Fix IndexOutOfBound exceptionTadashi G. Takaoka2011-07-131-1/+6
| | | | | Bug: 5011243 Change-Id: Iaaafa50b42e5155e3682132217d3e079a170ed89
* Fix IOOB ExceptionTadashi G. Takaoka2011-07-131-0/+1
| | | | | Bug: 5021745 Change-Id: I58815ca3f3c8b1bead895e8a94e2f89dbcc67436
* Fix missing suggestions after "Touch again to save"Ken Wakasa2011-07-071-0/+1
| | | | | | | This is an amendment to If848320c bug: 5000317 Change-Id: I7eed5759c6adc0538c51f540c84a597919e792fa
* Merge "Make sure that each view has its own dedicated background drawable"Tadashi G. Takaoka2011-07-061-3/+5
|\
| * Make sure that each view has its own dedicated background drawableTadashi G. Takaoka2011-07-061-3/+5
| | | | | | | | | | Bug: 4998490 Change-Id: I3527fc41f0f03bbb32e3d1880665c6995354aa57
* | Clear CandidateView in onStartInputViewTadashi G. Takaoka2011-07-061-1/+1
|/ | | | | | | | | Before starting input on new TextView, we must clear the CandidateView because it may hold the suggestion of previous TextView or even worse the suggestions pane has been expanded and keyboard has been hidden. Bug: 4995414 Change-Id: If848320c1a510e7018d36ed8ac61291be2fc6ce5
* Use Key background for suggestions strip controlTadashi G. Takaoka2011-07-041-2/+13
| | | | Change-Id: I5e43c0919e89972283fd18eb29d69f96f1bd0290
* Set candidates pane control visibility gone when touch-to-save is activatedTadashi G. Takaoka2011-07-021-0/+1
| | | | | Bug: 4985540 Change-Id: I9ca9e9bd990d9cdae0da22625be88bbfa4c7ee62
* Merge "Calculate text width more conservatively"Tadashi G. Takaoka2011-07-011-13/+15
|\
| * Calculate text width more conservativelyTadashi G. Takaoka2011-07-011-13/+15
| | | | | | | | Change-Id: If937ca0d05d50def115f6d275ed4b727c71e7bf4
* | Disable candidate pane controller just after suggestions are setTadashi G. Takaoka2011-07-011-0/+2
|/ | | | Change-Id: I62e24bc39e80e2b51d1a29d093a96a8480254da2
* Tweak ICS theme a bitTadashi G. Takaoka2011-07-011-39/+31
| | | | Change-Id: Ib8f1a712a1fc3fd6f08b336617b4b6a17af11376
* Adaptive suggestions stripTadashi G. Takaoka2011-07-011-142/+288
| | | | | Bug: 4903845 Change-Id: I9e2e17a9eee72df5c92414dcd4796ed7fe1655e1
* Show long suggestion in condensed and ellipsized textTadashi G. Takaoka2011-06-271-15/+82
| | | | | Bug: 4903845 Change-Id: I75d58fb55f81594ebb2628ea21d00c2eb59fa70e
* Use dedicated layout for "touch to save word" featureTadashi G. Takaoka2011-06-271-12/+21
| | | | Change-Id: Ie8c948476740a645d8b2d9a9d821236941d27adf
* Fix ragged suggestion strip baselineTadashi G. Takaoka2011-06-261-4/+2
| | | | Change-Id: I5fa9e2ad0993602e24f436e1d8ad0999209e5180
* Avoid memory leak by by non-static Handler inner classesKen Wakasa2011-06-261-5/+9
| | | | | bug: 4901934 Change-Id: I870ab2e621ef3640a84468f09c074cdd726dc963
* Display suggested word info in debug modeTadashi G. Takaoka2011-06-241-58/+71
| | | | | Bug: 4686782 Change-Id: I0e5bef33aa39c3d6f75edda7818524965aa40b79
* Make CandidateView backward compatibleTadashi G. Takaoka2011-06-221-13/+12
| | | | | | | | Up to version 10 (Gingerbread) of the API, FrameLayout doesn't handle margin properly. This change inserts RelativeLayout to FrameLayout as placer to set margin and place children views absolutely. Change-Id: Iee785bc2da77677738caf456bcd2bbf57b89f007
* Use 2 arguments LinearLayout constructorTadashi G. Takaoka2011-06-211-1/+13
| | | | | | | To maintain backward compatibility back to Froyo, we can't call 3-argument constructor of LinearLayout. Change-Id: I35310704f92812d2748d32f35820a5058fa2bf31
* Temporarily disable displaying debug informationTadashi G. Takaoka2011-06-171-3/+3
| | | | | | Should come up with the way to display the debug info again soon. Change-Id: I20a01d1f03330cee05d4e52fd1ab622e315c87e9
* Make LatinKeyboard aware of themeTadashi G. Takaoka2011-06-161-5/+0
| | | | | Bug: 4436327 Change-Id: Idecdd470cbb0720b96958039eb11f6978d39629e
* Make CandidateView aware of themeTadashi G. Takaoka2011-06-151-23/+40
| | | | | | | This change is needed to introduce new theme easily. Bug: 4436327 Change-Id: Idc368b66d892d9c888ba7a26bfa3527c21678292
* Fix NPE in CandidateView.offsetMarginTadashi G. Takaoka2011-06-151-0/+2
| | | | | Bug: 4609124 Change-Id: I14913afba80732e6beb8458b404001798a221a79
* Implement expandable candidates paneTadashi G. Takaoka2011-06-141-20/+156
| | | | | | | | | | This change removes horizontal scroll from candidates strip. Instead of that this change introduces "fixed 3 items candidates strip" and "expandable candidates pane". Bug: 4175031 Change-Id: Ia367d9074436fdea76d3b653d81798ce2749170e
* Clean up candidate strip view hierarchyTadashi G. Takaoka2011-06-131-2/+2
| | | | | Bug: 4175031 Change-Id: I8073739ac7624d2c0a111c5ef7043d8766162a83
* am bdbefac0: am 263749f2: am 37deb112: Fix IndexOutOfBoundsExceptionTadashi G. Takaoka2011-06-101-4/+8
|\ | | | | | | | | * commit 'bdbefac0b471e8a70c5d4958b8d1a345777d6bdb': Fix IndexOutOfBoundsException
| * Fix IndexOutOfBoundsExceptionTadashi G. Takaoka2011-06-101-4/+8
| | | | | | | | | | Bug: 4586181 Change-Id: I10a2d1486c9a0d11aa42cf7c6a33ecd70b6918d7
* | Merge "Introduce CandidateView.Listener"Tadashi G. Takaoka2011-06-081-6/+11
|\ \