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
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
Baligh Uddin
93360f022e
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-02 18:55:10 +00:00
Baligh Uddin
138fefe5d0
Import translations. DO NOT MERGE
...
Change-Id: I511bc5ac04b62fe85c7306d506af686888a79957
Auto-generated-cl: translation import
2014-07-05 09:35:17 -07:00
Baligh Uddin
bd9866d3e8
Merge "Import translations. DO NOT MERGE" into klp-modular-dev
2014-07-02 18:55:10 +00:00
Baligh Uddin
8e0c2d0077
Import translations. DO NOT MERGE
...
Change-Id: I3e2eae5b30231f3dc719c231d51c35234ed9dd94
Auto-generated-cl: translation import
2014-07-05 11:08:40 -07:00
Baligh Uddin
f599be5372
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-02 18:55:10 +00:00
Baligh Uddin
2cf4d680fd
Import translations. DO NOT MERGE
...
Change-Id: I300f1b8bf139efb93c8a7c0d0f5ad8b77a4c2d42
Auto-generated-cl: translation import
2014-07-05 10:45:00 -07:00
Baligh Uddin
f2e2907107
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-02 18:55:10 +00:00
Baligh Uddin
6ed39c030f
Import translations. DO NOT MERGE
...
Change-Id: Ic88faf73641a8570560ffe751f0c5776290c75c3
Auto-generated-cl: translation import
2014-07-05 15:09:48 -07:00
Baligh Uddin
eb17f6ab69
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-07-02 18:55:10 +00:00
Baligh Uddin
0a73f6f8b1
Import translations. DO NOT MERGE
...
Change-Id: I1765b9912ea2356677a927edb34166ea5cab43d9
Auto-generated-cl: translation import
2014-07-05 15:25:24 -07:00
Baligh Uddin
562d8cc7bc
Merge "Import translations. DO NOT MERGE" into klp-ub-dev
2014-07-02 18:55:10 +00:00
Baligh Uddin
4ff58ecbbd
Import translations. DO NOT MERGE
...
Change-Id: I1fd2ea26acb4d0e1c46c887c94d25e0ea1407e81
Auto-generated-cl: translation import
2014-07-05 15:30:27 -07:00