summaryrefslogtreecommitdiff
path: root/core/java/android/app/Activity.java
AgeCommit message (Expand)Author
2019-10-03Merge "Remove a user/userdebug difference." am: 363a602bd1 am: 47991c1b07Elliott Hughes
2019-10-03Merge "Remove a user/userdebug difference."Elliott Hughes
2019-10-02Remove a user/userdebug difference.Elliott Hughes
2019-09-12Ensure bounds animination for expanding PiP windowHongwei Wang
2019-09-10Removes strong ref to Activity from RequestFinishCallbackMark Renouf
2019-08-02docs: Clarified when onRestoreInstanceState() executesKevin Hufnagle
2019-06-07docs: Fixing broken HTMLAndrew Solovay
2019-05-23Post finishing after transition in onBackPressedMady Mellor
2019-05-07Adds OnBackPressedOnTaskRootMark Renouf
2019-05-02ContentCaptureManager is notified when FLAG_SECURE is set dynamically onAdam He
2019-04-30Address API conucil feedbackSvet Ganov
2019-04-28Address API council feedbackSvet Ganov
2019-04-25[DO NOT MERGE] Adding API for defining and invoking DirectActionsSunny Goyal
2019-04-19Fixed content capture whitelist for specific activities.Felipe Leme
2019-04-18Add event logs for top resumed state changeAndrii Kulian
2019-04-17Ensure Contrast: Address API feedbackAdrian Roos
2019-04-16Fixed AutofillOptions.isAugmentedAutofillEnabled to use the right client.Felipe Leme
2019-04-11System Bars: API to ensure contrast when app requested transparent barAdrian Roos
2019-04-10Merge "System Bars: Ensure contrast when app requested transparent bar" into ...TreeHugger Robot
2019-04-10System Bars: Ensure contrast when app requested transparent barAdrian Roos
2019-04-08Remove custom lifecycle transitions for onNewIntent callbackLouis Chang
2019-03-25Update Activity lifecycle documentationAndrii Kulian
2019-03-14Merge "Acivity to rethrow an exception from AMS."Issei Suzuki
2019-03-14Acivity to rethrow an exception from AMS.Issei Suzuki
2019-03-12Call notifyStartupCompleted from reportFullyDrawnMathieu Chartier
2019-03-06Merge changes from topic "aa_whitelist"Adam He
2019-03-05Made inheritShowWhenLocked() API public.Issei Suzuki
2019-03-04Implemented a WhitelistHelper for whitelisting packages/activities for Augmen...Adam He
2019-02-27Merge "Inject long press documentation"TreeHugger Robot
2019-02-27Remove the extra CONTENT_CAPTURE_STOP event from Activity.onStop()Feng Cao
2019-02-26Inject long press documentationSiarhei Vishniakou
2019-02-26Merge "Added ContentCaptureEvents for session resumed and paused."Felipe Leme
2019-02-25Merge changes from topic "view_tree_batch"TreeHugger Robot
2019-02-22Added ContentCaptureEvents for session resumed and paused.Felipe Leme
2019-02-22Improved how Content Capture events are flushed when activity is resumed / pa...Felipe Leme
2019-02-22Fixed when ContentCapture is finished.Felipe Leme
2019-02-21Refactored Autofill properties that are optimized on application level.Felipe Leme
2019-02-20Optimized Content Capture workflow by caching some state at the application l...Felipe Leme
2019-02-20Introduce a way to turn a fullscreen window into freeformYunfan Chen
2019-02-15Send Keyboard Shortcut broadcasts to current user.Nicholas Sauer
2019-02-12ANGLE In Use Dialog BoxTim Van Patten
2019-02-04Refactored how initial content capture events are sent.Felipe Leme
2019-01-31Only check isTopOfTask() when neededSunny Goyal
2019-01-28Merge "Report top resumed activity state change"Andrii Kulian
2019-01-25Report top resumed activity state changeAndrii Kulian
2019-01-23Merge "Changed the virtual ids on ContentCapture to be long."TreeHugger Robot
2019-01-22Changed the virtual ids on ContentCapture to be long.Felipe Leme
2019-01-18Added trace points for ContentCapture.Felipe Leme
2019-01-16Log history of Content Capture flushes.Felipe Leme
2019-01-16Merge "Fixed how ContentCapture checks for system apps."TreeHugger Robot