193573 Commits

Author SHA1 Message Date
Andrew Solovay
765389ec4f am c5abcba4: am 820f2501: Merge "docs: Quick fixes for the M Preview "Setup SDK" page." into mnc-preview-docs
* commit 'c5abcba46131748e03484af3cc7cb474461f47f7':
  docs: Quick fixes for the M Preview "Setup SDK" page.
2015-05-30 01:51:00 +00:00
David Friedman
538aabc15e am 270d4a70: am acb470be: am 490f8761: am 7b3ecd65: Merge "Quick typo fix." into lmp-docs
* commit '270d4a70afc5fac8f48746751c34b3e0618cf5b7':
  Quick typo fix.
2015-05-30 01:50:54 +00:00
Andrew Solovay
c5abcba461 am 820f2501: Merge "docs: Quick fixes for the M Preview "Setup SDK" page." into mnc-preview-docs
* commit '820f2501d6371059eb253d6a0d523ceb9f7473ca':
  docs: Quick fixes for the M Preview "Setup SDK" page.
2015-05-30 01:37:11 +00:00
David Friedman
270d4a70af am acb470be: am 490f8761: am 7b3ecd65: Merge "Quick typo fix." into lmp-docs
* commit 'acb470be4f456f4f42c9ed0e6e3babb2ea767353':
  Quick typo fix.
2015-05-30 01:37:05 +00:00
Andrew Solovay
820f2501d6 Merge "docs: Quick fixes for the M Preview "Setup SDK" page." into mnc-preview-docs 2015-05-30 01:27:29 +00:00
Deepanshu Gupta
996458b76c Fix ParserFactory not initialized error.
Bug: http://b.android.com/175129
Change-Id: I2111673767e0f62ee910560022b559a177d55abd
2015-05-30 01:25:34 +00:00
David Friedman
acb470be4f am 490f8761: am 7b3ecd65: Merge "Quick typo fix." into lmp-docs
* commit '490f876113cc58e9b3bbc1b6aab7c86aca4345ca':
  Quick typo fix.
2015-05-30 01:22:58 +00:00
Joe Fernandez
e14e97a32c am 4a97fb5d: am 6fdb83a9: Merge "docs: supportlib 22.2.0 design version update" into mnc-preview-docs
* commit '4a97fb5d290388371049436910f97fbf900b1bcf':
  docs: supportlib 22.2.0 design version update
2015-05-30 01:12:55 +00:00
David Friedman
490f876113 am 7b3ecd65: Merge "Quick typo fix." into lmp-docs
* commit '7b3ecd65270802bb9231a0d546f1674c7c133d60':
  Quick typo fix.
2015-05-30 01:05:03 +00:00
Joe Fernandez
4a97fb5d29 am 6fdb83a9: Merge "docs: supportlib 22.2.0 design version update" into mnc-preview-docs
* commit '6fdb83a914ddb27d4fbf727834431d33bec0d314':
  docs: supportlib 22.2.0 design version update
2015-05-30 00:59:41 +00:00
Yohei Yukawa
512234f196 Merge "Close input session when the view is detached from the window." into mnc-dev 2015-05-30 00:52:30 +00:00
Christopher Tate
3d7e0d8e21 Adjust key/value backup scheduling
We now try to perform key/value backups only while charging, proceeding
off-charger only after we've waited a full day for the device to be
plugged in.

Bug 21076663

Change-Id: Ib32c9f8bfaf8a310f5f388907e38a28d3c54bd8e
2015-05-30 00:49:26 +00:00
Yohei Yukawa
b13f015ab5 Close input session when the view is detached from the window.
This is the 3rd trial to fix Bug 20820914.

In followig CLs, we have tried to address a input session
leak when the focused view is detached from the focused
window by relying on IMM#focusOut() but failed because of
regressions like Bug 21508503.
- Ib4bd70ce0305a6bde6a929bcc6ad20a2b8402a97
- I219394178e4172bc47864297f1418e677dba25e5
- Id6afc8fc64512225578c62557b96c7dc2e969adf
- Ib1b037594ebbb4ad4cf2d59e21c7a8ca9d8dc930
- I2228ae0c48ad3d9e0b55875f0dcb5ef8c55b0c5f

What we have learned from Bug 21508503 was that re-enabling
IMM#focusOut() probably requires much more work than we
thought.  Also relying on IMM#focusOut() might be overkill
because the situation in Bug 20820914 is really special where
the focused view is detached from the focused window hence
we should be able to be fix the issue more conservatively
by closing input session when and only when the focused
view is detached from the focused view, rather than
re-enabling IMM#focusOut() globally.

