aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename SuggestionsView to SuggestionStripViewTadashi G. Takaoka2012-07-231-3/+3
|
* Rename LatinKeyboardView to MainKeyboardViewTadashi G. Takaoka2012-07-231-1/+1
| | | | Change-Id: I8f3123b8d727c7beb72e226f80c17794f89c8b60
* ResearchLog splash screenKurt Partridge2012-07-221-0/+88
| | | | | Bug: 6188932 Change-Id: I1b247ecc26a2dd4f3f1c1b1cd3d928af717ebdd5
* ResearchLogger feedback formKurt Partridge2012-07-223-0/+193
| | | | | | | | | - also cleaned up RLog menu multi-project commit with If0fd4fef89d390073e6939d5188ed5696866cb33 Bug: 6188932 Change-Id: I4f66f13bd366b4e8bde742ccd0704f812c6d33f9
* Fix one letter suggestion text size on more suggestions panelTadashi G. Takaoka2012-06-131-0/+1
| | | | | Bug: 6655216 Change-Id: Ie1fdd8e885a0fd95d3e811ab435ef3696b693d81
* Add custom subtype settingsTadashi G. Takaoka2012-04-191-0/+56
| | | | | Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc
* Remove unused resourcesTadashi G. Takaoka2012-03-303-207/+0
| | | | | | | Follow up to Ib27f2774 Bug: 6129704 Change-Id: I75b892a5f97270c270441a00f98e6e7ea1abc424
* Separate leftward arrow from "add to dictionary" hint textTadashi G. Takaoka2012-03-291-0/+36
| | | | | Bug: 6008875 Change-Id: I2be1698e485bc6541163771f41b8b82eaa3cee7a
* Merge "Use "dp" instead of "dip""Tadashi G. Takaoka2012-03-216-26/+26
|\
| * Use "dp" instead of "dip"Tadashi G. Takaoka2012-03-216-26/+26
| | | | | | | | Change-Id: Iaab1032a0ce0f97742288e76221433ef400e4b4f
* | Use "dp" instead of "sp"Tadashi G. Takaoka2012-03-213-6/+6
|/ | | | Change-Id: I772d117d88eb7361d8695c4d97c051f0c7397df8
* Fix centering more suggestions panel on tabletTadashi G. Takaoka2012-03-082-2/+0
| | | | | Bug: 6129726 Change-Id: I8dac3251eec68ad3fb523c632ff39f3cc661c81f
* Dynamically determine key preview backing view heightTadashi G. Takaoka2012-03-071-2/+2
| | | | | Bug: 6023947 Change-Id: I53a5c0eb99100a0dfe3e025808f5dc55747d1287
* Rename mini keyboard to more keys keyboardTadashi G. Takaoka2012-02-082-4/+4
| | | | Change-Id: Ie4c85e8ca5a1f41a420aae5c1cd9c1cb07e237e5
* Fix broken suggestions layoutTadashi G. Takaoka2011-12-162-2/+2
| | | | | | This is follow up change of If4b82376 Change-Id: I9b0d86ba630011372f41f26efb56bb0a80e09505
* Add a settings to change the sound effect volumesatok2011-10-111-0/+44
| | | | | | Bug: 5345401 Bug: 5402541 Change-Id: I1e653573a3362160104b77388d6cbd1700424649
* add vibration duration settingssatok2011-09-291-0/+49
| | | | Change-Id: I56a1a94df63160f367f866da759d7dd4fc428ed5
* Forward touch events above the keyboard to the suggestions stripTadashi G. Takaoka2011-09-271-2/+2
| | | | | | | | | The gutter area between the suggestions strip and the top-row keys looks like a part of the suggestions strip, and the touch events landing on the area should be forwarded to the suggestions strip. Bug: 5246673 Change-Id: I92af763be0feed21aa36ceffb5d575abe554f19e
* Add visual dividers to more suggestions panelTadashi G. Takaoka2011-09-081-1/+1
| | | | | Bug: 5275003 Change-Id: I9464db71388a40ea768984b4cf06c8da05bfa26c
* Get rid of LinearLayoutCompatUtilsTadashi G. Takaoka2011-09-051-11/+4
| | | | Change-Id: If0f63eaeb4539c0e03ef20190d2f9211a176babc
* Use separate View for key preview backingTadashi G. Takaoka2011-09-031-2/+5
| | | | | Bug: 5246982 Change-Id: Icec4281cb01771909fcece36647ee42ba179118c
* Rename a resource more appropriate oneTadashi G. Takaoka2011-09-021-1/+1
| | | | | Bug: 5246982 Change-Id: Ic0e43c0e67f63ea069dd4758cf900765ad7a3678
* Rename CandidateView to SuggestionsViewTadashi G. Takaoka2011-09-017-53/+32
| | | | Change-Id: I6480cdf025f065130e1969899b259a243e7a11be
* Implement popup suggestions paneTadashi G. Takaoka2011-08-311-0/+37
| | | | | Bug: 5023981 Change-Id: Ie1d69131dbf884a3f6a2beb3ac3427e5437c1486
* Rename PopupMiniKeyboardView to MiniKeyboardViewTadashi G. Takaoka2011-08-311-2/+2
| | | | Change-Id: Ic83cd1200cfb8f8c0b0cfbcad449031b8e8a29e0
* Move debug information back to suggestions stripTadashi G. Takaoka2011-08-261-4/+11
| | | | Change-Id: I8cfad5f780a481a251cc4f752bff3cda5ae3ffbe
* Fix "touch to save" colorsTadashi G. Takaoka2011-08-261-30/+1
| | | | | Bug: 5218662 Change-Id: I094b2ceb7438148eb5bdf620b188f598e8442a07
* Remove suggestion pane controller from stripTadashi G. Takaoka2011-08-081-25/+0
| | | | | | | This change also removes speacebar LED to represent auto correction. Bug: 5023981 Change-Id: Idedaabd147ed608df35cb51769388578a05174a1
* Use Key background for suggestions strip controlTadashi G. Takaoka2011-07-041-8/+4
| | | | Change-Id: I5e43c0919e89972283fd18eb29d69f96f1bd0290
* Tweak ICS theme a bitTadashi G. Takaoka2011-07-013-16/+10
| | | | Change-Id: Ib8f1a712a1fc3fd6f08b336617b4b6a17af11376
* Adaptive suggestions stripTadashi G. Takaoka2011-07-013-66/+36
| | | | | Bug: 4903845 Change-Id: I9e2e17a9eee72df5c92414dcd4796ed7fe1655e1
* Remove reference to system themeTadashi G. Takaoka2011-06-271-1/+0
| | | | | | | | This change also introduces * Background for space key preview * Tune stone theme Change-Id: I84fca0baf2392582da870d2ff77b3e99c28faf7b
* Show long suggestion in condensed and ellipsized textTadashi G. Takaoka2011-06-273-7/+13
| | | | | Bug: 4903845 Change-Id: I75d58fb55f81594ebb2628ea21d00c2eb59fa70e
* Use dedicated layout for "touch to save word" featureTadashi G. Takaoka2011-06-271-49/+82
| | | | Change-Id: Ie8c948476740a645d8b2d9a9d821236941d27adf
* Fix ragged suggestion strip baselineTadashi G. Takaoka2011-06-262-1/+2
| | | | Change-Id: I5fa9e2ad0993602e24f436e1d8ad0999209e5180
* Display suggested word info in debug modeTadashi G. Takaoka2011-06-243-9/+67
| | | | | Bug: 4686782 Change-Id: I0e5bef33aa39c3d6f75edda7818524965aa40b79
* Fix extract mode visualTadashi G. Takaoka2011-06-241-1/+2
| | | | | Bug: 4850051 Change-Id: Id30e15c6c1c341d3a7712165bd4fb0875d1ad8f1
* New IceCreamSandwich assets and themeTadashi G. Takaoka2011-06-231-1/+0
| | | | | | | | | | | | This change instroduces new IceCreamSandwich assets and renames Honeycomb theme to IceCreamSandwich. Though checked only on hdpi-phone and mdpi-10"-tablet. File another bug (Bug: 4852048) to fine tune keyboard layout for all possible combination of devices and themes. Bug: 4436327 Change-Id: I4f8dc1dd6b798a39204702bbcbebf17a199dc82f
* Use 2 arguments LinearLayout constructorTadashi G. Takaoka2011-06-211-1/+2
| | | | | | | To maintain backward compatibility back to Froyo, we can't call 3-argument constructor of LinearLayout. Change-Id: I35310704f92812d2748d32f35820a5058fa2bf31
* Make CandidateView aware of themeTadashi G. Takaoka2011-06-152-7/+4
| | | | | | | This change is needed to introduce new theme easily. Bug: 4436327 Change-Id: Idc368b66d892d9c888ba7a26bfa3527c21678292
* Implement expandable candidates paneTadashi G. Takaoka2011-06-142-15/+91
| | | | | | | | | | 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-133-56/+36
| | | | | Bug: 4175031 Change-Id: I8073739ac7624d2c0a111c5ef7043d8766162a83
* Separate debug information display from candidate viewTadashi G. Takaoka2011-06-082-26/+8
| | | | | | | This change is one of the preparations for suggestion strip redesign. Bug: 4175031 Change-Id: I82675936773ed6cf132a52486909ff21af828256
* Separate candidate divider from candidate viewTadashi G. Takaoka2011-06-062-11/+31
| | | | | | | This change is one of the preparations for suggestion strip redesign. Bug: 4175031 Change-Id: Ia0dc487c11c3005ef19b87ec0efcc18e48411f76
* Use custom theme for Keyboard theme switchTadashi G. Takaoka2011-05-2514-337/+9
| | | | | | | | | This change reduces the number of layout files and make these theme-generic. This might be very helpful to re-design suggestion strip. Bug: 4175031 Change-Id: Idca10a4aa0bf7ac496eedd1879311e59780a423b
* Move CandidateView into input viewTadashi G. Takaoka2011-05-247-36/+73
| | | | | Bug: 4175031 Change-Id: I95f379b9943d1dcab1dc5527b6e5ac5abd58e280
* Remove unused resourcesTadashi G. Takaoka2011-05-161-30/+0
| | | | | Bug: 4436327 Change-Id: I2573786aac5fd8d543cf12d24c951b67c7353fd7
* Merge "Fix suggestion strip geometry"Tadashi G. Takaoka2011-05-091-4/+4
|\
| * Fix suggestion strip geometryTadashi G. Takaoka2011-05-101-4/+4
| | | | | | | | | | Bug: 4393288 Change-Id: I6cad1d186db25174a3f31a57975165e720b41266
* | Refactor KeyboardView and create MiniKeyboardViewTadashi G. Takaoka2011-05-099-12/+12
|/ | | | Change-Id: I8d68b944762ccde05020978f20b3742eb6ab945b