149309 Commits

Author SHA1 Message Date
Robert Greenwalt
bf4eed772a First pass of changing statusbar connectedness
Switching from GCM-only inet condition reports to using our network
validation (captive portal check).

Note that currently the GCM signal is disconnected.  Next step is to
make the bad-network report API trigger a re-evaluation of the network
and get negative reports from the NetworkMonitor.

Change-Id: Ie2ebab1e5c04775e3c4d6738f656a6c8157dba76
2014-08-07 22:31:05 +00:00
Prashant Malani
8bf243b176 am 238bd483: am 639421cb: am fed4a556: Merge "Move wakelock release to handleMessage" into klp-modular-dev
* commit '238bd4834baf0de9195f74dbd95879801a3e3d79':
  Move wakelock release to handleMessage
2014-08-07 22:19:24 +00:00
Prashant Malani
d224a9dfd2 am 639421cb: am fed4a556: Merge "Move wakelock release to handleMessage" into klp-modular-dev
* commit '639421cbd9780b9093bdf3415a79489c118ecb92':
  Move wakelock release to handleMessage
2014-08-07 22:15:01 +00:00
Robert Ly
3359c95a2c am 7987cdc9: am a4ef5a3a: am a1c9af24: am 6f273458: Merge "docs: remove "developer preview" and point to Android-specific doc" into klp-modular-docs
* commit '7987cdc99c4bcb76e119e636ccb33ac6ec873bc1':
  docs: remove "developer preview" and point to Android-specific doc
2014-08-07 22:12:58 +00:00
Igor Murashkin
330e41e67b am dd288b69: camera2: (LEGACY) Don\'t stop preview when there are no requests left
* commit 'dd288b6951a404736d0745794bd47d80d39094bf':
  camera2: (LEGACY) Don't stop preview when there are no requests left
2014-08-07 22:12:52 +00:00
Prashant Malani
639421cbd9 am fed4a556: Merge "Move wakelock release to handleMessage" into klp-modular-dev
* commit 'fed4a5565b9318fa1132003ad3599fa42bbefdf0':
  Move wakelock release to handleMessage
2014-08-07 22:10:25 +00:00
Robert Ly
7c9e2457f8 am a4ef5a3a: am a1c9af24: am 6f273458: Merge "docs: remove "developer preview" and point to Android-specific doc" into klp-modular-docs
* commit 'a4ef5a3aaafddc1e11a87290c42397748aa9358d':
  docs: remove "developer preview" and point to Android-specific doc
2014-08-07 22:08:33 +00:00
Igor Murashkin
6d8a97e139 camera2: (LEGACY) Don't stop preview when there are no requests left
* This allows flash mode=TORCH to keep working if only a single
request is submitted and the device goes to the idle state.

Bug: 16305644
Change-Id: Id2e3451f85dbf9b545d3a70977b8fcfb0922a0eb
2014-08-07 22:05:33 +00:00
Jorim Jaggi
48a668ba36 am 22c9518c: Animations for Keyguard user switcher.
* commit '22c9518cee4f8ef7019b4cbf08a3e0d345357035':
  Animations for Keyguard user switcher.
2014-08-07 22:04:42 +00:00
Robert Ly
a4ef5a3aaa am a1c9af24: am 6f273458: Merge "docs: remove "developer preview" and point to Android-specific doc" into klp-modular-docs
* commit 'a1c9af2438c3b06f190ad9094160e01df395bec2':
  docs: remove "developer preview" and point to Android-specific doc
2014-08-07 22:04:02 +00:00
Robert Ly
a1c9af2438 am 6f273458: Merge "docs: remove "developer preview" and point to Android-specific doc" into klp-modular-docs
* commit '6f273458fb9de10e07f5876e85f9f80592bf52b2':
  docs: remove "developer preview" and point to Android-specific doc
