aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Enable StringUtils to split CharSequence like String#splitYohei Yukawa2014-07-191-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | am f6785ea5: am de1ab73e: Use Theme.DeviceDefault themeTadashi G. Takaoka2014-07-213-10/+10
|\| | | | | | | | | | | | | | | | | | | * commit 'f6785ea588799bf58140f2b315098e0b165f7665': Use Theme.DeviceDefault theme
| * | | am de1ab73e: Use Theme.DeviceDefault themeTadashi G. Takaoka2014-07-213-10/+10
| |\| | | | | | | | | | | | | | | | | | * commit 'de1ab73efbe3520059647924857a2d7b82e2fbe7': Use Theme.DeviceDefault theme
| | * | Use Theme.DeviceDefault themeTadashi G. Takaoka2014-07-183-10/+10
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For API 21 (and later), Theme.DeviceDefault.Light is specified. This CL must be checked in together with Ic91f28df81. Bug: 11866784 Bug: 13888366 Bug: 15781377 Change-Id: I01b288473128fc2491d3663e90cab56d0ba2d704
* | | am a7783b28: Remove deprecated localesBaligh Uddin2014-07-1967-6817/+0
|\| | | | | | | | | | | | | | * commit 'a7783b288c018350e402abf53457bbb214e6e4d6': Remove deprecated locales
| * | Remove deprecated localesBaligh Uddin2014-07-1867-6817/+0
| | | | | | | | | | | | Change-Id: Ia01c8414b688db7d771880dfbd115c76a1dd9019
* | | am 91bb980e: Merge "Will have to fix the CL."Baligh Uddin2014-07-1851-0/+5201
|\| | | | | | | | | | | | | | * commit '91bb980e55cb57f2ae99b7fbc9296d6aea3e7ae6': Will have to fix the CL.
| * | Merge "Will have to fix the CL."Baligh Uddin2014-07-1751-0/+5201
| |\ \
| | * | Will have to fix the CL.Baligh Uddin2014-07-1851-0/+5201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Remove deprecated locales" This reverts commit 6a1af17d443d3a6eba3a8e3a5170bc568b1d51f5. Change-Id: I3f4379d14a45ab80a5ad467fa65607ae5b3e6e26
* | | | am ca391248: Merge "Remove deprecated locales"Baligh Uddin2014-07-183-484/+0
|\| | | | | | | | | | | | | | | | | | | * commit 'ca391248b324a199cfbae42751fbbf480e056796': Remove deprecated locales
| * | | Merge "Remove deprecated locales"Baligh Uddin2014-07-1751-5201/+0
| |\| | | | |/ | |/|
| | * Remove deprecated localesBaligh Uddin2014-07-1751-5201/+0
| | | | | | | | | | | | Change-Id: Idc79704b1e4e7113f92ad425e6e2d363182a9969
* | | am df588754: am e645715b: Clean up under the util package.Ken Wakasa2014-07-183-441/+0
|\| | | | | | | | | | | | | | * commit 'df588754be4986a8db325e7d0ee0eeeca637a3b3': Clean up under the util package.
| * | Clean up under the util package.Ken Wakasa2014-07-183-441/+0
| | | | | | | | | | | | | | | | | | | | | - Move util classes that are unused in AOSP - Remove unused methods Change-Id: Ic97fd313f1e2bafd50609d42aa3a2d090b63eafc
* | | am 7c2f53ab: am 413aded6: Add a compatibility library for newly added ↵Yohei Yukawa2014-07-181-0/+70
|\| | | | | | | | | | | | | | | | | | | | methods in L * commit '7c2f53ab53053cd3857b90e1d1cf9cddc8b67a89': Add a compatibility library for newly added methods in L
| * | Add a compatibility library for newly added methods in LYohei Yukawa2014-07-181-0/+70
| |/ | | | | | | | | | | | | | | | | 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
* | am 3ff6fa72: am 5a5ee95f: Rename ProductionFlag to ProductionFlagsTadashi G. Takaoka2014-07-175-11/+11
|\| | | | | | | | | * commit '3ff6fa72fb5c27fc4936420979806ff9fd6ff44e': Rename ProductionFlag to ProductionFlags
| * Rename ProductionFlag to ProductionFlagsTadashi G. Takaoka2014-07-165-11/+11
| | | | | | | | Change-Id: I5da2dbf8828fa0e176e7c2496392a5f561ebfe20
* | am 34301f69: am 6f80ed39: Merge "Rename LatinImeLogger to DebugFlags" into ↵Tadashi G. Takaoka2014-07-1719-40/+53
|\| | | | | | | | | | | | | lmp-dev * commit '34301f69a1e47fb6f7ee5498815dd30cad488921': Rename LatinImeLogger to DebugFlags
| * Merge "Rename LatinImeLogger to DebugFlags" into lmp-devTadashi G. Takaoka2014-07-1619-40/+53
| |\
| | * Rename LatinImeLogger to DebugFlagsTadashi G. Takaoka2014-07-1619-40/+53
| | | | | | | | | | | | | | | Bug: 15318007 Change-Id: Ic0268fd12865c9a692a5e7110a9beb76cb8b6d7f
* | | am 34cde781: am 0de52fa6: Merge "Use SwitchPreference for spell checker ↵Tadashi G. Takaoka2014-07-172-13/+7
|\| | | | | | | | | | | | | | | | | | | | setting" into lmp-dev * commit '34cde7817426eb2e9f20fd74cd2efc9d338409f5': Use SwitchPreference for spell checker setting
| * | Merge "Use SwitchPreference for spell checker setting" into lmp-devTadashi G. Takaoka2014-07-162-13/+7
| |\ \ | | |/ | |/|
| | * Use SwitchPreference for spell checker settingTadashi G. Takaoka2014-07-162-13/+7
| | | | | | | | | | | | | | | | | | | | | This is a follow up of I1f7214c689. Bug: 15781377 Change-Id: I7289b8b724e086da80ab3849cc567560c1a8502d
* | | am 6d6c7a3b: am 7f58115a: Update Material theme colorsTadashi G. Takaoka2014-07-173-19/+25
|\| | | | | | | | | | | | | | * commit '6d6c7a3bd7a0060dfabb5a113581b1b199dfe9b8': Update Material theme colors
| * | Update Material theme colorsTadashi G. Takaoka2014-07-163-19/+25
| | | | | | | | | | | | | | | | | | Bug: 15782668 Bug: 15436349 Change-Id: Idbf98933e60531dbddb9450c6dbe7c4e2492cbd5
* | | am c97b5aec: am ddce348c: Merge "Mark Theme name text as ↵Tadashi G. Takaoka2014-07-171-8/+8
|\| | | | | | | | | | | | | | | | | | | | translatable="false"" into lmp-dev * commit 'c97b5aec5909ac5b8483a7c1405c1af2c7e01b70': Mark Theme name text as translatable="false"
| * | Mark Theme name text as translatable="false"Tadashi G. Takaoka2014-07-151-8/+8
| |/ | | | | | | | | Bug: 16226064 Change-Id: Ice28fc20680889a4053c5d20c88dd744a0f7297e
| * Track crashing during migration to avoid crash loop. DO NOT MERGE.Keisuke Kuroyanagi2014-07-141-11/+29
| | | | | | | | | | | | | | Bug: 16213554 Bug: 16235703 Change-Id: Ib29b1a84b4c6ebae06d3dc6448f3c274ec6a7aab (cherry picked from commit 1d6024d2f8051271e3c9abc1285d989114f5f1d7)
* | am 1d6024d2: Track crashing during migration to avoid crash loop.Keisuke Kuroyanagi2014-07-141-11/+29
|\ \ | | | | | | | | | | | | * commit '1d6024d2f8051271e3c9abc1285d989114f5f1d7': Track crashing during migration to avoid crash loop.
| * | Track crashing during migration to avoid crash loop.Keisuke Kuroyanagi2014-07-141-11/+29
| |/ | | | | | | | | | | Bug: 16213554 Bug: 16235703 Change-Id: Ib29b1a84b4c6ebae06d3dc6448f3c274ec6a7aab
* | am a2087e66: Use SwitchPreference on API versions newer than KitKatTadashi G. Takaoka2014-07-133-4/+87
|\| | | | | | | | | * commit 'a2087e66e5d392a6ffc7991959235911c92a4d80': Use SwitchPreference on API versions newer than KitKat
| * Use SwitchPreference on API versions newer than KitKatTadashi G. Takaoka2014-07-133-4/+87
| | | | | | | | | | Bug: 15781377 Change-Id: I1f7214c689006b1088249783eb614b6f0fbf2ee7
* | am ecfc6f34: Fix wrong shift key icon in Material Light themeTadashi G. Takaoka2014-07-121-1/+1
|\| | | | | | | | | * commit 'ecfc6f347ac968cb94cacd70b25bc90b4ef5fe22': Fix wrong shift key icon in Material Light theme
| * Fix wrong shift key icon in Material Light themeTadashi G. Takaoka2014-07-121-1/+1
| | | | | | | | | | Bug: 16208129 Change-Id: I34ba531bcdd9b18b3b84c78cf0cd9cae439ecd5d
* | am 63fc1595: Merge "Update Material theme colors"Tadashi G. Takaoka2014-07-114-20/+24
|\| | | | | | | | | * commit '63fc159550a9144ae80bad52b7b4cb8944344556': Update Material theme colors
| * Merge "Update Material theme colors"Tadashi G. Takaoka2014-07-104-20/+24
| |\
| | * Update Material theme colorsTadashi G. Takaoka2014-07-114-20/+24
| | | | | | | | | | | | | | | | | | | | | | | | This CL also fixes a bug of pressed state color of suggestions strip in Material Light theme. Bug: 16208167 Change-Id: I4315893bd129f65f34c863b003c8b2cfab4d2d84
* | | am b3bd025b: Increase CHAR LIMIT of settings titleTadashi G. Takaoka2014-07-111-6/+6
|\| | | | | | | | | | | | | | * commit 'b3bd025b1a27a4810507f6e0792fd1ddec778f34': Increase CHAR LIMIT of settings title
| * | Increase CHAR LIMIT of settings titleTadashi G. Takaoka2014-07-111-6/+6
| |/ | | | | | | | | Bug: 16080988 Change-Id: I8638a26370bbe2abf5dfcd9f40200b57264f5c0b
* | am b76e0a7e: Merge "Update Material icons and key pressed state background"Tadashi G. Takaoka2014-07-10290-24/+472
|\| | | | | | | | | * commit 'b76e0a7e664d5350d01aa8905316806e65eb0fa5': Update Material icons and key pressed state background
| * Merge "Update Material icons and key pressed state background"Tadashi G. Takaoka2014-07-09290-24/+472
| |\
| | * Update Material icons and key pressed state backgroundTadashi G. Takaoka2014-07-10290-24/+472
| | | | | | | | | | | | | | | | | | | | | Bug: 16143083 Bug: 15678940 Bug: 15680164 Change-Id: I9f2527a8a536aab05d961e619e3940603024385c
* | | am b7ecb258: Merge "Remove SuggestionsGatherer."Keisuke Kuroyanagi2014-07-103-98/+67
|\| | | | | | | | | | | | | | * commit 'b7ecb258dc606774ff5792ddbe4f89751d276f89': Remove SuggestionsGatherer.
| * | Merge "Remove SuggestionsGatherer."Keisuke Kuroyanagi2014-07-093-98/+67
| |\ \
| | * | Remove SuggestionsGatherer.Keisuke Kuroyanagi2014-07-103-98/+67
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 13689011 Bug: 13630847 Change-Id: I9930d5ce9cbe16489dc69f68b9590d72afe463b5
* | | | am 12e63799: Merge "Quit sorting suggestions in AndroidSpellCheckerService."Keisuke Kuroyanagi2014-07-102-55/+19
|\| | | | | | | | | | | | | | | | | | | * commit '12e63799d37c21362b146df0d45449ae17d8b85f': Quit sorting suggestions in AndroidSpellCheckerService.
| * | | Merge "Quit sorting suggestions in AndroidSpellCheckerService."Keisuke Kuroyanagi2014-07-092-55/+19
| |\| | | | |/ | |/|
| | * Quit sorting suggestions in AndroidSpellCheckerService.Keisuke Kuroyanagi2014-07-102-55/+19
| | | | | | | | | | | | | | | | | | | | | | | | Suggestions have been sorted in SuggestionResults. Bug: 13689011 Change-Id: Iec21e97119ceb7c71673d5b15bb1f06040b59fef
* | | am facfd28a: Merge "Add some virama combinations and tall-a for Myanmar"Tadashi G. Takaoka2014-07-103-34/+85
|\| | | | | | | | | | | | | | * commit 'facfd28a475b4a8369107ead340be295ca1b0358': Add some virama combinations and tall-a for Myanmar