index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
IActivityManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new Activity.finishAffinity() method.
Dianne Hackborn
2012-04-26
1
-0
/
+2
*
Keep activities stopped while the lock screen is up.
Dianne Hackborn
2012-04-12
1
-1
/
+3
*
Attribute alarm broadcast wakelocks to the sender
Christopher Tate
2012-04-06
1
-0
/
+2
*
TaskStackBuilder and Activity navigation features for framework
Adam Powell
2012-04-05
1
-0
/
+8
*
Show the current user in power menu
Amith Yamasani
2012-03-28
1
-2
/
+5
*
Merge "Include GIDs for unenforced permissions."
Jeff Sharkey
2012-03-23
1
-2
/
+4
|
\
|
*
Include GIDs for unenforced permissions.
Jeff Sharkey
2012-03-23
1
-2
/
+4
*
|
Add new thumbnail animation.
Dianne Hackborn
2012-03-23
1
-1
/
+1
|
/
*
Start using the new activity options argument.
Dianne Hackborn
2012-03-19
1
-1
/
+1
*
Add new "options" argument to all startActivity APIs.
Dianne Hackborn
2012-03-14
1
-53
/
+16
*
ActivityManager: add option to allow OpenGL trace.
Siva Velusamy
2012-03-12
1
-2
/
+2
*
Work on more low memory reporting to apps.
Dianne Hackborn
2012-03-06
1
-3
/
+7
*
Adding shell commands for modifying content.
Svetoslav Ganov
2012-02-15
1
-1
/
+6
*
Multi-user - wallpaper service
Amith Yamasani
2012-02-10
1
-1
/
+1
*
Some cruft removal.
Dianne Hackborn
2012-02-10
1
-9
/
+3
*
Multi-user - 1st major checkin
Amith Yamasani
2012-02-03
1
-3
/
+3
*
Add drop box reports of low memory.
Dianne Hackborn
2011-11-08
1
-0
/
+2
*
Fix issue #5173952: Opening a Notification From Lock Screen...
Dianne Hackborn
2011-09-23
1
-0
/
+3
*
Add progress dialog for booting after an upgrade.
Dianne Hackborn
2011-08-22
1
-0
/
+3
*
Add new am option to profile the launching of an activity.
Dianne Hackborn
2011-08-15
1
-3
/
+6
*
Improved memory use reporting.
Dianne Hackborn
2011-08-05
1
-1
/
+4
*
Add looper profiling to adb shell am
Romain Guy
2011-07-21
1
-1
/
+1
*
Fix issue #4976176: Font size setting does not persist
Dianne Hackborn
2011-07-19
1
-0
/
+3
*
Fix issue #4902856: Don't let apps register non-explicit PendingIntents
Dianne Hackborn
2011-06-30
1
-1
/
+4
*
resolved conflicts for merge of 590ec479 to master
Dianne Hackborn
2011-05-31
1
-5
/
+10
|
\
|
*
Spiffy new compatibility mode UI.
Dianne Hackborn
2011-05-25
1
-0
/
+5
*
|
Observe screen on/off events in NetworkPolicy.
Jeff Sharkey
2011-05-23
1
-0
/
+5
*
|
resolved conflicts for merge of 0e59729b to master
Dianne Hackborn
2011-05-12
1
-5
/
+11
|
\
\
|
|
/
|
*
New compat mode front end: UI and persistence.
Dianne Hackborn
2011-05-12
1
-2
/
+8
*
|
resolved conflicts for merge of 05be6d6f to master
Dianne Hackborn
2011-05-09
1
-3
/
+7
|
\
\
|
|
/
|
*
Better compat mode part one: start scaling windows.
Dianne Hackborn
2011-05-09
1
-0
/
+4
*
|
Add APIs to remove tasks.
Dianne Hackborn
2011-04-12
1
-0
/
+6
*
|
Merge "Package manager changes to store and update user information."
Amith Yamasani
2011-04-11
1
-0
/
+4
|
\
\
|
*
|
Package manager changes to store and update user information.
Amith Yamasani
2011-04-11
1
-0
/
+4
|
|
/
*
|
Rework thumbnails in activity manager.
Dianne Hackborn
2011-04-08
1
-2
/
+2
|
/
*
Fix issue #3485923: Gmail crash
Dianne Hackborn
2011-03-02
1
-1
/
+1
*
Rework thumbnail API to not suffer from IPC failures.
Dianne Hackborn
2011-02-16
1
-1
/
+2
*
Fix issue #3377999: Activities need to be stopped when sleeping
Dianne Hackborn
2011-01-21
1
-0
/
+3
*
Rework activity lifecycle so onSaveInstanceState() is after onPause().
Dianne Hackborn
2010-12-08
1
-3
/
+3
*
Implement issue #3221502: New APIs to support new back stack / task navigation
Dianne Hackborn
2010-11-22
1
-3
/
+12
*
resolved conflicts for merge of efa4f7f8 to master
Dianne Hackborn
2010-10-08
1
-2
/
+1
|
\
|
*
Fix issue #3001368: API REVIEW: android.app.Activity
Dianne Hackborn
2010-10-05
1
-2
/
+1
|
*
Allow all apps to call ContentResolver.getType().
Dianne Hackborn
2010-09-26
1
-3
/
+6
|
*
Remove experimental immersive mode support. DO NOT MERGE
Daniel Sandler
2010-08-27
1
-4
/
+0
*
|
Implement permission granting in clipboard.
Dianne Hackborn
2010-10-05
1
-1
/
+5
*
|
Allow all apps to call ContentResolver.getType().
Dianne Hackborn
2010-09-27
1
-4
/
+7
*
|
resolved conflicts for merge of 66d633d2 to master
Dianne Hackborn
2010-08-25
1
-1
/
+10
|
\
\
|
|
/
|
*
Don't retain global ref to last inflated context.
Dianne Hackborn
2010-08-25
1
-0
/
+9
*
|
am d172594e: am cf6d2a1d: Merge "Fix issue #2845673: android:exported="false"...
Dianne Hackborn
2010-08-21
1
-10
/
+0
|
\
\
|
|
/
|
*
Fix issue #2845673: android:exported="false" is not obeyed
Dianne Hackborn
2010-08-18
1
-10
/
+0
[next]