Commit Graph

413 Commits (cddf47121082a2c35a078881cdc1caa197e2c626)

Author SHA1 Message Date
satok cddf471210 Fix the name drawable
Change-Id: Idf359a81b59522c030839e00ea5287bad5069677
2010-05-31 13:05:46 +09:00
Ken Wakasa ad706a9f20 Update to the latest dic (merged from master). Catching up with https://android-git.corp.google.com/g/#change,48759 and https://android-git.corp.google.com/g/#change,48699
Change-Id: If43ddc27a8f5578ba190bca10f690513af451bcc
2010-05-28 18:46:21 +09:00
satok f4b5e6b252 Merge "Change version to v0.11 from v0.10" 2010-05-27 10:24:37 -07:00
satok a3b2fa6722 Change version to v0.11 from v0.10
Change-Id: I88f14f1ab5c325a82589fc8a3becd1a7a56e2cd3
2010-05-28 02:23:32 +09:00
satok 2776a9f2c3 Change default theme to Ginger Bread "6"
Change-Id: I68d5519c03dba0f8b6344a103c5bcf4f9b18e760
2010-05-28 02:18:09 +09:00
satok 574a7cc82d Fix the bug that black symbols are shown when only one lanugage is selected.
Change-Id: I15f83fc43d91c2c9d74b40fdcecdfe239242d565
2010-05-28 02:01:32 +09:00
satok bf336cb4a2 Change symbol to use black icons
Change-Id: I834efd322b4ef6e99707028d38223d837a3d4e36
2010-05-27 22:14:24 +09:00
satok f22d479e48 Log and UI fix
- add Log entry for the setting of auto completion
- fix the parameter names
- reduce the time to commit
- copy popup window's resources from framework
- change extention window to use the current layout

Change-Id: I5f52c41dc8027c28a874ba8f198471eb3c9bdd1e
2010-05-27 12:06:58 +09:00
satok b72f348467 Add new UI for Gingerbread refering to Heiko's sample
Change-Id: I80db4a52f5bbb25c77dfe7df94bdced69debf831
2010-05-26 19:15:14 +09:00
satok 3e5b8b3520 Merge commit 'goog/master'
Conflicts:
	java/res/values-de/strings.xml
	java/res/values-it/strings.xml
2010-05-24 15:02:28 +09:00
satok 107d9dd5c0 Fix the valid length of a logged data
Change-Id: I94abccd9585edc42555ab3ffaed35f09cdfadd44
2010-05-21 15:01:37 +09:00
Amith Yamasani db8dcd8b02 Only use fullscreen mode if the number of inches in height is less than 2.5in 2010-05-20 10:19:23 -07:00
Ken Wakasa ed5d613e36 Add versionCode and versionName. versionCode needs to be incremented to keep the unbundled LatinIME even after the reboot.
Change-Id: I78f2d7400e71dd011d2d086e035aadeb96b16ce0
2010-05-21 01:28:33 +09:00
satok 01303e39f5 Commit on finishInput
Change-Id: I26254cfdaecd0d85571be3f930476040de935d6c
2010-05-19 15:20:03 +09:00
Ken Wakasa bfd3b8bf86 Restore the original-package entry to support overwrite-install with the old package name.
Change-Id: I1ddbcb3e1b41ef7d0e4017d7de11b600ec645197
2010-05-18 11:01:46 +09:00
Kenny Root 60d81e3a80 am 71403bcc: am 8099a06b: Import revised translations 2010-05-17 15:03:16 -07:00
Kenny Root 71403bcc58 am 8099a06b: Import revised translations
Merge commit '8099a06ba4e70177cfa2c8a997a6ed146fbe2fbf' into froyo-plus-aosp

* commit '8099a06ba4e70177cfa2c8a997a6ed146fbe2fbf':
  Import revised translations
2010-05-17 12:05:45 -07:00
Kenny Root 8099a06ba4 Import revised translations
Change-Id: I05cc3d1908de8a9a9765f4887cdf641639e65cfd
2010-05-17 11:43:46 -07:00
satok 07865c0530 Fix not resource found exception
Change-Id: Id94ef1ccbeb9a1566c91e0fcc62dfa51dea71909
2010-05-17 19:08:12 +09:00
satok b2447f73bc Merge "Add logging for UI" 2010-05-17 02:58:20 -07:00
satok 853083627a Add logging for UI
Change-Id: Ib47919be442feb7a0cb22e886a537ef4ff5b8533
2010-05-17 18:41:04 +09:00
Ken Wakasa 758388f14e Merge "Change the package name to override the current LatinIME." 2010-05-17 02:32:41 -07:00
Ken Wakasa a25324fbe1 Change the package name to override the current LatinIME.
Change-Id: I9fa0740ddd47cb3a4ee13bc38e82957b7cc07f13
2010-05-17 18:24:02 +09:00
satok f9ce9105ba Merge commit 'goog/master' 2010-05-17 17:52:04 +09:00
satok a0f8739914 Add Keyboard Theme Switcher
Change-Id: If1bf7d20e4f8a47a7c0429d2445431dc73c1b31b
2010-05-17 17:37:09 +09:00
Amith Yamasani 8aaca66928 Merge "Fix a bug throwing IndexOutOfBoundsException when IME receives completions more than MAX_SUGGESTIONS in full-screen mode." 2010-05-12 16:44:14 -07:00
satok 6bf73582cb Merge commit 'goog/master' 2010-05-12 15:11:47 +09:00
satok 8d6bd9389f Clean up
- extract color

