187482 Commits

Author SHA1 Message Date
Deepanshu Gupta
d654b6f981 Be lenient in accepting version strings.
Don't throw exceptions for malformed version strings in font files, and
try to rename the font as is.

Change-Id: Ib4f74e68593abb5b551fbcb049484efc925a3d6e
2015-04-06 12:52:18 -07:00
Roozbeh Pournader
9c5a14785b Switch from Lohit Odia to Noto Sans Oriya fonts.
Noto Sans Oriya fonts also have bold and UI versions, which are added.

Change-Id: Id622143688d89e25857c00489d81703780f79887
2015-04-06 19:28:18 +00:00
Chong Zhang
7f97af11fb fix the flash caused by missing setMatrix() when surface size changes
bug: 18773834

Change-Id: I16e2f896e6fd70e9b130bb55ecefa8c2f08c684a
2015-04-06 12:24:53 -07:00
Raph Levien
3544e6fa56 Merge "Don't use context in measureText(char[])" 2015-04-06 19:21:58 +00:00
Yin-Chia Yeh
7891a2efed Merge "Camera: update semantics of HIGH_QUALITY mode" 2015-04-06 18:55:12 +00:00
Robert Greenwalt
b43755be6e am 0270d86a: am 778f47e5: am 069f4cbc: Merge "Fix memory leak in Connectivity Service when phone app crashes"
* commit '0270d86ab755dabb7d20013dcb591d3facbe1a08':
  Fix memory leak in Connectivity Service when phone app crashes
2015-04-06 18:17:28 +00:00
Chris Craik
b7acab634a Merge "Fix path clipping in VectorDrawable" 2015-04-06 18:05:00 +00:00
Robert Greenwalt
0270d86ab7 am 778f47e5: am 069f4cbc: Merge "Fix memory leak in Connectivity Service when phone app crashes"
* commit '778f47e5afcbe8af7283fabcfd32193e8aca1949':
  Fix memory leak in Connectivity Service when phone app crashes
2015-04-06 18:04:39 +00:00
Robert Greenwalt
778f47e5af am 069f4cbc: Merge "Fix memory leak in Connectivity Service when phone app crashes"
* commit '069f4cbccb651d98e4c50eca4698624ea089804d':
  Fix memory leak in Connectivity Service when phone app crashes
2015-04-06 17:54:18 +00:00
Chris Craik
e9c01a40a2 Fix path clipping in VectorDrawable
bug:19946683

Change-Id: I773957df7459eb72ea5d505afb0daac08239ecbf
2015-04-06 10:50:36 -07:00
Yin-Chia Yeh
1ffaca4414 Merge "Camera: add equals/hashCode to OutputConfiguration" 2015-04-06 17:42:47 +00:00
Robert Greenwalt
069f4cbccb Merge "Fix memory leak in Connectivity Service when phone app crashes" 2015-04-06 17:34:51 +00:00
Fyodor Kupolov
448fd4b8ec Merge "Restored original behavior of getApplicationRestrictions" 2015-04-06 17:27:44 +00:00
Wale Ogunwale
e70dfdcd91 Merge "Dismiss recents to home without animation when resizing task." 2015-04-06 17:27:18 +00:00
Fyodor Kupolov
f6ee2244a4 Restored original behavior of getApplicationRestrictions
JavaDoc for getApplicationRestrictions states that null is a valid return
 value, but it turns out some apps do not expect that. This fix restores
the original behavior of returning an empty bundle.

Bug: 20081431
Change-Id: I30a4aa6aba14307eba59ba0015f80f14107269af
2015-04-06 10:15:07 -07:00
Olawale Ogunwale
954850ce5d am 00e1d5cf: am 1d065987: am 47c1cf4b: Merge "[ActivityManager] Fix ServiceRecord leakage"
* commit '00e1d5cf5e717be8794381c2895893b41126f266':
  [ActivityManager] Fix ServiceRecord leakage
2015-04-06 16:19:52 +00:00
Wale Ogunwale
12b4a4a7ec resolved conflicts for merge of 60df172f to master
Change-Id: I15f90e041399d2133c041b0449e6d6a95d36595a
2015-04-06 09:16:26 -07:00
Olawale Ogunwale
76126c62b2 am 8e2ab719: am 694a8ef9: am baedbfbb: Merge "[ProcessStas] fix index out of bounds when add duration."
* commit '8e2ab71935251cf47234cce47f4fa38590548cf9':
  [ProcessStas] fix index out of bounds when add duration.
