summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Improve low on RAM reporting." into lmp-mr1-devDianne Hackborn2014-10-311-0/+4
|\
| * Improve low on RAM reporting.Dianne Hackborn2014-10-311-0/+4
* | Merge "Add convenience method for getting the complex unit type" into lmp-mr1...Christopher Lane2014-10-311-0/+12
|\ \
| * | Add convenience method for getting the complex unit typeChristopher Lane2014-10-311-0/+12
* | | Merge "Ensure views are attached prior to starting enter transition." into lm...George Mount2014-10-311-4/+5
|\ \ \
| * | | Ensure views are attached prior to starting enter transition.George Mount2014-10-301-4/+5
| | |/ | |/|
* | | Merge "Allow swipe down to dismiss for ResolverDrawerLayout" into lmp-mr1-devAdam Powell2014-10-312-23/+61
|\ \ \
| * | | Allow swipe down to dismiss for ResolverDrawerLayoutAdam Powell2014-10-302-23/+61
* | | | Merge "Backup and restore battery saver trigger level" into lmp-mr1-devAmith Yamasani2014-10-311-1/+2
|\ \ \ \
| * | | | Backup and restore battery saver trigger levelAmith Yamasani2014-10-311-1/+2
| | |_|/ | |/| |
* | | | Merge "Adding APIs to enable apps to influence accessibility traversal." into...Svetoslav2014-10-313-21/+301
|\ \ \ \ | |/ / / |/| | |
| * | | Adding APIs to enable apps to influence accessibility traversal.Svetoslav2014-10-303-21/+301
| | |/ | |/|
* | | Merge "Tidy up unused hidden methods in LauncherApps" into lmp-mr1-devKenny Guy2014-10-311-16/+0
|\ \ \
| * | | Tidy up unused hidden methods in LauncherAppsKenny Guy2014-10-311-16/+0
* | | | Merge "Change javadoc of setAccountManagementDisabled." into lmp-mr1-devSander Alewijnse2014-10-311-2/+3
|\ \ \ \
| * | | | Change javadoc of setAccountManagementDisabled.Sander Alewijnse2014-10-301-2/+3
* | | | | Merge "Only draw AbsListView selector when focused or pressed" into lmp-mr1-devAlan Viverette2014-10-301-1/+1
|\ \ \ \ \
| * | | | | Only draw AbsListView selector when focused or pressedAlan Viverette2014-10-301-1/+1
| | |_|/ / | |/| | |
* | | | | Merge "Fix NPE when snapshot ImageView uses ScaleType.MATRIX." into lmp-mr1-devGeorge Mount2014-10-301-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix NPE when snapshot ImageView uses ScaleType.MATRIX.George Mount2014-10-301-1/+2
| |/ / /
* | | | Merge "Fix inset check in ThreadedRenderer" into lmp-mr1-devAlan Viverette2014-10-302-2/+3
|\ \ \ \
| * | | | Fix inset check in ThreadedRendererAlan Viverette2014-10-302-2/+3
| |/ / /
* | | | Merge "Add enter-animation-done callback for system windows" into lmp-mr1-devCraig Mautner2014-10-304-0/+117
|\ \ \ \
| * | | | Add enter-animation-done callback for system windowsCraig Mautner2014-10-304-0/+117
* | | | | Remove scroll view from correct parent in AlertControllerAlan Viverette2014-10-301-3/+5
| |/ / / |/| | |
* | | | Merge "Unhide Settings.ACTION_BATTERY_SAVER_SETTINGS." into lmp-mr1-devJohn Spurlock2014-10-301-2/+3
|\ \ \ \
| * | | | Unhide Settings.ACTION_BATTERY_SAVER_SETTINGS.John Spurlock2014-10-301-2/+3
* | | | | Merge "Ensure we don't pass null values in to Theme.resolveAttributes" into l...Alan Viverette2014-10-301-6/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Ensure we don't pass null values in to Theme.resolveAttributesAlan Viverette2014-10-301-6/+8
* | | | | Merge "Add support for running 464xlat on wifi as well." into lmp-mr1-devLorenzo Colitti2014-10-301-0/+5
|\ \ \ \ \
| * | | | | Add support for running 464xlat on wifi as well.Lorenzo Colitti2014-10-301-0/+5
* | | | | | Merge "Fix ActionMenuView vertical alignment of items" into lmp-mr1-devChris Banes2014-10-301-1/+1
|\ \ \ \ \ \
| * | | | | | Fix ActionMenuView vertical alignment of itemsChris Banes2014-10-291-1/+1
| |/ / / / /
* | | | | | Merge "Move all actionbar related methods to DecorToolbar" into lmp-mr1-devYigit Boyar2014-10-304-25/+80
|\ \ \ \ \ \
| * | | | | | Move all actionbar related methods to DecorToolbarYigit Boyar2014-10-294-25/+80
* | | | | | | Merge "Ensure ImageView.setImageResource() always resolves Drawable" into lmp...Alan Viverette2014-10-301-11/+11
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Ensure ImageView.setImageResource() always resolves DrawableAlan Viverette2014-10-291-11/+11
* | | | | | | Merge "Distinguish unspecified and explicit null values in resources" into lm...Alan Viverette2014-10-302-0/+35
|\ \ \ \ \ \ \
| * | | | | | | Distinguish unspecified and explicit null values in resourcesAlan Viverette2014-10-292-0/+35
| |/ / / / / /
* | | | | | | Merge "Show scroll indicators in AlertDialog" into lmp-mr1-devAlan Viverette2014-10-302-11/+110
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Show scroll indicators in AlertDialogAlan Viverette2014-10-302-11/+110
* | | | | | | Merge "Add dumpsys output to UsageStatsService, along with --checkin support"...Adam Lesinski2014-10-291-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Add dumpsys output to UsageStatsService, along with --checkin supportAdam Lesinski2014-10-241-1/+1
* | | | | | | Merge "Update drawable state after updating tint list" into lmp-mr1-devAlan Viverette2014-10-297-0/+61
|\ \ \ \ \ \ \
| * | | | | | | Update drawable state after updating tint listAlan Viverette2014-10-297-0/+61
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Add setters for window elevation and clipToOutline properties" into lm...Alan Viverette2014-10-291-5/+24
|\ \ \ \ \ \ \
| * | | | | | | Add setters for window elevation and clipToOutline propertiesAlan Viverette2014-10-291-5/+24
* | | | | | | | Merge "Ensure accessibility focus rect is drawn correctly" into lmp-mr1-devAlan Viverette2014-10-294-73/+82
|\ \ \ \ \ \ \ \
| * | | | | | | | Ensure accessibility focus rect is drawn correctlyAlan Viverette2014-10-284-73/+82
* | | | | | | | | Merge "Create translucent hardware renderer if surface insets are non-zero" i...Alan Viverette2014-10-291-1/+4
|\ \ \ \ \ \ \ \ \