aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Import translations. DO NOT MERGE" into nyc-mr1-devTreeHugger Robot2016-08-152-2/+2
|\
| * Import translations. DO NOT MERGEBill Yi2016-08-152-2/+2
| | | | | | | | | | Change-Id: I0911f20f0e504f22f0a1eacf6bc5a79ad3de1b04 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-mr1-devTreeHugger Robot2016-08-153-3/+3
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-08-153-3/+3
| |/ | | | | | | | | Change-Id: Ia048617176780c2ce26920b1dd4e30355939174a Auto-generated-cl: translation import
* / Import translations. DO NOT MERGEBill Yi2016-08-151-1/+1
|/ | | | | Change-Id: I1b323eab107d6745df4053b15009fab0ae0b62bf Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE" into nyc-mr1-devTreeHugger Robot2016-07-217-173/+310
|\
| * Import translations. DO NOT MERGEBill Yi2016-07-207-173/+310
| | | | | | | | | | Change-Id: I336a3e3ab53e2f7cdc22005e9d7eb8d14092a7e8 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-mr1-devTreeHugger Robot2016-07-211-0/+27
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-07-201-0/+27
| |/ | | | | | | | | Change-Id: I619e4c01a73a42d9436075df9a25ebf9c5a1b5fd Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-mr1-devTreeHugger Robot2016-07-213-12/+47
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-07-203-12/+47
| |/ | | | | | | | | Change-Id: Ibac449f0ef30e676c39757660b473ee71cf7c804 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-mr1-devTreeHugger Robot2016-07-212-0/+48
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-07-202-0/+48
| |/ | | | | | | | | Change-Id: Ic7bcee440b44ec13c5d74cefe1c0d5ec1abc4a31 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-mr1-devTreeHugger Robot2016-07-213-1/+225
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-07-203-1/+225
| |/ | | | | | | | | Change-Id: Iccd2d3da4e190da72de2f8220c881215ecd548a9 Auto-generated-cl: translation import
* / Import translations. DO NOT MERGEBill Yi2016-07-204-6/+6
|/ | | | | Change-Id: Ibdbd0f6cc3164d3744f2b197c611fc085ca27a09 Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE" into nyc-mr1-devBill Yi2016-06-0577-1291/+753
|\
| * Import translations. DO NOT MERGEBill Yi2016-06-0377-1291/+753
| | | | | | | | | | Change-Id: Ie341cf89a71387d703b8449ae08174dc5af9db85 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-mr1-devBill Yi2016-06-051-1/+1
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-06-031-1/+1
| |/ | | | | | | | | Change-Id: Ic7d7963998d181c5d6f0284e4a79ba94ad7321e6 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-mr1-devTreeHugger Robot2016-06-035-9/+9
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-06-035-9/+9
| |/ | | | | | | | | Change-Id: Icdf189478cb46eb9bda5bef050509fe695eea4e6 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-mr1-devTreeHugger Robot2016-06-033-3/+3
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-06-033-3/+3
| |/ | | | | | | | | Change-Id: I4503b1f3bd5fcc6de2271fcc17f9352725b05363 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-mr1-devTreeHugger Robot2016-06-031-1/+1
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-06-031-1/+1
| |/ | | | | | | | | Change-Id: Ifb9fe9111f96beea45495eef097eab0c0bb8a857 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-mr1-devTreeHugger Robot2016-06-031-2/+2
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-06-031-2/+2
| |/ | | | | | | | | Change-Id: Ief86e865ecda707355597431fe3a0a3d16bc933d Auto-generated-cl: translation import
* / Import translations. DO NOT MERGEBill Yi2016-06-0310-25/+25
|/ | | | | Change-Id: I9654d31291c4e976aea7257c6552128d29816d8e Auto-generated-cl: translation import
* Follow class package change: LocaleListYohei Yukawa2016-05-181-1/+1
|\ | | | | | | | | | | | | | | | | am: 156139edd8 * commit '156139edd8f2f845e70861a962aba684aa6e9c3c': Follow class package change: LocaleList Change-Id: I641d1e4a32f78a9599267c70279971c816a366b1
| * Follow class package change: LocaleListYohei Yukawa2016-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | In order to avoid layering violation, LocaleList needs to be moved from android.util package to android.os package [1]. This CL follows up that package change. No behavior change is intended. [1]: Ia8de2ee9df3dd0a42b1fe84574439519b680fe18 Bug: 28819696 Change-Id: Ie795c191e299358c7c463693823f309ce61cc985
| * Merge "Import translations. DO NOT MERGE" into nyc-devBaligh Uddin2016-05-0480-1247/+846
| |\
| | * Import translations. DO NOT MERGEBaligh Uddin2016-05-0380-1247/+846
| |/ |/| | | | | | | | | | | Auto-generated-cl: translation import Bug: 28463229 Change-Id: I312a18663314497174fdadc574e55ef03073cd54
| * Merge "Import translations. DO NOT MERGE" into nyc-devBaligh Uddin2016-05-042-0/+224
| |\
| | * Import translations. DO NOT MERGEBaligh Uddin2016-05-032-0/+224
| |/ |/| | | | | | | | | | | Auto-generated-cl: translation import Bug: 28463229 Change-Id: I0ece40ba9d78c92dab06f2b9861dee7ef221081c
| * Merge "Import translations. DO NOT MERGE" into nyc-devBaligh Uddin2016-05-041-1/+1
| |\
| | * Import translations. DO NOT MERGEBaligh Uddin2016-05-031-1/+1
| |/ |/| | | | | | | | | | | Auto-generated-cl: translation import Bug: 28463229 Change-Id: I80bbe7ca3bf53da96b2dc52907b8ca7950281a56
| * Merge "Import translations. DO NOT MERGE" into nyc-devBaligh Uddin2016-05-044-6/+6
| |\
| | * Import translations. DO NOT MERGEBaligh Uddin2016-05-034-6/+6
| |/ |/| | | | | | | | | | | Auto-generated-cl: translation import Bug: 28463229 Change-Id: I4d269572319b49c8e9dc336f05d18309419ea812
| * Merge "Import translations. DO NOT MERGE" into nyc-devBaligh Uddin2016-05-042-0/+48
| |\
| | * Import translations. DO NOT MERGEBaligh Uddin2016-05-032-0/+48
| |/ |/| | | | | | | | | | | Auto-generated-cl: translation import Bug: 28463229 Change-Id: I0f5b249a5bdacdac2c25d7f2749788cbdfec39fe
| * Merge "Import translations. DO NOT MERGE" into nyc-devBaligh Uddin2016-05-041-0/+27
| |\
| | * Import translations. DO NOT MERGEBaligh Uddin2016-05-031-0/+27
| |/ |/| | | | | | | | | | | Auto-generated-cl: translation import Bug: 28463229 Change-Id: Ia9394c3e4b04ceefbcf12503c69df00fafc62495
| * Import translations. DO NOT MERGEBaligh Uddin2016-05-032-11/+46
|/ | | | | | | Auto-generated-cl: translation import Bug: 28463229 Change-Id: If5df56492630f8708bbbccb875856f9635206f78
* Import translations. DO NOT MERGEBill Yi2016-04-042-5/+5
| | | | | Change-Id: Icc1edaa3ec28e11ed6520e3363d6b210fe7ee335 Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE" into nyc-devGeoff Mendal2016-03-1979-234/+748
|\
| * Import translations. DO NOT MERGEGeoff Mendal2016-03-1879-234/+748
| | | | | | | | | | Change-Id: Ie8dddc467e695a05206fcbc8e0ec6cbcb66108ee Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-devGeoff Mendal2016-03-192-2/+2
|\ \
| * | Import translations. DO NOT MERGEGeoff Mendal2016-03-182-2/+2
| |/ | | | | | | | | Change-Id: I16a6b97b27126824e7a2f58c82af51485cfa1171 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-devGeoff Mendal2016-03-192-2/+2
|\ \