[go: nahoru, domu]

  1. 8acc8b2 Fix lifecycle-runtime-ktx depedency to lifecycle-runtime by Sergey Vasilinets · 5 years ago
  2. 5888019 Move the rest of core libraries back to Java 7 by Aurimas Liutikas · 5 years ago
  3. e42958e Move lifecycle-common and lifecycle-runtime to java 8 by Aurimas Liutikas · 5 years ago
  4. f17c43d Revert "Deprecate @OnLifecycleEvent in favor of DefaultLifecycleEventObserver" by Aurimas Liutikas · 5 years ago
  5. 264d7bc Revert "Remove package private FullLifecycleObserver" by Aurimas Liutikas · 5 years ago
  6. b522abe Revert "Migrate usages of @OnLifecycleEvent in service/extensions/livedata-core" by Aurimas Liutikas · 5 years ago
  7. 9bb24b1 Revert "Remove redundant lifecycle-extensions tests" by Aurimas Liutikas · 5 years ago
  8. 0d69d1d Revert "Allow ViewModelStoreOwner to provide a default Factory" by Aurimas Liutikas · 5 years ago
  9. d64dffc Revert "Replace all usages of ViewModelProviders.of()" by Aurimas Liutikas · 5 years ago
  10. b8dab10 Revert "Deprecate ViewModelProviders" by Aurimas Liutikas · 5 years ago
  11. f739037 Revert "Use ToT fragments in lifecycle-extensions" by Aurimas Liutikas · 5 years ago
  12. 7ef9c9e Revert "Remove fragment dependency from viewmodel-savedstate" by Aurimas Liutikas · 5 years ago
  13. 3315586 Revert "Make SavedStateVMFactory the default factory" by Aurimas Liutikas · 5 years ago
  14. 840c12e Revert "Rename VM's to ViewModel" by Aurimas Liutikas · 5 years ago
  15. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  16. 9102a53a Rename VM's to ViewModel by Yigit Boyar · 5 years ago
  17. 63cd952 Merge "Added SavedStateHandle#getLiveData with default value" into androidx-master-dev by Treehugger Robot · 5 years ago
  18. a595456 Added SavedStateHandle#getLiveData with default value by Yigit Boyar · 5 years ago
  19. 4ba9e1f Make SavedStateVMFactory the default factory by Ian Lake · 5 years ago
  20. 453b9d0 Merge "Remove fragment dependency from viewmodel-savedstate" into androidx-master-dev by Treehugger Robot · 5 years ago
  21. 8b868f4 Remove fragment dependency from viewmodel-savedstate by Ian Lake · 5 years ago
  22. c3ffcf3 Mark Cuttlefish flaking/failing tests as @FlakyTest by Sam Gilbert · 5 years ago
  23. f6a37be Merge "Upgrade to Kotlin 1.3.40" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  24. 0e3db0d Upgrade to Kotlin 1.3.40 by Aurimas Liutikas · 5 years ago
  25. 5e53c8b Merge "Use ToT fragments in lifecycle-extensions" into androidx-master-dev by Treehugger Robot · 5 years ago
  26. 68cc8be Merge "Only keep baseline if the fine has more than a header." into androidx-master-dev by Treehugger Robot · 5 years ago
  27. 83322a5 Use ToT fragments in lifecycle-extensions by Ian Lake · 5 years ago
  28. c33c423 Only keep baseline if the fine has more than a header. by Aurimas Liutikas · 5 years ago
  29. 4cb9af7 Deprecate ViewModelProviders by Ian Lake · 5 years ago
  30. 08631ad Replace all usages of ViewModelProviders.of() by Ian Lake · 5 years ago
  31. 6ed2a48 Allow ViewModelStoreOwner to provide a default Factory by Ian Lake · 5 years ago
  32. fa0571cd Merge "Clean up kotlin warnings for lifecycle library." into androidx-master-dev by Aurimas Liutikas · 5 years ago
  33. ef60c55 Merge "Remove raw usage of Class and Constructor types" into androidx-master-dev by Treehugger Robot · 5 years ago
  34. 60eda45 Remove raw usage of Class and Constructor types by Jake Wharton · 5 years ago
  35. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  36. 2c45f80a Remove unneeded lifecycle-extension dependencies by Ian Lake · 5 years ago
  37. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  38. 24b9af3 Bump SavedState version to 1.0.0-alpha02 by Yigit Boyar · 5 years ago
  39. 0324e3c Remove redundant lifecycle-extensions tests by Ian Lake · 5 years ago
  40. f14b628 Clean up kotlin warnings for lifecycle library. by Aurimas Liutikas · 5 years ago
  41. ae594e9 Merge "Move lifecycle to the new proper directory structure" into androidx-master-dev by Treehugger Robot · 5 years ago
  42. f2072ea Merge "Remove Gradle properties that does not do anything." into androidx-master-dev by Treehugger Robot · 5 years ago
  43. 8ca39de Remove Gradle properties that does not do anything. by Aurimas Liutikas · 5 years ago
  44. 2e1f4a8 Move lifecycle to the new proper directory structure by Aurimas Liutikas · 5 years ago
  45. 6f71bef Remove staggler api/res file. by Aurimas Liutikas · 5 years ago
  46. 26759d0 Merge "Migrate usages of @OnLifecycleEvent in service/extensions/livedata-core" into androidx-master-dev by Treehugger Robot · 5 years ago
  47. 305032d Migrate usages of @OnLifecycleEvent in service/extensions/livedata-core by Sergey Vasilinets · 5 years ago
  48. 36372e7 Merge "Remove package private FullLifecycleObserver" into androidx-master-dev by Sergey Vasilinets · 5 years ago
  49. 9cd4078 Merge "Deprecate @OnLifecycleEvent in favor of DefaultLifecycleEventObserver" into androidx-master-dev by Sergey Vasilinets · 5 years ago
  50. 054263b Remove package private FullLifecycleObserver by Sergey Vasilinets · 5 years ago
  51. 705cd5c Deprecate @OnLifecycleEvent in favor of DefaultLifecycleEventObserver by Sergey Vasilinets · 5 years ago
  52. 97199f8 Migrate to AGP 3.5.0-beta04 and Studio 3.5 Beta 4 by Louis Pullen-Freilich · 5 years ago
  53. cd16b09 Merge "Enables Kotlin interop lint checks" into androidx-master-dev by Treehugger Robot · 5 years ago
  54. 8ad38ba Enables Kotlin interop lint checks by Louis Pullen-Freilich · 5 years ago
  55. 76009e2 Merge "Remove duplicated long and long[]" into androidx-master-dev by Sergey Vasilinets · 5 years ago
  56. 93c4309 Remove duplicated long and long[] by Sergey Vasilinets · 5 years ago
  57. ff9c1f4 Merge "Add tests SavedStateVMFactory" into androidx-master-dev by Treehugger Robot · 5 years ago
  58. b98fc5e Add tests SavedStateVMFactory by Sergey Vasilinets · 5 years ago
  59. 645511d Add proguard rules for SavedStateHandle in VM's constructor by Sergey Vasilinets · 5 years ago
  60. 06305aa Update fragment to new directory structure by Ian Lake · 5 years ago
  61. d19b933 Merge "Merge AndroidX changes for Android API 29" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  62. f464859 Merge AndroidX changes for Android API 29 by Aurimas Liutikas · 5 years ago
  63. 4d859f2 Merge "Change initialValue to latestValue" into androidx-master-dev by Treehugger Robot · 5 years ago
  64. 3cb38c2 Merge changes from topic "collection-1.1.0-docs" into androidx-master-dev by Treehugger Robot · 5 years ago
  65. ac4cf06 Move all usaged of annotation:1.1.0-rc01 to annotation:1.1.0 by Nick Anthony · 5 years ago
  66. f99c45d Move alpha libraries to target Java 8. by Aurimas Liutikas · 5 years ago
  67. 3783f00 Merge "Move activity to the new proper directory structure." into androidx-master-dev by Aurimas Liutikas · 5 years ago
  68. 1bf32da Move activity to the new proper directory structure. by Aurimas Liutikas · 5 years ago
  69. aa4f5cc Merge "Add a way to create snapshot repository directory" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  70. f5ebe84 Merge "Add a way to create snapshot repository directory" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  71. 302df32 Merge "Create integration test for Room that uses gradle test kit." into androidx-master-dev by Daniel Santiago Rivera · 5 years ago
  72. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  73. 294bcd4 Change initialValue to latestValue by Yigit Boyar · 5 years ago
  74. e4fbb7f Create integration test for Room that uses gradle test kit. by Daniel Santiago Rivera · 5 years ago
  75. a7c45de Merge "SuppressWarnings for GenericLifecycleObserver" into androidx-master-dev by Ian Lake · 5 years ago
  76. ab79595 Merge changes I86b6edcc,Ia58d3757 into androidx-master-dev am: b87920ccaf by Ian Lake · 5 years ago
  77. 176e437 Merge "Use ActivityScenario for ActivityFullLifecycleTest" into androidx-master-dev by Ian Lake · 5 years ago
  78. adb58c1 SuppressWarnings for GenericLifecycleObserver by Ian Lake · 5 years ago
  79. 6e326b3 Ensure onStateChanged() overrides are marked as @NonNull by Ian Lake · 5 years ago
  80. 3024ec6 Replace //noinspection with @SuppressWarnings by Ian Lake · 5 years ago
  81. 48da837 Use ActivityScenario for ActivityFullLifecycleTest by Ian Lake · 5 years ago
  82. dc77eca resolve merge conflicts of d25ddf6eb83028c431d841744981e68fb9de3944 into androidx-platform-dev by Jeff Gaston · 5 years ago
  83. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  84. ee978d5 Merge "Remove targetSdkVersion workaround for library tests" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  85. a1aa570 Remove targetSdkVersion workaround for library tests by Aurimas Liutikas · 5 years ago
  86. 1dcd5b3 Merge "Correct LifecycleService usage of @NonNull" into androidx-master-dev by Ian Lake · 5 years ago
  87. 3aba26f Correct LifecycleService usage of @NonNull by Ian Lake · 5 years ago
  88. 3ae46f6 Merge "Replace deprecated Truth isSameAs with isSameInstanceAs" into androidx-master-dev by Ian Lake · 5 years ago
  89. 71612dc Merge "Add Duration overload to liveData builder." into androidx-master-dev by Yigit Boyar · 5 years ago
  90. ca60574 Replace deprecated Truth isSameAs with isSameInstanceAs by Ian Lake · 5 years ago
  91. 35d8536 Merge "Turn koltin warnings into errors." into androidx-master-dev by Aurimas Liutikas · 5 years ago
  92. ad0c6fa Merge "Add incremental annotation processing support for Lifecycle" into androidx-master-dev by Bingran Li · 5 years ago
  93. 6cd062f resolve merge conflicts of 7eb4f9764c4d1844819122adea530f3b3a2035dc to androidx-platform-dev by Nick Anthony · 5 years ago
  94. 34ad901 Add Duration overload to liveData builder. by Yigit Boyar · 5 years ago
  95. 6874640 Merge "Turn koltin warnings into errors." into androidx-master-dev by Treehugger Robot · 5 years ago
  96. 2dfcd47 Add incremental annotation processing support for Lifecycle by bingran · 5 years ago
  97. 7cdf52a Turn koltin warnings into errors. by Aurimas Liutikas · 5 years ago
  98. eec78e6 resolve merge conflicts of e80fda0cb87310cfba76f91db267b2b556f1b532 to androidx-platform-dev by Nick Anthony · 5 years ago
  99. 7eb4f97 Merge "Update versions to dev versions after May Release" into androidx-master-dev by Treehugger Robot · 5 years ago
  100. 36911a6 Update versions to dev versions after May Release by Nick Anthony · 5 years ago