1. 4b3d3c2 Fix lifecycle version which was broken during migration am: 7453f34633 by Yigit Boyar · 7 years ago
  2. 7453f34 Fix lifecycle version which was broken during migration by Yigit Boyar · 7 years ago
  3. 067bae5 Merge "Move most app-toolkit dependencies to kotlin." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  4. 061c6ad Merge "Move most app-toolkit dependencies to kotlin." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  5. ae223a9 Fix generated proguard rule by Sergey Vasilinets · 7 years ago
  6. 91ce6af Fix generated proguard rule by Sergey Vasilinets · 7 years ago
  7. 81b5bac Move most app-toolkit dependencies to kotlin. by Aurimas Liutikas · 7 years ago
  8. b8fd9b6 Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  9. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  10. ee4da72 Merge "Adding ktlint hook to support library." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  11. 6f1f556 Reformat kotlin code to match ktlint expectations. by Aurimas Liutikas · 7 years ago
  12. c39b4bd Adding ktlint hook to support library. by Aurimas Liutikas · 7 years ago
  13. 9a14484 Use latest available source in processors. by Yigit Boyar · 7 years ago
  14. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  15. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  16. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  17. 2e9de5a Use available synthetic methods from already generated adapters by Sergey Vasilinets · 7 years ago
  18. ac066ab Print a warning if we cant' generate correct adapter by Sergey Vasilinets · 7 years ago
  19. 91df2cf Composite adapters. by Sergey Vasilinets · 7 years ago
  20. 619b2be Initial support of superclasses from jars by Sergey Vasilinets · 7 years ago
  21. 0931b84 Merge "Generate ProGuard rules to keep generated adapters" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  22. 8dd2658 Generate ProGuard rules to keep generated adapters by Shane Farmer · 7 years ago
  23. d809f48 Move kotlin projects to a plugin by Yigit Boyar · 7 years ago
  24. 10f0b4c Remove getReceiver method from GenericObserver by Sergey Vasilinets · 7 years ago
  25. d382982 use explicit versions for flatfoot by Yigit Boyar · 7 years ago
  26. 62693d7 Added @Generated annotation to classes generated by LifecycleProcessor.kt by shepshapard · 7 years ago
  27. 9929ca1 Merge changes Ibb91f4b2,I7f2acedb into oc-support-26.0-dev am: ae311dd348 by Sergey Vasilinets · 7 years ago
  28. 3a9bd3a Refactoring: separate input / output models classes. by Sergey Vasilinets · 7 years ago
  29. 0bbdd57 Split LifecycleProcessor into multiple files / stages. by Sergey Vasilinets · 7 years ago
  30. 1069f0b Merge "Update com.google.testing.compile:compile-testing to 0.11" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  31. 0af2c3f Update com.google.testing.compile:compile-testing to 0.11 by Sergey Vasilinets · 7 years ago
  32. e4741f3 Remove unused variables in gradle code of AppToolkit. by Aurimas Liutikas · 7 years ago
  33. 5ef35b1 Remove event param in annotated methods, except ON_ANY case by Sergey Vasilinets · 7 years ago
  34. 044fe16 Support only one parameter in annotation by Sergey Vasilinets · 7 years ago
  35. d32708b update kotlin to 1.1.1 by Yigit Boyar · 7 years ago
  36. b86bef2 Make Event an Enum by Sergey Vasilinets · 7 years ago
  37. 64db0cc Mass package renaming from android.support to android.arch by Yigit Boyar · 7 years ago
  38. e13540a Rename LifecycleProvider to LifecycleOwner by Sergey Vasilinets · 7 years ago
  39. 83ebc49 Fix artifact names by Yigit Boyar · 7 years ago
  40. fa39059 Verify database after opened by Yigit Boyar · 7 years ago
  41. 450ed38 Move more of the build into support lib by Yigit Boyar · 7 years ago
  42. 489ead3 Fix lifecycle compiler by Sergey Vasilinets · 7 years ago
  43. 88865f7 Database Verification by Yigit Boyar · 8 years ago
  44. 4d19f2e Fix localize and add licenses by Yigit Boyar · 8 years ago
  45. b030dcb Bind Cursor queries in a type safe API by Yigit Boyar · 8 years ago
  46. 7c63d6b LifecycleProcessor: Call package private methods of parent class by Sergey Vasilinets · 8 years ago
  47. 34e5031 Database invalidation tracking by Yigit Boyar · 8 years ago
  48. 2eb5199 Introduce app-toolkit as a merger project for flatfoot. by Yigit Boyar · 8 years ago
  49. fb3e49e Flatfoot repo builder by Yigit Boyar · 8 years ago
  50. efaf86a Query result adapters by Yigit Boyar · 8 years ago
  51. a034a6e Fix lint checks configuration. by Yigit Boyar · 8 years ago
  52. 19b4110 initial commit for Room by Yigit Boyar · 8 years ago
  53. 2bf85ab Support annotations in interfaces by Sergey Vasilinets · 8 years ago
  54. 1db9008 Localize dependencies by Yigit Boyar · 8 years ago
  55. e705b41 Support unnamed package name by Sergey Vasilinets · 8 years ago
  56. 4c90a59 Separate State & Event by Yigit Boyar · 8 years ago
  57. b96ccea LifecyleRegistry by Yigit Boyar · 8 years ago
  58. db70d9a Check accepted states in overridden method and call it just once. by Sergey Vasilinets · 8 years ago
  59. 8c2d21a Verify class modifier by Sergey Vasilinets · 8 years ago
  60. dc967fb Rename processor module to compiler by Sergey Vasilinets · 8 years ago