summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Order high priority requests in the same order they are requested.Patrick Scott2009-05-201-19/+54
* am eb2c314b: Merge change 2042 into donutAndroid (Google) Code Review2009-05-206-47/+0
|\
| * Merge change 2042 into donutAndroid (Google) Code Review2009-05-206-47/+0
| |\
| | * Remove deprecated openInputStream factory methodDave Sparks2009-05-196-47/+0
* | | am a59aba8c: Merge changes 2023,2036 into donutAndroid (Google) Code Review2009-05-204-6/+24
|\ \ \ | |/ /
| * | Merge changes 2023,2036 into donutAndroid (Google) Code Review2009-05-204-6/+24
| |\ \ | | |/
| | * Update more references to openInputStream in support classes.Dave Sparks2009-05-193-5/+21
| | * Modify AudioFlinger to use updated openInputStream factory method.Dave Sparks2009-05-191-1/+3
* | | am f6382011: Merge change 1998 into donutAndroid (Google) Code Review2009-05-204-3/+51
|\ \ \ | |/ /
| * | Merge change 1998 into donutAndroid (Google) Code Review2009-05-204-3/+51
| |\ \ | | |/
| | * Add inputSource to openInputStreamDave Sparks2009-05-194-3/+51
* | | am 90bd7338: Merge change 2075 into donutAndroid (Google) Code Review2009-05-201-1/+1
|\ \ \ | |/ /
| * | Merge change 2075 into donutAndroid (Google) Code Review2009-05-201-1/+1
| |\ \
| | * | Fix bad filtering of error code when set_position_mode() is being called.David 'Digit' Turner2009-05-201-1/+1
* | | | am 97dd7ac8: Merge change 1860 into donutAndroid (Google) Code Review2009-05-206-11/+481
|\ \ \ \ | |/ / /
| * | | Merge change 1860 into donutAndroid (Google) Code Review2009-05-206-11/+481
| |\ \ \ | | |/ / | |/| |
| | * | ActivityManagerService sends bug reports on crashes and ANRsJacek Surazski2009-05-206-11/+481
* | | | am 9fb724ba: Merge change 1804 into donutAndroid (Google) Code Review2009-05-201-1/+8
|\ \ \ \ | |/ / /
| * | | Merge change 1804 into donutAndroid (Google) Code Review2009-05-201-1/+8
| |\ \ \ | | |/ / | |/| |
| | * | Additional logging in buildSearchableList().Satish Sampath2009-05-151-1/+8
* | | | am 5bc21aa0: Merge change 1127 into donutAndroid (Google) Code Review2009-05-2016-690/+653
|\ \ \ \ | |/ / /
| * | | Merge change 1127 into donutAndroid (Google) Code Review2009-05-1916-690/+653
| |\ \ \
| | * | | SmsHeader rewrite, in preparation for migration to public API.Tammo Spalink2009-05-2016-690/+653
* | | | | am b2d41569: Fix build.Dianne Hackborn2009-05-201-0/+11
|\ \ \ \ \ | |/ / / /
| * | | | Fix build.Dianne Hackborn2009-05-191-0/+11
* | | | | am 95fc68f2: Fix issue where apps could prevent the user from going home.Dianne Hackborn2009-05-208-46/+356
|\ \ \ \ \ | |/ / / /
| * | | | Fix issue where apps could prevent the user from going home.Dianne Hackborn2009-05-198-46/+356
* | | | | Merge from donut.Daisuke Miyakawa2009-05-201-4/+9
* | | | | am ee748d37: Fix network preference getting incorrectly set.Jaikumar Ganesh2009-05-193-15/+15
|\ \ \ \ \ | |/ / / /
| * | | | Fix network preference getting incorrectly set.Jaikumar Ganesh2009-05-193-15/+15
* | | | | am 83a6ec60: Merge change 1791 into donutAndroid (Google) Code Review2009-05-198-204/+236
|\ \ \ \ \ | |/ / / /
| * | | | Merge change 1791 into donutAndroid (Google) Code Review2009-05-198-204/+236
| |\ \ \ \
| | * | | | Add a method to get the PhoneType in CellLocation.Jaikumar Ganesh2009-05-198-204/+236
* | | | | | am eba1ffb1: Merge change 2022 into donutAndroid (Google) Code Review2009-05-191-1/+21
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | | | am 379d3bd9: Merge change 2016 into donutAndroid (Google) Code Review2009-05-195-39/+39
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge change 2016 into donutAndroid (Google) Code Review2009-05-195-39/+39
| |\ \ \ \ \ \
| | * | | | | | Replaced the old test media files with the new open source test media files.Yu Shan Emily Lau2009-05-195-39/+39
| | |/ / / / /
* | | | | | | am f9df6bd6: Merge change 1878 into donutAndroid (Google) Code Review2009-05-192-0/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge change 1878 into donutAndroid (Google) Code Review2009-05-192-0/+12
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Fixes external #2686. Make @android:anim/linear_interpolator public since the...Romain Guy2009-05-182-0/+12
* | | | | | | am 988c4d1a: Merge change 2005 into donutAndroid (Google) Code Review2009-05-191-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge change 2005 into donutAndroid (Google) Code Review2009-05-191-0/+1
| |\ \ \ \ \ \
| | * | | | | | Added the write sdcard permission so that the mediarecorder testYu Shan Emily Lau2009-05-191-0/+1
| | | |/ / / / | | |/| | | |
* | | | | | | am 3e458241: process: Add setProcessGroup() hidden API call to set the cgroup...San Mehat2009-05-192-0/+45
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | process: Add setProcessGroup() hidden API call to set the cgroup ofSan Mehat2009-05-192-0/+45
| |/ / / / /
* | | | | | am 65ff54c4: Merge change 1967 into donutAndroid (Google) Code Review2009-05-191-1/+39
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge change 1967 into donutAndroid (Google) Code Review2009-05-191-1/+39
| |\ \ \ \ \
| | * | | | | Document the media scanner's flow through native and java code, sinceMarco Nelissen2009-05-191-1/+39
| | | |_|_|/ | | |/| | |