11223 Commits

Author SHA1 Message Date
Ken Wakasa
e645715b25 Clean up under the util package.
- Move util classes that are unused in AOSP
- Remove unused methods

Change-Id: Ic97fd313f1e2bafd50609d42aa3a2d090b63eafc
2014-07-18 17:47:14 +09:00
Yohei Yukawa
feefe7d015 am 7c2f53ab: am 413aded6: Add a compatibility library for newly added methods in L
* commit '7c2f53ab53053cd3857b90e1d1cf9cddc8b67a89':
  Add a compatibility library for newly added methods in L
2014-07-18 03:31:07 +00:00
Yohei Yukawa
413aded600 Add a compatibility library for newly added methods in L
This CL adds an compatibility library for
InputConnection#requestCursorAnchorInfo method that is supposed to
be available in L and later.

BUG: 16382260
Change-Id: I68be0c56b9fd929546e8706ccece938ae4f33339
2014-07-18 08:30:12 +09:00
Yohei Yukawa
5bb0bff0e4 Merge "Enable StringUtils to split CharSequence like String#split" into lmp-dev 2014-07-17 21:15:46 +00:00
Yohei Yukawa
eac8670830 Enable StringUtils to split CharSequence like String#split
This is a groundwork for enabling LocaleSpan.

To enable LocaleSpan everywhere, we need to switch to
CharSequence from String so that Span infromation can be
preserved end-to-end.  To achieve this, we need to have
CharSequence version of String#split.

BUG: 16029304
Change-Id: I0dd103185dcf62fb1e25054a374340790e6a4678
2014-07-19 22:47:56 +09:00
Tadashi G. Takaoka
86ca4988c2 am 3ff6fa72: am 5a5ee95f: Rename ProductionFlag to ProductionFlags
* commit '3ff6fa72fb5c27fc4936420979806ff9fd6ff44e':
  Rename ProductionFlag to ProductionFlags
2014-07-17 18:36:01 +00:00
Tadashi G. Takaoka
68fffa73b4 am 34301f69: am 6f80ed39: Merge "Rename LatinImeLogger to DebugFlags" into lmp-dev
* commit '34301f69a1e47fb6f7ee5498815dd30cad488921':
  Rename LatinImeLogger to DebugFlags
2014-07-17 18:36:00 +00:00
Tadashi G. Takaoka
b2fa1a593e am 34cde781: am 0de52fa6: Merge "Use SwitchPreference for spell checker setting" into lmp-dev
* commit '34cde7817426eb2e9f20fd74cd2efc9d338409f5':
  Use SwitchPreference for spell checker setting
2014-07-17 18:35:59 +00:00
Tadashi G. Takaoka
0992dd3bd2 am 6d6c7a3b: am 7f58115a: Update Material theme colors
* commit '6d6c7a3bd7a0060dfabb5a113581b1b199dfe9b8':
  Update Material theme colors
2014-07-17 18:35:57 +00:00
Tadashi G. Takaoka
3029e5b6e0 am c97b5aec: am ddce348c: Merge "Mark Theme name text as translatable="false"" into lmp-dev
* commit 'c97b5aec5909ac5b8483a7c1405c1af2c7e01b70':
  Mark Theme name text as translatable="false"
2014-07-17 18:35:56 +00:00
Yohei Yukawa
91e7daaddf Merge "Use CharSequence for spell checker to keep spans preserved" into lmp-dev 2014-07-17 17:59:02 +00:00
Baligh Uddin
8279b9d4a9 Remove deprecated locales - DO NOT MERGE
Change-Id: I8c1efe2343eea40faf7a690518c500af86c1c323
2014-07-20 02:27:29 +00:00
Yohei Yukawa
86f36003fd Use CharSequence for spell checker to keep spans preserved
This is a ground work to take per word locale information into
consideration in the spell checker. This CL is supposed to change
no user visible behavior.

With this CL, the spell checker session is able to read span
information if necessary.

BUG: 16029304
Change-Id: Icb1e1ecdf40fe0445e14565b685b1b878b746210
2014-07-20 02:16:11 +00:00
Baligh Uddin
91bb980e55 Merge "Will have to fix the CL." 2014-07-17 17:59:02 +00:00
Baligh Uddin
352a7285ad Will have to fix the CL.
Revert "Remove deprecated locales"

This reverts commit 6a1af17d443d3a6eba3a8e3a5170bc568b1d51f5.

