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
*
resolved conflicts for merge of a98b0ff8 to master
Kenny Root
2013-05-07
1
-6
/
+9
|
\
|
*
Help for the debugging help for issue #8734824.
Dianne Hackborn
2013-05-06
1
-0
/
+3
*
|
Add tap detector for switching stack focus.
Craig Mautner
2013-04-23
1
-6
/
+16
*
|
Incremental repairs to side by side stacks.
Craig Mautner
2013-04-16
1
-1
/
+2
*
|
Implement stack splitting and task movement.
Craig Mautner
2013-04-15
1
-1
/
+4
*
|
resolved conflicts for merge of dd03b6dc to master
Svetoslav
2013-04-12
1
-1
/
+4
|
\
\
|
|
/
|
*
Allow for setting test type as a monkey.
Adam Momtaz
2013-04-12
1
-1
/
+4
*
|
resolved conflicts for merge of e9b4ee69 to master
Dianne Hackborn
2013-04-09
1
-3
/
+6
|
\
\
|
|
/
|
*
Kill processes when permissions are revoked.
Dianne Hackborn
2013-04-08
1
-0
/
+3
*
|
Start moving Tasks from DisplayContent to TaskStack
Craig Mautner
2013-03-15
1
-2
/
+10
|
/
*
App ops: new operations for SMS.
Dianne Hackborn
2013-02-05
1
-1
/
+1
*
App ops: vibration, neighboring cells, dialing, etc.
Dianne Hackborn
2013-02-01
1
-6
/
+8
*
Merge "Adding UI test automation APIs."
Svetoslav Ganov
2013-01-29
1
-2
/
+2
|
\
|
*
Adding UI test automation APIs.
Svetoslav Ganov
2013-01-22
1
-2
/
+2
*
|
Add new API to propagate contextual data to the assist action
Dianne Hackborn
2013-01-23
1
-0
/
+6
|
/
*
Improve debugging for issue #7586414: AlarmManager wakelocks held
Dianne Hackborn
2012-11-27
1
-0
/
+3
*
Sanity-check erroneous backup agent instantiations
Christopher Tate
2012-10-17
1
-0
/
+2
*
Fix issue #7311376: Add API to allow apps to know if they are...
Dianne Hackborn
2012-10-09
1
-1
/
+1
*
Fix issue #6968859: home not exiting an ANR'd dream
Dianne Hackborn
2012-10-04
1
-0
/
+3
*
Fix issue #7211769 and #7244492, thrash around on #7226656.
Dianne Hackborn
2012-09-28
1
-0
/
+3
*
AppInfo from Notifications for secondary users
Amith Yamasani
2012-09-24
1
-1
/
+1
*
Allow acquiring ContentProviders across users.
Jeff Sharkey
2012-09-21
1
-2
/
+2
*
Implement multi-user PackageMonitor.
Dianne Hackborn
2012-09-20
1
-0
/
+2
*
Switch to showing top-most thumbnail of recent apps.
Dianne Hackborn
2012-09-19
1
-1
/
+2
*
Try again to fix issue #6912004:tap on gmail notification sends me to home sc...
Dianne Hackborn
2012-09-17
1
-6
/
+2
*
More multi-user stuff.
Dianne Hackborn
2012-09-15
1
-0
/
+5
*
Flesh out multi-user in am commands.
Dianne Hackborn
2012-09-10
1
-4
/
+5
*
More multi-user stuff:
Dianne Hackborn
2012-09-07
1
-6
/
+7
*
Add registering for explicit users.
Dianne Hackborn
2012-09-04
1
-1
/
+1
*
Remove Binder.getOrigCallingUid().
Dianne Hackborn
2012-08-31
1
-13
/
+7
*
Start implementing concept of "running" users.
Dianne Hackborn
2012-08-28
1
-0
/
+2
*
Keep track of whether an app is installed for each user.
Dianne Hackborn
2012-08-24
1
-2
/
+2
*
Start the correct settings from the status bar.
Amith Yamasani
2012-08-08
1
-1
/
+6
*
Fix issue #6717667: expanded notification actions don't work on the lock screen
Dianne Hackborn
2012-06-25
1
-0
/
+3
*
Fix (mostly) issue #5109947: Race condition between retrieving a...
Dianne Hackborn
2012-05-29
1
-4
/
+10
*
Fix activity resolver, issues #6519130 and #6507239
Dianne Hackborn
2012-05-18
1
-0
/
+5
*
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
[next]