[go: nahoru, domu]

  1. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 8 months ago
  2. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 3 years, 9 months ago
  3. 6d73332 androidx.startup is now stable. by Rahul Ravikumar · 3 years, 9 months ago
  4. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 3 years, 10 months ago
  5. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 9 months ago
  6. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  7. 3bfc235 androidx.startup release candidate. by Rahul Ravikumar · 3 years, 10 months ago
  8. 718c20d Move to the latest Material 1.2.1 release by Kirill Grouchnikov · 3 years, 10 months ago
  9. b3b30de App Startup goes beta01. by Rahul Ravikumar · 3 years, 10 months ago
  10. 6e8f6eb Add the ability to detemine if an `Initializer` was initialized eagerly. by Rahul Ravikumar · 4 years ago
  11. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  12. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years ago
  13. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  14. 4310aed Move to Tracing beta01 by Rahul Ravikumar · 4 years ago
  15. d48a8c7 Merge "AndroidX Startup alpha02." into androidx-master-dev by Rahul Ravikumar · 4 years ago
  16. cd4199d AndroidX Startup alpha02. by Rahul Ravikumar · 4 years ago
  17. 9a82f9c Add proguard rules to the AAR. by Rahul Ravikumar · 4 years ago
  18. ce3f4fb Fix API versions for all issue registries. by Rahul Ravikumar · 4 years, 1 month ago
  19. 564aa85 Make the static field volatile and use double checking for performance. by Rahul Ravikumar · 4 years, 1 month ago
  20. edd82e7 Move coverage to only be enabled in CI. by Aurimas Liutikas · 4 years, 3 months ago
  21. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 3 months ago
  22. 6f8706e `androidx.startup` now targets Java 7. by Rahul Ravikumar · 4 years, 3 months ago
  23. 2f9dd0f Rename ComponentInitializer to Initializer. by Rahul Ravikumar · 4 years, 3 months ago
  24. 5d12419 Switch from `<application>` metadata to `<provider>` metadata. by Rahul Ravikumar · 4 years, 4 months ago
  25. e723425 Fix more lint issues in androidx to work with AGP 4.1 by Aurimas Liutikas · 4 years, 4 months ago
  26. 6b603b2 Update Benchmark & Startup to use the androidx.tracing. by Rahul Ravikumar · 4 years, 4 months ago
  27. d54c790 Add TraceSpans for visibility into how long initialization takes. by Rahul Ravikumar · 4 years, 4 months ago
  28. a842db3 Add `initializeComponent` API by Rahul Ravikumar · 4 years, 5 months ago
  29. 60da766 Faster fast path. by Rahul Ravikumar · 4 years, 5 months ago
  30. 7ac2a30 Ensure all ComponentInitializers are reachable. by Rahul Ravikumar · 4 years, 5 months ago
  31. 6604b88 Support default constructors for Java classes. by Rahul Ravikumar · 4 years, 5 months ago
  32. 2830d71 Add missing `api` properties to IssueRegistries by Zac Sweers · 4 years, 5 months ago
  33. 24f9e7a Make `AppInitializer` a singleton. by Rahul Ravikumar · 4 years, 5 months ago
  34. fbf9045 Merge "Track API changes." into androidx-master-dev by Rahul Ravikumar · 4 years, 5 months ago
  35. 38057c5 Merge "Add a lock that guards app initialization." into androidx-master-dev by Rahul Ravikumar · 4 years, 5 months ago
  36. 5a1d319f Track API changes. by Rahul Ravikumar · 4 years, 5 months ago
  37. 3475250 Add a lock that guards app initialization. by Rahul Ravikumar · 4 years, 5 months ago
  38. 7fd88cc Allow `@string/androidx_startup` as a valid value for <meta-data> entries. by Rahul Ravikumar · 4 years, 5 months ago
  39. ec8db13 androidx.startup is now a java library. by Rahul Ravikumar · 4 years, 5 months ago
  40. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 6 months ago
  41. 599f12b Merge "Improve proguard rules for androidx.startup." into androidx-master-dev by Rahul Ravikumar · 4 years, 6 months ago
  42. e5c1247 Add `InitializationProvider` tests. by Rahul Ravikumar · 4 years, 6 months ago
  43. 0e9dbe7 Improve proguard rules for androidx.startup. by Rahul Ravikumar · 4 years, 6 months ago
  44. 0701da0 Merge changes I7df6e3f6,I200b04c5 into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  45. 6f99aad Add no-argument constructor lint rule by Rahul Ravikumar · 4 years, 6 months ago
  46. efd3b7f Add lint rules for startup-runtime. by Rahul Ravikumar · 4 years, 6 months ago
  47. 1e2176e Merge "Provide the ability to discover and initialize component initializers programmatically." into androidx-master-dev by Rahul Ravikumar · 4 years, 6 months ago
  48. 8e2b88a Provide the ability to discover and initialize component initializers programmatically. by Rahul Ravikumar · 4 years, 6 months ago
  49. db0b2a7 Add OWNERS and README. by Rahul Ravikumar · 4 years, 6 months ago
  50. 7d46e2a Add basic tests for AppInitializer. by Rahul Ravikumar · 4 years, 6 months ago
  51. fd0aaef Minor fixes based on review comments to the first CL for app startup. by Rahul Ravikumar · 4 years, 6 months ago
  52. 10a0189 Initial commit for androidx.startup. by Rahul Ravikumar · 4 years, 6 months ago