158671 Commits

Author SHA1 Message Date
smain@google.com
a4924046b9 am d48168bd: add survey link
* commit 'd48168bd780f67a9c4a3714d0f551b1f60774d17':
  add survey link
2014-12-08 18:02:12 +00:00
Geoff Mendal
878b49dc70 am 31a23f3b: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev
* commit '31a23f3bb81ea78e2320cc0554d3c06424c4cd7f':
  Import translations. DO NOT MERGE
2014-12-08 18:02:08 +00:00
Jeff Sharkey
a8fb580379 Merge "Offer to "merge" subscribers for data usage." into lmp-mr1-dev 2014-12-08 17:57:16 +00:00
Alan Viverette
3ad4153710 Merge "Adjust edit text layout, ripple alphas to be closer to Material spec" into lmp-mr1-dev 2014-12-08 17:57:16 +00:00
Geoff Mendal
31a23f3bb8 Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev 2014-12-08 17:56:02 +00:00
Geoff Mendal
3d3a1c3dfe Import translations. DO NOT MERGE
Change-Id: I8afbc01017e4640f25dc5d9be35362bf9273116d
Auto-generated-cl: translation import
2014-12-08 09:54:50 -08:00
smain@google.com
d48168bd78 add survey link
Change-Id: Ic2c107ea99d803ce54d40eacf0e22c340ea03e2b
2014-12-08 09:52:29 -08:00
Rich Slogar
f7c02ed06c docs: skd tools revision 24.0.0
Change-Id: I92be512be8d3c6898b38b400d1777f3dba8bb206
2014-12-08 09:49:00 -08:00
Jorim Jaggi
10ad761aa9 Update dark mode when notification is updated
When the template of a notification changes during a notification
update, we reinflate all the views but didn't update the dark mode.

Bug: 18537470
Change-Id: Iab9278adcbe3bdf39f86019e61b252db0dda7390
2014-12-08 18:41:11 +01:00
John Spurlock
2ea3650d18 Merge "Zen: New behavior for built-in downtime + nextalarm conditions." into lmp-mr1-dev 2014-12-08 16:47:28 +00:00
Jeff Sharkey
3256601f5e Offer to "merge" subscribers for data usage.
There are some cases where multiple subscriber identities (IMSI)
should be treated as "merged together" from a data usage
perspective.  This is done by extending the template used for
matching purposes to support multiple subscribers.

Then, when we query historical usage or set network policies, we
normalize the matching template to merge to any other identities
that should be included.  When normalizing, the "lowest" identity
is always used for equality and storage purposes, which allows
identities to come and go over time.

This change also fixes data usage recording for multi-SIM devices
by passing along the concrete subscriber identity for each network
interface.  Also correctly create default policies for multi-SIM
devices.  This change also drops setPolicyDataEnable() until it can
be wired up to the right underlying NetworkAgent.  (This means we
still bring up the network, and then rely on iptables rules to block
traffic when over the limit, instead of proactively disabling the
connection.)

Bug: 18012787
Change-Id: If6acf32009fdfea2b836f5aff8e2f3e5e0248b4a
2014-12-08 08:42:59 -08:00
Geoff Mendal
9eb2092ea1 Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev 2014-12-08 16:40:55 +00:00
smain@google.com
983ba2ba07 am 9a379e73: am 341c518f: am 43838855: fix migrate instruction step
* commit '9a379e73cb7deb3157fa20d83d848cfb9d5d87ff':
  fix migrate instruction step
2014-12-08 16:31:34 +00:00
smain@google.com
9a379e73cb am 341c518f: am 43838855: fix migrate instruction step
* commit '341c518f88411050a2dfa6b4283540acdc265c5e':
  fix migrate instruction step
2014-12-08 16:24:46 +00:00
smain@google.com
341c518f88 am 43838855: fix migrate instruction step
* commit '43838855754bb035c5fb06fe57ec2a089011b866':
  fix migrate instruction step
