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
/
Activity.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Call Activity#onAttachFragment()" into mnc-dev
Todd Kennedy
2015-05-05
1
-0
/
+5
|
\
|
*
Call Activity#onAttachFragment()
Todd Kennedy
2015-05-04
1
-0
/
+5
*
|
am 9c14b3ab: am c7e9a17a: am 10a54a79: Merge "Remove dependency upon Fragment...
Todd Kennedy
2015-05-01
1
-124
/
+91
|
\
\
|
|
/
|
*
Remove dependency upon FragmentActivity
Todd Kennedy
2015-04-30
1
-124
/
+91
*
|
Annotate some APIs with threading annotations
Tor Norbye
2015-04-23
1
-0
/
+2
|
/
*
Add API for putting up locktask pinning toast.
Craig Mautner
2015-04-21
1
-0
/
+12
*
Introduce android:lockTaskMode
Craig Mautner
2015-04-15
1
-5
/
+17
*
Save search context when dispatching onSearchRequested.
Tim Kilbourn
2015-04-13
1
-0
/
+25
*
Show and trigger activities that implement Text Processing actions
Clara Bayarri
2015-04-10
1
-8
/
+38
*
Runtime permissions: per user permission tracking.
Svetoslav
2015-03-23
1
-2
/
+121
*
Merge "More work on collecting assist data."
Dianne Hackborn
2015-03-13
1
-5
/
+23
|
\
|
*
More work on collecting assist data.
Dianne Hackborn
2015-03-12
1
-5
/
+23
*
|
Add a type parameter to startActionMode() calls.
Clara Bayarri
2015-03-13
1
-6
/
+38
|
/
*
Annotate methods to be called from overrides with @CallSuper
Tor Norbye
2015-03-07
1
-0
/
+13
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-2
/
+0
*
Add @ResourceInt annotations on APIs
Tor Norbye
2015-02-18
1
-4
/
+10
*
Mark findViewById(int) @Nullable
Scott Kennedy
2015-02-11
1
-0
/
+2
*
Split up android.policy into framework.jar and services.jar 1/3
Jorim Jaggi
2015-02-10
1
-2
/
+2
*
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-1
/
+5
*
am 4a40f7cc: Merge "Fix crash caused by disabling the Options panel on TVs" i...
Jose Lima
2015-01-28
1
-1
/
+3
|
\
|
*
Fix crash caused by disabling the Options panel on TVs
Jose Lima
2015-01-28
1
-1
/
+3
*
|
Merge "Support activities in the same process having different resources."
Wale Ogunwale
2015-01-27
1
-1
/
+1
|
\
\
|
*
|
Support activities in the same process having different resources.
Wale Ogunwale
2015-01-27
1
-1
/
+1
*
|
|
am 445768bd: am 3fd8a433: Merge "Allow disabling the Options Pannel feature f...
Jose Lima
2015-01-27
1
-5
/
+11
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Allow disabling the Options Pannel feature for TVs
Jose Lima
2015-01-26
1
-5
/
+11
*
|
Bring back voice interaction APIs.
Dianne Hackborn
2015-01-21
1
-4
/
+0
*
|
am 1e59b338: am 08314642: am 90312d80: am 22878790: am 93f94c2c: resolved con...
Ricardo Cervera
2015-01-16
1
-0
/
+4
|
\
\
|
|
/
|
*
am 22878790: am 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-dev
Ricardo Cervera
2015-01-16
1
-0
/
+4
|
|
\
|
|
*
am 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-dev
Ricardo Cervera
2015-01-16
1
-0
/
+4
|
|
|
\
|
|
|
*
resolved conflicts for merge of e8f6bd48 to lmp-dev
Ricardo Cervera
2015-01-16
1
-0
/
+4
|
|
|
|
\
|
|
|
|
*
am 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(...
Ricardo Cervera
2015-01-16
1
-0
/
+4
|
|
|
|
|
\
|
|
|
|
|
*
docs: Added info on noHistory and onActivityResult(). Bug: 13807256
Ricardo Cervera
2014-11-05
1
-0
/
+4
*
|
|
|
|
|
Fix minor spelling and grammar errors in public JavaDoc
Kris Giesing
2014-12-16
1
-1
/
+1
*
|
|
|
|
|
Add NoDisplay test when resuming Activity
Todd Kennedy
2014-12-11
1
-0
/
+11
|
/
/
/
/
/
*
|
|
|
|
Merge "SwipeDismissLayout makes activity opaque only after entry animation en...
Filip Gruszczynski
2014-11-21
1
-0
/
+10
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
SwipeDismissLayout makes activity opaque only after entry animation ends.
Filip Gruszczynski
2014-11-19
1
-0
/
+10
|
|
/
/
/
*
|
|
|
Add Activity API to get referrer information.
Dianne Hackborn
2014-11-11
1
-1
/
+36
|
/
/
/
*
|
|
Start cross profile intents as caller.
Jeff Sharkey
2014-10-14
1
-2
/
+2
*
|
|
Implement issue #17906468: Allow search request to fall back to global search
Dianne Hackborn
2014-10-09
1
-4
/
+14
*
|
|
Don't clear visible-behind activity if it is top
Craig Mautner
2014-10-01
1
-12
/
+18
*
|
|
Merge "Fix exception when fragment container has no View." into lmp-dev
George Mount
2014-09-19
1
-0
/
+5
|
\
\
\
|
*
|
|
Fix exception when fragment container has no View.
George Mount
2014-09-18
1
-0
/
+5
*
|
|
|
Remove activity icon bitmaps from system process.
Craig Mautner
2014-09-18
1
-1
/
+1
|
/
/
/
*
|
|
Have Activity Transitions activited by a new window attribute.
George Mount
2014-09-11
1
-3
/
+3
*
|
|
Merge "API Review: Change SharedElementListener to SharedElementCallback." in...
George Mount
2014-09-05
1
-14
/
+14
|
\
\
\
|
*
|
|
API Review: Change SharedElementListener to SharedElementCallback.
George Mount
2014-09-04
1
-14
/
+14
*
|
|
|
Update API per council request
Craig Mautner
2014-09-04
1
-5
/
+5
|
/
/
/
*
|
|
"Back" with translucent window now sets ActivityOptions.
George Mount
2014-09-04
1
-0
/
+1
*
|
|
Hide the interaction part of VoiceInteractionService.
Dianne Hackborn
2014-09-02
1
-0
/
+4
*
|
|
Renamed Activity.onVisibleBehindCancelled() to Activity.onVisibleBehindCancel...
Jose Lima
2014-08-27
1
-7
/
+7
[next]