2015-04-06 16:04:30 +00:00
Mike Lockwood
8bf7eecb9f Merge "Add MidiManager and MidiDevice classes to public API." 2015-04-06 15:53:36 +00:00
Olawale Ogunwale
00e1d5cf5e am 1d065987: am 47c1cf4b: Merge "[ActivityManager] Fix ServiceRecord leakage"
* commit '1d065987ebe5a3ac9480f7871b6fb69fca98ef85':
  [ActivityManager] Fix ServiceRecord leakage
2015-04-06 15:53:27 +00:00
Olawale Ogunwale
60df172f74 am adedb407: am 655ef081: Merge "[ActivityManager] Examine bad process before clean up application record"
* commit 'adedb407c5cedaba123ea5f44f3d68fd98e8ee55':
  [ActivityManager] Examine bad process before clean up application record
2015-04-06 15:53:21 +00:00
Olawale Ogunwale
8e2ab71935 am 694a8ef9: am baedbfbb: Merge "[ProcessStas] fix index out of bounds when add duration."
* commit '694a8ef93826f517cbaf33eeeb96f34ec1c2533d':
  [ProcessStas] fix index out of bounds when add duration.
2015-04-06 15:53:15 +00:00
Olawale Ogunwale
1d065987eb am 47c1cf4b: Merge "[ActivityManager] Fix ServiceRecord leakage"
* commit '47c1cf4b35616059409a0674382c2318494e877b':
  [ActivityManager] Fix ServiceRecord leakage
2015-04-06 15:44:31 +00:00
Olawale Ogunwale
adedb407c5 am 655ef081: Merge "[ActivityManager] Examine bad process before clean up application record"
* commit '655ef08144ec0b71a98b6b3a38e50c6b346ae467':
  [ActivityManager] Examine bad process before clean up application record
2015-04-06 15:44:24 +00:00
Olawale Ogunwale
694a8ef938 am baedbfbb: Merge "[ProcessStas] fix index out of bounds when add duration."
* commit 'baedbfbbb1181829bcffb1be3732b6f26a315bd8':
  [ProcessStas] fix index out of bounds when add duration.
2015-04-06 15:44:08 +00:00
Olawale Ogunwale
47c1cf4b35 Merge "[ActivityManager] Fix ServiceRecord leakage" 2015-04-06 15:25:04 +00:00
Olawale Ogunwale
655ef08144 Merge "[ActivityManager] Examine bad process before clean up application record" 2015-04-06 15:24:41 +00:00
Olawale Ogunwale
baedbfbbb1 Merge "[ProcessStas] fix index out of bounds when add duration." 2015-04-06 15:23:30 +00:00
George Mount
37ff6f6402 Merge "Reset transitionAlpha when the transition is stopped early." 2015-04-06 14:22:46 +00:00
Geoff Mendal
e0c2b75de0 Merge "Import translations. DO NOT MERGE" 2015-04-06 14:19:30 +00:00
Geoff Mendal
d543c80c9f Import translations. DO NOT MERGE
Change-Id: Ib4bab338f56220ad2a335707c2814ddfc3ecaebf
Auto-generated-cl: translation import
2015-04-06 07:16:49 -07:00
Geoff Mendal
a789fc9f38 Merge "Import translations. DO NOT MERGE" 2015-04-06 12:58:57 +00:00
Geoff Mendal
4d38460286 Import translations. DO NOT MERGE
Change-Id: I5408db40baf8a37319fecde3156bc01ec1feee70
Auto-generated-cl: translation import
2015-04-06 05:52:58 -07:00
Geoff Mendal
7f243ee7fe Merge "Import translations. DO NOT MERGE" 2015-04-06 12:35:33 +00:00
Geoff Mendal
7167e1e3ce Import translations. DO NOT MERGE
Change-Id: I3f89528f6ae805899dc48a039f3c08ceeabd8480
Auto-generated-cl: translation import
2015-04-06 05:32:59 -07:00
Wally Yau
951e3e42f5 Reset system audio mode on startup rather than on stop.
Bug fixed - When TV was turned off and AVR was on, audio was routed back
to TV momentarily before the TV turned off.

b/19791264

