Commit Graph

33251 Commits (4ef27c035892888df82d9c9f32ac12ed48c8308f)

Author SHA1 Message Date
Tadashi G. Takaoka 71b51590b2 am a76e11a2: am 1f490d6c: am be4e0d0e: Fix when to show important notice
* commit 'a76e11a24aac700638ec3a7fc5ed754e15aecfbe':
  Fix when to show important notice
2014-09-22 19:38:51 +00:00
Baligh Uddin 3cd7dfc0fc am 2829f9ee: (-s ours) am b28e0bdd: (-s ours) am cf59579c: (-s ours) Import translations. DO NOT MERGE
* commit '2829f9eec9d90f67eb78d52cc568d752f94a8147':
  Import translations. DO NOT MERGE
2014-09-22 19:38:50 +00:00
Tadashi G. Takaoka a76e11a24a am 1f490d6c: am be4e0d0e: Fix when to show important notice
* commit '1f490d6c10805246f2b8724c2e9f21d4bfdea8d6':
  Fix when to show important notice
2014-09-22 19:19:46 +00:00
Baligh Uddin 2829f9eec9 am b28e0bdd: (-s ours) am cf59579c: (-s ours) Import translations. DO NOT MERGE
* commit 'b28e0bdda53c277ca4bb29b478c59165539edf89':
  Import translations. DO NOT MERGE
2014-09-22 19:18:44 +00:00
Sandeep Siddhartha b036224dbe Handle split layout tests for phones
Bug: 17577919
Change-Id: I060d81cfa11b9f9406f3d32307c7b949a057ffb3
2014-09-22 10:30:09 -07:00
Jatin Matani e2e48eb9b3 Merge "Add StatsUtilManager.onStartInput & onFinishInput" 2014-09-22 16:15:14 +00:00
Keisuke Kuroyanagi ddfaeff544 Prepare supporting n-gram for user history dictionary.
Bug:17097992
Change-Id: Ic8bfde3d4cc0e720bf7681e08e16fb2ad94d5670
2014-09-22 18:18:50 +09:00
Jean Chalard 4b0dba4cd8 [ML9.1] Add option for multi-lingual support
Bug: 11230254
Change-Id: I15d42fad155142fa6f556f13e84cad489be00dbd
2014-09-22 17:41:37 +09:00
Keisuke Kuroyanagi 504017e6dd Quit using try catch in addAndWriteRandomWords.
Change-Id: I1f3137bacf02bf6bad03a9a99fa56346ff0cd763
2014-09-22 17:39:45 +09:00
Tadashi G. Takaoka 1f490d6c10 am be4e0d0e: Fix when to show important notice
* commit 'be4e0d0e3921af3d575f745cb356704974362baf':
  Fix when to show important notice
2014-09-22 07:28:43 +00:00
Tadashi G. Takaoka d144b7874e Fix not intercepting touch event while in modal mode
Bug: 17600156
Change-Id: Ife8f04550411d88311e08dd33e370a410d791ca2
2014-09-22 15:30:29 +09:00
Adrian Velicu b12c174c2f Merge "Hiding SuggestedWords.EMPTY and refactoring code that compares SuggestedWords instances directly to it to use isEmpty instead" 2014-09-22 06:20:25 +00:00
Adrian Velicu 30f4a2a4d7 Hiding SuggestedWords.EMPTY and refactoring code that compares SuggestedWords instances directly to it to use isEmpty instead
Bug: 17560717
Change-Id: I7032bf0ab46f9cf5e3b3312a14e689b5496764c1
2014-09-22 14:50:21 +09:00
Keisuke Kuroyanagi b51412a05c Merge "Quit depending on SoftReference in UserHistoryDictionaryTests." 2014-09-22 05:44:42 +00:00
Tadashi G. Takaoka be4e0d0e39 Fix when to show important notice
This CL introduces a timeout duration to show an important notice
message. When the timeout has passed, the important notice message
will be suppressed without user intervention.

This CL also adds unit tests and fixes a bug in
getNextImportantNoticeTitle().

