111818 Commits

Author SHA1 Message Date
Alan Viverette
de16f5f605 am b432ca60: Merge "Fix documentation regarding defStyle in View constructor" into klp-dev
* commit 'b432ca60c6c7af42989db28594137f6fe1e888b4':
  Fix documentation regarding defStyle in View constructor
2013-08-28 18:17:31 -07:00
Alan Viverette
b432ca60c6 Merge "Fix documentation regarding defStyle in View constructor" into klp-dev 2013-08-29 01:15:48 +00:00
Baligh Uddin
62ee6fab65 Import translations. DO NOT MERGE
Change-Id: Ic6b1048f4afaa520fea602ec4367de5e192186bd
Auto-generated-cl: translation import
2013-08-28 18:05:47 -07:00
John Spurlock
0d669d6d67 am ab8fe692: Merge "Rename hideybars constant to SYSTEM_UI_FLAG_IMMERSIVE." into klp-dev
* commit 'ab8fe692961bb3bf71169fd7a43aff4de837ab26':
  Rename hideybars constant to SYSTEM_UI_FLAG_IMMERSIVE.
2013-08-28 18:04:25 -07:00
John Spurlock
ab8fe69296 Merge "Rename hideybars constant to SYSTEM_UI_FLAG_IMMERSIVE." into klp-dev 2013-08-29 01:00:03 +00:00
Robert Greenwalt
36672fa0c9 am 9fe5b28d: Merge "More elaborate logs to debug missing APs" into klp-dev
* commit '9fe5b28dc2a187f5974e42ac61841b46a5d91236':
  More elaborate logs to debug missing APs
2013-08-28 17:54:20 -07:00
Robert Greenwalt
9fe5b28dc2 Merge "More elaborate logs to debug missing APs" into klp-dev 2013-08-29 00:51:35 +00:00
Jim Miller
2ec4ff435b Attempt to fix missing clock bug
This attempts to fix a bug where the clock wasn't being added
when widgets are disabled.

Fixes bug 10473246

Change-Id: I63f4c04778da938b6fa1bc74de3fa0463412da0f
2013-08-28 17:41:16 -07:00
Igor Murashkin
2a3eced15e camera2: Don't NPE when closing the CameraDevice
Bug: 10360518
Change-Id: I0154e12490a063adea753c0aa6ae422605ba5ac5
2013-08-28 17:38:39 -07:00
Baligh Uddin
ad155cdacc Import translations. DO NOT MERGE
Change-Id: I22efa95394f7b572df2b43138fee45bd7eaf4229
Auto-generated-cl: translation import
2013-08-28 17:36:17 -07:00
Alan Viverette
fb410d219f Fix documentation regarding defStyle in View constructor
BUG: 8912583
Change-Id: Ib8b1f8baa4ee98aae0e66edc547ab014b2401415
2013-08-28 16:57:42 -07:00
Sandeep Siddhartha
088e904680 am 720959cc: Merge "Start using the Hotword recognition APIs" into klp-dev
* commit '720959cc7f9fffb45a57b928c66a045bfc256a7c':
  Start using the Hotword recognition APIs
2013-08-28 16:57:34 -07:00
Chet Haase
3ddc33e26c am 52485b0b: Merge "Better transition interruption and TextChange fixes" into klp-dev
* commit '52485b0b7ef066241371393dc6060bccd090a222':
  Better transition interruption and TextChange fixes
2013-08-28 16:57:31 -07:00
Sandeep Siddhartha
720959cc7f Merge "Start using the Hotword recognition APIs" into klp-dev 2013-08-28 23:55:57 +00:00
Chet Haase
52485b0b7e Merge "Better transition interruption and TextChange fixes" into klp-dev 2013-08-28 23:55:10 +00:00
Isaac Katzenelson
b889b546e8 am 18f590a9: Merge "Remove EXTRA_DELETE_AFTER_USE and update descriptions accordingly." into klp-dev
* commit '18f590a9b7d2690e5f4189d8d0c025ff1a5bf199':
  Remove EXTRA_DELETE_AFTER_USE and update descriptions accordingly.
2013-08-28 16:54:02 -07:00
Chet Haase
af78bdd615 Better transition interruption and TextChange fixes
Previously, the TextChange transition didn't handle interruption/
cancellation at all, which made it problematic to use in any real
situation where a transition might get interrupted mid-animation.
Also, the way that it side-effected the text of TextView objects caused
errors in the UI when the transition was interrupted, because it would
not clean up after itself properly as new transitions queried the
current state of the UI.

Also, the prior cancellation logic for all transitions was not quite
correct; we were pausing transitions but resuming the animations, making it
tricky to write transitions that would restore state correctly.

