[go: nahoru, domu]

  1. f61d646 Update library versions to dev version for June 5th Release by Nick Anthony · 5 years ago
  2. 1bf32da Move activity to the new proper directory structure. by Aurimas Liutikas · 5 years ago
  3. fe9bd9b Move activity-ktx to the new proper directory structure. by Aurimas Liutikas · 5 years ago
  4. 0aefc6b Move core to 1.2.0-alpha02 by Nick Anthony · 5 years ago
  5. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  6. 7b91c96 Use LifecycleEventObserver in tests by Ian Lake · 5 years ago
  7. 6e326b3 Ensure onStateChanged() overrides are marked as @NonNull by Ian Lake · 5 years ago
  8. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  9. d593759 Move activity and fragment to beta01 by Ian Lake · 5 years ago
  10. a1aa570 Remove targetSdkVersion workaround for library tests by Aurimas Liutikas · 5 years ago
  11. aa00937 Pin dependencies on Lifecycle to 2.1.0-beta01 by Ian Lake · 5 years ago
  12. ca60574 Replace deprecated Truth isSameAs with isSameInstanceAs by Ian Lake · 5 years ago
  13. f7cef0b Move annotation to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago
  14. baca2b5 Fix ConcurrentModificationException during remove() by Ian Lake · 5 years ago
  15. 0a2d4c7 Increment version to development versions (releasing version +1) by Nick Anthony · 5 years ago
  16. fbdc0c3 Update versions to final May release versions by Nick Anthony · 5 years ago
  17. 00af351 Merge "Add a fallback for OnBackPressedDispatcher" into androidx-master-dev by Ian Lake · 5 years ago
  18. 61b9704 Add a fallback for OnBackPressedDispatcher by Ian Lake · 5 years ago
  19. e7742c3 Merge "Remove deprecated ComponentActivity back pressed methods" into androidx-master-dev by Ian Lake · 5 years ago
  20. 755077f Remove deprecated ComponentActivity back pressed methods by Ian Lake · 5 years ago
  21. e9a293a Make OnBackPressedCallback's remove() final by Ian Lake · 5 years ago
  22. 561c9b7 Mark callback isEnabled methods as final by Ian Lake · 5 years ago
  23. 2eac178 Merge "Explicitly mark onBackPressed() as @MainThread" into androidx-master-dev by Ian Lake · 5 years ago
  24. 7c1cdd4 Explicitly mark onBackPressed() as @MainThread by Ian Lake · 5 years ago
  25. 2ee5d82 Update to rc and beta for May release by Nick Anthony · 5 years ago
  26. d9dd946 Remove unnessary configuration code in build.gradle files. by Aurimas Liutikas · 5 years ago
  27. 97c821c Remove no longer needed dependency on arch:core-common by Ian Lake · 5 years ago
  28. d0c85eb Have each Fragment register its own back pressed callback by Ian Lake · 5 years ago
  29. 1d7bb69 Rename removeCallback() to remove() by Ian Lake · 5 years ago
  30. c5af1d8 Deprecate Cancellable by Ian Lake · 5 years ago
  31. af1e6ad Create a receiver scoped callback for addCallback by Ian Lake · 5 years ago
  32. c1f28e2 Replace usage of Cancellable in onBackPressed API by Ian Lake · 5 years ago
  33. 6f34031 Replace boolean handleOnBackPressed with enabled state by Ian Lake · 5 years ago
  34. 05edbb2 Mark OnBackPressed methods as @MainThread by Ian Lake · 5 years ago
  35. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  36. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  37. c8b16d4 Update versions after AndroidX April 3rd Release by Nick Anthony · 5 years ago
  38. 3130085 Remove useMetalava from AndroidXExtension. by Aurimas Liutikas · 5 years ago
  39. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  40. 00d1b79 Merge changes from topic "nav_view_model" into androidx-master-dev by Treehugger Robot · 5 years ago
  41. a57c661 Class ViewModelLazy class to take a ViewModelStoreProducer by jbwoods · 5 years ago
  42. 2f634ee Convert @ContentView to constructor annotation by Ian Lake · 5 years ago
  43. 4795252 Separate onBackPressed handling from ComponentActivity by Ian Lake · 5 years ago
  44. 629e490 Bump all versions for March 13th Release by Nick Anthony · 5 years ago
  45. 82ddb41 Introduce SavedStateRegistry.runOnNextRecreation by Sergey Vasilinets · 5 years ago
  46. 79285e9 Generating restricted API txts by Jeff Gaston · 5 years ago
  47. 6c3dd16 Merge "Migrate shared restricted apis to LIBRARY_GROUP_PREFIX" into androidx-master-dev by Oussama Ben Abdelbaki · 5 years ago
  48. 237c894 Migrate shared restricted apis to LIBRARY_GROUP_PREFIX by Oussama Ben Abdelbaki · 5 years ago
  49. 1bd1c56 Removing AbstractSavedStateRegistry & BundlableSavedStateRegistry by Sergey Vasilinets · 5 years ago
  50. 9d470c6 Remove generics from SavedStateRegistry by Sergey Vasilinets · 5 years ago
  51. c1d4507 Cache @ContentView annotation lookups for activities by jbwoods · 5 years ago
  52. 197d04a Update androidx.activity to 1.0.0-alpha05 by Ian Lake · 5 years ago
  53. ae45bbc Move to using AGP 3.4-0-alpha10 by Oussama Ben Abdelbaki · 6 years ago
  54. 0b43d17 Support to ignore api violations by adding baseline error files by Jeff Gaston · 5 years ago
  55. 5d65a6a Updating Metalava to version 1.2.5 by Jeff Gaston · 5 years ago
  56. 532eef4 Updates annotations for tests previously marked small/medium by Louis Pullen-Freilich · 5 years ago
  57. eee3955 Mark ComponentActivity's getViewModelStore() as TBD final by Ian Lake · 5 years ago
  58. 37f2d45 Add a @ContentView annotation to ComponentActivity, Fragment by Ian Lake · 6 years ago
  59. 8e6f9bf Ensure activity and activity-ktx both depend on VM 2.1 by Ian Lake · 5 years ago
  60. d7248dc Merge "Revert "Use Lifecycle 2.1 and LifecycleEventObserver"" into androidx-master-dev by Treehugger Robot · 5 years ago
  61. ef43218 Revert "Use Lifecycle 2.1 and LifecycleEventObserver" by Ian Lake · 5 years ago
  62. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  63. dd75677 Update Activity to 1.0.0-alpha04 by Ian Lake · 6 years ago
  64. 8514bc0 Use Lifecycle 2.1 and LifecycleEventObserver by Ian Lake · 6 years ago
  65. 9622f94 Merge "Introduce activityViewModels() property delegate" into androidx-master-dev by Ian Lake · 6 years ago
  66. e3aa7ed Introduce activityViewModels() property delegate by Sergey Vasilinets · 6 years ago
  67. 62379ed Add targetSdkVersion to activity integration testapp by Ian Lake · 6 years ago
  68. 1cc61b9 Merge "Cleanup imm leaks on old versions." into androidx-master-dev by Sergey Vasilinets · 6 years ago
  69. b1bf850 Cleanup imm leaks on old versions. by Sergey Vasilinets · 6 years ago
  70. 86267e3 Added support for keeping track of public resource surface by Oussama Ben Abdelbaki · 6 years ago
  71. 3391f12 Merge "Fixed testing with flavors" into androidx-master-dev by Oussama Ben Abdelbaki · 6 years ago
  72. 1d227a1 Fixed testing with flavors by Oussama Ben Abdelbaki · 6 years ago
  73. d724640 Split savedstate module to android / non-android modules by Sergey Vasilinets · 6 years ago
  74. de7e133 Merge changes I7b0d1b16,I9eab454f into androidx-master-dev by Sergey Vasilinets · 6 years ago
  75. 2ca17c5 Implement BundleSavedStateRegistryOwner by ComponentActivity by Sergey Vasilinets · 6 years ago
  76. b15cec7 Dagger friendly viewmodels delegates by Sergey Vasilinets · 6 years ago
  77. 8d4ae4b Update version code for Activity to 1.0.0-alpha03 by Ian Lake · 6 years ago
  78. b860087 Always use getLifecycle() by Ian Lake · 6 years ago
  79. fe1edd3 Merge "Update androidx.activity to 1.0.0-alpha02" into androidx-master-dev by Treehugger Robot · 6 years ago
  80. 5d55e8b Merge "Avoid using a non-final getLifecycle() on back pressed" into androidx-master-dev by Treehugger Robot · 6 years ago
  81. 3423b04 Avoid using a non-final getLifecycle() on back pressed by Ian Lake · 6 years ago
  82. a29323c Update androidx.activity to 1.0.0-alpha02 by Ian Lake · 6 years ago
  83. 705059f Update api .txt files with ToT changes by Ian Lake · 6 years ago
  84. 0699f8f Move FragmentActivity.viewModels() to ComponentActivity by Ian Lake · 6 years ago
  85. cb741f0 Merge "Change Activity dependencies to the stable versions." into androidx-master-dev by Treehugger Robot · 6 years ago
  86. a945632 Make FragmentActivity use OnBackPressedCallback by Ian Lake · 6 years ago
  87. 4be8412 Change Activity dependencies to the stable versions. by Nick Anthony · 6 years ago
  88. c21caf9 Enabling metalava by default by Jeff Gaston · 6 years ago
  89. 8b0df7f Merge "Only reference final variables in constructor" into androidx-master-dev by Treehugger Robot · 6 years ago
  90. f118441 Only reference final variables in constructor by Ian Lake · 6 years ago
  91. b866d1b Suppress Lint warnings on ComponentActivity by Ian Lake · 6 years ago
  92. 4b218c5 Cancel pending input events in onStop() by Ian Lake · 6 years ago
  93. 3fc4bbd Add a composable interface for ComponentActivity#onBackPressed by Ian Lake · 6 years ago
  94. af41e83 Move ViewModelStoreOwner to ComponentActivity by Ian Lake · 6 years ago
  95. 73677b1 All released apis are now recorded by Oussama Ben Abdelbaki · 6 years ago
  96. 3cf783a Undoing the recent enabling of Metalava by Jeff Gaston · 6 years ago
  97. 87318cb Enabling Metalava everywhere by Jeff Gaston · 6 years ago
  98. 91debb1 Add Dejetify rules for androidx.activity by Ian Lake · 6 years ago
  99. 6e53bd19 Expose a base Activity subclass (ComponentActivity) by Ian Lake · 6 years ago