Bug: 17181982
Change-Id: If321c0060cc2f7ca14ad0631b84f4990f88bd659
2014-09-22 14:28:31 +09:00
Keisuke Kuroyanagi d80072c4b8 Quit depending on SoftReference in UserHistoryDictionaryTests.
Change-Id: I96533abf939d39873c5eaab9a9b02f71681aafcf
2014-09-22 14:22:37 +09:00
Tadashi G. Takaoka 5fa6a538cc Add plus-sign hint to PIN's zero key
Bug: 16378846
Change-Id: Ia1f95a33db4e1eb6b2fe367cfffa4aada567b6d9
2014-09-22 14:05:28 +09:00
Jatin Matani 6a6137325b Add StatsUtilManager.onStartInput & onFinishInput
Bug:15657192
Change-Id: I6e976202812d1c1675bd7822c4a15686d1ec1fe9
2014-09-21 20:19:12 -07:00
Keisuke Kuroyanagi 825747348b Merge "Create DictionaryStats in executor." 2014-09-22 02:49:04 +00:00
Keisuke Kuroyanagi 8c748d0c26 Merge "Add small unit test for adding/removing trigrams." 2014-09-22 02:43:27 +00:00
Mohammadinamul Sheik 8f116d7cda Merge "Invoke onWordCommitUserTyped on startInput() with non empty wordcomposer" 2014-09-22 02:13:21 +00:00
Tadashi G. Takaoka 8ea51a2760 Fix Turkish/Azerbaijani keyboard to add more accented letters
Bug: 16807005
Change-Id: Ifd0ab3aeb8207cdecacf8cfe5b1d58c07690142f
2014-09-22 10:55:08 +09:00
Keisuke Kuroyanagi 743a9b4499 Get stats from dictionary.
Bug: 16553957
Change-Id: I70c7a7be3c902dc8a0dfe8f946f9ef75ba6c9655
2014-09-22 10:26:19 +09:00
Keisuke Kuroyanagi c724864c61 Create DictionaryStats in executor.
Bug: 16553957
Change-Id: Ie4e9a6ee67f90ba0086af2075068e078efc7f189
2014-09-22 10:25:51 +09:00
Baligh Uddin b28e0bdda5 am cf59579c: (-s ours) Import translations. DO NOT MERGE
* commit 'cf59579cf5839468ac522272ada882c034704295':
  Import translations. DO NOT MERGE
2014-09-21 18:42:38 +00:00
Baligh Uddin 1c810c6725 Import translations. DO NOT MERGE
Change-Id: I51bc9a71a30b362938d155e091a7b0d4694eacbf
Auto-generated-cl: translation import
2014-09-21 04:15:07 -07:00
Baligh Uddin cf59579cf5 Import translations. DO NOT MERGE
Change-Id: I5c04251f5db42dab2189da52895e171c9082348b
Auto-generated-cl: translation import
2014-09-21 04:12:17 -07:00
Baligh Uddin e24904f777 am 9169f603: (-s ours) am 39663d59: (-s ours) am 0d3bcde7: (-s ours) am 2301416d: (-s ours) am ed04bd9e: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
* commit '9169f6036252669f09f0abc055354bad76ed9bba':
  Import translations. DO NOT MERGE
2014-09-20 05:27:31 +00:00
Baligh Uddin 9169f60362 am 39663d59: (-s ours) am 0d3bcde7: (-s ours) am 2301416d: (-s ours) am ed04bd9e: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
* commit '39663d599b918b5f092a26d63f25df29864c66e3':
  Import translations. DO NOT MERGE
2014-09-20 05:16:57 +00:00
Baligh Uddin 39663d599b am 0d3bcde7: (-s ours) am 2301416d: (-s ours) am ed04bd9e: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
* commit '0d3bcde702f58aa4c1c0379937d8b8dc35c2bc4a':
  Import translations. DO NOT MERGE
2014-09-20 05:04:46 +00:00
Baligh Uddin 0d3bcde702 am 2301416d: (-s ours) am ed04bd9e: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
* commit '2301416d633110003748e5edab15bfe58889643e':
  Import translations. DO NOT MERGE
2014-09-20 04:58:00 +00:00
Baligh Uddin 2301416d63 am ed04bd9e: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
* commit 'ed04bd9ef6f50d52f2c74928cd3be8146315f561':
  Import translations. DO NOT MERGE
2014-09-20 04:46:57 +00:00
Yohei Yukawa c514d64bff am d8c83fb8: am 88cae78f: am 89dd5f03: am c1d35148: am f2d0d9b0: Merge "Avoid the add-to-dictionary indicator from being clipped" into lmp-dev
* commit 'd8c83fb81bb06e22ab0857e1a7531c666ad8701e':
  Avoid the add-to-dictionary indicator from being clipped
2014-09-20 04:46:48 +00:00
Yohei Yukawa d8c83fb81b am 88cae78f: am 89dd5f03: am c1d35148: am f2d0d9b0: Merge "Avoid the add-to-dictionary indicator from being clipped" into lmp-dev
* commit '88cae78f60fce854cbd59b334632891439378176':
  Avoid the add-to-dictionary indicator from being clipped
