Commit Graph

38771 Commits (4b7e4686101069a42e42b7b9fa6120b773dac7c3)

Author SHA1 Message Date
Baligh Uddin 4b7e468610 Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: da7fcf9734 -s ours
am: 10dbd268bb  -s ours

* commit '10dbd268bb2de100e491eb5ede2dc562e0671740':
  Import translations. DO NOT MERGE
2016-02-25 17:12:47 +00:00
Baligh Uddin af43fb0244 Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: 8573a177e2 -s ours
am: ce294a76f8  -s ours

* commit 'ce294a76f84cb42ff7f4b85aa0799f25cafa79ba':
  Import translations. DO NOT MERGE
2016-02-25 17:12:29 +00:00
Baligh Uddin 5c81e57185 Merge "Import translations. DO NOT MERGE" into stage-aosp-master am: 9dc556a5e3 -s ours
am: 5716809c00  -s ours

* commit '5716809c008353c4cec6972517eb8ad19c2cab0b':
  Import translations. DO NOT MERGE
2016-02-25 17:12:12 +00:00
Baligh Uddin 7b2cd281eb Import translations. DO NOT MERGE am: cb83108117 -s ours
am: f274395042  -s ours

* commit 'f274395042790da73e2c8154600791b2598b2d35':
  Import translations. DO NOT MERGE
2016-02-25 17:11:57 +00:00
Baligh Uddin 10dbd268bb Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: da7fcf9734  -s ours

* commit 'da7fcf97345de3d22070a36baeda320a2821864c':
  Import translations. DO NOT MERGE
2016-02-25 16:56:18 +00:00
Baligh Uddin ce294a76f8 Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: 8573a177e2  -s ours

* commit '8573a177e22c01f244bc924dc57feda482237413':
  Import translations. DO NOT MERGE
2016-02-25 16:56:04 +00:00
Baligh Uddin 5716809c00 Merge "Import translations. DO NOT MERGE" into stage-aosp-master
am: 9dc556a5e3  -s ours

* commit '9dc556a5e30b9ff49ebf6260888a84751fcf0d90':
  Import translations. DO NOT MERGE
2016-02-25 16:55:50 +00:00
Baligh Uddin f274395042 Import translations. DO NOT MERGE
am: cb83108117  -s ours

* commit 'cb831081173e2ea85a0505e6c170008c9dc51732':
  Import translations. DO NOT MERGE
2016-02-25 16:55:36 +00:00
Baligh Uddin da7fcf9734 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:23:24 +00:00
Baligh Uddin 8573a177e2 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:23:22 +00:00
Baligh Uddin 9dc556a5e3 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2016-02-25 16:23:20 +00:00
Keisuke Kuroyanagi 30069c96ab Merge "Close FileChannels in UpdateHandler#copyFile." into nyc-dev am: fce8ed98aa
am: 14ff0a66f0

* commit '14ff0a66f0fbda0dde63b4cf7b92595568e2d55e':
  Close FileChannels in UpdateHandler#copyFile.
2016-02-25 04:26:19 +00:00
Keisuke Kuroyanagi 14ff0a66f0 Merge "Close FileChannels in UpdateHandler#copyFile." into nyc-dev
am: fce8ed98aa

* commit 'fce8ed98aa738a13332b6ccc9c5b145f17fae51f':
  Close FileChannels in UpdateHandler#copyFile.
2016-02-25 04:25:24 +00:00
Keisuke Kuroyanagi fce8ed98aa Merge "Close FileChannels in UpdateHandler#copyFile." into nyc-dev 2016-02-25 04:23:32 +00:00
Keisuke Kuroyanagi 3e2670265e Close FileChannels in UpdateHandler#copyFile.
Bug: 26239281
Change-Id: Ib30beb3548f8fb4a8e338b5da863ae28c252bc2b
2016-02-24 20:08:27 -08:00
Baligh Uddin cb83108117 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: Ib7859a1e462deaea6024653192f1242164311371
2016-02-23 15:03:10 -08:00
Baligh Uddin 11d116c406 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: I51c0478e91b05478b5b75be36e57675afc5beb25
2016-02-23 14:58:15 -08:00
Baligh Uddin 8721958ce5 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: Id6852e18eaf95fb1cdf6b63aa8c626f945274e4a
2016-02-23 14:57:06 -08:00
Baligh Uddin 47a77c5103 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 27293916
Change-Id: If0761e4bbf0f72db381aba5bee2e4a84e94f73f9
2016-02-23 14:56:20 -08:00
Yohei Yukawa ac1aaa43cc Fix runtime crash on KitKat and prior. am: 60b59042d1
am: 9f1498ca13

