Commit graph

34208 commits

Author SHA1 Message Date
Geoff Mendal
00c5719414 Import translations. DO NOT MERGE
Change-Id: I934e85a5a7cef5a490e62033a37e4c8969c36d43
Auto-generated-cl: translation import
2015-03-04 05:55:42 -08:00
Mohammadinamul Sheik
6e29d261cb Introduce DictionaryHeaderUtils to get dictionary header values
Change-Id: I86cef6c7f2f68a75428bb2b9c4d5a1dc1876b541
2015-03-03 16:17:27 -08:00
Chieu Nguyen
2281ba7666 Merge "Add DictionaryFacilitator dump()." 2015-03-03 23:16:49 +00:00
Chieu Nguyen
c809dc26a1 Add DictionaryFacilitator dump().
Change-Id: I8b75aded3fc2b9b33128b6ba5a3e8d943dfca352
2015-03-03 14:36:47 -08:00
Jatin Matani
148aab1228 Merge "Add util method in ngramcontext for context array" 2015-03-03 21:59:52 +00:00
Jatin Matani
a568e0acb4 Add util method in ngramcontext for context array
Change-Id: I2e3e2ac7706be50ed2055b0c69b30e25a516a879
2015-03-03 13:20:53 -08:00
Dan Zivkovic
63a0bdb41b Forgot to remove reference to deleted class.
Change-Id: Ic662a536e468390a3f7266daf9c56e4fc5a70ac6
2015-03-03 12:11:00 -08:00
Dan Zivkovic
15cccfcb0d Merge "Remove no-op broadcast receiver from LatinIME." 2015-03-03 19:55:25 +00:00
Dan Zivkovic
fbfc62209a Remove no-op broadcast receiver from LatinIME.
Bug 19583388.

Change-Id: Ia1ca481e2eae0c9791932f7f28a9072cc3dbbe7c
2015-03-03 11:03:11 -08:00
Geoff Mendal
e3abfc4e05 Merge "Import translations. DO NOT MERGE" 2015-03-03 08:45:00 +00:00
Chieu Nguyen
ddee491450 Merge "Move dictionary facilitator handling." 2015-03-02 23:30:42 +00:00
Chieu Nguyen
0103d75aaf Move dictionary facilitator handling.
Change-Id: Ibd42982996a36ac52b4c916035491b835f8d14f9
2015-03-02 15:24:51 -08:00
Jatin Matani
55d9651929 Merge "Turn off cloud sync if we have managed profiles" 2015-03-02 20:21:29 +00:00
Jatin Matani
854edce6dd Turn off cloud sync if we have managed profiles
UserManager#getUserProfiles > 1 implies managed
profile.

Workflow:
- Disable sync prefs
- Execute an async task to check for managed profile; if
  managed profile is found, remove the sync prefs. If not, enable
  the preference;
- Move the logging pref from Advanced to Account & Privacy.

Bug:19230544
Change-Id: I4dbd1fe8433b3263ccc74c35dc0ee0bb371122b3
2015-03-02 12:03:57 -08:00
Geoff Mendal
740f8d7224 Import translations. DO NOT MERGE
Change-Id: I95888bc0f4841f69b8c5cba881f92311c607347f
Auto-generated-cl: translation import
2015-03-02 10:03:04 -08:00
Jatin Matani
8b2908066d Fix build breakage due to changed resource Id
Change-Id: I09ba038930416d1261ef095ec503f1ac68cd92ea
2015-03-02 09:44:19 -08:00
Geoff Mendal
1312b216a8 Merge "Revert "Import translations. DO NOT MERGE"" 2015-03-02 15:30:38 +00:00
Geoff Mendal
dd09e82f64 Revert "Import translations. DO NOT MERGE"
This reverts commit 7989b88833.

Change-Id: Ie0fb3fef89938938da661c030808b1d8110816c9
2015-03-02 15:30:10 +00:00
Geoff Mendal
3d82160002 Merge "Import translations. DO NOT MERGE" 2015-03-02 15:10:59 +00:00
Geoff Mendal
7989b88833 Import translations. DO NOT MERGE
Change-Id: I891a5bfa2cfebb4852ba0a1277cf7ae1aec912ae
Auto-generated-cl: translation import
2015-03-02 06:42:15 -08:00
Geoff Mendal
a9de6f589f Import translations. DO NOT MERGE
Change-Id: I4cab7c63e46cfef30b344658d8af54e9e0247752
Auto-generated-cl: translation import
2015-03-02 06:41:33 -08:00
Dan Zivkovic
9770336a9b Merge "Label empty suggestions." 2015-02-27 21:33:02 +00:00
Chieu Nguyen
98886775cf Merge "Handle double space inserting a period." 2015-02-27 21:24:36 +00:00
Chieu Nguyen
fdf3cc41ee Handle double space inserting a period.
Change-Id: I109f0e9cf3e972bf60aa3fbbe817337aef70ea3c
2015-02-27 13:19:21 -08:00
Mohammadinamul Sheik
62cbaba715 Merge "Update the MAX supported file version for downloaded static Dictionaries." 2015-02-27 21:09:04 +00:00
Dan Zivkovic
24c275ccb9 Label empty suggestions.
When talkback is enabled, empty strings will have a content description.

Bug 19479836.

