[go: nahoru, domu]

  1. 1ef39a8 Update versions for release id 1650474000000 by Nick Anthony · 2 years, 3 months ago
  2. 912d6c3 Move SavedState, Lifecycle, Activity, Fragment, and Nav to Beta01 by Jeremy Woods · 2 years, 3 months ago
  3. 08a32ea Add flows to savedStateHandle by Jeremy Woods · 2 years, 5 months ago
  4. bd40631 Update ignore files by Jeremy Woods · 2 years, 5 months ago
  5. 86e7eef Merge "Update outdated lint baseline files" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  6. c02750d Update outdated lint baseline files by Jeremy Woods · 2 years, 6 months ago
  7. 3077e1a Convert SavedStateViewModelFactory to Kotlin by Jeremy Woods · 2 years, 6 months ago
  8. 77f028b Convert SavedStateHandle to Kotlin by Jeremy Woods · 2 years, 6 months ago
  9. acd2810 Update metalava and RestrictTo API tracking rules by Aurimas Liutikas · 2 years, 6 months ago
  10. e19154e Rename installSavedStateHandleSupport to enableSavedStateHandles by Sergey Vasilinets · 2 years, 9 months ago
  11. 034cf03 Add stateless version of SavedStateViewModelFactory by Sergey Vasilinets · 2 years, 9 months ago
  12. 5c60b72 Create SavedStateHandle in AbstractSavedStateViewModelFactory from CreationExtras by Sergey Vasilinets · 2 years, 9 months ago
  13. b940470 Remove KeyedFactory by Sergey Vasilinets · 2 years, 9 months ago
  14. 7495582 Clean up existing ignore files. by Sergey Vasilinets · 2 years, 9 months ago
  15. 15d5a9d Introduce CreationExtras by Sergey Vasilinets · 3 years, 1 month ago
  16. 28d16f9 Bump androidx.lifecycle to 2.4.0-beta01 by Sergey Vasilinets · 2 years, 11 months ago
  17. 927300f Rewrite ViewModelProvider to kotlin by Sergey Vasilinets · 3 years, 2 months ago
  18. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 9 months ago
  19. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  20. c0b895c Move Lifecycle to 2.3.0-beta01 by Ian Lake · 3 years, 11 months ago
  21. 153704f Bump Lifecycle to 2.3.0-alpha06 by Ian Lake · 4 years, 1 month ago
  22. 62389bf Update lifecycle version to 2.3.0-alpha05 by Yigit Boyar · 4 years, 1 month ago
  23. d90d6f2 Update Lifecycle Version by Jeremy Woods · 4 years, 1 month ago
  24. 23d60bf Add clearSavedStateProvider to SavedStateHandle by Jeremy Woods · 4 years, 3 months ago
  25. 88b56f6 Add support for lazy serialization in SavedStateHandle by Ian Lake · 4 years, 3 months ago
  26. 662adba Bump Activity, Fragment, Lifecycle, Navigation versions by Ian Lake · 4 years, 3 months ago
  27. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 3 months ago
  28. e416f9c Allow passing a null Application to SavedStateViewModelFactory by Ian Lake · 4 years, 3 months ago
  29. b35d76ba Bump library versions after release by Nick Anthony · 4 years, 5 months ago
  30. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 8 months ago
  31. 1c6ccfb Move lifecycle, activity, fragment, and navigation to alpha by Ian Lake · 4 years, 9 months ago
  32. c378b9a Increment activity, fragment, lifecycle, transtion to rc01 by Nick Anthony · 4 years, 9 months ago
  33. 6f072e1c Beta: lifecycle, activity, fragment, transition by Ian Lake · 4 years, 10 months ago
  34. 09286e6 Update versions after September 18th Release by Nick Anthony · 4 years, 10 months ago
  35. 4c5c2b1 Merge "Update versions after September 5th release" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  36. 15e364c Update out of date public_plus_experimental. by Aurimas Liutikas · 4 years, 10 months ago
  37. b08258a Update versions after September 5th release by Nick Anthony · 4 years, 10 months ago
  38. 1361c9c Merge "Stop creating SavedStateHandle eagerly in SavedStateHandleController" into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  39. 002e4fa Stop creating SavedStateHandle eagerly in SavedStateHandleController by Sergey Vasilinets · 4 years, 11 months ago
  40. cd1aae0 Track experimental API surface by Alan Viverette · 4 years, 11 months ago
  41. 1bd267a Merge "Update versions after August 7th Release" into androidx-master-dev by Treehugger Robot · 5 years ago
  42. 227bd94 Update versions after August 7th Release by Nick Anthony · 5 years ago
  43. 024e874 Update metalava to a newer version by Aurimas Liutikas · 5 years ago
  44. 5184037 Update api lint baseline. by Aurimas Liutikas · 5 years ago
  45. c163de4 Update api lint baseline with new Metalava nullability check. by Aurimas Liutikas · 5 years ago
  46. a5581d7 Remove fragment dependency from viewmodel-savedstate, v2 by Ian Lake · 5 years ago
  47. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  48. 21798e8 Update api lint baseline after KotlinOperator check fix. by Aurimas Liutikas · 5 years ago
  49. b3aa531 Increment alpha and beta versions of libraries releasing on July 2nd by Nick Anthony · 5 years ago
  50. 58cc46d Rename VM's to ViewModel by Sergey Vasilinets · 5 years ago
  51. e42958e Move lifecycle-common and lifecycle-runtime to java 8 by Aurimas Liutikas · 5 years ago
  52. 7ef9c9e Revert "Remove fragment dependency from viewmodel-savedstate" by Aurimas Liutikas · 5 years ago
  53. 840c12e Revert "Rename VM's to ViewModel" by Aurimas Liutikas · 5 years ago
  54. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  55. 9102a53a Rename VM's to ViewModel by Yigit Boyar · 5 years ago
  56. 63cd952 Merge "Added SavedStateHandle#getLiveData with default value" into androidx-master-dev by Treehugger Robot · 5 years ago
  57. a595456 Added SavedStateHandle#getLiveData with default value by Yigit Boyar · 5 years ago
  58. 8b868f4 Remove fragment dependency from viewmodel-savedstate by Ian Lake · 5 years ago
  59. 24b9af3 Bump SavedState version to 1.0.0-alpha02 by Yigit Boyar · 5 years ago
  60. 2e1f4a8 Move lifecycle to the new proper directory structure by Aurimas Liutikas · 5 years ago