* commit '9f1498ca138c69cefb241fe41510452924173b32':
  Fix runtime crash on KitKat and prior.
2016-02-23 04:31:44 +00:00
Yohei Yukawa 9f1498ca13 Fix runtime crash on KitKat and prior.
am: 60b59042d1

* commit '60b59042d1f5a1449de049a7f7adb3d6e40b8b06':
  Fix runtime crash on KitKat and prior.
2016-02-23 04:25:07 +00:00
Yohei Yukawa 60b59042d1 Fix runtime crash on KitKat and prior.
This is a follow up CL to the previous CL [1], in which we started
calling Window#setNavigationBarColor(int) when the window visibility is
changed.

One thing we missed is that calling Window#setNavigationBarColor(int) on
KitKant or prior devices would result in a runtime crash.  Hence with
this CL we do not call that method unless the OS version is N or leter,
because specifying Color.TRANSPARENT would make sense on N+ devices.

  [1]: I14d9490e00caa852035a05830e76114cbe6af8f2
       6c04339c5a

Bug: 22564251
Bug: 27302540
Change-Id: Ib7299dd8c3dad4271f8fac453e690c83bda4a954
2016-02-22 20:02:27 -08:00
Geoff Mendal 05b10b33f2 Merge "Import translations. DO NOT MERGE" 2016-02-22 14:11:17 +00:00
Geoff Mendal a3b3991f45 Import translations. DO NOT MERGE
Change-Id: I3bc3886537daa0297656846275e8afb069446cfc
Auto-generated-cl: translation import
2016-02-22 06:00:25 -08:00
Geoff Mendal b5053910c3 Import translations. DO NOT MERGE
Change-Id: If1a9f265062a88eddc1b0404a543cf399b72d39d
Auto-generated-cl: translation import
2016-02-22 05:57:33 -08:00
Geoff Mendal 3a54114e82 Import translations. DO NOT MERGE
Change-Id: I544c22f6950cdcaaea92569765856409dbad9464
Auto-generated-cl: translation import
2016-02-10 05:46:49 -08:00
Yohei Yukawa 440b9983e5 Follow API removal of LocaleList#getPrimary(). am: 706fce9bb0
am: 436b68dd73

* commit '436b68dd7383214d90153df5a71d630242a64478':
  Follow API removal of LocaleList#getPrimary().
2016-02-09 22:53:41 +00:00
Yohei Yukawa 436b68dd73 Follow API removal of LocaleList#getPrimary().
am: 706fce9bb0

* commit '706fce9bb0e044f281bf12742c406964b18e9190':
  Follow API removal of LocaleList#getPrimary().
2016-02-09 19:49:13 +00:00
Yohei Yukawa 706fce9bb0 Follow API removal of LocaleList#getPrimary().
This follows up to a recent CL [1] that removed #getPrimary() method
from LocaleList class.

 [1] I75f77aea6b75e38793ed8477e5e5a4420d5e6d85
     fee44846376c212114223fc4259382921e6dca7a

Bug: 26984092
Change-Id: Ied4678d35c4dcb380ce24e9bce9336dbbf6c16b8
2016-02-09 01:03:52 -08:00
Geoff Mendal 49a4881a7c Import translations. DO NOT MERGE am: ab5c6774a9 -s ours
am: 6740e310e9  -s ours

* commit '6740e310e900061c77d26911ef60ca13e69518e5':
  Import translations. DO NOT MERGE
2016-02-08 19:19:27 +00:00
Geoff Mendal 6740e310e9 Import translations. DO NOT MERGE
am: ab5c6774a9  -s ours

* commit 'ab5c6774a902539024b0aeffc9bcd8812180c536':
  Import translations. DO NOT MERGE
2016-02-08 19:04:32 +00:00
Geoff Mendal ab5c6774a9 Import translations. DO NOT MERGE
Change-Id: Iddf2184f6d13e5a788ec2ed303346ff05dcbf377
Auto-generated-cl: translation import
2016-02-08 11:41:14 -05:00
Geoff Mendal 434b354336 Import translations. DO NOT MERGE
Change-Id: I5d01548528fd24b7e3d3a822bd259530fca308fc
Auto-generated-cl: translation import
2016-02-08 05:17:52 -08:00
Geoff Mendal 381fcf5f68 Import translations. DO NOT MERGE
Change-Id: Iebd3e06f3913a687d1490aa71421da337eea4200
Auto-generated-cl: translation import
2016-02-03 06:10:10 -08:00
Yohei Yukawa 38b15afb47 Suppress redundant TYPE_WINDOWS_STATE_CHANGED.
Bug: 23975618
Change-Id: I5933beaa5b28404f85e100461bdeab5496eb3c0e
2016-02-02 13:50:57 -08:00
Geoff Mendal 5074304dbd Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev am: 7ac5ae6209 -s ours
am: fb23664e2e  -s ours