Change-Id: I3f4379d14a45ab80a5ad467fa65607ae5b3e6e26
2014-07-18 17:48:37 +00:00
Baligh Uddin
6a1af17d44 Remove deprecated locales
Change-Id: Idc79704b1e4e7113f92ad425e6e2d363182a9969
2014-07-17 15:43:15 -07:00
Baligh Uddin
ca391248b3 Merge "Remove deprecated locales" 2014-07-17 17:59:02 +00:00
Tadashi G. Takaoka
5a5ee95fae Rename ProductionFlag to ProductionFlags
Change-Id: I5da2dbf8828fa0e176e7c2496392a5f561ebfe20
2014-07-16 19:26:32 -07:00
Tadashi G. Takaoka
6f80ed3901 Merge "Rename LatinImeLogger to DebugFlags" into lmp-dev 2014-07-16 23:37:00 +00:00
Tadashi G. Takaoka
2dae79b196 Rename LatinImeLogger to DebugFlags
Bug: 15318007
Change-Id: Ic0268fd12865c9a692a5e7110a9beb76cb8b6d7f
2014-07-16 18:49:00 -07:00
Tadashi G. Takaoka
0de52fa68a Merge "Use SwitchPreference for spell checker setting" into lmp-dev 2014-07-16 23:30:53 +00:00
Tadashi G. Takaoka
7f58115a86 Update Material theme colors
Bug: 15782668
Bug: 15436349
Change-Id: Idbf98933e60531dbddb9450c6dbe7c4e2492cbd5
2014-07-16 14:33:23 -07:00
Tadashi G. Takaoka
53c0088d57 Use SwitchPreference for spell checker setting
This is a follow up of I1f7214c689.

Bug: 15781377
Change-Id: I7289b8b724e086da80ab3849cc567560c1a8502d
2014-07-16 12:13:51 -07:00
Tadashi G. Takaoka
39ae9ee06b Mark Theme name text as translatable="false"
Bug: 16226064
Change-Id: Ice28fc20680889a4053c5d20c88dd744a0f7297e
2014-07-15 22:54:43 -07:00
Keisuke Kuroyanagi
05c70484a2 Track crashing during migration to avoid crash loop. DO NOT MERGE.
Bug: 16213554
Bug: 16235703
Change-Id: Ib29b1a84b4c6ebae06d3dc6448f3c274ec6a7aab
(cherry picked from commit 1d6024d2f8051271e3c9abc1285d989114f5f1d7)
2014-07-14 15:48:01 +00:00
Keisuke Kuroyanagi
3cd5801bd6 am 1d6024d2: Track crashing during migration to avoid crash loop.
* commit '1d6024d2f8051271e3c9abc1285d989114f5f1d7':
  Track crashing during migration to avoid crash loop.
2014-07-14 07:35:01 +00:00
Keisuke Kuroyanagi
1d6024d2f8 Track crashing during migration to avoid crash loop.
Bug: 16213554
Bug: 16235703
Change-Id: Ib29b1a84b4c6ebae06d3dc6448f3c274ec6a7aab
2014-07-14 16:25:55 +09:00
Tadashi G. Takaoka
8a4881d77a am a2087e66: Use SwitchPreference on API versions newer than KitKat
* commit 'a2087e66e5d392a6ffc7991959235911c92a4d80':
  Use SwitchPreference on API versions newer than KitKat
2014-07-13 05:01:03 +00:00
Tadashi G. Takaoka
a2087e66e5 Use SwitchPreference on API versions newer than KitKat
Bug: 15781377
Change-Id: I1f7214c689006b1088249783eb614b6f0fbf2ee7
2014-07-13 13:11:09 +09:00
Tadashi G. Takaoka
9890bc368c am ecfc6f34: Fix wrong shift key icon in Material Light theme
* commit 'ecfc6f347ac968cb94cacd70b25bc90b4ef5fe22':
  Fix wrong shift key icon in Material Light theme
2014-07-12 04:56:42 +00:00
Tadashi G. Takaoka
ecfc6f347a Fix wrong shift key icon in Material Light theme
Bug: 16208129
Change-Id: I34ba531bcdd9b18b3b84c78cf0cd9cae439ecd5d
2014-07-12 13:39:17 +09:00
Tadashi G. Takaoka
3547ff4c60 am 63fc1595: Merge "Update Material theme colors"
* commit '63fc159550a9144ae80bad52b7b4cb8944344556':
  Update Material theme colors