Bug: 20820914
Change-Id: Iaf3fe2c065b5bf91e49a729ba46262114bb6da88
2015-05-29 17:44:51 -07:00
Joe Fernandez
6fdb83a914 Merge "docs: supportlib 22.2.0 design version update" into mnc-preview-docs 2015-05-30 00:44:38 +00:00
Jeff Brown
cb81d18367 Merge "Tell PhoneWindowManager when we start/finish interactive changes." into mnc-dev 2015-05-30 00:33:07 +00:00
Doris Liu
1501da4bae Merge "Fix calls to Rect.intersect() in package android.view" into mnc-dev 2015-05-30 00:31:47 +00:00
Jeff Brown
416c49c404 Tell PhoneWindowManager when we start/finish interactive changes.
Added some new callbacks that can be used to more precisely trigger
certain behaviors that need to happen around the time the device
is put to sleep and locked.

Fixed an issue where the going to sleep signal might be sent too
early on devices that don't support ambient mode due to the extra
wakefulness change between DOZING and ASLEEP.  We are now track
the early / late interactive change work separately from the rest.

Bug: 21375811
Change-Id: I95387195e216ae92a6e45485bd1bd362e41aa45a
2015-05-29 17:28:40 -07:00
Dirk Dougherty
67f0df0738 am 0e124520: am 8c11025e: Fix a date, adjust permissions language.
* commit '0e12452091a23d7c7cb1171e71fe5ec49fa392c5':
  Fix a date, adjust permissions language.
2015-05-30 00:28:35 +00:00
Dirk Dougherty
0e12452091 am 8c11025e: Fix a date, adjust permissions language.
* commit '8c11025e3b0689c32a0c69c4f88caae4fdbb3349':
  Fix a date, adjust permissions language.
2015-05-30 00:14:38 +00:00
David Friedman
7b3ecd6527 Merge "Quick typo fix." into lmp-docs 2015-05-30 00:02:47 +00:00
Dirk Dougherty
8c11025e3b Fix a date, adjust permissions language.
Change-Id: Icb09eb44645130af5e109c390b757dc12f458f91
2015-05-29 16:59:35 -07:00
Alan Viverette
db2911321b Merge "Replace PNG-based seekbar thumb animation with AVD" into mnc-dev 2015-05-29 22:51:04 +00:00
Adrian Roos
b85e1ecfdf Fix broken transition to secure apps when relaunching
Previously, the logic for keeping occluded mode during transitions
would also trigger when transitioning from the lockscreen to a
SHOW_WHEN_LOCKED activity that was already on-screen, which would
then prematurely clear the occluded mode and break the launch
transition.

With the fix, the lockscreen must already be occluded before the
keep-occluded-during-transitions logic is triggered.

Bug: 21525170
Change-Id: I1d9ad95b2dd0728af7986f09adb67a617cc62cb2
2015-05-29 22:32:29 +00:00
Marco Nelissen
2e2ac33e88 Merge "Update ExifInterface.getDateTime to support subseconds" into mnc-dev 2015-05-29 22:26:58 +00:00
ztenghui
e9d8480fc1 Merge "Tweak the threshold for conic path quads computation." into mnc-dev 2015-05-29 22:17:30 +00:00
ztenghui
21ef8205a1 Tweak the threshold for conic path quads computation.
We still want it to be related to the threshold for bezier generation.

b/19903239

Change-Id: Ifdce32f1c28ecea9eac98d02c73afa948341fc7d
2015-05-29 15:12:55 -07:00
Alan Viverette
87e1938be8 Replace PNG-based seekbar thumb animation with AVD
Adds optical inset support for VectorDrawable and GradientDrawable.

Bug: 19944181
Change-Id: I9df04d9fe17ad858413e7f93694bf37ee2c43c85
2015-05-29 15:12:14 -07:00
Joe Fernandez
8c176dd22e am 927b8204: am 80aa2b3e: Merge "docs: Regen wearable docs with new redesign templates" into mnc-preview-docs
* commit '927b8204d573176cd39b96abb25cfeb9fd1dd0d2':
  docs: Regen wearable docs with new redesign templates
2015-05-29 22:06:57 +00:00
Joe Fernandez
927b8204d5 am 80aa2b3e: Merge "docs: Regen wearable docs with new redesign templates" into mnc-preview-docs
* commit '80aa2b3e9079f847040707b9f1cd5face238137e':
  docs: Regen wearable docs with new redesign templates
2015-05-29 21:51:55 +00:00
Marco Nelissen
b2c890044e Update ExifInterface.getDateTime to support subseconds
Also document that it returns local time.

Bug: 20638367
Change-Id: I6a1c35925e0555bcdcb079be0ca5b19a279a05a6
2015-05-29 14:49:03 -07:00
Andrew Solovay
525a0859b1 docs: Quick fixes for the M Preview "Setup SDK" page.
Includes fixes to address comments made on http://ag/698181 after it
was submitted.

See first comment for doc stage location.

bug: 21478436
Change-Id: I7a5b0c183b000c8a5634fa8a22523b0519e5cafb
2015-05-29 14:44:23 -07:00
Andrew Solovay
9074831abd am def1dde3: am 1521c51c: docs: Quick fixes to screenshot
* commit 'def1dde30656b7d785dd25c1a8f30292f4d47721':
  docs: Quick fixes to screenshot
