summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* Dream metadata now specified using an xml-resource.John Spurlock2012-09-261-16/+9
* Merge "LockScreen: only set keystore password for owner" into jb-mr1-devKenny Root2012-09-251-4/+13
|\
| * LockScreen: only set keystore password for ownerKenny Root2012-09-251-4/+13
* | Merge "Further tweak touchMajor/Minor stabilization in ScaleGestureDetector" ...Adam Powell2012-09-251-2/+3
|\ \
| * | Further tweak touchMajor/Minor stabilization in ScaleGestureDetectorAdam Powell2012-09-251-2/+3
* | | Merge "Handle multi-user mountObb() requests." into jb-mr1-devJeff Sharkey2012-09-253-52/+68
|\ \ \ | |/ / |/| |
| * | Handle multi-user mountObb() requests.Jeff Sharkey2012-09-253-52/+68
* | | Merge "Smooth out handling of touchMajor/touchMinor in ScaleGestureDetector."...Adam Powell2012-09-251-1/+130
|\ \ \
| * | | Smooth out handling of touchMajor/touchMinor in ScaleGestureDetector.Adam Powell2012-09-251-1/+130
* | | | Merge changes I332f020f,I632648ac into jb-mr1-devJeff Brown2012-09-253-53/+76
|\ \ \ \
| * | | | Update references to migrated global settings.Jeff Brown2012-09-253-34/+58
| * | | | Handle user switched for settings changes.Jeff Brown2012-09-251-19/+18
| | |/ / | |/| |
* | | | Merge "Fix AbsListView to correctly retain its state if not layed out." into ...Dianne Hackborn2012-09-252-1/+29
|\ \ \ \
| * | | | Fix AbsListView to correctly retain its state if not layed out.Dianne Hackborn2012-09-252-1/+29
* | | | | Merge "Adding a global accessibility action to open quick settings." into jb-...Svetoslav Ganov2012-09-254-11/+50
|\ \ \ \ \
| * | | | | Adding a global accessibility action to open quick settings.Svetoslav Ganov2012-09-254-11/+50
| |/ / / /
* | | | | Merge "Add a static generator that takes a Socket Write Timeout Argumanet" in...Brian Carlstrom2012-09-252-17/+52
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add a static generator that takes a Socket Write Timeout ArgumanetAlon Albert2012-09-252-17/+52
| |/ / /
* | | | Merge "Fix bug #7158772 ProgressBar / SeekBar / RatingBar drawables should be...Fabrice Di Meglio2012-09-251-2/+12
|\ \ \ \
| * | | | Fix bug #7158772 ProgressBar / SeekBar / RatingBar drawables should be revers...Fabrice Di Meglio2012-09-251-2/+12
* | | | | Merge "Load resources for the correct user" into jb-mr1-devAmith Yamasani2012-09-255-6/+37
|\ \ \ \ \
| * | | | | Load resources for the correct userAmith Yamasani2012-09-255-6/+37
| | |/ / / | |/| | |
* | | | | Fixing argument expectations of View.requestRectangleOnScreenSvetoslav Ganov2012-09-251-2/+2
|/ / / /
* | | | Don't destroy the same texture twiceRomain Guy2012-09-255-1/+13
| |/ / |/| |
* | | Unhide SSLCertificateSocketFactory.setSoWriteTimeoutBrian Carlstrom2012-09-251-3/+1
* | | Display a fixed volume silder when docked.Eric Laurent2012-09-251-2/+5
* | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-0/+1
|\ \ \
| * | | Hiding a method for JB-MR1Kristian Monsen2012-09-241-0/+1
| | |/ | |/|
* | | Really Trigger the log when EGL_NO_CONTEXT is returned by eglCreateContextRomain Guy2012-09-251-1/+1
* | | Trigger the log when EGL_NO_CONTEXT is returned by eglCreateContextRomain Guy2012-09-251-8/+9
* | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-257-10/+87
|\ \ \
| * | | AppInfo from Notifications for secondary usersAmith Yamasani2012-09-247-10/+87
* | | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-4/+1
|\ \ \ \
| * | | | Move multi-user OBB under user-specific path.Jeff Sharkey2012-09-241-4/+1
* | | | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-1/+2
|\ \ \ \ \
| * | | | | Fix surface view on secondary display.Jeff Brown2012-09-241-1/+2
* | | | | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-3/+27
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Force activities to run on the second display for testing.Jeff Brown2012-09-241-3/+27
* | | | | | Fix build.Martijn Coenen2012-09-252-1/+5
* | | | | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-0/+8
|\ \ \ \ \ \
| * | | | | | Adding support for new 'uid2445' column in Calendar's Events table.Sara Ting2012-09-241-0/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-1/+5
|\ \ \ \ \ \
| * | | | | | TaskStackBuilder and intents without an explicit targetAdam Powell2012-09-241-1/+5
| |/ / / / /
* | | | | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-0/+6
|\ \ \ \ \ \
| * | | | | | Add extra error check when eglCreateContext failsRomain Guy2012-09-241-0/+6
* | | | | | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-13/+16
|\ \ \ \ \ \ \
| * | | | | | | Camera: Improve enableShutterSound documentation.Eino-Ville Talvala2012-09-241-13/+16
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-77/+47
|\ \ \ \ \ \ \
| * | | | | | | Fix issue #7215984: java.lang.RuntimeException: Unable to create...Dianne Hackborn2012-09-241-77/+47
| | |_|/ / / / | |/| | | | |
* | | | | | | Add NfcBarcode technology API.Martijn Coenen2012-09-253-2/+113
|/ / / / / /