2014-12-08 16:16:35 +00:00
smain@google.com
4383885575 fix migrate instruction step
Change-Id: I28cf353f2b21d06ee256673590501487f8645b05
2014-12-08 08:07:14 -08:00
Geoff Mendal
2119b65f83 Import translations. DO NOT MERGE
Change-Id: Iafa118acf3037310f0b60425500b21a714103406
Auto-generated-cl: translation import
2014-12-08 08:07:06 -08:00
John Spurlock
530052a2fe Zen: New behavior for built-in downtime + nextalarm conditions.
- Downtime: Allow user to enter downtime early, offer as an end
   condition four hours before downtime starts.  Available in
   either none or priority, regardless of settings configuration.
 - Downtime: Always exit before next alarm if zen=none.
 - Downtime: Make more like any other condition provider, remove
   special status (mostly).
 - Downtime: New auto-triggering rules, allow triggering after a
   manual condition ends, once.
 - Decouple NextAlarm + Downtime providers, allow them to offer
   their conditions at the same time.
 - Downtime/NextAlarm: Update conditions if they change while being
   requested, even if unsubscribed.
 - Make all three built-in condition providers optional, via config.
 - New internal helper for runtime config.
 - Don't follow changes to next alarm, consider the condition false.
 - Isolate downtime calendar logic into separate class (for testing).
 - Allow a:bb -> a:bb as a valid downtime range (all day).
 - Volume dialog: configuration establishes maximum number of visible
   conditions, including built-ins.
 - Zen mode panel: avoid widget updates during layout transition.
 - Zen mode panel: move controller callers to background thread.
 - Zen mode panel: hide/show/rebind rows instead of adding/removing.
 - ZenLog: Add downtime autotrigger results.
 - Volume panel: Smarter refresh on ringer/zen changes.

Bug: 16373455

Change-Id: I4f801018ddb0beb6eb9fa03a81c79f7949888a3f
2014-12-08 11:00:57 -05:00
Jinsuk Kim
78a7357787 Merge "CEC: Update CEC device info properly" into lmp-mr1-dev 2014-12-08 15:43:35 +00:00
Jinsuk Kim
6102bac706 CEC: Update CEC device info properly
CEC device information cannot be updated/notified properly if
the device was plugged to other port. This change makes
sure the updated information is reflected by device event
callback listeners.

Bug: 18513567
Change-Id: I62bbb741d3f89e225a50f86e315da014832d8118
2014-12-09 00:42:37 +09:00
Geoff Mendal
b9f245d464 Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev 2014-12-08 15:02:17 +00:00
Geoff Mendal
6c5836eca4 Import translations. DO NOT MERGE
Change-Id: Ib0681b2f224456a803391c95f1283f41a06e58a7
Auto-generated-cl: translation import
2014-12-08 06:53:32 -08:00
Jason Monk
32eb928c29 Merge "QS Wifi panel show icon on secure networks" into lmp-mr1-dev 2014-12-08 14:32:12 +00:00
Jason Monk
b27ec6d37d QS Wifi panel show icon on secure networks
Bug: 18365695
Change-Id: Ib63822643a5b033d8b73591e9b379b3539b8865e
2014-12-08 09:31:00 -05:00
Geoff Mendal
8510d0142c Import translations. DO NOT MERGE
Change-Id: I50002c9d6b9e684be9f69dab0c8318226cbda6b9
Auto-generated-cl: translation import
2014-12-08 06:28:24 -08:00
Zoltan Szatmary-Ban
c5c93edd93 Merge "When switching to default USB function set, check restriction" into lmp-mr1-dev 2014-12-08 12:50:25 +00:00
Jinsuk Kim
15556bbb4f Merge "CEC: Disable debug logging" into lmp-mr1-dev 2014-12-08 11:02:30 +00:00
Jinsuk Kim
8e609fa657 CEC: Disable debug logging
Bug: 18471978
Change-Id: I2e229c5402d3d8f687414ec10f36f1d56505cdf9
2014-12-08 19:30:23 +09:00
smain@google.com
01a7eeba04 am d9babcf0: am 5939bd03: am 35ee3018: revisions to Studio landing page
* commit 'd9babcf03435305c59ad748a18162601c1d85761':
  revisions to Studio landing page
2014-12-08 10:26:22 +00:00
smain@google.com
229f8a3ca5 am e0245cb5: am 1f5b2510: am 2cfdbf5f: Merge "fix migrate guide and other studio edits cherryick from Ic223d8fa3cd1e66ddd37b8f896fef12869be4268" into lmp-docs
* commit 'e0245cb5fea4bd5e4749fb1e48b504bbe8eb7494':
  fix migrate guide and other studio edits cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268
2014-12-08 10:26:18 +00:00
smain@google.com
d9babcf034 am 5939bd03: am 35ee3018: revisions to Studio landing page
* commit '5939bd037f9c6495aec24c363390284d4ea141b6':
  revisions to Studio landing page
2014-12-08 10:19:53 +00:00
smain@google.com
e0245cb5fe am 1f5b2510: am 2cfdbf5f: Merge "fix migrate guide and other studio edits cherryick from Ic223d8fa3cd1e66ddd37b8f896fef12869be4268" into lmp-docs
* commit '1f5b251065eddeedc9c1ed1d9368d453596c7b50':
  fix migrate guide and other studio edits cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268
2014-12-08 10:19:50 +00:00
smain@google.com
5939bd037f am 35ee3018: revisions to Studio landing page
* commit '35ee301889acdc18ec154172e30401fee07138cd':
  revisions to Studio landing page