Change-Id: Iad639b6ba151b6615a7f4ce49fddfa4fc485e16c
(cherry picked from commit b0efbf3898e80181210103f6ac535af69d3abb2d)
2015-04-06 12:27:34 +00:00
Geoff Mendal
91a2eaf5ee Import translations. DO NOT MERGE
Change-Id: I34445592f741f1566ae5493a8f591391ca65d435
Auto-generated-cl: translation import
2015-04-06 05:17:12 -07:00
Jinsuk Kim
d35dfb6515 Merge "CEC: Let arc termination start before standby" 2015-04-06 01:23:16 +00:00
Jinsuk Kim
1139559fc2 Merge "CEC: Support arc feature flag for multiple ports" 2015-04-06 01:22:29 +00:00
Jinsuk Kim
cc9751530c Merge "CEC: Back up active input correctly against repeated active source commands" 2015-04-06 01:19:45 +00:00
Jeff Sharkey
dc81f49dc6 Merge "Fix up ExternalStorageFormatter." 2015-04-05 04:38:36 +00:00
Jeff Sharkey
16c9c249d5 Fix up ExternalStorageFormatter.
It's not going to be around for much longer, so just fix enough to
work correctly.

Also teach about new "unmountable" state from vold.

Bug: 19993667
Change-Id: Ib72c3e134092b2a895389dd5b056f4bb8043709a
2015-04-04 21:37:47 -07:00
Jeff Sharkey
807058100e Merge "Storage methods using IDs, update listeners." 2015-04-05 03:04:26 +00:00
Jeff Sharkey
7151a9a887 Storage methods using IDs, update listeners.
Add StorageManager methods that work with Disk and Volume IDs instead
of paths which can change over time.  For example, a freshly formatted
volume has a different UUID and mount point, even though it's the same
volume.

Update StorageEventListener to be all one-way calls to avoid blocking
while dispatching events.  Add new listener method for Volume-level
state changes.  The existing state method will remain focused on the
per-user state reflected by StorageVolume.  Switch listeners over to
using the more robust RemoteCallbackList pattern under the hood.

Change external ASEC scanning logic in PackageManagerService to be
driven by listener events, instead of explicit MountService calls.

Bug: 19993667
Change-Id: I57c505de260ff1762a78d70d15f1892f40229210
2015-04-04 19:56:00 -07:00
Wale Ogunwale
f49c92fb08 Enabled wait for wallpaper draw code, but reduced timeout to 500ms
Bug: 19999277
Change-Id: I4ad4ed722d359d2a88c496eb1749aae572b3d4ad
2015-04-04 17:50:11 -07:00
Dianne Hackborn
d59a5d59df Various fixes and improvements...
Issue #19912529: VI: VoiceInteractor callback ClassCastException

Fix to use correct argument.

Issue #19912636: VI: Documentation for VoiceInteractionSession.onBackPressed

Added documentation.

Issue #19912703: VI: VoiceInteractionSession NPE on Abort Request

Maybe fix this -- don't crash if there is no active session.

Issue #19953731: VI: Add value index to...
...android.app.VoiceInteractor.PickOptionRequest.Option

There is now an optional index integer that can be associated with
every Option object.

Issue #19912635: VI: Behavior of startActivity when in voice...
...interaction is unexpected

We now forcibly finish the current voice interaction task whenever
another activity takes focus from it.

Issue #20066569: Add API to request heap dumps

New ActivityManager API to set the pss limit to generate heap
dumps.

Also added app ops for assist receiving structure and screenshot
data, so that we can track when it does these things.

Change-Id: I688d4ff8f0bd0b8b9e3390a32375b4bb7875c1a1
2015-04-04 17:36:05 -07:00
Wale Ogunwale
d351ada8f9 Dismiss recents to home without animation when resizing task.
Bug: 19946163
Change-Id: I87441e03556d775119f851f7ad49368fc1be49f7
2015-04-04 15:38:32 -07:00
Jeff Sharkey
8fbc7bc745 Merge "Parcelable objects for Disk/Volume." 2015-04-04 21:41:30 +00:00
Jeff Sharkey
1b8ef7e316 Parcelable objects for Disk/Volume.
Will eventually be used by SystemUI and/or Settings.

Also fix SettingsProvider NPE.

Bug: 19993667, 19909433
Change-Id: Ie326849ac5f43ee35f728d9cc0e332b72292db70
2015-04-04 14:40:46 -07:00
Barnaby James
b3006d38c6 Intents for Voice controlled settings actions.
Add new voice interaction intents for battery saver mode, airplane mode and do not disturb.

Change-Id: Id5bd4e4f23a798eef91d797ffcd17df482b30c08
2015-04-04 13:00:50 -07:00