- edd78b6 Merge "Revert "Revert "Bump Activity and Fragment to alpha06""" into androidx-master-dev by Ian Lake · 6 years ago
- e795d3e Revert "Revert "Bump Activity and Fragment to alpha06"" by Ian Lake · 6 years ago
- 573e281 Merge "Dispatch the activityResult for the lifecyle ON_START event" into androidx-master-dev by Treehugger Robot · 6 years ago
- f0bd4d0 Dispatch the activityResult for the lifecyle ON_START event by Jeremy Woods · 6 years ago
- 7e766de Merge "Revert "Bump Activity and Fragment to alpha06"" into androidx-master-dev by Treehugger Robot · 6 years ago
- f71f885 Revert "Bump Activity and Fragment to alpha06" by Ian Lake · 6 years ago
- c9407e2 Merge "Actually remove any pending result when calling unregister" into androidx-master-dev by Treehugger Robot · 6 years ago
- fd1df66 Actually remove any pending result when calling unregister by Jeremy Woods · 6 years ago
- 42ba9c4 Merge "Bump Activity and Fragment to alpha06" into androidx-master-dev by Treehugger Robot · 6 years ago
- bf164d8 Merge changes from topic "metalavaupdate" into androidx-master-dev by Aurimas Liutikas · 6 years ago
- 40eb5e3 Bump Activity and Fragment to alpha06 by Ian Lake · 6 years ago
- a683bd9 Reenable BuilderSetStyle and BuilderSetStyle checks by Aurimas Liutikas · 6 years ago
- 7678fc7 Merge "Keep the ordering of ClipData in the resulting list" into androidx-master-dev by Treehugger Robot · 6 years ago
- 13352b5 Keep the ordering of ClipData in the resulting list by Ian Lake · 6 years ago
- 99b058f Add RetentionPolicy to IntentSenderRequest Flag @IntDef by Jeremy Woods · 6 years ago
- 3a03565 Merge "Add IntDef for Activity flags to IntentSenderRequest" into androidx-master-dev by Treehugger Robot · 6 years ago
- 8b5ec85 Merge "Take values first in setFlags" into androidx-master-dev by Treehugger Robot · 6 years ago
- 3bfd381 Add IntDef for Activity flags to IntentSenderRequest by Jeremy Woods · 6 years ago
- 9f4dce1 Take values first in setFlags by Jeremy Woods · 6 years ago
- a88d4ee Use launch in ActivityResultLauncher -ktx by Jeremy Woods · 6 years ago
- 01a8a4b Move ActivityResult APIs to the result package by Jeremy Woods · 6 years ago
- 03594ce Merge "Start request codes in the upper 16 bits" into androidx-master-dev by Treehugger Robot · 6 years ago
- 80936ce Start request codes in the upper 16 bits by Jeremy Woods · 6 years ago
- 39c4624 Get the IntentSenderRequest from the intent by Jeremy Woods · 6 years ago
- 597d256 Combine IntentSenderRequest.Builder flags by Jeremy Woods · 6 years ago
- 127a607 Rewrite old ActivityResult methods in Fragment by Jeremy Woods · 6 years ago
- cec8acb Merge "Change TakePicture to return a boolean result" into androidx-master-dev by Treehugger Robot · 6 years ago
- 5277ad9 Change TakePicture to return a boolean result by Ian Lake · 6 years ago
- 8270f9b Validate pre-super.onCreate behavior of store lookup by Jake Wharton · 6 years ago
- 55e9891 Merge "Updates API files & baselines to work with Metalava from build 6435647" into androidx-master-dev by Louis Pullen-Freilich · 6 years ago
- 8dba38c Adjust the TakePicture() docs by Jeremy Woods · 6 years ago
- 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 6 years ago
- e7c0e1b ComponentActivity and Fragment set ViewTreeSavedStateRegistryOwner by Andrey Kulikov · 6 years ago
- 7b482c4c Integrate ViewTreeViewModelStoreOwner into Activity+Fragment by Ian Lake · 6 years ago
- 662adba Bump Activity, Fragment, Lifecycle, Navigation versions by Ian Lake · 6 years ago
- 4aca6d7 Update activity api_lint.ignore by Jeremy Woods · 6 years ago
- e26b678 Merge "Deprecate startActivityForResult methods in ComponentActivity" into androidx-master-dev by Treehugger Robot · 6 years ago
- 0b492236 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev by Alan Viverette · 6 years ago
- 2567e108 Deprecate startActivityForResult methods in ComponentActivity by Jeremy Woods · 6 years ago
- 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 6 years ago
- 4c33a1a Add ActivityResultRegistryOwner interface by Jeremy Woods · 6 years ago
- af5cd0f Adding explicit collection dependency in some projects by Jeff Gaston · 6 years ago
- c72ced2 Rename plural contracts to include 'Multiple' by Ian Lake · 6 years ago
- e72b65e Merge "Fix javaDoc in IntentSenderRequest" into androidx-master-dev by Treehugger Robot · 6 years ago
- a6cf7d9 Fix javaDoc in IntentSenderRequest by Jeremy Woods · 6 years ago
- 4183c823 Merge "Rename prepareCall -> registerForActivityResult" into androidx-master-dev by Treehugger Robot · 6 years ago
- f62be6d Rename prepareCall -> registerForActivityResult by Eugene Susla · 6 years ago
- cc18d5a Add StartIntentSenderForResult ActivityResultContract by Jeremy Woods · 6 years ago
- 05741ce Ensure getContents and OpenDocuments return single elements by Jeremy Woods · 6 years ago
- 1d743da Bump Activity to 1.2.0-alpha04 by Ian Lake · 6 years ago
- d752ef3 Add support to launch activities with options by Jeremy Woods · 6 years ago
- 165d12a Rename PickFile(s) to GetContent(s) by Ian Lake · 6 years ago
- 86ce8a4 Make most Activity Result APIs final by Ian Lake · 6 years ago
- 053a299 Merge "Use ActivityCompat calls to ensure API safety" into androidx-master-dev by Treehugger Robot · 6 years ago
- 7e5269a0 Use ActivityCompat calls to ensure API safety by Jeremy Woods · 6 years ago
- d0fdd32 Wait until CREATED before generating an ActivityResult key by Ian Lake · 6 years ago
- cbb67a2 Remove Intents that are meant to be used with startActivity by Ian Lake · 6 years ago
- e0dc958 Fix Lint warnings in ActivityResult code by Ian Lake · 6 years ago
- f22a2bc Make register/unregister APIs symmetric by Ian Lake · 6 years ago
- da8e0fa Add contract implementation for some common intents by Eugene Susla · 6 years ago
- e098f49 Allow conditional startActivityForResult in ActivityResultContract by Eugene Susla · 6 years ago
- 2880808 bump activity api version to alpha03 by Jeremy Woods · 6 years ago
- e0ba160 Guard calls to onRequestPermissionsResult with API check by Ian Lake · 6 years ago
- ec0d03b Use Lifecycle 2.3.0-alpha01 prebuilts for activity+fragment by Ian Lake · 6 years ago
- 15885c7 Fix NPE when restoring state in ActivityResultRegistry by Jeremy Woods · 6 years ago
- 3741933 Initial implementation of activity contracts by Eugene Susla · 6 years ago
- ded9f44 Bump Activity version to alpha02 by Jeremy Woods · 6 years ago
- 41f1723 Merge "Move LeakCanary tests to activity:activity module" into androidx-master-dev by Treehugger Robot · 6 years ago
- ac67213 Merge "Update LeakCanary to version 2.2" into androidx-master-dev by Treehugger Robot · 6 years ago
- 76b254b Move LeakCanary tests to activity:activity module by Jeremy Woods · 6 years ago
- 796762a Update LeakCanary to version 2.2 by Jeremy Woods · 6 years ago
- 52f57c5 Update to a newer metalava version. by Aurimas Liutikas · 6 years ago
- b35d76ba Bump library versions after release by Nick Anthony · 6 years ago
- 335055e Use TestLifecycleOwner in all tests by Ian Lake · 6 years ago
- 9d19899 Remove reliance on Mockito and Espresso from tests by Ian Lake · 6 years ago
- 45f70a1 Make testCallOnBackPressedWhenStopped a LargeTest by Ian Lake · 6 years ago
- bf92cbc Revert "Move all uses of androidx.core:core:1.1.0 and" by Nick Anthony · 6 years ago
- 982548a Merge "Ensure calling onBackPressed() does not fail because of savedState" into androidx-master-dev by Treehugger Robot · 6 years ago
- 550a28a Ensure calling onBackPressed() does not fail because of savedState by Jeremy Woods · 6 years ago
- e535dc2 Move all uses of androidx.core:core:1.1.0 and by Nick Anthony · 6 years ago
- 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 6 years ago
- ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 6 years ago
- 19060b9 Mark ContentViewTest as LargeTest by Aurimas Liutikas · 6 years ago
- 7c986ac Explicitly telling Metalava to skip including @RestrictTo APIs from current.txt by Jeff Gaston · 6 years ago
- 0e522bb Updates for latest metalava by Jeff Gaston · 6 years ago
- 47fd275 ComponentActivity and Fragment set ViewTreeLifecycleOwner by Adam Powell · 6 years ago
- a1fc67c Regenerate old API files. by Aurimas Liutikas · 6 years ago
- 170c27a Suppress valid deprecated usages and add missing deprecation annotations by Alan Viverette · 6 years ago
- 1c6ccfb Move lifecycle, activity, fragment, and navigation to alpha by Ian Lake · 6 years ago
- c378b9a Increment activity, fragment, lifecycle, transtion to rc01 by Nick Anthony · 6 years ago
- 6f072e1c Beta: lifecycle, activity, fragment, transition by Ian Lake · 6 years ago
- 391dc4b Replace RC dependencies with stable releases by Ian Lake · 6 years ago
- b08258a Update versions after September 5th release by Nick Anthony · 6 years ago
- cd1aae0 Track experimental API surface by Alan Viverette · 6 years ago
- 7abd043 Move testutils to new directory structure by Ian Lake · 6 years ago
- 173c89d4 Update activity to use Core 1.1.0 stable by Ian Lake · 6 years ago
- 227bd94 Update versions after August 7th Release by Nick Anthony · 6 years ago
- a1e2ffb Merge "Fix Lint warnings in activity" into androidx-master-dev by Treehugger Robot · 6 years ago
- f25d876 Fix Lint warnings in activity by Ian Lake · 6 years ago
- 5ec1301 Merge "Revert "Pin all usages of androidx.core:core:1.1.0-rc to 1.1.0"" into androidx-master-dev by Nick Anthony · 6 years ago