2014-07-11 05:24:44 +00:00
Tadashi G. Takaoka
31913a6bcf am b3bd025b: Increase CHAR LIMIT of settings title
* commit 'b3bd025b1a27a4810507f6e0792fd1ddec778f34':
  Increase CHAR LIMIT of settings title
2014-07-11 04:06:52 +00:00
Tadashi G. Takaoka
b3bd025b1a Increase CHAR LIMIT of settings title
Bug: 16080988
Change-Id: I8638a26370bbe2abf5dfcd9f40200b57264f5c0b
2014-07-11 11:37:16 +09:00
Tadashi G. Takaoka
63fc159550 Merge "Update Material theme colors" 2014-07-10 21:46:42 +00:00
Tadashi G. Takaoka
509d9be21f Update Material theme colors
This CL also fixes a bug of pressed state color of suggestions strip
in Material Light theme.

Bug: 16208167
Change-Id: I4315893bd129f65f34c863b003c8b2cfab4d2d84
2014-07-11 13:09:18 +09:00
Tadashi G. Takaoka
661a3681e5 am b76e0a7e: Merge "Update Material icons and key pressed state background"
* commit 'b76e0a7e664d5350d01aa8905316806e65eb0fa5':
  Update Material icons and key pressed state background
2014-07-10 13:56:37 +00:00
Keisuke Kuroyanagi
63285120cf am b7ecb258: Merge "Remove SuggestionsGatherer."
* commit 'b7ecb258dc606774ff5792ddbe4f89751d276f89':
  Remove SuggestionsGatherer.
2014-07-10 07:39:56 +00:00
Keisuke Kuroyanagi
f2067d6987 am 12e63799: Merge "Quit sorting suggestions in AndroidSpellCheckerService."
* commit '12e63799d37c21362b146df0d45449ae17d8b85f':
  Quit sorting suggestions in AndroidSpellCheckerService.
2014-07-10 07:26:57 +00:00
Tadashi G. Takaoka
42084da71d am facfd28a: Merge "Add some virama combinations and tall-a for Myanmar"
* commit 'facfd28a475b4a8369107ead340be295ca1b0358':
  Add some virama combinations and tall-a for Myanmar
2014-07-10 04:26:45 +00:00
Keisuke Kuroyanagi
242a26e825 am eff9e26b: Merge "Make spell checker use dictionary facilitator."
* commit 'eff9e26bc12a628356403ce8c4f422f2a34ac89e':
  Make spell checker use dictionary facilitator.
2014-07-10 04:07:53 +00:00
Tadashi G. Takaoka
4b435c7f99 am f9f40953: Add Material Light theme
* commit 'f9f409530ccdc975ef965b1d1fee44bbd341d718':
  Add Material Light theme
2014-07-09 23:54:33 +00:00
Tadashi G. Takaoka
f9f409530c Add Material Light theme
Bug: 15782668
Change-Id: Id2ae47cfb2065d73f13701b9c6a041129dfd08ae
2014-07-10 07:43:04 +09:00
Tadashi G. Takaoka
85ca5ed45a am 8e7260a0: Merge "Update Material Dark theme"
* commit '8e7260a014f419744f3d1921b232b5efbd5d5086':
  Update Material Dark theme
2014-07-09 22:37:37 +00:00
Tadashi G. Takaoka
8e7260a014 Merge "Update Material Dark theme" 2014-07-09 18:21:26 +00:00
Tadashi G. Takaoka
b76e0a7e66 Merge "Update Material icons and key pressed state background" 2014-07-09 17:48:03 +00:00
Tadashi G. Takaoka
4607e763a4 Update Material icons and key pressed state background
Bug: 16143083
Bug: 15678940
Bug: 15680164
Change-Id: I9f2527a8a536aab05d961e619e3940603024385c
2014-07-10 22:40:06 +09:00
Keisuke Kuroyanagi
b7ecb258dc Merge "Remove SuggestionsGatherer." 2014-07-09 17:48:03 +00:00
Keisuke Kuroyanagi
1467fa0c26 Remove SuggestionsGatherer.
Bug: 13689011
Bug: 13630847
Change-Id: I9930d5ce9cbe16489dc69f68b9590d72afe463b5
2014-07-10 16:23:27 +09:00
Keisuke Kuroyanagi
86dee2295d Quit sorting suggestions in AndroidSpellCheckerService.
Suggestions have been sorted in SuggestionResults.

Bug: 13689011

Change-Id: Iec21e97119ceb7c71673d5b15bb1f06040b59fef
2014-07-10 16:21:31 +09:00