2014-08-07 21:59:43 +00:00
Jorim Jaggi
98f8530af3 Animations for Keyguard user switcher.
Bug: 15757197
Change-Id: Ia3fcc0f771cea37fc2d57181d859373c423954a7
2014-08-07 21:57:34 +00:00
Jae Seo
4426d309a0 am 1fda8b44: TIF: Change CEC specific names to more general ones
* commit '1fda8b44154631b3c279767f0e8e245b412a187c':
  TIF: Change CEC specific names to more general ones
2014-08-07 21:56:43 +00:00
Jae Seo
546c635ad9 TIF: Change CEC specific names to more general ones
Now MHL device information is also a part of HdmiDeviceInfo (previously
HdmiCecDeviceInfo). This change adjusts method/variable names across our code
base to reflect that.

Bug: 16215362
Change-Id: I7a6692329f39842a4aec9a4ff036eca5474cfd33
2014-08-07 14:51:19 -07:00
Deepanshu Gupta
30ca71c4f6 am 13887e29: Add font rename script to rename one font only.
* commit '13887e297d3ff1e9f791ce699886b5168c79c13b':
  Add font rename script to rename one font only.
2014-08-07 21:45:13 +00:00
Deepanshu Gupta
23485df53a am e7be80f6: Create a copy of the build_font.py
* commit 'e7be80f6dd75a932b8c91694258117403c5aa8f9':
  Create a copy of the build_font.py
2014-08-07 21:45:08 +00:00
Deepanshu Gupta
c8f2d5e6dc Add font rename script to rename one font only.
This change adds a script that renames only font at a time. This helps
in writing better Makefile rules and passes the job for parallelization
to the make rather than doing it in python which doesn't support ctrl-c
properly.

Change-Id: Icd380e3cc5d744260d6a9f497aa65a1a6c829c2e
2014-08-07 21:41:11 +00:00
Kenny Guy
4f7384a68c am 84201f75: Merge "Revert "Revert "Remove String version of getBadgedLabel""" into lmp-dev
* commit '84201f75fe6aae78899c790bd3ea104ef23d1f25':
  Revert "Revert "Remove String version of getBadgedLabel""
2014-08-07 21:40:46 +00:00
Deepanshu Gupta
7ec9d001a9 Create a copy of the build_font.py
The copy will be modified to support renaming only one font at a time.
This is done in two steps to improve the diffs.

Change-Id: I47283745c25882283f0464c17e603396a8c9141e
2014-08-07 21:40:34 +00:00
Adam Powell
0e7f544cf4 am 886f54b5: Add AbsListView#fling
* commit '886f54b5b4c38d8fdcffee46f1525979f5dd3f1d':
  Add AbsListView#fling
2014-08-07 21:29:14 +00:00
Adam Powell
4884c64288 Add AbsListView#fling
ScrollViews can programmatically fling from public API and now
ListViews/GridViews can too. This helps support applications that wish
to propagate flings across scrolling containers as part of nested
scrolling.

Bug 15538504

Change-Id: I0318c6717c7fb8788a006f96c8f8170556dd8b9e
2014-08-07 14:19:25 -07:00
Kenny Guy
09f9d6b9fc am 343a5652: Merge "Launch application details for correct profile from recents." into lmp-dev
* commit '343a56529730019a16bf27fc213a7846ddbb87a6':
  Launch application details for correct profile from recents.
2014-08-07 21:13:16 +00:00
Christopher Tate
6d1757fb66 am 3357b644: Merge "Sanity-check paths of files to be restored" into lmp-dev
* commit '3357b644b4c0cd64daaa931d2b5cb403a68d3820':
  Sanity-check paths of files to be restored
2014-08-07 21:04:21 +00:00
Alan Viverette
ec7265fe12 am c7836ba9: Merge "Fix CTS test for nine patch padding sanity check" into lmp-dev
* commit 'c7836ba900a386f0548aa6d39e0a97711c72aa48':
  Fix CTS test for nine patch padding sanity check
2014-08-07 21:04:16 +00:00
Igor Murashkin
2f5bb33cfc am 89b3f042: Merge "camera2: (LEGACY) Add face detection support and vstab modes" into lmp-dev
* commit '89b3f042a6e82635e60038e5441b685f715e56a5':
  camera2: (LEGACY) Add face detection support and vstab modes