2014-12-08 10:13:09 +00:00
smain@google.com
1f5b251065 am 2cfdbf5f: Merge "fix migrate guide and other studio edits cherryick from Ic223d8fa3cd1e66ddd37b8f896fef12869be4268" into lmp-docs
* commit '2cfdbf5f7f087c1d214e51e6daf7193234cd19ee':
  fix migrate guide and other studio edits cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268
2014-12-08 10:13:05 +00:00
smain@google.com
35ee301889 revisions to Studio landing page
Change-Id: I608b8a63b826f2f2ee2603d7426b501a4df24a38
2014-12-08 01:26:21 -08:00
smain@google.com
2cfdbf5f7f Merge "fix migrate guide and other studio edits cherryick from Ic223d8fa3cd1e66ddd37b8f896fef12869be4268" into lmp-docs 2014-12-08 09:21:56 +00:00
smain@google.com
c07d57d46d fix migrate guide and other studio edits
cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268

Change-Id: Ic223d8fa3cd1e66ddd37b8f896fef12869be4268
2014-12-08 01:20:22 -08:00
smain@google.com
2b4bd09c5e am d9c08bac: am 895ab42f: am 59a3dd7b: misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.
* commit 'd9c08bac4bb37e8f1180e0e79a2b449568a895a9':
  misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.
2014-12-08 08:57:43 +00:00
smain@google.com
d9c08bac4b am 895ab42f: am 59a3dd7b: misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.
* commit '895ab42ffd3201584e0cb74d73ba10ee4fb59e13':
  misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.
2014-12-08 08:51:43 +00:00
smain@google.com
895ab42ffd am 59a3dd7b: misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.
* commit '59a3dd7b0e3a2ecab08d7dac39a44e2188cb8bc1':
  misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.
2014-12-08 08:44:36 +00:00
smain@google.com
59a3dd7b0e misc fixes for studio launch:
update install instructions, update tools nav for AVD page,
update AVD instructions in first app class, other edits to first app.

Change-Id: I086bf63dddc9f653ce06db29eec9998dfa265040
2014-12-08 00:33:15 -08:00
Joe Fernandez
c4bac980d0 am 44e7bcf4: am b6be2bff: am 40c4ccf4: Merge "doc: SDK install page fix and link fixes" into lmp-docs
* commit '44e7bcf46aa8965e94a6427aa8128cbbd876cc02':
  doc: SDK install page fix and link fixes
2014-12-08 07:22:01 +00:00
Joe Fernandez
44e7bcf46a am b6be2bff: am 40c4ccf4: Merge "doc: SDK install page fix and link fixes" into lmp-docs
* commit 'b6be2bff08394d0045e2bf540be1b4ba69e53354':
  doc: SDK install page fix and link fixes
2014-12-08 07:14:44 +00:00
smain@google.com
4ec024e960 am 71319f28: am 160e7607: am dee9e37e: Merge "add studio 1.0 files and reorder features list" into lmp-docs
* commit '71319f288a00eeac2e42c484c5abcc133440144f':
  add studio 1.0 files and reorder features list
2014-12-08 07:13:26 +00:00
smain@google.com
71319f288a am 160e7607: am dee9e37e: Merge "add studio 1.0 files and reorder features list" into lmp-docs
* commit '160e760737131f44bbec84815701957c3faf68cb':
  add studio 1.0 files and reorder features list
2014-12-08 07:06:07 +00:00
Joe Fernandez
b6be2bff08 am 40c4ccf4: Merge "doc: SDK install page fix and link fixes" into lmp-docs
* commit '40c4ccf462cd9ae65c001f868163502a324271d5':
  doc: SDK install page fix and link fixes
2014-12-08 07:06:04 +00:00
Joe Fernandez
40c4ccf462 Merge "doc: SDK install page fix and link fixes" into lmp-docs 2014-12-08 07:01:05 +00:00
Joe Fernandez
3ec76e087c doc: SDK install page fix and link fixes
- remove remainain ADT install instructions
- fix tools/gradle/ links
- fix tools/basics/ links
- fix tools/workflow/ links (some)

Change-Id: I52c314724250ff3aa2a1b4b1154e1d1ef37f4b81
2014-12-07 22:58:57 -08:00
smain@google.com
160e760737 am dee9e37e: Merge "add studio 1.0 files and reorder features list" into lmp-docs
* commit 'dee9e37ea36047717297ba0329e4368da72c995a':
  add studio 1.0 files and reorder features list
2014-12-08 06:58:24 +00:00
smain@google.com
dee9e37ea3 Merge "add studio 1.0 files and reorder features list" into lmp-docs 2014-12-08 06:53:49 +00:00