[go: nahoru, domu]

  1. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years, 1 month ago
  2. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years, 1 month ago
  3. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years, 1 month ago
  4. a9a8ffd Revert "Revert "Ensure main thread in LifecycleRegistry methods."" by Sergey Vasilinets · 4 years, 1 month ago
  5. 5675f1a Revert "Ensure main thread in LifecycleRegistry methods." by Ian Lake · 4 years, 1 month ago
  6. 1a587cf Ensure main thread in LifecycleRegistry methods. by Sergey Vasilinets · 4 years, 2 months ago
  7. 96f8151 Suppress deprecated API usage in lifecycle-runtime by Ian Lake · 4 years, 10 months ago
  8. 391dc4b Replace RC dependencies with stable releases by Ian Lake · 5 years ago
  9. 45becd0 Switch Lifecycle to depend on arch.core prebuilts by Ian Lake · 5 years ago
  10. e42958e Move lifecycle-common and lifecycle-runtime to java 8 by Aurimas Liutikas · 5 years ago
  11. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  12. 2e1f4a8 Move lifecycle to the new proper directory structure by Aurimas Liutikas · 5 years ago[Renamed from lifecycle/runtime/build.gradle]
  13. ac4cf06 Move all usaged of annotation:1.1.0-rc01 to annotation:1.1.0 by Nick Anthony · 5 years ago
  14. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  15. f7cef0b Move annotation to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago
  16. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  17. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  18. b63ef63 Rename SupportLibraryExtension to AndroidXExtension. by Aurimas Liutikas · 5 years ago
  19. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  20. 237c894 Migrate shared restricted apis to LIBRARY_GROUP_PREFIX by Oussama Ben Abdelbaki · 6 years ago
  21. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  22. 071d611 Unify versioning of Lifecycles and move them to 2.1.0-alpha01 by Sergey Vasilinets · 6 years ago
  23. fc35d14 Add missing nullability annotations to lifecycle by Jake Wharton · 6 years ago
  24. bfef093 Start enforcing javac warnings. by Aurimas Liutikas · 6 years ago
  25. bdc4c86 DO NOT MERGE. Migrate app-toolkit projects to androidx by Alan Viverette · 6 years ago
  26. 526389b Move buildSrc classes to androidx.build package. by Aurimas Liutikas · 6 years ago
  27. d794613 Merge commit '7ed10e5f43637b244bdf8fcededde19d80c4a372' into mergefix by Aurimas Liutikas · 7 years ago
  28. 62d3e1d Migrate the rest of the dependencies to Kotlin. by Aurimas Liutikas · 7 years ago
  29. b63b3ab Set minSdkVersion via our SupportAndroidLibraryPlugin. by Aurimas Liutikas · 7 years ago
  30. 843419a Remove needless support annotation excludes. by Jake Wharton · 7 years ago
  31. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  32. c39b4bd Adding ktlint hook to support library. by Aurimas Liutikas · 7 years ago
  33. 87a16a5 Further clean up app-toolkit build files. by Aurimas Liutikas · 7 years ago
  34. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  35. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  36. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  37. 54850ab Throw a better error msg when classes are missing by Yigit Boyar · 7 years ago
  38. d382982 use explicit versions for flatfoot by Yigit Boyar · 7 years ago
  39. bb85fac More build setup for flatfoot projects. by Aurimas Liutikas · 7 years ago
  40. b938b2e Unify the location of libary versions. by Aurimas Liutikas · 7 years ago
  41. 6398b86 Enable api checks for java projects && flatfoot by Sergey Vasilinets · 7 years ago
  42. e4741f3c Remove unused variables in gradle code of AppToolkit. by Aurimas Liutikas · 7 years ago
  43. 9fd8e617 Initial commit of paging component. by Chris Craik · 7 years ago
  44. 8205ce1 Divide core components into runtime and common. by Yigit Boyar · 7 years ago
  45. 1a06787 Fix proguard of lifecycle-runtime by Sergey Vasilinets · 7 years ago
  46. 56d1fff Clean up lifecycle-runtime. by Sergey Vasilinets · 7 years ago
  47. 64db0cc Mass package renaming from android.support to android.arch by Yigit Boyar · 7 years ago
  48. 83ebc49 Fix artifact names by Yigit Boyar · 7 years ago
  49. f3a1ec3 Bring observers to state when they are added by Sergey Vasilinets · 7 years ago
  50. 450ed38 Move more of the build into support lib by Yigit Boyar · 7 years ago
  51. e69e470 Docs build setup for flatfoot by Sergey Vasilinets · 8 years ago
  52. fe127e5 update atsl by Yigit Boyar · 8 years ago
  53. 34e5031 Database invalidation tracking by Yigit Boyar · 8 years ago
  54. 21886b6 Fragment lifecycle events by Yigit Boyar · 8 years ago
  55. 2eb5199 Introduce app-toolkit as a merger project for flatfoot. by Yigit Boyar · 8 years ago
  56. 5e52b39b First version of LifecycleActivity by Sergey Vasilinets · 8 years ago
  57. b085e34 First version of StateProvider extension by Sergey Vasilinets · 8 years ago
  58. 19b4110 initial commit for Room by Yigit Boyar · 8 years ago
  59. 1db9008 Localize dependencies by Yigit Boyar · 8 years ago
  60. b96cceaa LifecyleRegistry by Yigit Boyar · 8 years ago