Change-Id: Ic9cbb44502e71941eb74f15cc2f96b9abdb4b327
2010-05-12 14:44:22 +09:00
satok 00dd9e180a Fix NPE
Change-Id: Ic438704af64e8ebcecba13dbc0f3e72b14ac6f4f
2010-05-12 11:54:28 +09:00
Yuncheol Heo 75e0abcfdb Fix a bug throwing IndexOutOfBoundsException when IME receives completions more than MAX_SUGGESTIONS in full-screen mode.
Change-Id: Ic76287c2f8aa91733769e789df1f2a0614100f65
2010-05-12 10:56:57 +09:00
satok f6ecc28767 Merge commit 'goog/master' 2010-05-12 10:05:17 +09:00
satok 9e820fa0f4 Cleanup
- Remove dead code
- Add colors

Change-Id: I011146b33a37375d2a0b12342d65bad62ba7542b
2010-05-12 09:57:30 +09:00
satok 912fb384da Merge commit 'goog/master' 2010-05-11 10:37:11 +09:00
Amith Yamasani 44357b74a3 Merge "Sync hebrew keyboard with the rest (removed popular domain button)" 2010-05-10 13:08:25 -07:00
satok ee2ab40c7a Add settings for "enable log" to UI
Change-Id: Ib6ebfbc586dbea4dce037e484598cbc47ba58c7e
2010-05-10 19:00:54 +09:00
satok 34a69469ac Change the application name
Change-Id: I097bfe031ff8a0652329469fa11074e109653fdb
2010-05-10 18:03:09 +09:00
satok 8e0575db72 Cleanup unused function
Change-Id: I7417bcaa578ef85f0b634bcac8ddde2b0368b905
2010-05-10 15:49:11 +09:00
Roman Mitnitski 54b3fe771f Sync hebrew keyboard with the rest (removed popular domain button)
Change-Id: Ib7e91513fcb02e7383c7d0e524b7f56a53b1abd8
2010-05-10 09:26:58 +03:00
satok 1263d23466 Insert logging code
- Add log of auto suggestion
- Add log of cancelling auto suggestion
- Add log of actual number of charactors
- Add log of manually clicking suggestion

Change-Id: I8fc1cef356bf1a98b0676ed171bfb17825e18425
2010-05-10 15:11:26 +09:00
Amith Yamasani 7e615228de Merge "Tests and some new constructors to help in testing." 2010-05-07 13:43:11 -07:00
Amith Yamasani e4e1130d00 Tests and some new constructors to help in testing.
Added tests for the dictionary lookup and correction logic on the primary dictionary.
This exercises part of the Suggest class and the native dictionary lookup code.
2010-05-07 13:40:20 -07:00
satok 4c3ff1a760 am a8e487be: am d6b80c6e: Merge "Fix hardcoded "isDefault" setting" into froyo 2010-05-07 10:53:20 -07:00
satok a8e487be4c am d6b80c6e: Merge "Fix hardcoded "isDefault" setting" into froyo
Merge commit 'd6b80c6ed4433d66381501cd0a00813647261a6c' into froyo-plus-aosp

* commit 'd6b80c6ed4433d66381501cd0a00813647261a6c':
  Fix hardcoded "isDefault" setting
2010-05-07 10:34:41 -07:00
satok d6b80c6ed4 Merge "Fix hardcoded "isDefault" setting" into froyo 2010-05-07 10:32:51 -07:00
satok 53393240e8 Merge commit 'goog/master'
Conflicts:
	native/Android.mk
2010-05-07 19:57:51 +09:00
satok 5c7c33735d IME Logger improvement
- Eabled to handle an array value in the log entry
- Added word counter
- Added parameters to Log APIs
- Obfuscate user privacy support

Change-Id: I5e2a7d58113b0581e51d22d6dac9a6a6fdc34356
2010-05-07 19:23:11 +09:00
satok 8a3f6dfba9 Fix hardcoded "isDefault" setting
Bug:2661261

- Changed true to @bool/im_is_default
- isDefault was changed in https://android-git.corp.google.com/g/#patch,sidebyside,37627,3,res/xml/method.xml by mistake

Change-Id: Id1c20c292bed27523fb41f32514f2abdee11f992
2010-05-07 18:00:45 +09:00
Dan Bornstein f53d0da540 resolved conflicts for merge of 1633fa9b to master
Change-Id: Ifa5d216091696b90ecc215ca4fd6110e79bbdf99
2010-05-05 18:51:29 -07:00
Dan Bornstein 1633fa9bfc am 3d23421c: Merge "For issue #2651381, allow library prelinking." into froyo
Merge commit '3d23421c1171e5c04691c2e128c9fb86a4082dfa' into froyo-plus-aosp

* commit '3d23421c1171e5c04691c2e128c9fb86a4082dfa':
  For issue #2651381, allow library prelinking.
2010-05-05 17:50:10 -07:00
Dan Bornstein 3d23421c11 Merge "For issue #2651381, allow library prelinking." into froyo 2010-05-05 16:55:50 -07:00