Change-Id: I25679a2bdeff238a5330ba406d5bc7e6e2868ba1
2015-02-27 12:44:28 -08:00
Mohammadinamul Sheik
377ba98b75 Update the MAX supported file version for downloaded static Dictionaries.
Change-Id: I72d37cc21585b18f4a41ff32627024502f10e993
2015-02-27 10:30:23 -08:00
Dan Zivkovic
69c04cadc7 Race condition in cursor move.
The method WordComposer.moveCursorByAndReturnIfInsideComposingWord() iterates
through all the code points in the word that's currently being composed, and
it tries to adjust the cursor position by a given amount (left or right).
It copies the code points to a new array while processing. But the code point
count comes from a member variable. If the member variable changes while the
method is processing the copy of the code points, it can run over the length
of the code point array.

Bug 18876474.

Change-Id: Ib3a2d90a4e82b76d381efa774e6b3d6bca99c869
2015-02-27 10:29:47 -08:00
Geoff Mendal
8472b36886 am d3c5d3f5: (-s ours) am 3d6f7812: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit 'd3c5d3f59450fe907ccdb79a43e7b5d1096507e8':
  Import translations. DO NOT MERGE
2015-02-27 16:46:58 +00:00
Geoff Mendal
ebcac0aa59 am 45880656: (-s ours) am 189be54f: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit '4588065664a5791225affef44af12eb53a5f7e31':
  Import translations. DO NOT MERGE
2015-02-27 16:46:56 +00:00
Geoff Mendal
311c99b486 am 22de9d07: (-s ours) am aef36570: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit '22de9d079e39d24a9ec8419017783c1b2b2aee41':
  Import translations. DO NOT MERGE
2015-02-27 16:46:55 +00:00
Geoff Mendal
0e5a4332fa am 0a12c0d8: (-s ours) am e245b27a: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit '0a12c0d82a3364c5d5413ae4dae179805496cd04':
  Import translations. DO NOT MERGE
2015-02-27 16:46:54 +00:00
Geoff Mendal
c36c95df8b am fbe720eb: (-s ours) am 7fb3e8b4: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit 'fbe720eb9f4f51b0e5c5bcb330bb8c393d0bb9a2':
  Import translations. DO NOT MERGE
2015-02-27 16:46:53 +00:00
Geoff Mendal
b86f234a51 am 5e3c2854: (-s ours) am aa70f60b: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit '5e3c285436e718610385b058625492768496474a':
  Import translations. DO NOT MERGE
2015-02-27 16:46:51 +00:00
Geoff Mendal
70c949f062 am b877d706: (-s ours) am 6b1a6c10: (-s ours) Import translations. DO NOT MERGE
* commit 'b877d7066b0af3d6c5f200b9563694256e624525':
  Import translations. DO NOT MERGE
2015-02-27 16:46:50 +00:00
Geoff Mendal
d3c5d3f594 am 3d6f7812: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit '3d6f78121b50f587546ea8dd6830d1f2e96fd5c4':
  Import translations. DO NOT MERGE
2015-02-27 16:34:29 +00:00
Geoff Mendal
4588065664 am 189be54f: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit '189be54f693a5e5b68bafcea70e86f9b832d3e59':
  Import translations. DO NOT MERGE
2015-02-27 16:34:27 +00:00
Geoff Mendal
22de9d079e am aef36570: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit 'aef36570d23d03eaaa891e12ee7ebbf1c07736df':
  Import translations. DO NOT MERGE
2015-02-27 16:34:26 +00:00
Geoff Mendal
0a12c0d82a am e245b27a: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit 'e245b27a4e520c900c79c2fe2c8a163b725ed83d':
  Import translations. DO NOT MERGE
2015-02-27 16:34:25 +00:00
Geoff Mendal
fbe720eb9f am 7fb3e8b4: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit '7fb3e8b488c7f271c9a18966774321095f10aa5d':
  Import translations. DO NOT MERGE
2015-02-27 16:34:24 +00:00
Geoff Mendal
5e3c285436 am aa70f60b: (-s ours) Merge "Import translations. DO NOT MERGE" into stage-aosp-master
* commit 'aa70f60b7bd211bf03d18ec4228b2a61a72f6916':
  Import translations. DO NOT MERGE
2015-02-27 16:34:22 +00:00
Geoff Mendal
b877d7066b am 6b1a6c10: (-s ours) Import translations. DO NOT MERGE
* commit '6b1a6c1098890b973c096dbeb4c1fde8608a7b71':
  Import translations. DO NOT MERGE
2015-02-27 16:34:21 +00:00
Geoff Mendal
3d6f78121b Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-02-27 07:29:02 +00:00
Geoff Mendal
189be54f69 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-02-27 07:28:44 +00:00
Geoff Mendal
aef36570d2 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-02-27 07:28:20 +00:00
Geoff Mendal
e245b27a4e Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-02-27 07:28:10 +00:00
Geoff Mendal
7fb3e8b488 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-02-27 07:27:55 +00:00
Geoff Mendal
aa70f60b7b Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-02-27 07:27:40 +00:00
Geoff Mendal
3df6753098 Import translations. DO NOT MERGE
Change-Id: I34d9191ace75de61e2d1fa1092f8d0499379e4de
Auto-generated-cl: translation import
2015-02-26 17:37:25 -08:00
Geoff Mendal
e6438a938b Import translations. DO NOT MERGE
Change-Id: I3fda254c5cf6cbc75e47effad842fd11fc9f84b1
Auto-generated-cl: translation import
2015-02-26 17:33:49 -08:00