2014-08-07 20:56:12 +00:00
Alan Viverette
1081fa6a20 am 50baf1fd: Merge "Remove clipToOutline workaround for null backgrounds" into lmp-dev
* commit '50baf1fd9d651db643204b0871231160b8be96d9':
  Remove clipToOutline workaround for null backgrounds
2014-08-07 20:51:46 +00:00
Alan Viverette
77ef7abc5c am 515ed510: Merge "Use translatable strings for time picker AM/PM labels" into lmp-dev
* commit '515ed51033859dc8e4d156355de0d9de8ad912b1':
  Use translatable strings for time picker AM/PM labels
2014-08-07 20:42:55 +00:00
Adrian Roos
6b43ad6853 am e23ab08f: Merge "Fix pending dismiss action not cleared when leaving bouncer" into lmp-dev
* commit 'e23ab08fe7ddeb9062392aa526faf487be7462f3':
  Fix pending dismiss action not cleared when leaving bouncer
2014-08-07 20:42:50 +00:00
Alan Viverette
85f5303dcc am 2dac0ad7: Merge "Add an extra pixel to the ripple radius used for bounds" into lmp-dev
* commit '2dac0ad754b8ccb910e76ed7136e40814006c1c3':
  Add an extra pixel to the ripple radius used for bounds
2014-08-07 20:42:43 +00:00
Eino-Ville Talvala
5609c1cf0f am 90952cfd: Merge topic \'camera2-remove-hidden\' into lmp-dev
* commit '90952cfdb43e769da1a177e294973e3aacca12eb':
  Camera2: Fix session shutdown race, frequent warning log
  Camera2: Remove hidden parts of public CameraDevice
  Camera2: Fix null-listener capture for CameraCaptureSession
2014-08-07 20:20:14 +00:00
Jason Monk
d696634fe5 am 881f8547: Update strings for QS footer.
* commit '881f8547013a84ac878f115e12c35c15e6727081':
  Update strings for QS footer.
2014-08-07 20:20:10 +00:00
Michael Wright
cd4750dd60 am 97b2b671: Allow media projections to create public presentations.
* commit '97b2b67155910079d122ecb1d2bc69c42d8e24c4':
  Allow media projections to create public presentations.
2014-08-07 20:11:58 +00:00
Jason Monk
d3ea7d61a3 Update strings for QS footer.
Bug: 16854706
Change-Id: Iba7ecae45f0bc9a8819f5172ad5922fddab95076
2014-08-07 20:09:39 +00:00
Michael Wright
6720be4e8c Allow media projections to create public presentations.
Change-Id: I3b6e0b54d658352942a38be6a24486bdfc179efd
2014-08-07 20:07:04 +00:00
Prerepa Viswanadham
af3dec5e72 am 2792be93: OnLost/OnFound integration - onfound match is done in framework, whereas hw signal is used to report onlost.
* commit '2792be930bb082fcd18ab47ea60fc723396144ba':
  OnLost/OnFound integration - onfound match is done in framework, whereas hw signal is used to report onlost.
2014-08-07 19:57:10 +00:00
Prerepa Viswanadham
d5324e4183 OnLost/OnFound integration - onfound match is done in framework,
whereas hw signal is used to report onlost.

Bug 16733710

Change-Id: I7b177b7afd730341c336818857436c095735b53b
2014-08-07 19:51:59 +00:00
Christopher Tate
a95cd4e50d am bc835105: Merge "Reify the transport lookup/selection API" into lmp-dev
* commit 'bc835105066725fecfe378bfdd13c2262908457f':
  Reify the transport lookup/selection API
2014-08-07 19:48:44 +00:00
Christopher Tate
6a3a2d5a90 am d9f038c1: Merge "Make TrafficStats uid attribution @SystemApi" into lmp-dev
* commit 'd9f038c1dc29d7a73c1888b83b7e7c1f643ffa0c':
  Make TrafficStats uid attribution @SystemApi