Change-Id: I5a9f3c915e9834ec59ce1e1c3c96a88d11e4aa1b
2013-08-28 16:50:13 -07:00
Isaac Katzenelson
18f590a9b7 Merge "Remove EXTRA_DELETE_AFTER_USE and update descriptions accordingly." into klp-dev 2013-08-28 23:49:41 +00:00
Sandeep Siddhartha
529763b690 am bd31a483: Merge "Tweak the HotwordRecognizer API" into klp-dev
* commit 'bd31a483d358b02e4a16949b576560d4e0672ea3':
  Tweak the HotwordRecognizer API
2013-08-28 16:43:41 -07:00
Sandeep Siddhartha
42c3e02c52 Start using the Hotword recognition APIs
- Gets rid of all assumptions about the hotword service
- Fixes bug where the hotword detection would keep running accidentally
  even when the screen got turned off

Change-Id: Ie86c1a4f4343bdf7e61f7c21114fd3b287bd5401
2013-08-28 23:40:32 +00:00
Sandeep Siddhartha
bd31a483d3 Merge "Tweak the HotwordRecognizer API" into klp-dev 2013-08-28 23:39:00 +00:00
Sandeep Siddhartha
823393477b Tweak the HotwordRecognizer API
- Make it more intuitive by enforcing callers to set a listener while
  starting recognition
- Fix TODO to resolve the ComponentName if none is provided
- Unbind from the Hotword service if stopRecognition is called
- Get rid of the callback in onStopHotwordRecognition

Change-Id: I8edad0ef0f3671283aeb51eaed1d3b8dab01baa0
2013-08-28 16:27:36 -07:00
Mindy Pereira
f16836318b am dd9b079c: Merge "Fix case when user touches the very edge of a view" into klp-dev
* commit 'dd9b079cdf57f13f38d2700f05650fd04d4009d6':
  Fix case when user touches the very edge of a view
2013-08-28 16:10:36 -07:00
Mindy Pereira
dd9b079cdf Merge "Fix case when user touches the very edge of a view" into klp-dev 2013-08-28 23:08:53 +00:00
Matthew Xie
c5470778a4 Block ble adv api based on resource config
bug 10516911

Change-Id: I7a62103a1116ffbf7c3c934c1794384c0e6fbdd3
2013-08-28 15:45:23 -07:00
Mindy Pereira
0d3da1232b Fix case when user touches the very edge of a view
This now counts touches at the exact top edge of the view as valid

Change-Id: I9e81a7001632c38d567dde40954e079e7145fa36
2013-08-28 15:00:14 -07:00
Vinit Deshapnde
48c4747106 More elaborate logs to debug missing APs
Bug: 10375978

Change-Id: Ic9bb8f3a7a0684143e4e77f8da0d2c833293c94a
2013-08-28 13:13:40 -07:00
Fabrice Di Meglio
f73df21a8e am 627dd9b5: Merge "Fix bug #10515013 CalendarView is always forcing first day of the week to Sunday and not taking into account CLDR data" into klp-dev
* commit '627dd9b584a267b206bace8dc518287fe58b9563':
  Fix bug #10515013 CalendarView is always forcing first day of the week to Sunday and not taking into account CLDR data
2013-08-28 12:57:03 -07:00
Fabrice Di Meglio
627dd9b584 Merge "Fix bug #10515013 CalendarView is always forcing first day of the week to Sunday and not taking into account CLDR data" into klp-dev 2013-08-28 19:53:56 +00:00
John Spurlock
d896a407a3 am f016a912: Merge "Ensure IME windows always appear north of the nav bar." into klp-dev
* commit 'f016a91247d591fd77e82383a84ae41606e30edd':
  Ensure IME windows always appear north of the nav bar.
2013-08-28 12:34:02 -07:00
John Spurlock
f016a91247 Merge "Ensure IME windows always appear north of the nav bar." into klp-dev 2013-08-28 19:32:06 +00:00
Dirk Dougherty
20bed3b1cc am f503fbd0: am d4702f3c: am 6d3fbd00: am 8236443b: Doc change: update spam policy image.
* commit 'f503fbd0a2ec9fcd050ebfaebafcb8c2234caaab':
  Doc change: update spam policy image.
2013-08-28 11:51:30 -07:00
Dirk Dougherty
f503fbd0a2 am d4702f3c: am 6d3fbd00: am 8236443b: Doc change: update spam policy image.
* commit 'd4702f3c67473045d92eb4c3ea001d671f2f5f56':
  Doc change: update spam policy image.
2013-08-28 11:46:48 -07:00
Dirk Dougherty
d4702f3c67 am 6d3fbd00: am 8236443b: Doc change: update spam policy image.
* commit '6d3fbd0073cdb9cd21acfb56b58a29634bd182ad':
  Doc change: update spam policy image.
