summaryrefslogtreecommitdiffstats
path: root/core/java/android/app
Commit message (Expand)AuthorAgeFilesLines
* Move android.server.search.SearchableInfo to android.appBjorn Bringert2009-12-046-4/+819
* am 23ef7b48: Fix most of issue #2271640: Fix wallpaper etc docsDianne Hackborn2009-11-192-3/+18
|\
| * Fix most of issue #2271640: Fix wallpaper etc docsDianne Hackborn2009-11-182-3/+18
* | am dfc066e7: Merge change I5ad37324 into eclairDianne Hackborn2009-11-181-17/+30
|\ \ | |/
| * Fix issue #2262563: 40 ANR reports from com.android.settings in dogfooding sh...Dianne Hackborn2009-11-181-17/+30
* | Create android-common static library which gets included in frameworks.jar,Dan Egnor2009-11-181-2/+3
* | am d05fd6c3: am dbc7e27e: docs: document the \'showSearchIconAsBadge" flag an...Scott Main2009-11-131-16/+11
|\ \ | |/
| * am dbc7e27e: docs: document the \'showSearchIconAsBadge" flag and "icon" attr...Scott Main2009-11-131-16/+11
| |\
| | * docs: document the 'showSearchIconAsBadge" flag andScott Main2009-11-111-16/+11
* | | Rename [I]DropBox[Service] to [I]DropBoxManager[Service].Dan Egnor2009-11-121-9/+9
* | | am 34d723d8: Merge change I32371166 into eclairDianne Hackborn2009-11-111-2/+12
|\ \ \ | |/ /
| * | Fix issue #2239203: Setting large background causes OOME and soft-reboot spiralDianne Hackborn2009-11-111-2/+12
* | | am 119a7675: Merge change I83ba96fe into eclairDianne Hackborn2009-11-101-6/+21
|\ \ \ | |/ /
| * | Merge change I83ba96fe into eclairAndroid (Google) Code Review2009-11-101-6/+21
| |\ \
| | * | Fix issue #2246723: Only one Application object gets onCreate calledDianne Hackborn2009-11-091-6/+21
* | | | am 11cff8cd: Merge change Ie211adae into eclairMarco Nelissen2009-11-091-3/+18
|\ \ \ \ | |/ / /
| * | | Add a way for wallpapers to know the delta between virtual screens.Marco Nelissen2009-11-091-3/+18
| |/ /
* | | am 2b3970a2: Merge change Idc1396c8 into eclairEvan Millar2009-11-061-2/+5
|\ \ \ | |/ /
| * | Merge change Idc1396c8 into eclairAndroid (Google) Code Review2009-11-061-2/+5
| |\ \
| | * | Only use FLAG_ACTIVITY_CLEAR_TOP on the search intent when from global search.Evan Millar2009-11-061-2/+5
* | | | am 49fa9e00: Merge change Ibf6e51b7 into eclairChristopher Tate2009-11-061-1/+1
|\ \ \ \ | |/ / /
| * | | Merge change Ibf6e51b7 into eclairAndroid (Google) Code Review2009-11-061-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Set argv[0] from the main thread of an app, not a random binder threadChristopher Tate2009-11-061-1/+1
* | | | am 274b120f: Fix issue #2243096: Need to expose live wallpaper APIs in SDKDianne Hackborn2009-11-052-4/+0
|\ \ \ \ | |/ / /
| * | | Fix issue #2243096: Need to expose live wallpaper APIs in SDKDianne Hackborn2009-11-052-4/+0
| |/ /
* | | am eca41b31: Merge change Id1458b01 into eclairDaniel Sandler2009-11-051-0/+51
|\ \ \ | |/ /
| * | New live wallpaper API to expose author and description strings.Daniel Sandler2009-11-051-0/+51
* | | am 483d29c0: am 671c61d6: Merge change Iaf5d2cc2 into eclair-sdkDirk Dougherty2009-11-021-3/+3
|\ \ \ | |/ /
| * | am 671c61d6: Merge change Iaf5d2cc2 into eclair-sdkDirk Dougherty2009-11-021-3/+3
| |\ \ | | |/
| | * doc change: misc doc fixes.Dirk Dougherty2009-10-301-3/+3
* | | am d3e4dab9: Merge change I7df84618 into eclairMike LeBeau2009-10-301-0/+12
|\ \ \ | |/ /
| * | Add a privateImeOption to represent that the IME should not showMike LeBeau2009-10-301-0/+12
* | | Instead of a raw AIDL interface, give DropBox a JavaDan Egnor2009-10-281-1/+18
|/ /
* | Implement feature #2117336: Create event communication APIs for live wallpaperDianne Hackborn2009-10-221-0/+25
|/
* Fix issue #2176944: Need API so browser, others can determine memory size of ...Dianne Hackborn2009-10-081-0/+21
* Merge change I29232f2a into eclairAndroid (Google) Code Review2009-10-081-1/+1
|\
| * Only dismiss search dialog after launching intent.Bryan Mawhinney2009-10-071-1/+1
* | Introduce BluetoothAdapter.getDefaultAdapter().Nick Pelly2009-10-081-18/+0
* | Fix issue #2163654: deadlock, runtime restartDianne Hackborn2009-10-071-14/+25
|/
* Fix issue #2166755: BroadcastReceiver trying to return result during a non-or...Dianne Hackborn2009-10-054-10/+16
* Don't reinflate search bar when dialog is already showingBjorn Bringert2009-10-051-3/+5
* On BACK in search, hide just IME if IME is fullscreenBjorn Bringert2009-10-011-0/+11
* Remove globalSearch argument from triggerSearch()Bjorn Bringert2009-10-013-14/+4
* Semi-workaround for #2027266: app drawer showing up on the side of the screenDianne Hackborn2009-09-303-4/+17
* Update from API review.Dianne Hackborn2009-09-301-6/+28
* Turn off most of the backup-related debug loggingChristopher Tate2009-09-302-3/+4
* Check if rename of backed up file fails before persisting new changes.Suchi Amalapurapu2009-09-301-0/+1
* Merge change I174d16a3 into eclairAndroid (Google) Code Review2009-09-301-1/+26
|\
| * Debugging for #2027266: app drawer showing up on the sideDianne Hackborn2009-09-301-1/+26
* | Merge change I8b2e000c into eclairAndroid (Google) Code Review2009-09-301-17/+26
|\ \ | |/ |/|