aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | am a270ac4a: Remove unnecessary DebugSettingsActivity, use fragment directlyTadashi G. Takaoka2014-07-246-63/+3
| |\ \ \ | | |/ / | |/| / | | |/ | | | * commit 'a270ac4a61ff64f5d262a212b0bf4c128d3ce8d7': Remove unnecessary DebugSettingsActivity, use fragment directly
| | * Remove unnecessary DebugSettingsActivity, use fragment directlyTadashi G. Takaoka2014-07-236-63/+3
| | | | | | | | | | | | | | | | | | | | | This CL must be checked in together with I1db2e848ab. Bug: 16522808 Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c
| * | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-07-2273-2664/+1080
| |\ \
| | * | Import translations. DO NOT MERGEBaligh Uddin2014-07-2273-2664/+1080
| | | | | | | | | | | | | | | | | | | | Change-Id: I8916526987bd2008b85222124bf465114e4d592c Auto-generated-cl: translation import
| * | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-07-224-0/+108
| |\ \ \
| | * | | Import translations. DO NOT MERGEBaligh Uddin2014-07-224-0/+108
| | |/ / | | | | | | | | | | | | | | | | Change-Id: I95653f0874ab89771a1aa60cb3a01cb3cfedf01a Auto-generated-cl: translation import
| * | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-07-225-70/+35
| |\ \ \
| | * | | Import translations. DO NOT MERGEBaligh Uddin2014-07-225-70/+35
| | |/ / | | | | | | | | | | | | | | | | Change-Id: I8ffb44bf95c317dca14df03e5627bd9870acccb5 Auto-generated-cl: translation import
| * | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-07-225-0/+120
| |\ \ \
| | * | | Import translations. DO NOT MERGEBaligh Uddin2014-07-225-0/+120
| | |/ / | | | | | | | | | | | | | | | | Change-Id: I844a25e74c1cd451523248ae0d09ba9d40c3d09d Auto-generated-cl: translation import
| * / / Import translations. DO NOT MERGEBaligh Uddin2014-07-2256-0/+47658
| |/ / | | | | | | | | | | | | Change-Id: I2f8c16e0dcaf894d2c0acb70c5804969ac618500 Auto-generated-cl: translation import
| * / Import translations. DO NOT MERGEBaligh Uddin2014-07-228-602/+302
| |/ | | | | | | | | Change-Id: Ic1191118d6f8d9dc2bcc6c293c4ffa0f86be34c6 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2014-07-2257-1012/+311
| | | | | | | | | | Change-Id: Ie5e463b792381613105191536f50f20a05a76916 Auto-generated-cl: translation import
* | am e2ceff04: am 3f513f10: Enable InputMethodService#onUpdateCursor behind ↵Yohei Yukawa2014-07-213-39/+31
|\| | | | | | | | | | | | | the flag * commit 'e2ceff04582791af2d25facfa5124b44ea95de3b': Enable InputMethodService#onUpdateCursor behind the flag
| * Enable InputMethodService#onUpdateCursor behind the flagYohei Yukawa2014-07-203-39/+31
| | | | | | | | | | | | | | | | | | | | With this CL, InputMethodService#onUpdateCursor and InputMethodService#onUpdateCursorAnchorInfo can be enabled on L when ENABLE_CURSOR_ANCHOR_INFO_CALLBACK and ENABLE_CURSOR_RECT_CALLBACK are specified, respectively. BUG: 16382260 Change-Id: I29924128f6bd2f08cbd91cc4e82c9c4a6ecce3ff
* | am 21036c27: am 91e7daad: Merge "Use CharSequence for spell checker to keep ↵Yohei Yukawa2014-07-215-32/+43
|\| | | | | | | | | | | | | spans preserved" into lmp-dev * commit '21036c277648bf43b40295dc0da6972354f57b57': Use CharSequence for spell checker to keep spans preserved
| * Merge "Use CharSequence for spell checker to keep spans preserved" into lmp-devYohei Yukawa2014-07-175-32/+43
| |\
| | * Use CharSequence for spell checker to keep spans preservedYohei Yukawa2014-07-205-32/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Remove deprecated locales - DO NOT MERGEBaligh Uddin2014-07-2067-6817/+0
| |/ | | | | | | Change-Id: I8c1efe2343eea40faf7a690518c500af86c1c323
* | am 080eba65: am 22ba22f3: Merge "Add two convenient utility methods for L ↵Yohei Yukawa2014-07-211-6/+70
|\ \ | | | | | | | | | | | | | | | | | | new API" into lmp-dev * commit '080eba652d2aba82d8b86a84a166529ca9303714': Add two convenient utility methods for L new API
| * | am 22ba22f3: Merge "Add two convenient utility methods for L new API" into ↵Yohei Yukawa2014-07-211-6/+70
| |\| | | | | | | | | | | | | | | | | | | lmp-dev * commit '22ba22f32dc9d59a0dccc8d1bca7aaee90e90b2a': Add two convenient utility methods for L new API
| | * Merge "Add two convenient utility methods for L new API" into lmp-devYohei Yukawa2014-07-181-6/+70
| | |\
| | | * Add two convenient utility methods for L new APIYohei Yukawa2014-07-191-6/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL adds two convenient utility methods for InputConnection#requestCursorAnchorInfo to encapsulate a bit complicated parameter construction. BUG: 16382260 Change-Id: Ib11e3bd15a4edcb602c08ff830b2fb7b34ec00da
* | | | am ec8d08af: am 34da7494: Merge "Update Hindi Compact keyboard layout" into ↵Tadashi G. Takaoka2014-07-214-8/+16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev * commit 'ec8d08af28a598ab0321ffdb7aa302d95a99ec55': Update Hindi Compact keyboard layout
| * | | am 34da7494: Merge "Update Hindi Compact keyboard layout" into lmp-devTadashi G. Takaoka2014-07-214-8/+16
| |\| | | | | | | | | | | | | | | | | | * commit '34da7494374d44b37d051c6c1a967d6c243ac5a7': Update Hindi Compact keyboard layout
| | * | Merge "Update Hindi Compact keyboard layout" into lmp-devTadashi G. Takaoka2014-07-194-8/+16
| | |\ \
| | | * | Update Hindi Compact keyboard layoutTadashi G. Takaoka2014-07-194-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13779052 Change-Id: I350e5521b41d2a0b1cc17b6d4a48e6a816db916c
* | | | | am 9c6abf3e: am 639c93f4: Remove unused Key.keyLabelFlags\' valuesTadashi G. Takaoka2014-07-2111-96/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '9c6abf3eceea1090021efad12f86379c27efdbc1': Remove unused Key.keyLabelFlags' values
| * | | | am 639c93f4: Remove unused Key.keyLabelFlags\' valuesTadashi G. Takaoka2014-07-2111-96/+4
| |\| | | | | | | | | | | | | | | | | | | | | | | * commit '639c93f43bc51a8328d7dc11a09a3bd77974aeae': Remove unused Key.keyLabelFlags' values
| | * | | Remove unused Key.keyLabelFlags' valuesTadashi G. Takaoka2014-07-1911-96/+4
| | |/ / | | | | | | | | | | | | Change-Id: Iae3cd6674448f258ee0a4bf2966bf3c347876b4f
* | | | am dba82c67: am 5bb0bff0: Merge "Enable StringUtils to split CharSequence ↵Yohei Yukawa2014-07-211-0/+52
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | like String#split" into lmp-dev * commit 'dba82c677a0bca0aac9d4847f5833baa74c91242': Enable StringUtils to split CharSequence like String#split
| * | | am 5bb0bff0: Merge "Enable StringUtils to split CharSequence like ↵Yohei Yukawa2014-07-211-0/+52
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | String#split" into lmp-dev * commit '5bb0bff0e4ae0553c3732378d1e328b9fea0b88d': Enable StringUtils to split CharSequence like String#split
| | * | Merge "Enable StringUtils to split CharSequence like String#split" into lmp-devYohei Yukawa2014-07-171-0/+52
| | |\ \ | | | |/ | | |/|
| | | * 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