2013-08-28 11:44:42 -07:00
Dirk Dougherty
6d3fbd0073 am 8236443b: Doc change: update spam policy image.
* commit '8236443bdac2ba7c7630ddcc4ce9a18a03fe31a1':
  Doc change: update spam policy image.
2013-08-28 11:42:05 -07:00
Sam Blitzstein
229ba4974b Remove EXTRA_DELETE_AFTER_USE and update descriptions accordingly.
As per UX, we're removing the EXTRA_DELETE_AFTER_USE flag. Instead,
apps that pick up these intents should automatically delete alarms
and timers, unless the user is taken into the app to explicicitly
specify the time/length.

Change-Id: Ibd582788c04e121427467f6549759c8b7706df8c
2013-08-28 11:42:05 -07:00
Dirk Dougherty
8236443bda Doc change: update spam policy image.
Change-Id: Ib19ea838f0f72725cedf2cea8aff505ccc477a45
2013-08-28 11:37:05 -07:00
John Spurlock
d4e6575c4f Ensure IME windows always appear north of the nav bar.
Even if the bars are transparent / invisible.

Refactor the PSB bar mode override logic to take the IME hint into
account.  Bars are overriden to opaque when hint is showing.

Initialize bar state to showing, fix bug that would mark state
as hidden pre-show (on shell restart).

Bug:10505132
Bug:9499956
Change-Id: I21e830e90c7e9812b4192ca65c3c0cd7a6b72798
2013-08-28 14:20:22 -04:00
Martijn Coenen
df4d1d624d Add requireDeviceUnlock attribute for NFC HCE.
Also added AID description, and renamed PackageManager
feature. The old name has to stay at least for a bit,
because we are already deploying apps in our builds that
use the constant.

Bug: 10461409
Bug: 10461753
Change-Id: I7a5bb023bb567dd8b0a17e8e54e9559d7fcf64f5
2013-08-28 11:18:58 -07:00
Alan Viverette
c6de5c74e1 am 236ae4f2: Merge "Set alpha channel correctly when recomputing gradient" into klp-dev
* commit '236ae4f2c92bb6d17eb946b20f03155a7b8e1ac6':
  Set alpha channel correctly when recomputing gradient
2013-08-28 11:08:27 -07:00
Alan Viverette
236ae4f2c9 Merge "Set alpha channel correctly when recomputing gradient" into klp-dev 2013-08-28 18:03:11 +00:00
Alan Viverette
c971f04067 am ce9e2526: Merge "Implement new accessibility APIs in lists, text view" into klp-dev
* commit 'ce9e2526d43159df931cc9c0ba7173960d8a6a06':
  Implement new accessibility APIs in lists, text view
2013-08-28 10:49:44 -07:00
Santos Cordon
febec932be am b56ed3a4: Merge "Protecting against NPE with null country detector." into klp-dev
* commit 'b56ed3a4b2ad168b58356173e539f8112d351283':
  Protecting against NPE with null country detector.
2013-08-28 10:49:41 -07:00
Alan Viverette
ce9e2526d4 Merge "Implement new accessibility APIs in lists, text view" into klp-dev 2013-08-28 17:44:44 +00:00
Santos Cordon
b56ed3a4b2 Merge "Protecting against NPE with null country detector." into klp-dev 2013-08-28 17:43:19 +00:00
Alan Viverette
5b2081dc41 Implement new accessibility APIs in lists, text view
Sets contentInvalid for TextViews with errors, sets collection
and item properties in AbsListView, GridView, and ListView.

BUG: 10391326
Change-Id: I91191c8ce1e10a1112f74215e30b26349396344b
2013-08-28 10:43:07 -07:00
Alan Viverette
b27239b4ca am 116c12ef: Merge "Add public API for obtaining drag-to-open listener" into klp-dev
* commit '116c12ef4c5fc2d5e5e90a417c4386c1f9a3ddf6':
  Add public API for obtaining drag-to-open listener
2013-08-28 10:27:24 -07:00
Alan Viverette
116c12ef4c Merge "Add public API for obtaining drag-to-open listener" into klp-dev 2013-08-28 17:25:06 +00:00
Alan Viverette
4d971c1fa0 Set alpha channel correctly when recomputing gradient
The alpha channel is applied by modulateAlpha(). Setting it to
mAlpha in ensureValidRect() locked the maximum alpha channel to
whatever value was set before layout. Setting it to BLACK
ensures it can be modulated later.

BUG: 10514848
Change-Id: If7a824410a66f1e9b648e20ee627bdf99a42ae78
2013-08-28 10:24:12 -07:00
Marco Nelissen
ba9708e326 am ee9d4438: Merge "Use explicit intent for MediaScannerConnection" into klp-dev
* commit 'ee9d44384239fff3d61cd4dd27f9daefb8a7103a':
  Use explicit intent for MediaScannerConnection
2013-08-28 10:21:55 -07:00