Alan Viverette
dec17299fe
Fix switch text position when thumb is null
...
Change-Id: I05a107423fabf5a538258cf0562e0916c8be18b6
2014-07-12 00:26:36 -07:00
Tadashi G. Takaoka
77cbcb6637
Make InputMethodUtils.getLanguageFromLocaleString public
...
Change-Id: I3e26eded21e59106a3b0edcf9ad05afbe9a30670
2014-07-12 16:08:20 +09:00
Robert Shih
f79c22eb2c
Merge "MediaRecorder: use fd from RandomAccessFile"
2014-07-11 23:25:18 +00:00
Robert Shih
0d5d3b7cc8
MediaRecorder: use fd from RandomAccessFile
...
Use RandomAccessFile instead of FileOutputStream so the underlying fd
is opened O_RDWR; O_RDWR is needed for mmap calls in the native webm
writer.
Change-Id: I444cbf40add96bc05905369ae2fa2b5446b0f9cc
2014-07-10 17:06:33 -07:00
dcashman
3ed145f4be
Merge "Remove KeySetManagerService lock."
2014-07-10 20:49:26 +00:00
dcashman
d79fdf1c62
Remove KeySetManagerService lock.
...
The KeySetManagerService is a part of the PackageManagerService, which is
responsible for maintaining the association between packages, keysets and
public keys. This information is a critical component of the
PackageManagerService data, and should require the holding of the
PackageManagerService's lock. Remove the existing KeySetManagerService lock
and require the mPackages lock to be held instead.
Bug: 6967056
Change-Id: I803f8388e42469d30562b40212cf497320851268
2014-07-11 17:09:30 -07:00
Jeff Sharkey
5aa5f49432
Merge "Progress toward installer public API: callbacks."
2014-07-10 21:02:07 +00:00
Jeff Sharkey
bb58067035
Progress toward installer public API: callbacks.
...
Instead of surfacing all the existing cryptic error codes, we're
going to classify them into broad categories when surfacing through
public API. This change introduces InstallResultCallback and
UninstallResultCallback, and wires them up to existing AIDL
interfaces.
Also start defining general SessionObserver for apps interested
in general progress details, such as Launcher apps. Details about
active sessions are returned through new InstallSessionInfo objects.
Bug: 14975160
Change-Id: I068e2b0c30135f6340f59ae0fff93c321047f8f9
2014-07-11 16:54:49 -07:00
Chet Haase
685206cb03
Merge "Optimize gatherTransparentRegions to account for transparent bg"
2014-07-10 20:49:26 +00:00
Chet Haase
2b45a16b8b
Optimize gatherTransparentRegions to account for transparent bg
...
gatherTransparentRegions() incorrectly takes the background into account
even when that background drawable is a completely transparent ColorDrawable
(which you can get by calling View.setBackgroundColor(0)). Checking
the opacity of the drawable allows us to ignore drawables that are not
visible.
Issue #13465427 Performance suggestion: View.setBackgroundColor(0) should set background to null
Change-Id: Ic552bf6a07cc9229fd32febc3ada73a0701cad0c
2014-07-11 13:38:51 -07:00
Igor Murashkin
bdb899d734
Merge changes I5c1008cf,I911616c9
...
* changes:
camera2: (legacy) Fixes for CaptureRequestTest#testAeModeAndLock
camera2: (Legacy) Implement ae compensation step ranges and ae/awb locks
2014-07-11 17:04:34 +00:00
Igor Murashkin
c5ea3df1a8
Merge "camera2: (legacy) Implement AF/AE regions for request and result"
2014-07-11 16:34:41 +00:00
Jorim Jaggi
329fa24048
Split AM/PM from the rest of the time in expanded QS
...
This allows us to scale AM/PM independently of the rest of the time
string to allow for a different scale when QS is expanded.
Bug: 16177564
Change-Id: I472db549c875f6975583a6a426cb1ebc2fc37ac3
2014-07-11 20:43:23 +00:00
Adam Powell
6223aa1054
Merge "Block focus with a touchscreen for ActionBars and Toolbars"
2014-07-10 21:02:07 +00:00
Aaron Whyte
9cd6e647c6
resolved conflicts for merge of d2b5f7da to master
...
Change-Id: I8ec28728c12d7cc3ce2c4f3d09d9ce6162504618
2014-07-11 13:34:41 -07:00
Adam Powell
ed68773e82
Block focus with a touchscreen for ActionBars and Toolbars
...
Focus in the presence of a keyboard follows content, not navigational
elements.
Change-Id: I08d0f2fcfe0d4c58418466545b7b57d1345bd07f
2014-07-11 13:27:16 -07:00
Andrew Solovay
e7f601c390
am 245c4f61: am 6462615c: Merge "docs: Changed screenshot to use layout name" into klp-modular-dev
...
* commit '245c4f6158b0f72f893cac7bbc1a18a9887be896':
docs: Changed screenshot to use layout name
2014-07-11 20:23:06 +00:00
destradaa
2ea27e38b0
Merge "Update location framework to accept raw data from GPS HAL."
2014-07-11 16:34:41 +00:00
Alan Viverette
935b1fa24d
Remove old RippleDrawable constructor, fix new constructor
...
BUG: 16221737
Change-Id: I3807d8d7ccccf66568b9d5421cb9456fe818e2bf
2014-07-11 12:34:06 -07:00
destradaa
ea8a8a6076
Update location framework to accept raw data from GPS HAL.
...
Change-Id: Ib4feca004b53fa89dcece4299974ab08913455a0
2014-07-11 12:20:39 -07:00
Emily Bernier
34257d8544
Merge "Prevent users from mounting USB, if restricted."
2014-07-10 21:35:02 +00:00
Chong Zhang
073204bb4d
Merge "MediaCodec async callbacks"
2014-07-10 21:09:47 +00:00
Chong Zhang
8d5e556b2b
MediaCodec async callbacks
...
Bug: 11990118
Change-Id: I210d4302e1fd7e1a48d2228fd3f4f20c16b18a75
2014-07-11 11:53:03 -07:00
Andre Eisenbach
722d9d9e0b
Merge "Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (1/2)"
2014-07-10 20:49:26 +00:00
Wei Wang
af74e66e29
Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (1/2)
...
Change-Id: Ib0c4ea6c8372a15473269660355fb5ccf4284457
2014-07-11 11:06:10 -07:00
Jae Seo
50999ea9cb
Merge "TvInputManagerService: Suppress warning in dump() and fix typo"
2014-07-11 17:04:34 +00:00
Jae Seo
0f8fc345ea
TvInputManagerService: Suppress warning in dump() and fix typo
...
Change-Id: I21eaa5592b5f355cc7227e9047ade0869ebe9e9b
2014-07-11 11:24:55 -07:00
Chris Craik
544e524db6
Fix arc 360 degree sweep rendering
...
bug:15947035
Change-Id: I83715968cb90f4fcf39b25fb283d241d1a1284b5
2014-07-11 18:15:34 +00:00
dcashman
d2794789c8
Merge "Initial KeySet API."
2014-07-10 20:49:26 +00:00
Ye Wen
295f2190c5
New SMS and MMS APIs and semantics (1/4)
...
API changes for SMS and MMS AIDLs
b/14095333
Change-Id: I42ab3db2dfa89ba3f8816d601f4c38a77c66ffa6
2014-07-12 11:41:28 -07:00
Robert Shih
bef45561b0
Merge "MediaPlayer: added getSelectedTrack"
2014-07-10 20:49:26 +00:00
Sailesh Nepal
612038642f
Misc Telecomm API changes
...
The CL contains the following Telecomm API changes:
- move CallFeatures into CallCapabilities
- add Connection.setHandle(URI, CallPropertyPresentation)
- add Connection.setCallerDisplayName(String,
CallPropertyPresentation)
- add Connection.swapWithBackground: this is used to swap a
CDMA call with its background call
- add StatusHints.getExtras: this is used to display
additional status info such as long distance rates
This CL also includes InCallServcie, and RemoteConnection
plumbing for the above.
Change-Id: Iaffe0b84cea6003f2a9b9d8b30676743d2b236d4
2014-07-12 03:01:13 +00:00
Chong Zhang
94686d13ca
MediaCodec: change onError cb to send CodecException
...
Bug: 11990118
Change-Id: I8b6112f126c2f473f64e2aad6ffcfbc3f1d6e64a
2014-07-11 19:42:55 -07:00
Winson Chung
d336042f7a
Merge "Adding missing passthrough of task affiliate id."
2014-07-11 16:34:41 +00:00
Winson Chung
8236f525f9
Adding missing passthrough of task affiliate id.
...
Change-Id: Ied2997418ae4c17d0d130c9e6434c0e6e645da41
2014-07-11 19:24:15 -07:00
Winson Chung
305addefcd
Piping through task affiliation to Recents.
2014-07-11 19:15:17 -07:00
Winson Chung
5f1970cc4d
Merge "Piping through task affiliation to Recents."
2014-07-11 23:25:18 +00:00
Yuncheol Heo
a0c4a06ba3
Add the system feature for HDMI-CEC.
...
Change-Id: I2a985cedf49d50649c89f2ac5fbb80a81300156d
2014-07-12 11:13:48 +09:00
Chris Craik
a5d98da691
Merge "Disable setOutline() functionality, pending full removal"
2014-07-11 21:38:19 +00:00
Chris Craik
7b7ca3cdf2
Disable setOutline() functionality, pending full removal
...
bug:15283203
Change-Id: Ibf127fecfcda835117c6087180c64f622b3041e4
2014-07-11 19:02:28 -07:00
Lajos Molnar
d4023114e8
MediaCodec: add new buffer and format APIs
...
Bug: 14562236
Bug: 14297827
Bug: 13008204
Bug: 10706245
Bug: 10672559
Bug: 9175531
Change-Id: Ia94d34f625e532619a9ed344eb27e0d26647982f
2014-07-12 01:43:56 +00:00
Sreeram Ramachandran
06b6cdaed5
Remove unnecessary code and APIs.
...
This stuff has been replaced by setNetworkForUser() in NetdClient.
Change-Id: If525ee259b74314191d1913f7c2a3e828e05c38f
2014-07-11 18:16:04 -07:00
Robert Shih
464da703ca
MediaPlayer: added getSelectedTrack
...
Change-Id: Ic39b9b3d5e72e13452320a0272deb489a0285913
2014-07-10 20:32:37 -07:00
Adam Powell
2ecfcd9b23
Merge "Correctly set the window callback for ToolbarActionBar"
2014-07-10 20:49:26 +00:00
Adam Powell
b40484bb30
Correctly set the window callback for ToolbarActionBar
...
Bug 16134781
Change-Id: I88ec0c2b5dc23767ab0f198ab26601fd46b95628
2014-07-11 17:17:33 -07:00
Winson Chung
1f24c7e37b
Initial changes to support lock-to-app on the foremost task. (Bug 16221876)
2014-07-12 00:10:11 +00:00
Dianne Hackborn
3c58775a12
Merge "Allow INTERACT_ACROSS_USERS for service access."
2014-07-10 20:49:26 +00:00
Ricardo Cervera
782fb750cc
am 2ab3040e: am 908d35e7: am f4d498f1: Merge "docs: Release notes for support lib v20" into klp-modular-dev
...
* commit '2ab3040ed0a5d18e65e5db3c2b960fcc7541cddd':
2014-07-11 17:38:20 +00:00
Quddus Chong
35ab002b2d
am 703b32d6: am 1656fb8c: am 9a3dd19d: docs: Fixed angle bracket typo for task locking command line instructions. bug: 16153312
...
* commit '703b32d6e58b161b0e4df5f6570e130e4c2d3aff':
2014-07-11 17:38:16 +00:00
Robert Greenwalt
1ddf048be8
am 231f2ac7: am ca19b7cb: am a7efe9b8: am 912700fc: Merge "Add Telefonica/Movistar specific APN details for dun"
...
* commit '231f2ac7bfb4c0444f2cc12b3e85fb9d1e15caee':
2014-07-11 17:38:12 +00:00