Aravind Akella
1f519d4682
Fix for build breakage. Remove documentation link to hidden registerListener API.
...
Change-Id: Iba5d623bf12f1b6654f570febcc65d591d309038
2013-09-03 19:37:24 -07:00
Lajos Molnar
3d99856f80
Add MediaTimeProvider to MediaPlayer
...
Change-Id: Ie56331ef4eb4bdffa606598f241edb1cb2c2e2dc
Signed-off-by: Lajos Molnar <lajos@google.com>
Bug: 10326117
2013-09-03 19:23:25 -07:00
Dianne Hackborn
ae36b236d2
Fix issue #10427108 : Google+ has long running process
...
There was a bug in counting the number of starting services
in a process that would cause it to count too many (it would
increment at any state change while the service is started, not
just when starting/stopping).
Also reduce dumpsys output -- only print summaries for old
data. There is probably no utility in printing the long details
of all that data.
Change-Id: I1c1e901b0214c01eb7d071f23166fc6f3702ca67
2013-09-03 18:12:53 -07:00
Tom O'Neill
40a86c24d2
Add LocationManager.MODE_CHANGED_ACTION broadcast
...
- Currently redundant with PROVIDERS_CHANGED_ACTION, but that may
change in the future
- Part of fix for b/10409275
Change-Id: I12daaf20e6546fd9e9dc71c599967fa0ad95e27f
2013-09-03 18:07:10 -07:00
Martijn Coenen
a5259f6261
am f48416de: Merge "Reader mode NFC API: move to callback model." into klp-dev
...
* commit 'f48416dede08b243c90738ec108a08041d7609c2':
Reader mode NFC API: move to callback model.
2013-09-03 17:51:23 -07:00
Christopher Tate
3fabe12bf8
am d0688beb: Merge "Sanity check users before committing new Android ID" into klp-dev
...
* commit 'd0688beb6890ca3888d08d250ad33655a2a588d5':
Sanity check users before committing new Android ID
2013-09-03 17:51:18 -07:00
Martijn Coenen
f48416dede
Merge "Reader mode NFC API: move to callback model." into klp-dev
2013-09-04 00:48:20 +00:00
Christopher Tate
d0688beb68
Merge "Sanity check users before committing new Android ID" into klp-dev
2013-09-04 00:48:06 +00:00
Igor Murashkin
6cbd7a8f4f
am 979cf8e4: Merge "camera2: Don\'t NPE when closing the CameraDevice" into klp-dev
...
* commit '979cf8e461c6790747b2bb6dcc4c0784ca34dbdd':
camera2: Don't NPE when closing the CameraDevice
2013-09-03 17:47:43 -07:00
Alan Viverette
f37fb4d95b
am 40fbaa79: Merge "Fix pre tag formatting in getDragToOpenListener documentation" into klp-dev
...
* commit '40fbaa79bc31aadefc5dacb314f66b5bcb6d52ae':
Fix pre tag formatting in getDragToOpenListener documentation
2013-09-03 17:47:39 -07:00
Igor Murashkin
979cf8e461
Merge "camera2: Don't NPE when closing the CameraDevice" into klp-dev
2013-09-04 00:44:31 +00:00
Alan Viverette
40fbaa79bc
Merge "Fix pre tag formatting in getDragToOpenListener documentation" into klp-dev
2013-09-04 00:44:11 +00:00
Aravind Akella
ce025258ed
am 14abafa1: Merge "Sensor batching. Implementation for registerListener(with batch support) and flush APIs." into klp-dev
...
* commit '14abafa10853d979d184e2e934253aaded105137':
Sensor batching. Implementation for registerListener(with batch support) and flush APIs.
2013-09-03 17:43:50 -07:00
Geoffrey Borggaard
5ea9303651
am 4cf435a0: Merge "UX improvements to the restrictions PIN" into klp-dev
...
* commit '4cf435a038be4731c06602785f7dab8bee0b55af':
UX improvements to the restrictions PIN
2013-09-03 17:43:47 -07:00
Aravind Akella
14abafa108
Merge "Sensor batching. Implementation for registerListener(with batch support) and flush APIs." into klp-dev
2013-09-04 00:41:52 +00:00
Geoffrey Borggaard
4cf435a038
Merge "UX improvements to the restrictions PIN" into klp-dev
2013-09-04 00:41:26 +00:00
Lajos Molnar
03c25794b6
Internal subtitle base support
...
Change-Id: I3fc57d6280773dc24f4822be21c9497ae70f7374
Signed-off-by: Lajos Molnar <lajos@google.com>
Bug: 10326117
2013-09-03 17:19:56 -07:00
Jeff Sharkey
954be02326
Show loading, error, and info messages as footers.
...
A provider can include extras in their Cursors to indicate that
loading is ongoing, or include an error or informational message,
which are now shown in footer views.
Fix registration to always get change notifications.
Test provider that verifies common provider behavior of holding
a reference to "cloud" resources that are released by GC when the
remote Cursor is closed. Also used to validate Recents behavior
for slow providers.
Bug: 10599268
Change-Id: I331c31058dbb80261e7d279b851197c65ac87e32
2013-09-03 17:02:47 -07:00
Aravind Akella
b4c76b18a3
Sensor batching. Implementation for registerListener(with batch support) and flush APIs.
...
Bug: 10109508
Change-Id: I6dfdd986bd8c3368cb568fa7d90abf9c03de9aef
2013-09-03 17:02:41 -07:00
Christopher Tate
38e7a60fd7
Sanity check users before committing new Android ID
...
In creation/deletion cycling we can wind up racing and attempting
to establish the Android ID on first access *after* the user has
already been deleted. Cope gracefully with this outcome.
Bug 10608503
Change-Id: I169d5052e5a2e354ce0e1f61258e45e31f5ba171
2013-09-03 16:57:34 -07:00
Alan Viverette
751176ef39
am 6416729c: Merge "Add methods for managing subtitle overlays in VideoView" into klp-dev
...
* commit '6416729c4732be6bcdbc5f303752a9d1885f86d0':
Add methods for managing subtitle overlays in VideoView
2013-09-03 16:52:54 -07:00
Alan Viverette
6416729c47
Merge "Add methods for managing subtitle overlays in VideoView" into klp-dev
2013-09-03 23:51:35 +00:00
Wink Saville
ce1e37981c
Add provisioning apn timeout.
...
Bug: 10609993
Change-Id: I2dd4fe23fa2b22ef8f4849c161c630d1a85cdb4b
2013-09-03 16:41:44 -07:00
Alan Viverette
b29cb9ec4c
am de59baab: Merge "Ensure list scrolling API is in parity with view scrolling API" into klp-dev
...
* commit 'de59baab31271a186a2f32719abd19a8adbda1e3':
Ensure list scrolling API is in parity with view scrolling API
2013-09-03 16:35:56 -07:00
Romain Guy
9a160a52b9
am e182bfd4: Merge "Prevent NPE when cloning gradients Bug #10436856 " into klp-dev
...
* commit 'e182bfd4dcf35d5009bcae72356b999b5ead0433':
Prevent NPE when cloning gradients Bug #10436856
2013-09-03 16:35:53 -07:00
Alan Viverette
de59baab31
Merge "Ensure list scrolling API is in parity with view scrolling API" into klp-dev
2013-09-03 23:33:03 +00:00
Romain Guy
e182bfd4dc
Merge "Prevent NPE when cloning gradients Bug #10436856 " into klp-dev
2013-09-03 23:32:33 +00:00
Alan Viverette
de213f708f
Add methods for managing subtitle overlays in VideoView
...
Overlays are added directly to the VideoView, laid out to the
size of the video view, and rendered in draw().
BUG: 10260603
Change-Id: Ie8c30e5e6dcd5c6e1a2063af898afce0108a87bf
2013-09-03 16:18:42 -07:00
Romain Guy
9622adf6e8
Prevent NPE when cloning gradients
...
Bug #10436856
Change-Id: I98cbce941a06842112b8caa3753a3fa32b227da9
2013-09-03 16:08:00 -07:00
Alan Viverette
ba29906334
Ensure list scrolling API is in parity with view scrolling API
...
Change-Id: Icaf533c0085b80f3c52cc026e0da7468698724f9
2013-09-03 16:01:51 -07:00
Lajos Molnar
a7cd8835bb
am a861245f: Merge "VideoView: add addSubtitleSource" into klp-dev
...
* commit 'a861245f06e854d47ff44155ebd3ac0e31c0cb2c':
VideoView: add addSubtitleSource
2013-09-03 15:53:28 -07:00
Lajos Molnar
a861245f06
Merge "VideoView: add addSubtitleSource" into klp-dev
2013-09-03 22:51:32 +00:00
Matthew Xie
171f8be412
am 02a25a97: Merge "Block ble adv api based on resource config" into klp-dev
...
* commit '02a25a97a24e06768159ddc2b680c253a2ce71c7':
Block ble adv api based on resource config
2013-09-03 15:40:14 -07:00
Matthew Xie
02a25a97a2
Merge "Block ble adv api based on resource config" into klp-dev
2013-09-03 22:36:09 +00:00
Dianne Hackborn
2f3a88b4df
am f0abed57: Merge "Fix issue #10461469 : KLP API Review: EXTRA_SHUTDOWN_USERSPACE_ONLY" into klp-dev
...
* commit 'f0abed57397c18f71efe47f02aa69a719390adb5':
Fix issue #10461469 : KLP API Review: EXTRA_SHUTDOWN_USERSPACE_ONLY
2013-09-03 15:06:05 -07:00
Dianne Hackborn
f0abed5739
Merge "Fix issue #10461469 : KLP API Review: EXTRA_SHUTDOWN_USERSPACE_ONLY" into klp-dev
2013-09-03 22:04:44 +00:00
Alan Viverette
5d46c89e3c
Implement drag-to-open in ActivityChooserView
...
BUG: 10606456
Change-Id: I9ac0c5076bb1bf6c3f8a674bb2ef998d8515e8d9
2013-09-03 14:56:26 -07:00
Dianne Hackborn
d318e0b19f
Fix issue #10461469 : KLP API Review: EXTRA_SHUTDOWN_USERSPACE_ONLY
...
Maybe adding more words will make it more clear. :)
Change-Id: Ie729eaba1df542d4ffcd0502ccba3807d641fd72
2013-09-03 14:55:01 -07:00
Romain Guy
3d179241bf
am 3e8105e2: Merge "Update Bitmap.Config.ARGB_4444 documentation Bug #10510122 " into klp-dev
...
* commit '3e8105e212e65005c0ef0ecc345b47eb0bf129bd':
Update Bitmap.Config.ARGB_4444 documentation Bug #10510122
2013-09-03 14:46:25 -07:00
Romain Guy
3e8105e212
Merge "Update Bitmap.Config.ARGB_4444 documentation Bug #10510122 " into klp-dev
2013-09-03 21:41:39 +00:00
Jeff Sharkey
ded77187ef
Updated documents UX around action bar.
...
Change action bar to match current design; drawer is always available
and navigation dropdown is used to interact with current traversal
path in hierarchy. On first launch, show recents with drawer
expanded. On subsequent launches, resume from last location with
drawer closed. If last location root isn't applicable, then behave
like initial launch. Move sort order into action bar submenu.
Delete documents using contract. Use unstable provider when
inflating DocumentInfo from Uri.
Bug: 10330219, 10510851
Change-Id: I6e94637d70ebca156a6c5d50272e878156d0dd62
2013-09-03 14:17:10 -07:00
Craig Mautner
583e8f2528
am 59f6b510: Merge "Insert home task into history when sending to back." into klp-dev
...
* commit '59f6b510569a4c70c43c5b9b80fa70d5a28d99f0':
Insert home task into history when sending to back.
2013-09-03 14:08:31 -07:00
Craig Mautner
59f6b51056
Merge "Insert home task into history when sending to back." into klp-dev
2013-09-03 21:06:49 +00:00
John Spurlock
5fd3988342
am cbd067e8: Merge "Dim status icons / battery / clock on opaque bars." into klp-dev
...
* commit 'cbd067e87537874ce216c02cab2ab46b5980b634':
Dim status icons / battery / clock on opaque bars.
2013-09-03 13:35:29 -07:00
John Spurlock
cbd067e875
Merge "Dim status icons / battery / clock on opaque bars." into klp-dev
2013-09-03 20:30:48 +00:00
Tom O'Neill
24bd1740df
am d0e2a2e7: Merge "Improve constant names for settings injection API" into klp-dev
...
* commit 'd0e2a2e7a9a6c247f501a5044d1c19cd82c6129d':
Improve constant names for settings injection API
2013-09-03 13:28:24 -07:00
Tom O'Neill
d0e2a2e7a9
Merge "Improve constant names for settings injection API" into klp-dev
2013-09-03 20:25:56 +00:00
Amith Yamasani
882bfb9dda
am 7eed075a: Merge "Don\'t call setLastChosen if it\'s a chooser activity instance" into klp-dev
...
* commit '7eed075a43479ea646821c798b61b49bf53945b3':
Don't call setLastChosen if it's a chooser activity instance
2013-09-03 13:24:52 -07:00
John Spurlock
e6f0a71650
Dim status icons / battery / clock on opaque bars.
...
Apply consistent alpha to the other status bar elements
now that they are intrinsically brighter than before.
Bug:10602822
Change-Id: I8ca6ddc844f9c58ddf2a1df8d1a5bd7fb71932d1
2013-09-03 16:23:49 -04:00
Amith Yamasani
7eed075a43
Merge "Don't call setLastChosen if it's a chooser activity instance" into klp-dev
2013-09-03 20:22:15 +00:00