* commit 'fb23664e2e2886a7bf330be8f58bc43fea78aa26':
  Import translations. DO NOT MERGE
2016-02-02 16:06:48 +00:00
Geoff Mendal 5c4f81f49c Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev am: b5c715a7b1 -s ours
am: 986fc583ba  -s ours

* commit '986fc583ba20019cefd36357bf40dd326f31200e':
  Import translations. DO NOT MERGE
2016-02-02 16:06:12 +00:00
Geoff Mendal 8584055d93 Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev am: 9af165b878 -s ours
am: 2244b48985  -s ours

* commit '2244b489850684cc350899adced14fef1ff9973f':
  Import translations. DO NOT MERGE
2016-02-02 16:01:32 +00:00
Geoff Mendal 65196c80de Merge branch \'mnc-dr2-dev\' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/packages/inputmethods/LatinIME into mnc-dr2-dev am: 904a89c20b
am: 6de2f31f45

* commit '6de2f31f45cd51e14cc3191c6908af00674cfb0e':
  Import translations. DO NOT MERGE
2016-02-02 16:01:19 +00:00
Geoff Mendal a506eec9dc Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev am: c1967edb1d -s ours am: 89266e7eef -s ours
am: 1bfc6ebc53  -s ours

* commit '1bfc6ebc536a9feb8d26c363b6a7e8642d761012':
  Import translations. DO NOT MERGE
2016-02-02 16:01:06 +00:00
Geoff Mendal 6911dbdb06 Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev am: 5e30472110 -s ours am: 77b1667000 -s ours
am: 8da77361d8  -s ours

* commit '8da77361d8bb6ccf03e5f8d5f14acab10934624e':
  Import translations. DO NOT MERGE
2016-02-02 16:00:53 +00:00
Geoff Mendal a255ca803d Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev am: edb0f1c3b1 -s ours am: 91d7e15277 -s ours
am: 0f242a6c12  -s ours

* commit '0f242a6c12232c07c2d9965b62ae6af3aa46a988':
  Import translations. DO NOT MERGE
2016-02-02 16:00:39 +00:00
Geoff Mendal 84690b1b01 Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev am: 0bd70798c6 -s ours am: b9e5a1ff03 -s ours
am: bd8252ef04  -s ours

* commit 'bd8252ef04c2282c3f5f311e963f225de246253d':
  Import translations. DO NOT MERGE
2016-02-02 16:00:26 +00:00
Geoff Mendal 2e4edc70f1 Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev am: d23b30dc24 -s ours
am: ae01a6a8a4  -s ours

* commit 'ae01a6a8a44006c3881242c1852f6c6dd0a3ffe0':
  Import translations. DO NOT MERGE
2016-02-02 16:00:09 +00:00
Geoff Mendal d6035fcac6 Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev am: 78607504d6 -s ours
am: 1b90f4bfa9  -s ours

* commit '1b90f4bfa9850eaa28e9d7180f94e91048d83b49':
  Import translations. DO NOT MERGE
2016-02-02 15:58:13 +00:00
Geoff Mendal bbca26d3f7 Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev am: 56c9dac3c7 -s ours am: 15ed73df76 -s ours
am: 086d1107d5  -s ours

* commit '086d1107d5c300569b79ca3095aaf732b8f54a6a':
  Import translations. DO NOT MERGE
2016-02-02 15:58:00 +00:00
Geoff Mendal 7e2ec74494 Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev am: 2cbd636c70 -s ours am: bd101c8033 -s ours
am: 1f95524a43  -s ours

* commit '1f95524a43efaa4c212ea87121c56bb42657242d':
  Import translations. DO NOT MERGE
2016-02-02 15:57:48 +00:00
Geoff Mendal a3a4f78f38 Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev am: 94ffd0b43b -s ours
am: 718e0149a6  -s ours

* commit '718e0149a6d4a40f7c76dd2f5c2c409809a805c9':
  Import translations. DO NOT MERGE
2016-02-02 15:57:31 +00:00
Geoff Mendal fb23664e2e Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev
am: 7ac5ae6209  -s ours

* commit '7ac5ae620965638d3a56941789377b60c48fef22':
  Import translations. DO NOT MERGE
2016-02-02 15:57:23 +00:00
Geoff Mendal 986fc583ba Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev
am: b5c715a7b1  -s ours

* commit 'b5c715a7b1522c0348ba032249c8df32bd83d756':
  Import translations. DO NOT MERGE
2016-02-02 15:57:11 +00:00