summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Activity.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Fragment.onInflate() to actually work correctly.Dianne Hackborn2011-03-031-2/+2
* Merge "Fix issue #3495749: Crash on choosing to open the downloaded images"Dianne Hackborn2011-03-011-0/+8
|\
| * Fix issue #3495749: Crash on choosing to open the downloaded imagesDianne Hackborn2011-03-011-0/+8
* | Fix a bug where the lazy-initialized ActionBar object was being too lazy.Adam Powell2011-03-011-0/+1
|/
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-13/+10
* Fix typo.Daisuke Miyakawa2011-02-151-1/+1
* Merge "Fix bug 3345948 - ActionBar.show()/hide() shouldn't animate if called ...Adam Powell2011-02-081-0/+2
|\
| * Fix bug 3345948 - ActionBar.show()/hide() shouldn't animate if calledAdam Powell2011-02-081-0/+2
* | am 3c565377: am b508d6e2: Merge "docs: fix links to revised fundamentals docu...Scott Main2011-02-081-3/+9
|\ \ | |/ |/|
| * docs: fix links to revised fundamentals documentsScott Main2011-02-081-3/+9
| * Mass merge from gingerbread - do not mergeThe Android Open Source Project2011-01-301-5/+7
| |\
| | * resolved conflicts for merge of 52d3203e to honeycomb-mergeJeff Hamilton2011-01-261-5/+7
| | |\
* | | \ am 8691b724: am 10e4148b: Merge "Fix issue #3291173: Problem report for NewsR...Dianne Hackborn2011-01-281-1/+1
|\ \ \ \
| * \ \ \ am 10e4148b: Merge "Fix issue #3291173: Problem report for NewsRoom - RSS New...Dianne Hackborn2011-01-281-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix issue #3291173: Problem report for NewsRoom - RSS News ReaderDianne Hackborn2011-01-281-1/+1
| | |/ /
* | | | am 8a0f1756: am 5503d803: Merge "Fix issue #3377999: Activities need to be st...Dianne Hackborn2011-01-221-0/+1
|\ \ \ \ | |/ / /
| * | | am 5503d803: Merge "Fix issue #3377999: Activities need to be stopped when sl...Dianne Hackborn2011-01-221-0/+1
| |\ \ \ | | |/ /
| | * | Fix issue #3377999: Activities need to be stopped when sleepingDianne Hackborn2011-01-211-0/+1
* | | | am 7204528e: am 9358bd39: Merge "Fixes for StrictMode instance count checking...Brad Fitzpatrick2011-01-201-1/+0
|\ \ \ \ | |/ / /
| * | | am 9358bd39: Merge "Fixes for StrictMode instance count checking." into honey...Brad Fitzpatrick2011-01-201-1/+0
| |\ \ \ | | |/ /
| | * | Fixes for StrictMode instance count checking.Brad Fitzpatrick2011-01-201-1/+0
* | | | am 1eaac21e: am 68c56a51: Merge "Documentation fix." into honeycombRomain Guy2011-01-201-3/+17
|\ \ \ \ | |/ / /
| * | | am 68c56a51: Merge "Documentation fix." into honeycombRomain Guy2011-01-201-3/+17
| |\ \ \ | | |/ /
| | * | Documentation fix.Romain Guy2011-01-201-3/+17
* | | | am bd80a12c: resolved conflicts for merge of 9240f16d to honeycomb-plus-aospBrad Fitzpatrick2011-01-191-0/+4
|\ \ \ \ | |/ / /
| * | | resolved conflicts for merge of 9240f16d to honeycomb-plus-aospBrad Fitzpatrick2011-01-191-0/+4
| |\ \ \ | | |/ /
| | * | StrictMode: class instance limits (track object "leaks")Brad Fitzpatrick2011-01-191-0/+3
* | | | am 2ec5a716: am 36c84403: Merge "Fix issue #3362484: Can\'t dismiss activity ...Dianne Hackborn2011-01-181-0/+13
|\ \ \ \ | |/ / /
| * | | am 36c84403: Merge "Fix issue #3362484: Can\'t dismiss activity picker by tap...Dianne Hackborn2011-01-181-0/+13
| |\ \ \ | | |/ /
| | * | Merge "Fix issue #3362484: Can't dismiss activity picker by tapping outside d...Dianne Hackborn2011-01-181-0/+13
| | |\ \
| | | * | Fix issue #3362484: Can't dismiss activity picker by tapping outside dialogDianne Hackborn2011-01-181-0/+13
* | | | | am 7adf8481: am b4f655d5: Merge "StrictMode class instance limit interface." ...Brad Fitzpatrick2011-01-181-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | am b4f655d5: Merge "StrictMode class instance limit interface." into honeycombBrad Fitzpatrick2011-01-181-0/+2
| |\ \ \ \ | | |/ / /
| | * | | StrictMode class instance limit interface.Brad Fitzpatrick2011-01-181-0/+2
| | |/ /
* | | | Add joystick support to framework.Jeff Brown2011-01-171-1/+51
|/ / /
* | | resolved conflicts for merge of 06bb3aef to honeycomb-plus-aospJeff Hamilton2011-01-141-6/+7
|\ \ \ | |/ / |/| / | |/
| * Add dispatching overrides for foreground apps.Jeff Hamilton2011-01-131-6/+7
* | Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn2011-01-081-36/+0
* | Add dispatch key shortcut window callback.Jeff Brown2011-01-051-1/+32
* | Time to remove some old APIs!Dianne Hackborn2010-12-141-0/+1
* | Fix issue #3274841: Orientation change problem with a paused activityDianne Hackborn2010-12-131-3/+24
* | Fix issues #3257701 and #3267312Dianne Hackborn2010-12-081-0/+3
* | Rework activity lifecycle so onSaveInstanceState() is after onPause().Dianne Hackborn2010-12-081-41/+13
* | Fix bug 3248786 - silly monkeys.Adam Powell2010-12-021-1/+5
* | Implement issue #3189564: New API to create an activity.Dianne Hackborn2010-12-011-2/+20
* | Fix bug 3240444 - add OnMenuVisibilityListener for action bar.Adam Powell2010-12-011-1/+8
* | Implement issue #3221502: New APIs to support new back stack / task navigationDianne Hackborn2010-11-221-1/+25
* | Fix issue #3191573: PreferenceFragment.onActivityResult cannotDianne Hackborn2010-11-161-52/+1
* | Fix bug 2948913 - provide lifecycle notifications for action modesAdam Powell2010-11-151-2/+31
* | am 96abb48d: am aa93bcd6: Fix issue #3138926: App\'s preferences can be lost ...Dianne Hackborn2010-10-271-1/+0
|\ \ | |/