[go: nahoru, domu]

  1. 06769a5 Fix fragment transitions in new state manager by Jeremy Woods · 3 years, 1 month ago
  2. 64c89f8 Merge "Add detailed error messages to the TargetFragmentUsageViolation classes" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  3. a584045 Merge "Add detailed error message to WrongFragmentContainerViolation" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  4. 8ace8f8 Merge "Add detailed error message to FragmentTagUsageViolation" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  5. d2d0bb6 Add detailed error message to FragmentTagUsageViolation by Sanura N'Jaka · 3 years, 1 month ago
  6. 41e606d Add detailed error message to WrongFragmentContainerViolation by Sanura N'Jaka · 3 years, 1 month ago
  7. aebee10 Add detailed error messages to the TargetFragmentUsageViolation classes by Sanura N'Jaka · 3 years, 1 month ago
  8. 996da0d Add detailed error messages to the RetainInstanceUsageViolation classes by Sanura N'Jaka · 3 years, 1 month ago
  9. 2cc46d6 Merge "Add detailed error message to FragmentReuseViolation" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  10. 68dfca8 Merge "Fix conflicts between remove by pop and hide" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  11. 907810e Fix conflicts between remove by pop and hide by Jeremy Woods · 3 years, 1 month ago
  12. 6b22580 Add detailed error message to FragmentReuseViolation by Sanura N'Jaka · 3 years, 1 month ago
  13. 6734090 Add detailed error message to SetUserVisibleHintViolation by Sanura N'Jaka · 3 years, 1 month ago
  14. 2605634 Expand WrongFragmentContainerViolation to contain by Sanura N'Jaka · 3 years, 2 months ago
  15. 547d5a1 Separate TargetFragmentUsageViolation into 3 subclasses by Sanura N'Jaka · 3 years, 2 months ago
  16. 95b7424 Expand SetUserVisibleHintViolation to contain whether by Sanura N'Jaka · 3 years, 2 months ago
  17. 0ccc9e7 Separate RetainInstanceUsageViolation into by Sanura N'Jaka · 3 years, 2 months ago
  18. 4b311da Expand FragmentTagUsageViolation to contain the by Sanura N'Jaka · 3 years, 2 months ago
  19. 7fec925 Expand FragmentReuseViolation to contain the unique by Sanura N'Jaka · 3 years, 2 months ago
  20. c089c77 Expand Violation class to contain the Fragment causing the Violation by Sanura N'Jaka · 3 years, 2 months ago
  21. df4b3e9 Override fitSystemWindows in FragmentContainerView by Sanura N'Jaka · 3 years, 2 months ago
  22. 1c68382 Update FragmentStrictMode API to allow for a particular fragment by Sanura N'Jaka · 3 years, 2 months ago
  23. 74dde5c Log FragmentStrictMode violations when debugging enabled by Sanura N'Jaka · 3 years, 2 months ago
  24. 4b966fa Remove fragment lint baseline suppressions by Jeremy Woods · 3 years, 2 months ago
  25. fddd376 Merge "Allow AnimatorFragment to load real animators" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  26. b995c97 Merge "Fix flaky fragment animator test" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  27. 5a17d8a Allow AnimatorFragment to load real animators by Jeremy Woods · 3 years, 2 months ago
  28. 3886659 Fix flaky fragment animator test by Jeremy Woods · 3 years, 2 months ago
  29. 1f3f6c0 Merge "Have FragmentViewLifecycleOwner implement HasDefaultViewModelProviderFactory" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  30. b38c8100 Merge "Fix fragment result with parcelables" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  31. 9732b80 Have FragmentViewLifecycleOwner implement HasDefaultViewModelProviderFactory by Sanura N'Jaka · 3 years, 2 months ago
  32. 98e0bfd Fix restoreBackStack() when saveBackStack() is pending by Ian Lake · 3 years, 2 months ago
  33. 4776f59 Fix fragment result with parcelables by Jeremy Woods · 3 years, 2 months ago
  34. 19cf489 Add restoreBackStack records to the back stack by Ian Lake · 3 years, 2 months ago
  35. b84932e Add an API to get the fragment that was most recently added by Sanura N'Jaka · 3 years, 2 months ago
  36. 07ca2b6 Document the no saved state case for restoreBackStack() by Ian Lake · 3 years, 2 months ago
  37. 3deeb20 Merge "Fix sharedElement transitions for ViewGroups" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  38. f8f1666 Fix sharedElement transitions for ViewGroups by Jeremy Woods · 3 years, 3 months ago
  39. 076c241 Merge "Fix window insets dispatch for API 29" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  40. ae19215 Fix window insets dispatch for API 29 by Jeremy Woods · 3 years, 2 months ago
  41. 7168d15 Fixed javaDoc for FragmentTransaction.setCustomAnimations by Sanura N'Jaka · 3 years, 2 months ago
  42. 8c82807 Moving test strings.xml files to donottranslate-strings.xml by Jeff Gaston · 3 years, 2 months ago
  43. 31b10c2 Remove old state manager code from fragments by Jeremy Woods · 3 years, 3 months ago
  44. 692191c Merge "Look at DialogFragment inflated layout before the dialog's" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  45. b72c198 Look at DialogFragment inflated layout before the dialog's by Jeremy Woods · 3 years, 3 months ago
  46. f12ab22 Fix hide() transitions for new state manager by Jeremy Woods · 3 years, 3 months ago
  47. 1407ad3 Merge "Add new line to FragmentStore dump()" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  48. 78161c6 Add new line to FragmentStore dump() by Jeremy Woods · 3 years, 3 months ago
  49. 5e9ec57 [GH] [FragmentStrictMode] Make APIs public by Simon Schiller · 3 years, 3 months ago
  50. 00e327d Merge "Fix popEnter animations when popping setPrimaryNavFragment" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  51. 7a15383 Fix popEnter animations when popping setPrimaryNavFragment by Jeremy Woods · 3 years, 3 months ago
  52. 161a33e Ensure FragmentContainerView dispatches insets once by Jeremy Woods · 3 years, 3 months ago
  53. ce0a184 Merge "Save ViewModels when saving and restore the back stack" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  54. 3645a0d Save ViewModels when saving and restore the back stack by Ian Lake · 3 years, 3 months ago
  55. 210840d Merge "[GH] [FragmentStrictMode] Detect wrong Fragment container usage" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  56. df2d4fd [GH] [FragmentStrictMode] Detect wrong Fragment container usage by Simon Schiller · 3 years, 3 months ago
  57. 5104c7c Add the API to restore a saved back stack by Ian Lake · 3 years, 3 months ago
  58. cac5a59 Make saveBackStack() actually save the back stack state by Ian Lake · 3 years, 3 months ago
  59. 800b6a2 Centralize FragmentState storage in FragmentStore by Ian Lake · 3 years, 3 months ago
  60. 9719885 [GH] [FragmentStrictMode] Detect Fragment reuse by Simon Schiller · 3 years, 3 months ago
  61. 57ca221 [GH] [FragmentStrictMode] Detect <fragment> tag usage by Simon Schiller · 3 years, 4 months ago
  62. f796782 [GH] [FragmentStrictMode] Detect calls to Fragment#setTargetFragment by Simon Schiller · 3 years, 4 months ago
  63. 909ebda [GH] [FragmentStrictMode] Detect calls to Fragment#setRetainInstance by Simon Schiller · 3 years, 4 months ago
  64. a7835d0 Build infrastructure for collapsing transactions by Ian Lake · 3 years, 4 months ago
  65. 1cd7174 Add tests for BackStackRecord.expandOps by Ian Lake · 3 years, 4 months ago
  66. 4c702a9 Ensure fragments animate in the same direction by Jeremy Woods · 3 years, 4 months ago
  67. cb3b96b [GH] [FragmentStrictMode] Detect calls to Fragment#setUserVisibleHint by Simon Schiller · 3 years, 4 months ago
  68. a151b34 Merge "Add API to support Fragment performing Activity-transition" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  69. 6ea4419 Add API to support Fragment performing Activity-transition by Ming-Shin Lu · 3 years, 6 months ago
  70. ae6aff9 Ensure Fragments do not clear view transitionNames by Jeremy Woods · 3 years, 4 months ago
  71. 6bb16db Merge "Let FragmentViewLifecycleOwner implement ViewModelStoreOwner" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  72. d938453 Let FragmentViewLifecycleOwner implement ViewModelStoreOwner by Ian Lake · 3 years, 4 months ago
  73. 39b483d [GH] Call FragmentStrictMode listeners on main thread of host by Simon Schiller · 3 years, 4 months ago
  74. 6e75af8 Add ActivityScenarioRule.withActivity by Ian Lake · 3 years, 4 months ago
  75. 8de21be Split BackStackRecordStateTest by Ian Lake · 3 years, 4 months ago
  76. 7f2434b Rename test suite to match class under test by Ian Lake · 3 years, 4 months ago
  77. 95cf51f Merge "Add infra for saving/restoring BackStackStates" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  78. f58adcc Merge "Add test for only doing a shared element return" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  79. 7cc56d8 Merge "Add @inheritDoc to override methods in FragmentActivity" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  80. 032e2b7 Add test for only doing a shared element return by Jeremy Woods · 3 years, 4 months ago
  81. f54b6d3 Add infra for saving/restoring BackStackStates by Ian Lake · 3 years, 4 months ago
  82. d38b06e Merge "Disallow retained fragments in saveBackStack()" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  83. 7db1719 Disallow retained fragments in saveBackStack() by Ian Lake · 3 years, 4 months ago
  84. 442657c Merge "Complete transitions if the container is not laid out" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  85. 65cabf4 Add @inheritDoc to override methods in FragmentActivity by Jeremy Woods · 3 years, 4 months ago
  86. e23260c Remove extra end brace from toString() by Jeremy Woods · 3 years, 4 months ago
  87. 081f27a Complete transitions if the container is not laid out by Jeremy Woods · 3 years, 4 months ago
  88. b8a124b Merge "Set ViewTree owners for dialogs in DialogFragment" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  89. cfc31d1 Merge "Invalidate menus on show/hide" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  90. 71725b8 Invalidate menus on show/hide by Jeremy Woods · 3 years, 4 months ago
  91. 75ee4a9 Set ViewTree owners for dialogs in DialogFragment by Jeremy Woods · 3 years, 4 months ago
  92. 740c3fb Merge "Only setFocusedView for entering fragments" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  93. 38d0ad0 Only setFocusedView for entering fragments by Jeremy Woods · 3 years, 5 months ago
  94. 35f3a84 Merge "Ensure inflated fragments that are recreated are shown" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  95. 9821a81 Ensure inflated fragments that are recreated are shown by Jeremy Woods · 3 years, 5 months ago
  96. 29d6ab4 Merge "Only run FragmentFinishEarlyTest on APIs 24+" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  97. b58388c Merge "Add BackStackState infrastructure" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  98. f2b5ef1 Merge changes Idd47b840,I45a6e9f2 into androidx-main by Treehugger Robot · 3 years, 5 months ago
  99. fe00de0 Add BackStackState infrastructure by Ian Lake · 3 years, 5 months ago
  100. 7bd0547 Let FragmentState own instantiation of a fragment by Ian Lake · 3 years, 5 months ago