summaryrefslogtreecommitdiffstats
path: root/core/java/android
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Initial checkin for App Fuel Gauge infrastructure.Amith Yamasani2009-05-221-1/+21
* | | | Define TARGET_CPU_ABI for finding native code in .apksDianne Hackborn2009-05-222-0/+12
| |/ / |/| |
* | | Merge change 2349 into donutAndroid (Google) Code Review2009-05-221-1/+1
|\ \ \
| * | | Change the media key algorithm to also ignore double quotes.Marco Nelissen2009-05-221-1/+1
* | | | Merge change 2351 into donutAndroid (Google) Code Review2009-05-222-73/+63
|\ \ \ \
| * | | | Fix a major bug in Bundle when unparcelling from AIDL.Dianne Hackborn2009-05-222-73/+63
| |/ / /
* | | | Fixes #1872506. Prevents NPE in ListView. When the opaque property changes at...Romain Guy2009-05-221-4/+1
|/ / /
* | | Add a new API to ListView: setGestures(int). This allows developers to enable...Romain Guy2009-05-2210-162/+644
* | | Merge change 2285 into donutAndroid (Google) Code Review2009-05-2114-0/+2645
|\ \ \
| * | | Move the Gestures API to the framework in android.gesture.Romain Guy2009-05-2114-0/+2645
| | |/ | |/|
* | | Add new window manager type for a hacking second-level media surface.Dianne Hackborn2009-05-213-1/+27
|/ /
* | Merge change 2202 into donutAndroid (Google) Code Review2009-05-211-0/+5
|\ \
| * | Fixes external http://code.google.com/p/android/issues/detail?id=2732. Expand...Romain Guy2009-05-211-0/+5
* | | Trigger the LocationManager whenever the SearchDialog is shownMike LeBeau2009-05-201-0/+68
|/ /
* | Add support to SuggestionsAdapter to query the 'working' statusMike LeBeau2009-05-202-5/+57
|/
* Merge change 2109 into donutAndroid (Google) Code Review2009-05-201-0/+5
|\
| * Add option for gtalk stream compressionCostin Manolache2009-05-201-0/+5
* | Fix NPE at boot.Romain Guy2009-05-201-28/+30
* | Fix issue #1859814: Add android.os.Build.MANUFACTURERDianne Hackborn2009-05-201-0/+3
* | Merge change 2094 into donutAndroid (Google) Code Review2009-05-201-0/+54
|\ \ | |/ |/|
| * Fixes #1866819.\nTextView sets the bounds of its compound drawables to contai...Romain Guy2009-05-201-0/+54
* | Hook up the backup data writer, and add a utility to read the backup data files.Joe Onorato2009-05-202-16/+19
* | Update searchables list in getSearchablesInGlobalSearch().Bjorn Bringert2009-05-201-17/+14
* | Merge change 1860 into donutAndroid (Google) Code Review2009-05-201-0/+295
|\ \
| * | ActivityManagerService sends bug reports on crashes and ANRsJacek Surazski2009-05-201-0/+295
* | | Merge change 1804 into donutAndroid (Google) Code Review2009-05-201-1/+8
|\ \ \ | |/ / |/| |
| * | Additional logging in buildSearchableList().Satish Sampath2009-05-151-1/+8
* | | Fix issue where apps could prevent the user from going home.Dianne Hackborn2009-05-192-0/+60
* | | Merge change 1791 into donutAndroid (Google) Code Review2009-05-191-76/+69
|\ \ \ | |_|/ |/| |
| * | Add a method to get the PhoneType in CellLocation.Jaikumar Ganesh2009-05-191-76/+69
* | | Merge change 2022 into donutAndroid (Google) Code Review2009-05-191-1/+21
|\ \ \ | |/ / |/| |
| * | TextView was not setting the callback on its compound drawables, thus prevent...Romain Guy2009-05-191-1/+21
* | | process: Add setProcessGroup() hidden API call to set the cgroup ofSan Mehat2009-05-191-0/+14
|/ /
* | Merge change 1579 into donutAndroid (Google) Code Review2009-05-182-6/+26
|\ \
| * | Teleca 2b changesWink Saville2009-05-182-6/+26
* | | Merge change 1916 into donutAndroid (Google) Code Review2009-05-181-3/+29
|\ \ \
| * | | Revise the ImageButton class description to include informationScott Main2009-05-181-3/+29
* | | | Merge change 1927 into donutAndroid (Google) Code Review2009-05-181-9/+15
|\ \ \ \
| * | | | Fix build breakageDaisuke Miyakawa2009-05-191-9/+15
* | | | | Merge change 1891 into donutAndroid (Google) Code Review2009-05-181-3/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Record statistics about whether HTTP connections are reused.Dan Egnor2009-05-181-3/+2
* | | | | Merge change 1912 into donutAndroid (Google) Code Review2009-05-1816-451/+2743
|\ \ \ \ \
| * | | | | Hand merge from cupcake_dcm to donut, part 2.Daisuke Miyakawa2009-05-1916-451/+2743
| | |_|/ / | |/| | |
* | | | | Add a new window flag to display a window when keyguard is shown.Suchi Amalapurapu2009-05-181-0/+9
|/ / / /
* | | | Implement compatibility support for WRITE_SDCARD permission.Dianne Hackborn2009-05-153-16/+75
* | | | Merge change 1825 into donutAndroid (Google) Code Review2009-05-152-21/+101
|\ \ \ \ | |/ / / |/| | |
| * | | Fixes #1855461, #1857290 and #1857365. Certain scrollbar styles make an opaqu...Romain Guy2009-05-152-21/+101
| | |/ | |/|
* | | Add intent for gservices override, and handle empty arguments properlyDan Egnor2009-05-151-1/+7
* | | Start using CLDR for some date-and-time strings and formats.Eric Fischer2009-05-155-69/+112
|/ /
* | Allow intent resolution to be constrained by package name.Mihai Preda2009-05-153-33/+53