summaryrefslogtreecommitdiffstats
path: root/core/java/android/app
Commit message (Expand)AuthorAgeFilesLines
* Add API for preferred Launcher icon size and densityKenny Root2011-01-261-1/+65
* Update package descriptions with editorial revisions.Scott Main2011-01-263-66/+50
* Argh forget to include my final part of the change.Dianne Hackborn2011-01-252-2/+37
* Fix issue #3385839: Fragment.onCreateView is passing in activity...Dianne Hackborn2011-01-253-14/+52
* Fix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439Dianne Hackborn2011-01-241-1/+4
* Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...Dianne Hackborn2011-01-243-2/+52
* Fix issue #3215261: NPE in WiFi SettingsDianne Hackborn2011-01-231-1/+1
* Merge "Whoops, actually exclude pre-HC apps." into honeycombDianne Hackborn2011-01-221-2/+2
|\
| * Whoops, actually exclude pre-HC apps.Dianne Hackborn2011-01-221-2/+2
* | Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into ...Dianne Hackborn2011-01-226-1/+90
|\ \ | |/
| * Fix issue #3377999: Activities need to be stopped when sleepingDianne Hackborn2011-01-216-1/+90
* | Fix some error messages, turn off logging.Dianne Hackborn2011-01-212-4/+4
|/
* Merge "SearchView API Review - bug 3370353 and bug 3370338" into honeycombAdam Powell2011-01-201-10/+10
|\
| * SearchView API Review - bug 3370353 and bug 3370338Adam Powell2011-01-201-10/+10
* | Merge "Fix issue #3352125: Crash after clearing search query" into honeycombDianne Hackborn2011-01-201-24/+171
|\ \
| * | Fix issue #3352125: Crash after clearing search queryDianne Hackborn2011-01-201-24/+171
* | | Fixes for StrictMode instance count checking.Brad Fitzpatrick2011-01-202-2/+4
| |/ |/|
* | Merge "Fix bug 3362375 - API REVIEW: remove unused public 'up' id" into honey...Adam Powell2011-01-202-94/+3
|\ \
| * | Fix bug 3362375 - API REVIEW: remove unused public 'up' idAdam Powell2011-01-202-94/+3
* | | Merge "Don't log the full stack trace when we can't load a resource." into ho...Joe Onorato2011-01-201-0/+3
|\ \ \ | |/ / |/| |
| * | Don't log the full stack trace when we can't load a resource.Joe Onorato2011-01-201-0/+3
| |/
* | Documentation fix.Romain Guy2011-01-201-3/+17
|/
* Merge "Hook up large heap API." into honeycombDianne Hackborn2011-01-192-3/+6
|\
| * Hook up large heap API.Dianne Hackborn2011-01-192-3/+6
* | Add docs for Notification.Builder.Joe Onorato2011-01-191-10/+150
* | StrictMode: class instance limits (track object "leaks")Brad Fitzpatrick2011-01-191-0/+3
|/
* Merge "Fix issue #3362484: Can't dismiss activity picker by tapping outside d...Dianne Hackborn2011-01-183-39/+17
|\
| * Fix issue #3362484: Can't dismiss activity picker by tapping outside dialogDianne Hackborn2011-01-183-39/+17
* | StrictMode class instance limit interface.Brad Fitzpatrick2011-01-181-0/+2
|/
* Remove old APIs.Dianne Hackborn2011-01-172-17/+1
* Fix a bunch of API review bugs.Dianne Hackborn2011-01-176-35/+65
* Merge "bug:3362635 add new public API to downloadmanager to get mxbytesovermo...Vasu Nori2011-01-171-0/+36
|\
| * bug:3362635 add new public API to downloadmanager to get mxbytesovermobileVasu Nori2011-01-171-0/+36
* | add javadoc for getView methodScott Main2011-01-171-0/+6
|/
* Merge "Revert "Add the {get,set}PackageObbPaths calls to API"" into honeycombKenny Root2011-01-171-19/+0
|\
| * Revert "Add the {get,set}PackageObbPaths calls to API"Kenny Root2011-01-171-19/+0
* | Add internal plumbing to DPM for encryptionAndy Stadler2011-01-172-26/+46
|/
* Merge "Start renaming FragmentTransaction.openTransaction() to beginTransacti...Dianne Hackborn2011-01-173-5/+10
|\
| * Start renaming FragmentTransaction.openTransaction() to beginTransaction().Dianne Hackborn2011-01-173-5/+10
* | Merge "Delivering null cursor to loader callbacks." into honeycombJeff Hamilton2011-01-171-1/+1
|\ \ | |/ |/|
| * Delivering null cursor to loader callbacks.Dmitri Plotnikov2011-01-171-1/+1
* | Add API to get path to OBBs.Dianne Hackborn2011-01-163-6/+20
* | Add manifest API to request a large heap.Dianne Hackborn2011-01-162-2/+8
* | cherrypick Change-Id: I1365c6c45f8e1f75ee4afbc52c32778d21b97be4 from masterScott Main2011-01-141-0/+13
* | Merge "Add the {get,set}PackageObbPaths calls to API" into honeycombKenny Root2011-01-141-2/+12
|\ \
| * | Add the {get,set}PackageObbPaths calls to APIKenny Root2011-01-141-2/+12
| |/
* | Add Holo theme for IMEs.Dianne Hackborn2011-01-141-26/+6
|/
* API changes to support encryption in DPMAndy Stadler2011-01-123-2/+123
* Fix null crash when fragments go away during animationsChet Haase2011-01-121-1/+3
* Merge "Possibly fix bad notification updates." into honeycombJoe Onorato2011-01-121-1/+9
|\