index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
Activity.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add dispatching overrides for foreground apps.
Jeff Hamilton
2011-01-13
1
-6
/
+7
*
Fix issue #3138926: App's preferences can be lost after onPause()
Dianne Hackborn
2010-10-27
1
-1
/
+0
*
Make Activity.removeDialog() less strict.
Dianne Hackborn
2010-10-06
1
-10
/
+10
*
Fix issue #3001368: API REVIEW: android.app.Activity
Dianne Hackborn
2010-10-05
1
-26
/
+2
*
Some battery improvements:
Dianne Hackborn
2010-09-20
1
-1
/
+12
*
Clean up some permissions.
Dianne Hackborn
2010-09-01
1
-0
/
+4
*
Remove experimental immersive mode support. DO NOT MERGE
Daniel Sandler
2010-08-27
1
-42
/
+0
*
SharedPreferences$Editor.startCommit()
Brad Fitzpatrick
2010-08-27
1
-0
/
+1
*
Hide heavy-weight API.
Dianne Hackborn
2010-08-26
1
-0
/
+2
*
Verify that onPause() calls its superclass.
Dianne Hackborn
2010-08-24
1
-0
/
+7
*
Fix 2797185: Re-enable thumbnail generation in framework
Jim Miller
2010-07-13
1
-8
/
+28
*
Implement default key handling for native code.
Dianne Hackborn
2010-06-30
1
-1
/
+0
*
Immersive activity API.
Daniel Sandler
2010-06-23
1
-0
/
+40
*
Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390
Amith Yamasani
2010-03-17
1
-0
/
+5
*
Fix a variable name reference in Activity docs.
Mike LeBeau
2010-03-11
1
-1
/
+1
*
Comment out the finalize() methods defined on the Activity,
Carl Shapiro
2010-02-25
1
-2
/
+4
*
Fix bug 2183276: Synchronize all mManagedCursors accesses.
Makoto Onuki
2010-02-22
1
-19
/
+25
*
Bite the bullet and add support for multiple device admins.
Dianne Hackborn
2010-01-27
1
-1
/
+1
*
More work on device admins:
Dianne Hackborn
2010-01-27
1
-57
/
+115
*
Move Search dialog out of system process into current activity.
Amith Yamasani
2010-01-27
1
-11
/
+2
*
Deprecate fill_parent and introduce match_parent.
Romain Guy
2010-01-08
1
-2
/
+2
*
Remove globalSearch argument from triggerSearch()
Bjorn Bringert
2009-10-01
1
-6
/
+2
*
Fix Activity.overridePendingTransition().
Dianne Hackborn
2009-09-25
1
-2
/
+2
*
am 6266e40a: Better JavaDoc for Activity.onSearchRequested().
Bjorn Bringert
2009-09-25
1
-6
/
+7
|
\
|
*
Better JavaDoc for Activity.onSearchRequested().
Bjorn Bringert
2009-09-25
1
-6
/
+7
*
|
A variety of work on animations.
Dianne Hackborn
2009-09-25
1
-0
/
+17
*
|
Turn animations on by default.
Dianne Hackborn
2009-09-21
1
-2
/
+2
*
|
Try to fix docs build.
Dianne Hackborn
2009-09-17
1
-2
/
+2
*
|
Fix issue #2093608: Calendar widget takes a few seconds to launch
Dianne Hackborn
2009-09-17
1
-35
/
+40
*
|
Various fixed for back key handling.
Dianne Hackborn
2009-09-14
1
-10
/
+30
*
|
Last big work on #1991910: Make swipes work with capacitive keys
Dianne Hackborn
2009-09-14
1
-11
/
+43
*
|
Wallpapers, animations, pending intent.
Dianne Hackborn
2009-09-10
1
-4
/
+96
*
|
Infrastructure for supporting wallpaper previews.
Dianne Hackborn
2009-08-20
1
-0
/
+21
*
|
am cfa419b7: Correct comments for startSearch in Activity and SearchManager t...
Mike LeBeau
2009-08-18
1
-1
/
+1
|
\
\
|
|
/
|
*
Correct comments for startSearch in Activity and SearchManager to explain
Mike LeBeau
2009-08-17
1
-1
/
+1
*
|
NEW API for SearchManager and Activity to 'triggerSearch'.
krosaen
2009-08-18
1
-1
/
+20
*
|
Update docs.
Joe Onorato
2009-07-31
1
-0
/
+1
|
/
*
Add reporting of activity movement for search manager.
Dianne Hackborn
2009-07-14
1
-11
/
+30
*
Fixes #1933428. Call onPrepareDialog() on managed dialogs after their onCreat...
Romain Guy
2009-07-08
1
-4
/
+4
*
Run search UI on its own thread.
Bjorn Bringert
2009-07-08
1
-35
/
+2
*
Fixes #1928566. Prevents runtime restart upon configuration change.
Romain Guy
2009-06-19
1
-4
/
+6
*
Fixes #1924909. When restoring managed dialogs, do exactly the same thing as ...
Romain Guy
2009-06-17
1
-8
/
+14
*
Remove circular dependency in PackageManager. api freeStorage uses PendingInt...
Suchi Amalapurapu
2009-06-17
1
-0
/
+1
*
Run search dialog in the system process.
Bjorn Bringert
2009-06-15
1
-19
/
+33
*
Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m...
svetoslavganov
2009-05-14
1
-4
/
+24
*
Preserve an Activity's setIntent() state across relaunches
Christopher Tate
2009-04-07
1
-1
/
+1
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+3598
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-3598
/
+0
*
auto import from //branches/cupcake/...@132569
The Android Open Source Project
2009-02-20
1
-6
/
+7
*
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-02-10
1
-12
/
+80
[next]