Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove long-press-to-save feature from CandidateView•••Bug: 5027059 Change-Id: I884a84e50e810c0c4a8255217b39ea24937c756b | 2011-07-19 | 1 | -20/+1 | |
* | Fix IndexOutOfBound exception•••Bug: 5011243 Change-Id: Iaaafa50b42e5155e3682132217d3e079a170ed89 | 2011-07-13 | 1 | -1/+6 | |
* | Fix IOOB Exception•••Bug: 5021745 Change-Id: I58815ca3f3c8b1bead895e8a94e2f89dbcc67436 | 2011-07-13 | 1 | -0/+1 | |
* | Fix missing suggestions after "Touch again to save"•••This is an amendment to If848320c bug: 5000317 Change-Id: I7eed5759c6adc0538c51f540c84a597919e792fa | 2011-07-07 | 1 | -0/+1 | |
* | Merge "Make sure that each view has its own dedicated background drawable" | 2011-07-06 | 1 | -3/+5 | |
|\ | |||||
| * | Make sure that each view has its own dedicated background drawable•••Bug: 4998490 Change-Id: I3527fc41f0f03bbb32e3d1880665c6995354aa57 | 2011-07-06 | 1 | -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 | 2011-07-06 | 1 | -1/+1 | |
|/ | |||||
* | Use Key background for suggestions strip control•••Change-Id: I5e43c0919e89972283fd18eb29d69f96f1bd0290 | 2011-07-04 | 1 | -2/+13 | |
* | Set candidates pane control visibility gone when touch-to-save is activated•••Bug: 4985540 Change-Id: I9ca9e9bd990d9cdae0da22625be88bbfa4c7ee62 | 2011-07-02 | 1 | -0/+1 | |
* | Merge "Calculate text width more conservatively" | 2011-07-01 | 1 | -13/+15 | |
|\ | |||||
| * | Calculate text width more conservatively•••Change-Id: If937ca0d05d50def115f6d275ed4b727c71e7bf4 | 2011-07-01 | 1 | -13/+15 | |
* | | Disable candidate pane controller just after suggestions are set•••Change-Id: I62e24bc39e80e2b51d1a29d093a96a8480254da2 | 2011-07-01 | 1 | -0/+2 | |
|/ | |||||
* | Tweak ICS theme a bit•••Change-Id: Ib8f1a712a1fc3fd6f08b336617b4b6a17af11376 | 2011-07-01 | 1 | -39/+31 | |
* | Adaptive suggestions strip•••Bug: 4903845 Change-Id: I9e2e17a9eee72df5c92414dcd4796ed7fe1655e1 | 2011-07-01 | 1 | -142/+288 | |
* | Show long suggestion in condensed and ellipsized text•••Bug: 4903845 Change-Id: I75d58fb55f81594ebb2628ea21d00c2eb59fa70e | 2011-06-27 | 1 | -15/+82 | |
* | Use dedicated layout for "touch to save word" feature•••Change-Id: Ie8c948476740a645d8b2d9a9d821236941d27adf | 2011-06-27 | 1 | -12/+21 | |
* | Fix ragged suggestion strip baseline•••Change-Id: I5fa9e2ad0993602e24f436e1d8ad0999209e5180 | 2011-06-26 | 1 | -4/+2 | |
* | Avoid memory leak by by non-static Handler inner classes•••bug: 4901934 Change-Id: I870ab2e621ef3640a84468f09c074cdd726dc963 | 2011-06-26 | 1 | -5/+9 | |
* | Display suggested word info in debug mode•••Bug: 4686782 Change-Id: I0e5bef33aa39c3d6f75edda7818524965aa40b79 | 2011-06-24 | 1 | -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 | 2011-06-22 | 1 | -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 | 2011-06-21 | 1 | -1/+13 | |
* | Temporarily disable displaying debug information•••Should come up with the way to display the debug info again soon. Change-Id: I20a01d1f03330cee05d4e52fd1ab622e315c87e9 | 2011-06-17 | 1 | -3/+3 | |
* | Make LatinKeyboard aware of theme•••Bug: 4436327 Change-Id: Idecdd470cbb0720b96958039eb11f6978d39629e | 2011-06-16 | 1 | -5/+0 | |
* | Make CandidateView aware of theme•••This change is needed to introduce new theme easily. Bug: 4436327 Change-Id: Idc368b66d892d9c888ba7a26bfa3527c21678292 | 2011-06-15 | 1 | -23/+40 | |
* | Fix NPE in CandidateView.offsetMargin•••Bug: 4609124 Change-Id: I14913afba80732e6beb8458b404001798a221a79 | 2011-06-15 | 1 | -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 | 2011-06-14 | 1 | -20/+156 | |
* | Clean up candidate strip view hierarchy•••Bug: 4175031 Change-Id: I8073739ac7624d2c0a111c5ef7043d8766162a83 | 2011-06-13 | 1 | -2/+2 | |
* | am bdbefac0: am 263749f2: am 37deb112: Fix IndexOutOfBoundsException•••* commit 'bdbefac0b471e8a70c5d4958b8d1a345777d6bdb': Fix IndexOutOfBoundsException | 2011-06-10 | 1 | -4/+8 | |
|\ | |||||
| * | Fix IndexOutOfBoundsException•••Bug: 4586181 Change-Id: I10a2d1486c9a0d11aa42cf7c6a33ecd70b6918d7 | 2011-06-10 | 1 | -4/+8 | |
* | | Merge "Introduce CandidateView.Listener" | 2011-06-08 | 1 | -6/+11 | |
|\ \ | |||||
| * | | Introduce CandidateView.Listener•••Bug: 4175031 Change-Id: Ie84d1c86ff099350b786c71e7081d9ea9ee0d81f | 2011-06-09 | 1 | -6/+11 | |
* | | | Separate debug information display from candidate view•••This change is one of the preparations for suggestion strip redesign. Bug: 4175031 Change-Id: I82675936773ed6cf132a52486909ff21af828256 | 2011-06-08 | 1 | -68/+78 | |
|/ / | |||||
* | | Fix NPE introduced by Ia0dc487c•••Bug: 4553273 Change-Id: Iaf7a969b2c96750070a296791108d67887d613e4 | 2011-06-07 | 1 | -2/+2 | |
* | | Separate candidate divider from candidate view•••This change is one of the preparations for suggestion strip redesign. Bug: 4175031 Change-Id: Ia0dc487c11c3005ef19b87ec0efcc18e48411f76 | 2011-06-06 | 1 | -6/+9 | |
* | | Fix suggestion strip geometry•••Bug: 4393288 Change-Id: I6cad1d186db25174a3f31a57975165e720b41266 | 2011-05-10 | 1 | -1/+1 | |
* | | Fix IndexOutOfBoundsException in LatinIME.setSuggestions•••bug: 4369728 Change-Id: I7f8b09ecf7fb096bdff73b2d3575ed3779ed120d | 2011-05-06 | 1 | -1/+1 | |
* | | Fast key preview•••Previously the key preview was implemented by PopupWindow. The key preview popup window would be dismissed and shown each time the key was released and pressed. It turned out that it was taking several milliseconds. This change implements the key preview by a simple TextView which will be layout-ed at absolute coordinates within the screen FrameLayout. And dismissing and showing the key preview is implemented by the TextView's visibility. This implementation needs careful coordination of candidates.xml layout and LatinIME.onComputeInsets to control suggestion strip visibility. Bug: 4179964 Change-Id: Id6347cb35b91eb14ab20dd2f312e58b54b6625a7 | 2011-04-13 | 1 | -1/+0 | |
|/ | |||||
* | Remove mIsApplicationSpecifiedCompletions flags from SuggestedWords•••Bug: 3504990 Change-Id: Ib7588ab05fa8b8ab58bf3bea6ff1f644c53ebb94 | 2011-03-02 | 1 | -3/+0 | |
* | Add debugging info for Latin IME.•••Add frequency of candidates in the candidates view when the debug mode is active. Bug: 3312867 Change-Id: Ie911f14ef11b2fa02af8f3a74302129f16ed0604 | 2011-02-01 | 1 | -4/+10 | |
* | Dim previously suggested words•••Change-Id: Id673c03bfa22ea9ce1bedb5174d8309a37a2a460 | 2011-01-21 | 1 | -5/+23 | |
* | Add a safety net for auto-correction.•••Bug: 3353956 Change-Id: I6a32632b2f986f0d9a07aa72f256a2c41cc09873 | 2011-01-19 | 1 | -12/+12 | |
* | Suppress punctuation suggestions if not needed•••Bug: 3294256 Bug: 3284745 Change-Id: I77d54cbfcc2e809315bab59ecb808ae944982501 | 2010-12-22 | 1 | -10/+9 | |
* | Update suggestion strip drawables•••Bug: 3286297 Change-Id: I51d4051ea22c465f81852e4fb98e48bad9cf57f1 | 2010-12-16 | 1 | -0/+1 | |
* | Introduce SuggestedWords class to represent suggestions list•••Change-Id: I81677a785640d37296be8b42c7a74bd0c00edf46 | 2010-12-12 | 1 | -74/+46 | |
* | Keep previous suggestions when there is only one suggestion found•••Bug: 1647861 Change-Id: I7aa7ceeb93b5d8db69480d73cc8a7177ab6bbb42 | 2010-12-10 | 1 | -0/+3 | |
* | Remove Tutorial class and unused debug feature•••This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5 | 2010-12-10 | 1 | -7/+8 | |
* | Show auto correction feedback•••Bug: 3230726 Change-Id: Iecf6fc837952c4721f6b726edcf16179254179ca | 2010-12-09 | 1 | -8/+92 | |
* | Cleanup calling Spannable.setSpan() to set character style span•••This change is followup of Iadc11992 Bug: 3230726 Change-Id: I4f6692c3dbfb42986d478f4315105726ff89723a | 2010-12-09 | 1 | -4/+6 | |
* | Show underline for auto-completion candidate instead of bolding•••Bug: 3230726 Change-Id: Iadc11992d45776f7a4002ee9ebf24828646bcc53 | 2010-12-09 | 1 | -4/+14 | |
* | Tweak candidate view height and etc.•••Change-Id: I91963d0be122baf2274ea03b5028a66259a2cdb6 | 2010-12-08 | 1 | -11/+12 |