[go: nahoru, domu]

  1. 480cb84 Fix unescaped "<" and ">" in code snippet by Paul Sowden · 2 years, 1 month ago
  2. 71ae841 Workaround ViewModel crash with compile only dependencies by Jeremy Woods · 2 years, 1 month ago
  3. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 2 months ago
  4. 5592a0c [GH] Cleanup Playground Setup by Yigit Boyar · 2 years, 2 months ago
  5. 6271e8d Changing lifecycle to depend on savedstate prebuilts by Jeremy Woods · 2 years, 2 months ago
  6. a43cdd3 Merge "Update versions for release id 1650474000000" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  7. 41e959f Adding Clara to the FLAN OWNERS files by Jeremy Woods · 2 years, 2 months ago
  8. cea7d45 Update versions for release id 1650474000000 by Nick Anthony · 2 years, 3 months ago
  9. a368227 Revert "Changing lifecycle to depend on savedstate prebuilts" by Jeremy Woods · 2 years, 2 months ago
  10. 4093595 Changing lifecycle to depend on savedstate prebuilts by Jeremy Woods · 2 years, 2 months ago
  11. 48a64a1 Add null check in MediatorLiveData.addSource by clarafok · 2 years, 3 months ago
  12. 771c3da Baseline for metalava update by Sam Gilbert · 2 years, 3 months ago
  13. 66494e2 Ensure that SavedStateHandle restores upon initial creation by Ian Lake · 2 years, 3 months ago
  14. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 6 months ago
  15. f1d1629 Move SavedState, Lifecycle, Activity, Fragment, and Nav to Beta01 by Jeremy Woods · 2 years, 3 months ago
  16. 018966e Convert ViewTreeSavedStateRegistryOwner to Kotlin by clarafok · 2 years, 3 months ago
  17. 7c14240 Merge "Add SavedStateHandle.saveable property delegates" into androidx-main by Alex Vanyo · 2 years, 3 months ago
  18. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 3 months ago
  19. f7dc537 Merge "Update Metalava to build 8281375" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  20. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 3 months ago
  21. e94c0b2 Merge changes from topic "savedStateRegOwner-ktx" into androidx-main by Clara Fok · 2 years, 3 months ago
  22. 5028da7 Update SavedStateRegistryOwner test class in Lifecycle by clarafok · 2 years, 3 months ago
  23. 9edfb9c Merge "Add experimental MutableState SavedStateHandle.saveable overload" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  24. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 3 months ago
  25. bf4f304 Add SavedStateHandle.saveable property delegates by Alex Vanyo · 2 years, 3 months ago
  26. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  27. bbcbb29 Add experimental MutableState SavedStateHandle.saveable overload by Alex Vanyo · 2 years, 3 months ago
  28. cf477e7 Merge "Add test that does not use mutable extras" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  29. 29973ff Remove dependency on ViewModels in enableSavedStateHandles() by Ian Lake · 2 years, 4 months ago
  30. e7e0198 Update Metalava to build 8155732 by Ember Rose · 2 years, 3 months ago
  31. 1dc3eae Make CreationExtras a non-sealed class by Jeremy Woods · 2 years, 3 months ago
  32. cbe6a5a2 Add test that does not use mutable extras by Jeremy Woods · 2 years, 3 months ago
  33. d865c1d Merge "Ensure NonNullableMutableLiveData lint handles whitespace" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  34. b65716e Ensure NonNullableMutableLiveData lint handles whitespace by Jeremy Woods · 2 years, 4 months ago
  35. acba7ac Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main by Aurimas Liutikas · 2 years, 4 months ago
  36. fb74fe8 Merge "Add experimental SavedStateHandle Saver support" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  37. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 4 months ago
  38. 0d614ef Add experimental SavedStateHandle Saver support by Jeremy Woods · 2 years, 4 months ago
  39. 01fa21a Prioritize CreationExtras for ViewModelFactories by Jeremy Woods · 2 years, 4 months ago
  40. 1449e96 Merge "Use different JvmName for ViewModelProvider" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  41. 7adb7cd [GH] Enable signature verification for playground by Aurimas · 2 years, 4 months ago
  42. e3af0e4 Suppress deprecation warnings from new Android T SDK. by Alan Viverette · 2 years, 4 months ago
  43. 43294b4 Use different JvmName for ViewModelProvider by Jeremy Woods · 2 years, 4 months ago
  44. 08a32ea Add flows to savedStateHandle by Jeremy Woods · 2 years, 5 months ago
  45. 7b8b543 Use Kotlinx coroutines 1.6.0 by Oleksandr Karpovich · 2 years, 6 months ago
  46. f81160c Merge "Upgrade to AGP 7.3.0-alpha03" into androidx-main by Aurimas Liutikas · 2 years, 5 months ago
  47. 67aecbb Merge "Allow injecting closeable objects into ViewModel" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  48. 3c01de6 Upgrade to AGP 7.3.0-alpha03 by Aurimas Liutikas · 2 years, 5 months ago
  49. e634379 Allow injecting closeable objects into ViewModel by Ian Lake · 2 years, 5 months ago
  50. b017654 Add compose CreationExtras initializer integration by Jeremy Woods · 2 years, 5 months ago
  51. 8d3029a Integrate CreationExtras into Compose by Jeremy Woods · 2 years, 5 months ago
  52. bd40631 Update ignore files by Jeremy Woods · 2 years, 5 months ago
  53. 27efea1 Merge "Ensure moving Lifecycle down from INITIALIZED throws" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  54. 347bf89 Merge "Clear ObserverMap with LifecycleRegistry is DESTROYED" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  55. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 8 months ago
  56. 39cc052 Ensure moving Lifecycle down from INITIALIZED throws by Jeremy Woods · 2 years, 5 months ago
  57. 66bcb0e Clear ObserverMap with LifecycleRegistry is DESTROYED by Jeremy Woods · 2 years, 5 months ago
  58. 05e5a6a Remove warning suppressions in lifecycle tests by Jeremy Woods · 2 years, 5 months ago
  59. 19c864e Merge "Add InitializerViewModelFactory" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  60. f3f25e3 Add InitializerViewModelFactory by Jeremy Woods · 2 years, 5 months ago
  61. 6fee40b Merge "Ensure SavedStateHandle actually sets defaults" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  62. cad9d20 Merge "Make kotlin switchmap function match java" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  63. b4c21fa Make kotlin switchmap function match java by Jeremy Woods · 2 years, 5 months ago
  64. 97993ad Bump lifecycle process start-up dependency to 1.1.1 by Jeremy Woods · 2 years, 5 months ago
  65. b093143 Ensure SavedStateHandle actually sets defaults by Jeremy Woods · 2 years, 5 months ago
  66. 0365852 Merge "Improve custom AndroidViewModel parameter error message" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  67. 86e5cef Merge changes from topic "provider_test_kotlin" into androidx-main by Jeremy Woods · 2 years, 5 months ago
  68. a69b283 Convert ViewModelProvider Test to kotlin by Jeremy Woods · 2 years, 5 months ago
  69. 3f56c4d Merge "Allow AndroidViewModelFactory to create basic view models" into androidx-main by Jeremy Woods · 2 years, 5 months ago
  70. e9b8f38 Allow AndroidViewModelFactory to create basic view models by Jeremy Woods · 2 years, 5 months ago
  71. 0af51ba Merge "Update lint and add Vendor information" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  72. e03ad14 Improve custom AndroidViewModel parameter error message by Jeremy Woods · 2 years, 5 months ago
  73. 86e7eef Merge "Update outdated lint baseline files" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  74. be4bfb1 Update lint and add Vendor information by Tiem Song · 2 years, 5 months ago
  75. 96c7f8e Merge changes from topic "convert_ssvmf" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  76. c02750d Update outdated lint baseline files by Jeremy Woods · 2 years, 5 months ago
  77. d635f4d Add Suppress annotations to IssueRegistry implementations by Tiem Song · 2 years, 5 months ago
  78. a4a1b06 Rename ViewModelProviderTest to .kt by Jeremy Woods · 2 years, 5 months ago
  79. 3077e1a Convert SavedStateViewModelFactory to Kotlin by Jeremy Woods · 2 years, 5 months ago
  80. 8223a3e Merge "Add @CheckResult to LiveData map extensions" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  81. dbdd2ea Merge "Remove lifecycle lint baseline suppressions" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  82. f88f31e Rename SavedStateViewModelFactory to .kt by Jeremy Woods · 2 years, 5 months ago
  83. 2b9a4f4 Add @CheckResult to LiveData map extensions by Jeremy Woods · 2 years, 5 months ago
  84. 56fbdab Remove lifecycle lint baseline suppressions by Jeremy Woods · 2 years, 5 months ago
  85. 77f028b Convert SavedStateHandle to Kotlin by Jeremy Woods · 2 years, 5 months ago
  86. c3307f7 Rename SavedStateHandle class to .kt by Jeremy Woods · 2 years, 5 months ago
  87. acd2810 Update metalava and RestrictTo API tracking rules by Aurimas Liutikas · 2 years, 6 months ago
  88. a21d947 Fix typo in SavedStateHandleSupport by Jeremy Woods · 2 years, 6 months ago
  89. 0904c1d Merge changes from topic "creation_activity" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  90. 223bd2a Provide creation extras to ViewModel lazy by Jeremy Woods · 2 years, 7 months ago
  91. 3ed3999 Allow providing extras to MutableCreationExtras by Jeremy Woods · 2 years, 6 months ago
  92. 8fa55e5 Update to latest metalava by Aurimas Liutikas · 2 years, 6 months ago
  93. 84aea5a Change flans to ToT dependencies by Jeremy Woods · 2 years, 7 months ago
  94. 04eb63d Add FLAN owners to Lifecycle, SavedState by Ian Lake · 2 years, 8 months ago
  95. 89e5897 Merge "Remove compilation error exemption from lifecycle lint" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  96. 0689dc6 Merge "Fix LifecycleWhenChecks lint rule" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  97. 3aa3d37 Remove compilation error exemption from lifecycle lint by Jeremy Woods · 2 years, 8 months ago
  98. 888017d Fix LifecycleWhenChecks lint rule by Jeremy Woods · 2 years, 8 months ago
  99. cf7a7b1 Flaky tests 2021.11.16 by David Saff · 2 years, 8 months ago
  100. 9d3af2f Use restored state instead of default state by Ian Lake · 2 years, 8 months ago