Baligh Uddin
274a6049ed
Merge "Import translations. DO NOT MERGE" into lmp-preview-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
e6f60bf55c
Import translations. DO NOT MERGE
...
Change-Id: Icdc14f6d978d7a4efc32326b9e40cabd8133e342
Auto-generated-cl: translation import
2014-07-05 14:04:26 -07:00
Baligh Uddin
314bfe0710
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
6024630882
Import translations. DO NOT MERGE
...
Change-Id: I4a6f893b2d7157b8d7d70cb41a5b9c75043342dc
Auto-generated-cl: translation import
2014-07-05 09:20:43 -07:00
Baligh Uddin
ab157d740e
Merge "Import translations. DO NOT MERGE" into klp-ub-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
54cf94137e
Import translations. DO NOT MERGE
...
Change-Id: I99893089a51a6984d44db22628dccc90b0867faf
Auto-generated-cl: translation import
2014-07-05 09:30:04 -07:00
Baligh Uddin
43ba3ba479
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
01cad39548
Import translations. DO NOT MERGE
...
Change-Id: I870d8d23d6d1923dcfa118d151e26bf9b7a8f86e
Auto-generated-cl: translation import
2014-07-05 09:27:47 -07:00
Baligh Uddin
b4600e793b
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
4927253e02
Import translations. DO NOT MERGE
...
Change-Id: I99d859070b0a2d65c9e57556f7ccc0b4dfb3a995
Auto-generated-cl: translation import
2014-07-05 09:44:21 -07:00
Baligh Uddin
f1c1e725ec
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
4430714771
Import translations. DO NOT MERGE
...
Change-Id: I2898d53a3f6bf4fc920fa8c3bc122d00aa879d18
Auto-generated-cl: translation import
2014-07-05 14:00:41 -07:00
Baligh Uddin
add3fb664a
Merge "Import translations. DO NOT MERGE" into klp-ub-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
bc3bd6c3e4
Import translations. DO NOT MERGE
...
Change-Id: Ie1868681bbc06d89a0695863e9146cd2ee85a5de
Auto-generated-cl: translation import
2014-07-05 14:10:06 -07:00
Baligh Uddin
1ae374d95d
Merge "Import translations. DO NOT MERGE" into lmp-preview-dev
2014-07-05 02:59:43 +00:00
Baligh Uddin
99c686ba21
Import translations. DO NOT MERGE
...
Change-Id: If81d0c4fa3f54f621472e3b188fa9b3fce8c38f2
Auto-generated-cl: translation import
2014-07-05 15:34:02 -07:00
Baligh Uddin
ad0d4f8456
Import translations. DO NOT MERGE
...
Change-Id: I767513b0d247eb29325b3e512e2b95e720152570
Auto-generated-cl: translation import
2014-07-05 15:13:27 -07:00
David Friedman
42fcd1463d
Change list for NDK Revision 10. Staged at:
...
http://boku.mtv.corp.google.com:9198/tools/sdk/ndk/index.html
Change-Id: I8c66a209f3fa86cb9743b193d20b2114aa6a0ee4
2014-07-04 11:40:19 -07:00
Narayan Kamath
2d067babdb
am 29a9d27d: am 358a3f71: Merge "fix AudioTrack and AudioRecord JNI"
...
* commit '29a9d27d3c9224a7709a41096d7a958c8177ac19':
fix AudioTrack and AudioRecord JNI
2014-07-04 09:23:55 +00:00
Narayan Kamath
0cf2e65dc0
am 5ae312fb: am 759e0d6a: Merge "Fix LocalePicker locale filtering."
...
* commit '5ae312fb5b601d2c60e197f94c6a292700776140':
Fix LocalePicker locale filtering.
2014-07-04 09:22:57 +00:00
Narayan Kamath
29a9d27d3c
am 358a3f71: Merge "fix AudioTrack and AudioRecord JNI"
...
* commit '358a3f716850e96716b766c63d50d3425a4c9ed7':
fix AudioTrack and AudioRecord JNI
2014-07-04 08:49:02 +00:00
Narayan Kamath
5ae312fb5b
am 759e0d6a: Merge "Fix LocalePicker locale filtering."
...
* commit '759e0d6a7a258dbc34a38a7db320827eb9144487':
Fix LocalePicker locale filtering.
2014-07-04 08:48:58 +00:00
Narayan Kamath
501bb0a5e4
Merge "Fix issue when converting fil->tl."
2014-07-04 08:02:36 +00:00
Narayan Kamath
fec5106c8e
Fix issue when converting fil->tl.
...
We should call ResourceTable::getLocales directly,
and not AssetManager::getLocales. The latter will convert
"tl" to "fil" so we'll end up thinking we have resources
for "fil" when we don't really have any.
bug: 15873165
Change-Id: I9753e4608aaecede328a40ee1f3ee6b016d0dedc
2014-07-07 09:51:01 +01:00
Narayan Kamath
759e0d6a7a
Merge "Fix LocalePicker locale filtering."
2014-07-04 08:02:36 +00:00
riddle_hsu
a4f1f8a239
[ActivityManager] Prevent kill a restarted process again.
...
Root Cause:
Use removeTask with flag ActivityManager.REMOVE_TASK_KILL_PROCESS will set waitingToKill = "remove task"
to the target process when its setSchedGroup is not BG_NONINTERACTIVE.
Later the target process may be killed when applying oom-adj due to setSchedGroup has changed to BG_NONINTERACTIVE.
If the process is needed to restart, the process record will be resued.
Then the restarted process may be killed again because its waitingToKill is not null.
Solution:
Clean waitingToKill when process is dead.
Change-Id: I5ffb5388127f4221da4c700d3f1c224f7ca6e7b2
2014-07-04 12:19:41 +08:00
Narayan Kamath
80b574199c
Fix LocalePicker locale filtering.
...
This was broken by commit b27c137087ee92674 which
removed a badly phrased check. Prior to that commit,
there was a check that excluded locales whose toString()
length was not 5.
This change reinstates that check in a less roundabout
way, by excluding BCP-47 tags that don't have a country
subtag.
bug: 16038949
Change-Id: Ic24b1df87b2e2ce47d9ae04c7759088721f27b4f
2014-07-03 13:31:42 +01:00
Brian Duff
51d70ce9b8
am c542745e: am a6e9dd3f: Merge "Fix a typo in NumberPicker javadoc."
...
* commit 'c542745e23fe9d2e71c1f607d66f5570f585133d':
Fix a typo in NumberPicker javadoc.
2014-07-03 09:43:56 +00:00
Brian Duff
c542745e23
am a6e9dd3f: Merge "Fix a typo in NumberPicker javadoc."
...
* commit 'a6e9dd3f9a2d966faf2d1710d2189127b968dc52':
Fix a typo in NumberPicker javadoc.
2014-07-03 06:45:04 +00:00
Nick Kralevich
a347ece5a7
Merge "Fix typo in comment of FragmentTransaction"
2014-07-03 01:32:01 +00:00
Nick Kralevich
ce25948325
Merge "Added missing brace."
2014-07-03 01:32:01 +00:00
Nick Kralevich
a2e4ce2b7c
Merge "Fix typo - issue 56671"
2014-07-03 01:32:01 +00:00
Nick Kralevich
8b333467fe
Merge "fix trivial typo: s/meansure/measure"
2014-07-03 01:32:01 +00:00
Nick Kralevich
c9eff23b44
Merge "Fix typo in DevicePolicyManager documentation"
2014-07-03 01:32:01 +00:00
Nick Kralevich
eb822cecdb
Merge "Typo fix in permission string"
2014-07-03 01:32:01 +00:00
Jason Sams
24bea6a3ef
Resolve conflicts with AOSP.
...
Change-Id: I2f1afdb83dcfc9078df5d3c2f13abacb6504d73d
2014-07-02 14:32:24 -07:00
Narayan Kamath
358a3f7168
Merge "fix AudioTrack and AudioRecord JNI"
2014-07-02 20:52:49 +00:00
Eric Laurent
90d0b9e1bb
fix AudioTrack and AudioRecord JNI
...
AudioTrack and AudioRecord JNI should not cast
jshortArray to jbyteArray. This appeared to work with Dalvik
but causes data corruption with ART.
(cherry picked from commit 9d02848e902d04417df616354db3a18c03e639b7)
Change-Id: Ie36624d3ea06042373c64edced4b5e30b7b1ee86
2014-07-04 09:37:28 +01:00
Craig Mautner
5acdd0f67d
Merge "[ActivityManager] Ensure alive process is not killedByAm."
2014-07-02 20:52:43 +00:00
riddle_hsu
abc69e93d6
[ActivityManager] Ensure alive process is not killedByAm.
...
Symptom: Unable to kill by Am again and will be skipped updating its oom adj.
Root Cause:
A restarted process will reuse original process record.
The flag killedByAm will keep previous state.
Solution:
Reset the flag killedByAm to false when the process is started.
Note: Found another similiar patch If95137d91939cc44882ad2813131bcde0edd0c1b
Change-Id: I59a86648ca8d0aed4c489d92751af120aae5ef90
2014-07-04 13:33:19 +00:00
Nick Kralevich
ca2df28678
Merge "Fix typo in the exception message."
2014-07-02 20:52:43 +00:00
Nick Kralevich
77491ac00c
Merge "Correct typo in doc comment"
2014-07-02 20:52:43 +00:00
Nick Kralevich
a6336747a4
Merge "Fix a copy/paste typo in ViewPropertyAnimator"
2014-07-02 20:52:43 +00:00
Nick Kralevich
63af727b4b
Merge "Fix Issue 59989"
2014-07-02 20:52:43 +00:00
Nick Kralevich
b70888d455
Merge "Fix a typo in a javadoc comment"
2014-07-02 20:52:43 +00:00
Nick Kralevich
42b74e231d
Merge "Typo in method name: Clone"
2014-07-02 20:51:20 +00:00
Nick Kralevich
3b345a6f91
Merge "Fix javadoc typo in Message.java: "arg1" -> "arg2""
2014-07-02 20:51:20 +00:00
Brian Duff
a6e9dd3f9a
Merge "Fix a typo in NumberPicker javadoc."
2014-07-02 20:51:20 +00:00
Robin Lee
74803e559c
Merge "Make misc config directory during user creation"
2014-07-02 20:49:53 +00:00
Craig Mautner
ef2e76675a
Merge "[ActivityManager] Avoid keeping restarting home when only home activity exists."
2014-07-02 20:49:53 +00:00