2014-08-07 19:48:40 +00:00
Christopher Tate
deec962ece am f671005b: Introduce system API for distinguishing the owner user
* commit 'f671005b75b3d603fb664afb64576c7c59cb5387':
  Introduce system API for distinguishing the owner user
2014-08-07 19:48:36 +00:00
Dianne Hackborn
151c4eb4d3 am c8c42a7c: Merge "Fix to call VoiceInteractionSession.onDestroy()." into lmp-dev
* commit 'c8c42a7cab25d1d7e5c774dfaa9241131cb4eb15':
  Fix to call VoiceInteractionSession.onDestroy().
2014-08-07 19:44:26 +00:00
Christopher Tate
cbd7a6ecbb Introduce system API for distinguishing the owner user
Support services that special case the owner but are instantiated
per-user, and so need to be able to distinguish.

Bug 16661321

Change-Id: I7ff5168c91e39821317fdf5cfaba34e90d30de95
2014-08-07 19:43:17 +00:00
Behdad Esfahbod
ab42b32fb9 am 7dc6dcd4: Merge "Remove dependency on SkPaintOptionsAndroid" into lmp-dev
* commit '7dc6dcd417c23159047082a891288775b9e778b2':
  Remove dependency on SkPaintOptionsAndroid
2014-08-07 19:36:43 +00:00
Dianne Hackborn
7adcb6defe am e46717b6: Fix issue @16555033: Battery history overflowing too much
* commit 'e46717b661b685cc1586a59f00cd6cf10822896b':
  Fix issue @16555033: Battery history overflowing too much
2014-08-07 19:24:12 +00:00
Dianne Hackborn
0068d3dcf1 Fix issue @16555033: Battery history overflowing too much
- No longer track process starts/stops normally.
- Increase buffer size to 256KB.
- Buffer size increase requires reworking how battery stats
  are retrieved, since it is going to be hitting IPC limits.
- Also, store the last full stats after a reset, to be reported
  at the next checkin.
- Also, discharge and charge times are tagged with the screen
  and battery save state during that time.

Change-Id: Ie108ac9b626846108a9bb858101ac2b93276ac16
2014-08-07 12:19:39 -07:00
Sandeep Siddhartha
374b13dc23 am f52031b2: Dump the state of SoundTriggerHelper for bugreports
* commit 'f52031b22e8979cb54b840f8bec3346fb53ec561':
  Dump the state of SoundTriggerHelper for bugreports
2014-08-07 19:17:52 +00:00
Winson Chung
38c010dd05 am 06e564d2: am e70eb503: am f9c1251b: Merge "Initial changes to add task affiliation styling. (Bug 16656169)" into lmp-dev
* commit '06e564d23309dc1c5198eda98e975b7fc5f00c61':
  Initial changes to add task affiliation styling.  (Bug 16656169)
2014-08-07 19:17:19 +00:00
Glenn Kasten
b8ade1e976 am 7bffa188: am fc752425: am cd55d2e5: Merge "Add setting to disable automatic USB audio routing" into lmp-dev
* commit '7bffa188c6cfc180b0efea2e7d00b73088acb875':
  Add setting to disable automatic USB audio routing
2014-08-07 19:17:14 +00:00
Sandeep Siddhartha
0cb13caff6 am b8086b66: am 7e0e4515: am e931a72d: Handle same keyphrase for multiple users
* commit 'b8086b6676fc9e086d2128c028a8223a2618affa':
  Handle same keyphrase for multiple users
2014-08-07 19:17:09 +00:00
Sandeep Siddhartha
4f5e1baa11 am 2c28164d: am 84e8121f: am b6c0b037: Merge "Read audio format from the recognition event" into lmp-dev
* commit '2c28164df8c56ff26b4b0f045d40fb756697b44d':
  Read audio format from the recognition event
2014-08-07 19:17:05 +00:00
Adam Powell
0ee1e2436e am a653ca15: am 0ae66be2: am 157fab0c: Nested pre-fling for AbsListView and ScrollView
* commit 'a653ca1573f13a496d2fe163f2c1d58523a8fa41':
  Nested pre-fling for AbsListView and ScrollView
2014-08-07 19:17:00 +00:00