2015-05-29 21:43:30 +00:00
Joe Fernandez
80aa2b3e90 Merge "docs: Regen wearable docs with new redesign templates" into mnc-preview-docs 2015-05-29 21:38:03 +00:00
Chris Wren
0886dcc768 Merge "add time-in-mode metrics for zen mode" into mnc-dev 2015-05-29 21:33:58 +00:00
Adrian Roos
e67f67da9a Merge "Hide KeyguardMessageArea if empty" into mnc-dev 2015-05-29 21:33:09 +00:00
Andrew Solovay
def1dde306 am 1521c51c: docs: Quick fixes to screenshot
* commit '1521c51cb69e73de2d37a98c367e5fd617056af6':
  docs: Quick fixes to screenshot
2015-05-29 21:29:02 +00:00
destradaa
ce48c1c1d8 Allow INADDR_NONE as a valid configuration in AGpsStatus_v3.
b/21516868

This change makes AGpsStatus_v3 consistent and compatible with the behavior
of AGpsStatus_v2.

Change-Id: Ia4e729d8ed1d61b51ae22c7eaf9bbe33f31b7a45
2015-05-29 13:49:20 -07:00
Andrew Solovay
1521c51cb6 docs: Quick fixes to screenshot
I'd been using the "srcset" tag wrong (we're updating the devsite
style guide) so I'm fixing that. Also mislabeled this as "Figure 2"
(it's currently the only figure on the page).

Since this is a very straightforward fix I'm going to go ahead and
submit it.

See first comment for doc stage location.

Change-Id: I81969ff1a3838e516ef00612f3ae8944cca8fab5
2015-05-29 13:41:40 -07:00
Yohei Yukawa
650a91356b Merge "Revert "Rely on IMM#focusOut() to close input session."" into mnc-dev 2015-05-29 20:41:25 +00:00
Doris Liu
f042cd841f Merge "Update doc to include how clipToPadding affects EdgeEffect" into mnc-dev 2015-05-29 20:28:21 +00:00
Yohei Yukawa
0b52ed02df Revert "Rely on IMM#focusOut() to close input session."
This reverts commit 41bb4953dad33b56b6d039d5bc87a574a0b70fe9.

Ib1b037594ebbb4ad4cf2d59e21c7a8ca9d8dc930 caused Bug 21508503.
Since it looks like a timing issue, many other applications
could be affected potentially.

Bug 21508503 implies that re-enabling IMM#focusOut() globally
requires much more work than we thought.  Probably the memory
leak found in Bug 20820914 should be addressed in a more
conservative way at the moment, e.g., by plumbing events from
ViewGroup to IMMS.

Bug: 21508503
Bug: 20820914
Change-Id: I2228ae0c48ad3d9e0b55875f0dcb5ef8c55b0c5f
2015-05-29 13:28:13 -07:00
Svetoslav
815be147a3 Merge "Use AtomicFile APIs correctly when reading." into mnc-dev 2015-05-29 20:05:43 +00:00
Svetoslav
3dcdd37b66 Use AtomicFile APIs correctly when reading.
21280155

Change-Id: I354ebac8fc91d8f28eec6016474a9521ff2a490d
2015-05-29 13:01:37 -07:00
Alex Klyubin
d377b06735 Merge "Cleanup Binder token resetting." into mnc-dev 2015-05-29 19:59:34 +00:00
John Spurlock
2473e1e922 Merge "Zen: Dim status bar alarm icon when zen = total silence." into mnc-dev 2015-05-29 19:50:07 +00:00
Alex Klyubin
96d7245c00 Cleanup Binder token resetting.
This is a follow-up to 7cbcfd4fc1e538bd391a20cdd00dd1494ace2d0e where
during the review it was pointed out that the code could be
streamlined.

Bug: 18088752
Change-Id: Iecb9fdbc31a0f3cdcb94ddb1b3e7e12a0543a231
2015-05-29 12:41:22 -07:00
John Spurlock
157822682f Zen: Dim status bar alarm icon when zen = total silence.
Bug: 21359239
Change-Id: I5bf207c4c181869127ed8b90787cbd7d9bb0f6c2
2015-05-29 15:41:12 -04:00
Jorim Jaggi
2400197f10 Enable Keyguard debug logging
Bug: 21320918
Change-Id: I2529bfb7cdaae6042bbc9e51340c7571a5a63ad0
2015-05-29 19:34:48 +00:00
Alex Klyubin
614b39f3de Merge "Refactor Android Keystore CipherSpi base class." into mnc-dev 2015-05-29 19:15:18 +00:00
Quddus Chong
c1862737f8 am f253e7d5: am c4d39dfc: docs: Fix issue where images are not appearing in mobile browsers. bug: 21517956
* commit 'f253e7d547f22bb02ef943bd80f598ca30302bda':
  docs: Fix issue where images are not appearing in mobile browsers. bug: 21517956
2015-05-29 18:55:02 +00:00