2014-09-20 04:38:42 +00:00
Baligh Uddin 3c52bf7ddf Merge "Import translations. DO NOT MERGE" 2014-09-20 04:35:35 +00:00
Baligh Uddin b0388e81ed Merge "Import translations. DO NOT MERGE" 2014-09-20 04:35:35 +00:00
Baligh Uddin ab63e0c01d Merge "Import translations. DO NOT MERGE" 2014-09-20 04:35:35 +00:00
Baligh Uddin ed04bd9ef6 Merge "Import translations. DO NOT MERGE" into lmp-dev 2014-09-20 04:35:32 +00:00
Baligh Uddin 5bb9b99d52 Merge "Import translations. DO NOT MERGE" 2014-09-20 04:35:26 +00:00
Baligh Uddin c7dc7bccf4 Merge "Import translations. DO NOT MERGE" 2014-09-20 04:35:23 +00:00
Yohei Yukawa 88cae78f60 am 89dd5f03: am c1d35148: am f2d0d9b0: Merge "Avoid the add-to-dictionary indicator from being clipped" into lmp-dev
* commit '89dd5f0342a4fb602b75dc2791153459af088247':
  Avoid the add-to-dictionary indicator from being clipped
2014-09-20 04:29:48 +00:00
Yohei Yukawa 89dd5f0342 am c1d35148: am f2d0d9b0: Merge "Avoid the add-to-dictionary indicator from being clipped" into lmp-dev
* commit 'c1d35148910be7cd227e62aaa0bf1f1a229187ba':
  Avoid the add-to-dictionary indicator from being clipped
2014-09-20 04:15:45 +00:00
Yohei Yukawa c1d3514891 am f2d0d9b0: Merge "Avoid the add-to-dictionary indicator from being clipped" into lmp-dev
* commit 'f2d0d9b0b91953df440ed55e0ee2e7f67705a881':
  Avoid the add-to-dictionary indicator from being clipped
2014-09-20 04:04:43 +00:00
Yohei Yukawa f2d0d9b0b9 Merge "Avoid the add-to-dictionary indicator from being clipped" into lmp-dev 2014-09-20 03:58:03 +00:00
Tadashi G. Takaoka ed7e5bdd65 Revert "Disable preliminary subtypes on E-release"
This reverts commit 0e6dd1a6f1.
This CL enables the following preliminary subtypes.
  - hi_ZZ: Hinglish
  - my_MM: Myanmar

Bug: 17587199
Change-Id: I6a2e621f1d50715b1b379fe2a19c48dac022eb92
2014-09-20 03:35:05 +00:00
Tadashi G. Takaoka 0e6dd1a6f1 Disable preliminary subtypes on E-release
This CL disables the following preliminary subtypes.
  - hi_ZZ: Hinglish
  - my_MM: Myanmar

Bug: 17587199
Change-Id: Ib7c88fc4817b79f8e46b5d499c6bb748c24d6c7d
2014-09-20 03:27:45 +00:00
Jean Chalard db35c046d6 am 2b1adcdd: (-s ours) am 8365f38a: am 2fbedf5d: am 4328cd88: am c648bae1: (DO NOT MERGE) Remove some logs which spam encrypted boot
* commit '2b1adcddef0508cec8097167dc7995a897fc7385':
  (DO NOT MERGE) Remove some logs which spam encrypted boot
2014-09-20 02:50:02 +00:00
Jean Chalard 2b1adcddef am 8365f38a: am 2fbedf5d: am 4328cd88: am c648bae1: (DO NOT MERGE) Remove some logs which spam encrypted boot
* commit '8365f38ad61581ee7efce0a1ed3fde609b93f159':
  (DO NOT MERGE) Remove some logs which spam encrypted boot
2014-09-20 02:31:19 +00:00
Jean Chalard 8365f38ad6 am 2fbedf5d: am 4328cd88: am c648bae1: (DO NOT MERGE) Remove some logs which spam encrypted boot
* commit '2fbedf5d4ead7689d81003cd59fda01a5eadd1fd':
  (DO NOT MERGE) Remove some logs which spam encrypted boot
2014-09-20 02:23:53 +00:00
Jean Chalard 2fbedf5d4e am 4328cd88: am c648bae1: (DO NOT MERGE) Remove some logs which spam encrypted boot
* commit '4328cd88d443984c4bede7b6a5eefe279d192fe9':
  (DO NOT MERGE) Remove some logs which spam encrypted boot
2014-09-20 02:05:28 +00:00