Baligh Uddin
8db41fe7b0
Import translations. DO NOT MERGE
...
Change-Id: I5d284a5f27834737993c75974cc5b3361a157f4e
Auto-generated-cl: translation import
2014-10-30 13:12:29 -07:00
Elliott Hughes
b6e004261c
am c8dce896: Merge "Fix not to show a log with empty default ime"
...
* commit 'c8dce8966b84203befb87a24a9d2d8ee87a39f7b':
Fix not to show a log with empty default ime
2014-10-30 03:06:12 +00:00
Elliott Hughes
c8dce8966b
Merge "Fix not to show a log with empty default ime"
2014-10-30 03:02:01 +00:00
Hyejin Kim
e6ef68b15a
Fix not to show a log with empty default ime
...
It'll make reboot to show a log with empty defualt ime.
Bug: 18165757
Change-Id: Ieec2532cbe003cb6307a70748a2f6c8987708eae
2014-10-30 09:22:17 +09:00
Vladimir Marko
548101cb96
am e5fe7f3f: Merge "Fix android_media_AudioSystem_getMasterMute return type."
...
* commit 'e5fe7f3f4069b176a0465617dceb630a52b710c0':
Fix android_media_AudioSystem_getMasterMute return type.
2014-10-29 21:57:16 +00:00
Vladimir Marko
e5fe7f3f40
Merge "Fix android_media_AudioSystem_getMasterMute return type."
2014-10-29 21:52:02 +00:00
Vladimir Marko
b4b5518c81
Fix android_media_AudioSystem_getMasterMute return type.
...
Caused FPU stack overflow on x86.
Bug: 18023418
(cherry picked from commit c1bcdbb75877d99972f1cd13a9c40126822621bc)
Change-Id: Ia1b5a1da52b20c2e0a84321e784cd795ec649e66
2014-10-29 21:18:00 +00:00
Calin Juravle
5d5e4b14f6
am 43a92646: Merge "Use native brige only if we have a private data directory."
...
* commit '43a9264619e08f464dd4f184e53441a440cca09f':
Use native brige only if we have a private data directory.
2014-10-29 13:21:09 +00:00
Calin Juravle
43a9264619
Merge "Use native brige only if we have a private data directory."
2014-10-29 13:15:49 +00:00
Calin Juravle
6a4d2369e5
Use native brige only if we have a private data directory.
...
Bug: 18027433
Change-Id: I59b1b1cbe1d7d14b93d8bb6d4255c951d9e469b6
2014-10-29 12:40:03 +00:00
Narayan Kamath
4ed472ab33
resolved conflicts for merge of 3028394c to stage-aosp-master
...
Change-Id: I980e4c95cdc6a4778cef3298338692656d23e7c6
2014-10-29 12:12:37 +00:00
Narayan Kamath
fa945c105b
am e87d36f8: Merge "Revert "Remove unused apache related API.""
...
* commit 'e87d36f8925a34f85ba80c886757d07ad03fed42':
Revert "Remove unused apache related API."
2014-10-29 11:30:11 +00:00
Narayan Kamath
d3389e2f32
resolved conflicts for merge of 9834af9c to stage-aosp-master
...
Change-Id: Ibdada14406f49684cf345162204b9810452f25a2
2014-10-29 11:23:45 +00:00
Narayan Kamath
b27ea56312
am 00fd3639: Merge "Remove tests/SslLoad."
...
* commit '00fd36399fd8dd9566b582c24817d130982bc270':
Remove tests/SslLoad.
2014-10-29 05:47:26 +00:00
Andreas Gampe
dfdc6acc48
resolved conflicts for merge of 3c8cf51f into stage-aosp-master
...
Change-Id: I507358be6186c4b8d1968cd4e370afe9fd1a02eb
2014-10-28 20:42:53 -07:00
Calin Juravle
5d4deb8246
am f7d24d24: Merge "PreInitializeNativeBridge only if its Available"
...
* commit 'f7d24d244319599f62c22e29c3e6540d6cbadf49':
PreInitializeNativeBridge only if its Available
2014-10-28 19:28:42 +00:00
Elliott Hughes
87ce99ca72
am ced7ebdb: Merge "Migrate off timeFormat12 and timeFormat24."
...
* commit 'ced7ebdb1d522b4206e2048b278554ca841aeaba':
Migrate off timeFormat12 and timeFormat24.
2014-10-28 04:39:24 +00:00
Chih-Hung Hsieh
3028394c46
Merge "Suppress Clang compilation warnings."
2014-10-27 18:36:52 +00:00
Narayan Kamath
e87d36f892
Merge "Revert "Remove unused apache related API.""
2014-10-27 16:55:42 +00:00
Narayan Kamath
31f54ef815
Revert "Remove unused apache related API."
...
This reverts commit 3f2714e18bfd979aefefa1d45c50a69fca21cf14.
Change-Id: Ie0e51897ab509d112dc37ca7b90b4139b0a82d8d
2014-10-27 16:55:14 +00:00
Narayan Kamath
9834af9ccf
Merge "Remove unused apache related API."
2014-10-27 16:17:21 +00:00
Narayan Kamath
00fd36399f
Merge "Remove tests/SslLoad."
2014-10-27 16:16:23 +00:00
Narayan Kamath
3c8cf51f86
Merge "Stop using apache http to download Gps XTRA data."
2014-10-27 16:16:11 +00:00
Calin Juravle
f7d24d2443
Merge "PreInitializeNativeBridge only if its Available"
2014-10-27 15:16:03 +00:00
Calin Juravle
79ec4c15ab
PreInitializeNativeBridge only if its Available
...
Also, assert that we always have a private application directory for non
system_server case.
Change-Id: I8397d7f7b04cde0bf65b60ca415bf3f4b349783c
2014-10-27 14:45:33 +00:00
Chih-Hung Hsieh
d3448e437a
Suppress Clang compilation warnings.
...
Ignore warnings about unused parameters and initialization of static
constant float data members.
Change one potential error of allocating variable length
array of non-POD element type on stack.
Fix mismatch of class and struct declaration tags.
BUG: 17512760
Change-Id: I3a09c945fb1c17f27aff74a7e439dd4c35d1fb32
2014-10-24 15:42:14 -07:00
Craig Mautner
9d9aac4cac
resolved conflicts for merge of 2bf3800b to stage-aosp-master
...
Change-Id: I3e650f90521e4d615504c3423ab228966389a482
2014-10-24 13:12:08 -07:00
Narayan Kamath
3f2714e18b
Remove unused apache related API.
...
Hidden and used only in unit tests.
Change-Id: I492b735f0f7e129946e28c31ad9d91c98aacf987
2014-10-24 14:27:07 +01:00
Narayan Kamath
3f2d1a460a
Remove tests/SslLoad.
...
Crufty code that hasn't been touched in the past five years.
The test seems generally useless and there are dozens of richer
tests and benchmarks in conscrypt and libcore.
Change-Id: Ifbec8d419fd37f3b6323c9c74f47d0b7c85c9d4b
2014-10-24 14:16:41 +01:00
Narayan Kamath
c273edbba5
Stop using apache http to download Gps XTRA data.
...
Also, general cleanup of unused parameters.
Change-Id: Iebd1aa05de9cd676b0b6d08c99df8c15b8e8473c
2014-10-24 13:41:27 +01:00
Elliott Hughes
ced7ebdb1d
Merge "Migrate off timeFormat12 and timeFormat24."
2014-10-23 18:21:56 +00:00
Elliott Hughes
f7d5e0a53e
Migrate off timeFormat12 and timeFormat24.
...
libcore now offers a wider variety of 12-/24-hour time formats,
so be more specific about which one we want here.
(cherry-pick of 85f60d3a03b5b5d9a0e8b8a138eb85a6b53a1eca.)
Bug: 10361358
Change-Id: I846ab7a6f84cd49e876ad21e9366aff1600e0530
2014-10-23 11:18:21 -07:00
Craig Mautner
2bf3800b10
Merge "Doesn't re-sort app windows when move task to top"
2014-10-22 21:19:43 +00:00
Bill Yi
5a71f83227
Merge lmp-dev-plus-aosp-without-vendor into stage-aosp-master
...
Change-Id: I7063b7b52e9c09a57eb6bf3b4ffa3716d58ebf43
2014-10-22 09:00:49 -07:00
tingna_sung
27d2ea2242
Doesn't re-sort app windows when move task to top
...
To avoid app window isn't moved by new task order when move task to top
Change-Id: I5f8a901bb2f20a163b7fa0a59d1dc58c1fca5f1f
Signed-off-by: tingna_sung <tingna_sung@htc.com>
2014-10-22 11:58:06 +08:00
Craig Mautner
52656916e3
am 4c101015: Merge "Avoid to skip app window due to un-assigned sending to bottom state while app window sort"
...
* commit '4c1010152e487d3471e6703e8a9f8c1010488d47':
Avoid to skip app window due to un-assigned sending to bottom state while app window sort
2014-10-21 19:45:41 +00:00
Craig Mautner
4c1010152e
Merge "Avoid to skip app window due to un-assigned sending to bottom state while app window sort"
2014-10-21 19:24:18 +00:00
Elliott Hughes
09a7d324ef
am 388dbd28: Merge "Include <time.h> for clock_nanosleep."
...
* commit '388dbd28ac977782c2ff7a0ba97e2fbfaebfed4b':
Include <time.h> for clock_nanosleep.
2014-10-21 17:53:50 +00:00
Elliott Hughes
388dbd28ac
Merge "Include <time.h> for clock_nanosleep."
2014-10-21 17:49:03 +00:00
Elliott Hughes
bb94f3107e
Include <time.h> for clock_nanosleep.
...
Change-Id: If3098fa03003bce5d06d60e9129c10cce3c850bb
2014-10-21 10:41:33 -07:00
tingna_sung
9dde78f7da
Avoid to skip app window due to un-assigned sending to bottom state while app window sort
...
should assign value of WindowToken.sendingToBottom according to the state of this token is moved to top or bottom
to avoid app window is skiped incorrectly due to sending to bottom state is un-assigned while app window sort
and finding focus window.
Change-Id: I190838d1d01ca229155d5176930178ab41335556
Signed-off-by: tingna_sung <tingna_sung@htc.com>
2014-10-22 00:07:08 +08:00
Dan Albert
3d23d557ff
am 7f2bc6c7: Merge "More LOCAL_ADDITIONAL_DEPENDENCIES."
...
* commit '7f2bc6c73b9f21515235fb638a0f510af3c45b44':
More LOCAL_ADDITIONAL_DEPENDENCIES.
2014-10-21 16:06:36 +00:00
Dan Albert
7f2bc6c73b
Merge "More LOCAL_ADDITIONAL_DEPENDENCIES."
2014-10-21 16:03:10 +00:00
Dan Albert
00b4e773ab
More LOCAL_ADDITIONAL_DEPENDENCIES.
...
Change-Id: I9bf20507442b0722e93446fdb32d8236be974e28
2014-10-21 08:58:39 -07:00
Dmitriy Ivanov
a0d07d49b8
am 9be7db6e: am 952dd924: Merge "Switch to libsigchain.a"
...
* commit '9be7db6e3bc374efd9dcff744deab92148e20dbd':
Switch to libsigchain.a
2014-10-21 03:29:46 +00:00
Dmitriy Ivanov
9be7db6e3b
am 952dd924: Merge "Switch to libsigchain.a"
...
* commit '952dd9241675fe73d4246dc16232682b32952bd3':
Switch to libsigchain.a
2014-10-21 03:22:34 +00:00
Dmitriy Ivanov
952dd92416
Merge "Switch to libsigchain.a"
2014-10-21 03:14:28 +00:00
RoboErik
e55300b14a
am 2fa604fc: Merge "Add missing break to switch statement" into lmp-dev
...
* commit '2fa604fc59ded63a416066a0bc66f63069cae7f3':
Add missing break to switch statement
2014-10-20 22:13:58 +00:00
RoboErik
2fa604fc59
Merge "Add missing break to switch statement" into lmp-dev
2014-10-20 22:08:07 +00:00
Dan Albert
2095ed4ef6
am 9295a135: am e40974d9: Merge "Fix an overflow found by ASAN."
...
* commit '9295a1354eb8220be9a0a40985253c6cdfac35c3':
Fix an overflow found by ASAN.
2014-10-20 22:01:02 +00:00