summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve documentation of ScanResult and WifiInfo.Jeff Davidson2014-08-122-3/+10
| | | | | | | | | | | | | | Valid dBm ranges should *not* be mentioned in the documentation. Manufacturers should be able to produce devices which can detect signal strengths with arbitrary sensitivity rather than being forced to restrict strengths to a certain range. Adds a reference to WifiManager.calculateSignalLevel(), an often-useful method to convert these RSSI values into an absolute signal level that can be displayed to a user as the signal strength. Bug: 13731529 Change-Id: I0aae85a6d8bc48ffddd1927d816a1dfbf5230f7e
* Merge "Add API for obtaining max text length for accessibility" into lmp-devAlan Viverette2014-08-124-6/+58
|\
| * Add API for obtaining max text length for accessibilityAlan Viverette2014-08-124-6/+58
| | | | | | | | | | BUG: 16736956 Change-Id: I15ffb9bf68e074adf3e0dbcd230367e115c03e3c
* | Merge "Switch to cos interpolation of shadow alpha" into lmp-devChris Craik2014-08-127-46/+49
|\ \
| * | Switch to cos interpolation of shadow alphaChris Craik2014-08-127-46/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:16852257 Updates default shadow opacities to compensate. Also, update variable/constant naming related to vertex alpha. Change-Id: I9055b4ac3c9ac305ca9d515f21b52d6aa6dc9c5c
* | | Merge "Changed flow in export methods to continue through the loop if it ↵Jon Miranda2014-08-121-4/+2
|\ \ \ | | | | | | | | | | | | encounters an int[] return type." into lmp-dev
| * | | Changed flow in export methods to continue through the loop if it encountersJon Miranda2014-08-121-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an int[] return type. There are two such instances: 1. "private int[] mRules" within RelativeLayout LayoutParams. 2. "public int[] getLocationOnScreen" in View. When I added #2, we noticed missing annotated fields/methods in Hierarchy Viewer, but #1 also caused the same issue (mainly not exporting alignWithParent field) Bug: 16844914 Change-Id: I0d83a4391aa0565897cd7f0523995c97b7a4976d
* | | | Merge "Prevent re-entry when clearing animating hotspots" into lmp-devAlan Viverette2014-08-121-14/+20
|\ \ \ \
| * | | | Prevent re-entry when clearing animating hotspotsAlan Viverette2014-08-121-14/+20
| | |_|/ | |/| | | | | | | | | | | | | | BUG: 16651728 Change-Id: I2b1b1501a4adfded833d0ed95ec3537ae217a6d7
* | | | Merge "fix ghost clipBounds problem" into lmp-devDake Gu2014-08-121-13/+34
|\ \ \ \
| * | | | fix ghost clipBounds problemDake Gu2014-08-121-13/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OverlayViewGroup clipChildren=true, so that RenderNode of GhostView will be forced clip its content to its bounds. Because GhostView is transformed to a different location other than (0,0), the content left/up to the bounds is clipped out. Introduce another clipChildren=false view between OverlayViewGroup and GhostView. b/16982904 Change-Id: Ia11926c78e19bffe80c3d4584a59b83b2fbee6df
* | | | | Merge "Implementing Recents focus states. (Bug 16950262)" into lmp-devWinson Chung2014-08-1214-106/+367
|\ \ \ \ \
| * | | | | Implementing Recents focus states. (Bug 16950262)Winson Chung2014-08-1214-106/+367
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed issue with focus going to send front most task when coming from Home - Adding shortcut to dismiss a task - Refactoring code to get secondary overlay and affiliation color - Throttling alt-tab key presses - Fixing issue with slivers of the task thumbnail being visible for affiliated tasks Change-Id: Iaafe408318646a423fd58b51bbe93dbe0f2eed99
* | | | | | Revert "Update attrs / public.xml for VectorDrawable opacity removal"Tenghui Zhu2014-08-123-151/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9c44a95d5168c219facb39e7cca275d1e0a02cee. Change-Id: If328d3101ce44c63d643217218109bb82e4f20ae
* | | | | | Disable GPS when battery saver is on and screen is off.David Christie2014-08-121-27/+80
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15348895 Change-Id: Iae2c3898ff48dc4d22e0ff872d7417ef6945c5e3
* | | | | DNG: Fix row stride check.Ruben Brunk2014-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16986715 Change-Id: I5337194f7078d394b9e972e81861794283925612
* | | | | am eb4d136e: am a5365ed9: am ac605c84: Merge "docs: Updated L Preview ↵Quddus Chong2014-08-122-0/+36
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Overview and support page with information about using NDK r10 for 64-bit support." into klp-modular-docs * commit 'eb4d136e5a8833a7071b797ab6e6e455ae85b063': docs: Updated L Preview Overview and support page with information about using NDK r10 for 64-bit support.
| * | | | am a5365ed9: am ac605c84: Merge "docs: Updated L Preview Overview and ↵Quddus Chong2014-08-122-0/+36
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support page with information about using NDK r10 for 64-bit support." into klp-modular-docs * commit 'a5365ed9dd080529609078c0b262e775ba3b460e': docs: Updated L Preview Overview and support page with information about using NDK r10 for 64-bit support.
| | * \ \ \ am ac605c84: Merge "docs: Updated L Preview Overview and support page with ↵Quddus Chong2014-08-122-0/+36
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | information about using NDK r10 for 64-bit support." into klp-modular-docs * commit 'ac605c8488a3092c1451ac29cad35ff2ff9f7f98': docs: Updated L Preview Overview and support page with information about using NDK r10 for 64-bit support.
| | | * \ \ \ Merge "docs: Updated L Preview Overview and support page with information ↵Quddus Chong2014-08-122-0/+36
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | about using NDK r10 for 64-bit support." into klp-modular-docs
| | | | * | | | docs: Updated L Preview Overview and support page with information about ↵Quddus Chong2014-08-122-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using NDK r10 for 64-bit support. Change-Id: Ib759f6a187a8a1298d01f8485a8e05e5d9b67e27
* | | | | | | | Fix CellIdentityLte.equalsWink Saville2014-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16902094 Change-Id: I92786dc792bf318d2236212eb2acf955ec41e066
* | | | | | | | Merge "Use correct checked value when animating Switch" into lmp-devAlan Viverette2014-08-121-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Use correct checked value when animating SwitchAlan Viverette2014-08-121-0/+4
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 16984959 Change-Id: I1b4ffea568619663e26c097a28b86579d090c0ce
* | | | | | | | Merge "AAPT: Dump an APK's split name attribute" into lmp-devAdam Lesinski2014-08-121-1/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | AAPT: Dump an APK's split name attributeAdam Lesinski2014-08-121-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:16919497 Change-Id: I109e21bff9e4a64a10f48dce7f2d41102b32ee1d
* | | | | | | | | Merge "Invalidate root render node when accessibility focus moves" into lmp-devAlan Viverette2014-08-121-15/+37
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Invalidate root render node when accessibility focus movesAlan Viverette2014-08-111-15/+37
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 16796647 Change-Id: Ibfc6ec4aa50c6354ea095a35470dd54e768d911b
* | | | | | | | Merge "Clearing tasks along with application data. (Bug 16952119)" into lmp-devWinson Chung2014-08-121-3/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Clearing tasks along with application data. (Bug 16952119)Winson Chung2014-08-121-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie986712a7d7d0911b6de7a4b34b7d03bf7874d6f
* | | | | | | | | Implement final lock now affordanceAdrian Roos2014-08-126-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removes the GlobalAction. Also fixes the animation not being applied to the background of the affordance. Bug: 15344542 Bug: 16952834 Change-Id: Ie790b40a5d1ba10fa42a793c8cfeaf6687d17c61
* | | | | | | | | Remove extraneous clearing of inet conditionRobert Greenwalt2014-08-121-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was old code I missed in previous inet condition refactor and caused us to show "not connect" icon any time we connected to a secondary network (mms/supl/etc). bug:16896743 Change-Id: I0fa62e09bb0b7c0ee0864bb1f95967eac5f60d3e
* | | | | | | | | Merge "Fix NPE in NinePatchDrawable, propagate theme in StateListDrawable" ↵Alan Viverette2014-08-122-23/+22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-dev
| * | | | | | | | | Fix NPE in NinePatchDrawable, propagate theme in StateListDrawableAlan Viverette2014-08-122-23/+22
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 16979150 BUG: 16957778 Change-Id: I5e7116fe7fd3d5d177bafa88aad08ab21ae1677d
* | | | | | | | | Update brightness slider thumb and spacingAdrian Roos2014-08-127-9/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes a few errors in the measuring logic. Bug: 15170399 Change-Id: I7ce7edef0a08dc00ef747988cd64e40a9fbae192
* | | | | | | | | Preparations for lockscreen launch animationsJorim Jaggi2014-08-1229-97/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update unlock animations to new spec to make the consistent with lockscreen launch animations. - Introduce disappearing motion for security views which runs before we actually dismiss Keyguard. - If a window is running the un-force-hide animation, treat as it would have the wallpaper flag set so the wallpaper stays until the animation is completely done. - Run an animation on the wallpaper if the wallpaper is going away. Bug: 15991916 Bug: 16234603 Bug: 15326120 Change-Id: I063aa4f269ddcf75b9a705e90f0c3056b541b642
* | | | | | | | | Fix NPE in UsageStats for new UserAdam Lesinski2014-08-122-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:16946585 Change-Id: Ibd0d674681f3f49087305cea33ce7292f5d2229d
* | | | | | | | | am ecae7cb0: am 378b2558: am 41e836a6: Merge "docs: update dashboard" into ↵Robert Ly2014-08-121-25/+25
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | klp-modular-docs * commit 'ecae7cb04fd16b2d79f156c0c50c48c1fc592a1e': docs: update dashboard
| * | | | | | | am 378b2558: am 41e836a6: Merge "docs: update dashboard" into klp-modular-docsRobert Ly2014-08-121-25/+25
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | * commit '378b25584f3ddeb242dfc3c9c161512a897cc0d8': docs: update dashboard
| | * | | | | | am 41e836a6: Merge "docs: update dashboard" into klp-modular-docsRobert Ly2014-08-121-25/+25
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | * commit '41e836a644b1fa767fdcce629bbb4753e0f5ecd6': docs: update dashboard
| | | * | | | | Merge "docs: update dashboard" into klp-modular-docsRobert Ly2014-08-121-25/+25
| | | |\ \ \ \ \
| | | | * | | | | docs: update dashboardRobert Ly2014-08-121-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3a11a4ffbd9e5544c598bdebacd67e236305602f
* | | | | | | | | Merge "New lock pattern assets and animations" into lmp-devJorim Jaggi2014-08-1224-210/+173
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | New lock pattern assets and animationsJorim Jaggi2014-08-1224-210/+173
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removes the arrows. Bug: 16196240 Bug: 13735707 Change-Id: I5a6606d916192fff594c7e6211e80b73ccd30456
* | | | | | | | | Merge "Rework shadow interpolation" into lmp-devChris Craik2014-08-125-28/+52
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Rework shadow interpolationChris Craik2014-08-125-28/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:16852257 Use pow(alpha, 1.5) to avoid harsh edges on shadow alpha ramps. Also adjusts shadow constants to compensate. Change-Id: I5869956d7d292db2a8e496bc320084b6d64c3fb7
* | | | | | | | | | Fix ripples projecting to scrolled viewChris Craik2014-08-123-15/+26
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:16873774 1) Fix projectionReceiveIndex, which could in some cases point at translate/restore ops. 2) Use background translateX / translateY for projected RenderNodes. This makes them match background position, and thus properly account for scroll. Change-Id: Idbd5700858fd67c5abea0270a1012952fe09ac22
* | | | | | | | | Merge "Override StatusHints.equals" into lmp-devSailesh Nepal2014-08-121-0/+19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Override StatusHints.equalsSailesh Nepal2014-08-121-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16979621 Change-Id: I858a4718a8815be18214400d3bc1d9054b99434e
* | | | | | | | | Merge "Ensuring that we update the calling uid/package when updating a ↵Winson Chung2014-08-122-7/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | task's original intent. (Bug 16676636)" into lmp-dev