summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* Remove UUIDs from the cache when the device is unpaired.Jaikumar Ganesh2010-03-021-1/+3
* Merge "Keep track of when the HTML5 database path has been set, so that we do...Ben Murdoch2010-02-261-1/+6
|\
| * Keep track of when the HTML5 database path has been set, so that we don't ina...Ben Murdoch2010-02-251-1/+6
* | Fix SDK build.Wu-cheng Li2010-02-261-2/+2
* | Unhide exposure compensation API.Wu-cheng Li2010-02-261-17/+63
* | Merge "Fix 2336057: Provide a way for the user to return to a call from LockS...Jim Miller2010-02-251-1/+45
|\ \
| * | Fix 2336057: Provide a way for the user to return to a call from LockScreen.Jim Miller2010-02-251-1/+45
* | | Merge "Move auto pairing data to a file, add values dynamically."Jaikumar Ganesh2010-02-251-38/+144
|\ \ \
| * | | Move auto pairing data to a file, add values dynamically.Jaikumar Ganesh2010-02-251-38/+144
* | | | Do not recyle headers and footers when measuring the ListView.Romain Guy2010-02-252-5/+7
* | | | Merge "Be sure to back up / restore some new settings"Chris Tate2010-02-251-0/+4
|\ \ \ \
| * | | | Be sure to back up / restore some new settingsChristopher Tate2010-02-251-0/+4
* | | | | Merge "Define the new lastSyncedAttendeeStatus column"Marc Blank2010-02-251-3/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Define the new lastSyncedAttendeeStatus columnMarc Blank2010-02-251-3/+10
* | | | | Comment out the finalize() methods defined on the Activity,Carl Shapiro2010-02-254-5/+19
* | | | | Merge "HorizontalScrollView multitouch scroll and only grip on content AbsLis...Adam Powell2010-02-255-53/+208
|\ \ \ \ \
| * | | | | HorizontalScrollView multitouch scroll and only grip on contentAdam Powell2010-02-255-53/+208
* | | | | | Renaming contact search snippet fields.Dmitri Plotnikov2010-02-251-9/+14
* | | | | | Remove misleading method comment on TextView#setHintKenny Root2010-02-251-6/+0
|/ / / / /
* | | | | Merge "Prevent ProgressBar from updating itself when hidden. Bug #2470737"Romain Guy2010-02-251-3/+16
|\ \ \ \ \
| * | | | | Prevent ProgressBar from updating itself when hidden.Romain Guy2010-02-251-3/+16
* | | | | | Pick up default install locationSuchi Amalapurapu2010-02-251-1/+3
* | | | | | Merge "New test on ContextMenuInfo packed positions."Gilles Debunne2010-02-252-6/+5
|\ \ \ \ \ \
| * | | | | | New test on ContextMenuInfo packed positions.Gilles Debunne2010-02-252-6/+5
* | | | | | | Merge "Improve accelerometer-based orientation sensing."Steve Howard2010-02-251-73/+161
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Improve accelerometer-based orientation sensing.Steve Howard2010-02-241-73/+161
* | | | | | | Merge "Add support for accessing native bidi implementation via jni."Eric Fischer2010-02-251-0/+48
|\ \ \ \ \ \ \
| * | | | | | | Add support for accessing native bidi implementation via jni.Doug Felt2010-02-241-0/+48
* | | | | | | | don't draw layers with historyCary Clark2010-02-251-2/+2
* | | | | | | | Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-2532-26/+2840
* | | | | | | | Merge "Correctly handle negative margins in horizontal linear layouts."Romain Guy2010-02-251-7/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | Correctly handle negative margins in horizontal linear layouts.Romain Guy2010-02-251-7/+33
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | make the SyncStateContentProviderHelper.update() method return an indication ...Fred Quintana2010-02-251-1/+12
* | | | | | | | Merge "Fix for voice search crash in maps and youtube. Bug 2453182"Amith Yamasani2010-02-251-7/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix for voice search crash in maps and youtube. Bug 2453182Amith Yamasani2010-02-251-7/+8
* | | | | | | | When opening the IME or sending a key to a non-cursored textfield, set the de...Leon Scroggins2010-02-251-0/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | refactor drawing to support layersCary Clark2010-02-251-50/+46
* | | | | | | Allow cookies with no name.Patrick Scott2010-02-251-43/+72
* | | | | | | Make setBackgroundResource() remotableBjorn Bringert2010-02-251-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Add new handler mechanism in MountService to make unmount api asynchronous.Suchi Amalapurapu2010-02-241-2/+5
* | | | | | Merge "Add mobile data on/off switch."Robert Greenwalt2010-02-243-3/+42
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add mobile data on/off switch.Robert Greenwalt2010-02-243-3/+42
* | | | | | Merge "Fix tabs."Romain Guy2010-02-241-15/+11
|\ \ \ \ \ \
| * | | | | | Fix tabs.Romain Guy2010-02-241-15/+11
* | | | | | | Merge "ScrollView multiple pointer support. Fixed a bug where ScrollView woul...Adam Powell2010-02-241-15/+65
|\ \ \ \ \ \ \
| * | | | | | | ScrollView multiple pointer support. Fixed a bug where ScrollViewAdam Powell2010-02-241-15/+65
* | | | | | | | Merge "Introducing tentative (and hidden) API for contact search snippets"Dmitri Plotnikov2010-02-241-0/+50
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Introducing tentative (and hidden) API for contact search snippetsDmitri Plotnikov2010-02-241-0/+50
* | | | | | | | Tethering improvements.Robert Greenwalt2010-02-241-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge "Fix the build."Romain Guy2010-02-242-0/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |