aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/CandidateView.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename CandidateView to SuggestionsView•••Change-Id: I6480cdf025f065130e1969899b259a243e7a11be Tadashi G. Takaoka2011-09-011-819/+0
* Remove unused suggestions pane code•••This is a followup for Ie1d69131. Bug: 5023981 Change-Id: I42ec596af40cb7dcdd84b96ba5bff9ef1fb5dc92 Tadashi G. Takaoka2011-09-011-160/+5
* Implement popup suggestions pane•••Bug: 5023981 Change-Id: Ie1d69131dbf884a3f6a2beb3ac3427e5437c1486 Tadashi G. Takaoka2011-08-311-8/+114
* Get rid of MeasureSpec.UNSPECIFIED•••Bug: 5023981 Change-Id: I14ded3c3d554ac72b66f190110652f54d91df954 Tadashi G. Takaoka2011-08-311-12/+16
* Merge "Move debug information back to suggestions strip"Tadashi G. Takaoka2011-08-261-7/+13
|\
| * Move debug information back to suggestions strip•••Change-Id: I8cfad5f780a481a251cc4f752bff3cda5ae3ffbe Tadashi G. Takaoka2011-08-261-7/+13
* | Do not put the suggestion span for obsolete suggestions.•••Bug: 5219037 Change-Id: I0300fbc7e1cc97f0f8ba4d21e0e699d9fe66ed76 satok2011-08-261-1/+1
|/
* Fix "touch to save" colors•••Bug: 5218662 Change-Id: I094b2ceb7438148eb5bdf620b188f598e8442a07 Tadashi G. Takaoka2011-08-261-31/+62
* Fix suggestions strip press state to align vertically•••This change also tweaks more_suggestions_hint drawables to eliminate unnecessarily padding at the bottom. Bug: 5204563 Change-Id: If5ec731c9a490da0116a020e8fd405c7d025d707 Tadashi G. Takaoka2011-08-241-4/+5
* Fix suggestions strip text colors•••This change also shows the valid typed word in bold face. Bug: 5161713 Change-Id: I15355a11888fc8ef90ecc8b64a52eb08c1a2b367 Tadashi G. Takaoka2011-08-221-10/+17
* 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 strip•••This change also reverts I1350ad3d. Bug: 5156762 Change-Id: I047e75699e8eea02204ad95e12dcc0aefe49ac34 Tadashi G. Takaoka2011-08-161-7/+1
* | Fix possible NPE•••Bug: 5171442 Change-Id: I280f6a0ef5fb06f1e03e17c0065d078604e4747a Tadashi G. Takaoka2011-08-161-0/+1
|/
* Get rid of auto correction flash animation in the suggestion strip•••bug: 5156762 Change-Id: I1350ad3d7125f8ecdfc699233ed05e253cc3f010 Ken Wakasa2011-08-121-0/+6
* Fix issues with long-press access to more suggestions•••Change-Id: If5a45dcae7f7e7881d305104e35a04c341719aec Ken Wakasa2011-08-081-5/+11
* Remove suggestion pane controller from strip•••This change also removes speacebar LED to represent auto correction. Bug: 5023981 Change-Id: Idedaabd147ed608df35cb51769388578a05174a1 Tadashi G. Takaoka2011-08-081-66/+45
* Fixed count suggestions strip•••Bug: 5023981 Change-Id: I434d23bdfb653989866d3822c978cd929a2b553c Tadashi G. Takaoka2011-08-051-139/+111
* Move suggestions layout code into parameter class•••Bug: 5023981 Change-Id: I30f45191524c38bfe550845b003e8972abd2ee49 Tadashi G. Takaoka2011-08-041-155/+202
* Cleanup CandidateView class•••Bug: 5023981 Change-Id: Id79e31c60dfb41be546f5c5a3680e8651457151d Tadashi G. Takaoka2011-08-041-150/+184
* Remove dead area around separators in the suggestion strip•••If user touches the separator, the right hand side suggestion will be selected. Bug: 4431485 Change-Id: Ieaa79fe2ac7b15e312829dca847ddb1b25056c09 Tadashi G. Takaoka2011-07-281-3/+6
* Remove long-press-to-save feature from CandidateView•••Bug: 5027059 Change-Id: I884a84e50e810c0c4a8255217b39ea24937c756b Tadashi G. Takaoka2011-07-191-20/+1
* Fix IndexOutOfBound exception•••Bug: 5011243 Change-Id: Iaaafa50b42e5155e3682132217d3e079a170ed89 Tadashi G. Takaoka2011-07-131-1/+6
* Fix IOOB Exception•••Bug: 5021745 Change-Id: I58815ca3f3c8b1bead895e8a94e2f89dbcc67436 Tadashi G. Takaoka2011-07-131-0/+1
* Fix missing suggestions after "Touch again to save"•••This is an amendment to If848320c bug: 5000317 Change-Id: I7eed5759c6adc0538c51f540c84a597919e792fa Ken Wakasa2011-07-071-0/+1
* 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 drawable•••Bug: 4998490 Change-Id: I3527fc41f0f03bbb32e3d1880665c6995354aa57 Tadashi G. Takaoka2011-07-061-3/+5
* | Clear CandidateView in onStartInputView•••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 Tadashi G. Takaoka2011-07-061-1/+1
|/
* Use Key background for suggestions strip control•••Change-Id: I5e43c0919e89972283fd18eb29d69f96f1bd0290 Tadashi G. Takaoka2011-07-041-2/+13
* Set candidates pane control visibility gone when touch-to-save is activated•••Bug: 4985540 Change-Id: I9ca9e9bd990d9cdae0da22625be88bbfa4c7ee62 Tadashi G. Takaoka2011-07-021-0/+1
* Merge "Calculate text width more conservatively"Tadashi G. Takaoka2011-07-011-13/+15
|\
| * Calculate text width more conservatively•••Change-Id: If937ca0d05d50def115f6d275ed4b727c71e7bf4 Tadashi G. Takaoka2011-07-011-13/+15
* | Disable candidate pane controller just after suggestions are set•••Change-Id: I62e24bc39e80e2b51d1a29d093a96a8480254da2 Tadashi G. Takaoka2011-07-011-0/+2
|/
* Tweak ICS theme a bit•••Change-Id: Ib8f1a712a1fc3fd6f08b336617b4b6a17af11376 Tadashi G. Takaoka2011-07-011-39/+31
* Adaptive suggestions strip•••Bug: 4903845 Change-Id: I9e2e17a9eee72df5c92414dcd4796ed7fe1655e1 Tadashi G. Takaoka2011-07-011-142/+288
* Show long suggestion in condensed and ellipsized text•••Bug: 4903845 Change-Id: I75d58fb55f81594ebb2628ea21d00c2eb59fa70e Tadashi G. Takaoka2011-06-271-15/+82
* Use dedicated layout for "touch to save word" feature•••Change-Id: Ie8c948476740a645d8b2d9a9d821236941d27adf Tadashi G. Takaoka2011-06-271-12/+21
* Fix ragged suggestion strip baseline•••Change-Id: I5fa9e2ad0993602e24f436e1d8ad0999209e5180 Tadashi G. Takaoka2011-06-261-4/+2
* Avoid memory leak by by non-static Handler inner classes•••bug: 4901934 Change-Id: I870ab2e621ef3640a84468f09c074cdd726dc963 Ken Wakasa2011-06-261-5/+9
* Display suggested word info in debug mode•••Bug: 4686782 Change-Id: I0e5bef33aa39c3d6f75edda7818524965aa40b79 Tadashi G. Takaoka2011-06-241-58/+71
* Make CandidateView backward compatible•••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 Tadashi G. Takaoka2011-06-221-13/+12
* Use 2 arguments LinearLayout constructor•••To maintain backward compatibility back to Froyo, we can't call 3-argument constructor of LinearLayout. Change-Id: I35310704f92812d2748d32f35820a5058fa2bf31 Tadashi G. Takaoka2011-06-211-1/+13
* Temporarily disable displaying debug information•••Should come up with the way to display the debug info again soon. Change-Id: I20a01d1f03330cee05d4e52fd1ab622e315c87e9 Tadashi G. Takaoka2011-06-171-3/+3
* Make LatinKeyboard aware of theme•••Bug: 4436327 Change-Id: Idecdd470cbb0720b96958039eb11f6978d39629e Tadashi G. Takaoka2011-06-161-5/+0
* Make CandidateView aware of theme•••This change is needed to introduce new theme easily. Bug: 4436327 Change-Id: Idc368b66d892d9c888ba7a26bfa3527c21678292 Tadashi G. Takaoka2011-06-151-23/+40
* Fix NPE in CandidateView.offsetMargin•••Bug: 4609124 Change-Id: I14913afba80732e6beb8458b404001798a221a79 Tadashi G. Takaoka2011-06-151-0/+2
* Implement expandable candidates pane•••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 Tadashi G. Takaoka2011-06-141-20/+156
* Clean up candidate strip view hierarchy•••Bug: 4175031 Change-Id: I8073739ac7624d2c0a111c5ef7043d8766162a83 Tadashi G. Takaoka2011-06-131-2/+2
* am bdbefac0: am 263749f2: am 37deb112: Fix IndexOutOfBoundsException•••* commit 'bdbefac0b471e8a70c5d4958b8d1a345777d6bdb': Fix IndexOutOfBoundsException Tadashi G. Takaoka2011-06-101-4/+8
|\
| * Fix IndexOutOfBoundsException•••Bug: 4586181 Change-Id: I10a2d1486c9a0d11aa42cf7c6a33ecd70b6918d7 Tadashi G. Takaoka2011-06-101-4/+8
* | Merge "Introduce CandidateView.Listener"Tadashi G. Takaoka2011-06-081-6/+11
|\ \