1. d612bff Support for repository definitions. by Jan-Felix Schmakeit · 10 years ago
  2. 97842ff Added prebuilts for SDK for march release of samples by Alexander Lucas · 10 years ago
  3. a1a0039 Updated prebuilts for feb samples push. Includes new samples and gradle version updates. by Alexander Lucas · 10 years ago
  4. d06812f Added prebuilt samples for SDK manager by Alexander Lucas · 11 years ago
  5. d6c2485 Update build tools to 0.8 and Gradle wrapper to 1.10. by Jan-Felix Schmakeit · 10 years ago
  6. bf91ce9 Allow opt out of auto adding Support Lib dependencies by Chris Banes · 10 years ago
  7. 8ab310b Initial commit of CardStream Template by Jan-Felix Schmakeit · 11 years ago
  8. 82a391e FragmentView: Sample Template for displaying a custom Fragment by Chris Banes · 11 years ago
  9. f791696 Tabletizing SimpleView template by Trevor Johns · 11 years ago
  10. b5796f4 Tabletizing SingleView template by Alexander Lucas · 11 years ago
  11. 737ccb7 Merge branch 'klp-dev' into 'klp-docs' by Trevor Johns · 11 years ago
  12. f49bfc3 Samples Build: Update build-tools to v19 by Trevor Johns · 11 years ago
  13. cf956f5 Merge downstream branch 'developers-dev' into 'klp-dev' by Trevor Johns · 11 years ago
  14. d0a82fb Templates: Rename all styles/dimens files by Trevor Johns · 11 years ago
  15. 286f375 Revert "Templates: Make sure resources are unique" by Trevor Johns · 11 years ago
  16. 7f46045 Remove .idea files from samples by Trevor Johns · 11 years ago
  17. c87c7d6 Merge "Templates: Make sure resources are unique" into developers-dev by Trevor Johns · 11 years ago
  18. 2fe60eb Templates: Make sure resources are unique by Trevor Johns · 11 years ago
  19. fd177fa Expand README.txt for samples to include dependencies by Trevor Johns · 11 years ago
  20. 46ef226 Samples Build: Exclude bin and .iml files for emitGradle by Trevor Johns · 11 years ago
  21. 11cddac Update SDK and build tools version by Trevor Johns · 11 years ago
  22. 8f6dcb0 Merge "Sample Build: Add handling for README files in build gradle" into developers-dev by Trevor Johns · 11 years ago
  23. 07ebb31 Merge "Move README from templates/create to templates/base" into developers-dev by Trevor Johns · 11 years ago
  24. 2ca423a Sample Build: Add handling for README files in build gradle by Trevor Johns · 11 years ago
  25. 8667b12 Move README from templates/create to templates/base by Trevor Johns · 11 years ago
  26. 4a63ec0 Merge "Added emitGradleZip" into developers-dev by Trevor Johns · 11 years ago
  27. f2cc64a Sample Build: Remove invalid "include" in emitGradle by Trevor Johns · 11 years ago
  28. b6985d0 Added emitGradleZip by Alexander Lucas · 11 years ago
  29. 5fa6284 Merge "Sample Build: Consolidate src output in emitGradle" into developers-dev by Trevor Johns · 11 years ago
  30. 29f40ae Sample Build: Consolidate src output in emitGradle by Trevor Johns · 11 years ago
  31. ba1393d Added readme file for gradle builds to template. by Alexander Lucas · 11 years ago
  32. 1d697a7 Merge downstream branch 'developers-dev' into 'klp-dev' by Trevor Johns · 11 years ago
  33. f884137 Sample Build: emitGradle task depends on preflight by Trevor Johns · 11 years ago
  34. d559bdf Gradle Build: Exclude additional files by Trevor Johns · 11 years ago
  35. f2a47dc Add emitGradle task to master build.gradle by Trevor Johns · 11 years ago
  36. 51540d5 Revert changes to build.gradle from change f15005cb by Trevor Johns · 11 years ago
  37. f15005c Moved samplegen plugin import statement to individual sample's build.gradle file, for emit* compatibility by Alexander Lucas · 11 years ago
  38. d826fad Merge "Fixed issue with supplying numerical compileSdkVersion, test manifest outputting variable names instead of package names, updating build tools version." into developers-dev by Trevor Johns · 11 years ago
  39. 37357c7 Fixed issue with supplying numerical compileSdkVersion, test manifest outputting variable names instead of package names, updating build tools version. by Alexander Lucas · 11 years ago
  40. 4a851a4 ActivityCards Template: Fix build by Trevor Johns · 11 years ago
  41. 9469146 ActivityCards template: Remove app icons from template by Trevor Johns · 11 years ago
  42. fbdb4f4 Improve path folding by Ian Ni-Lewis · 11 years ago
  43. f85056f Partially revert change 81ea0314 by Trevor Johns · 11 years ago
  44. 81ea031 Change output, add more metadata by Ian Ni-Lewis · 11 years ago
  45. 2652e54 Fixed bug which prevented creating new sample projects by Alexander Lucas · 11 years ago
  46. 9be188f Fixed issues with generating compileSdkVersion string in build.gradle by Alexander Lucas · 11 years ago
  47. d9c5d3f Merge "Fix various template issues" into developers-dev by Ian Ni-Lewis · 11 years ago
  48. fb89f6d Merge "Fix some issues:" into developers-dev by Ian Ni-Lewis · 11 years ago
  49. a5f801a Merge "on orientation change, check for fragment before adding again." into developers-dev by Ian Ni-Lewis · 11 years ago
  50. d525e93 Support for dependencies. In your template-params.xml add for e.g by Anirudh Dewani · 11 years ago
  51. 9705506 on orientation change, check for fragment before adding again. by Anirudh Dewani · 11 years ago
  52. bcc5a68 Merge "Added "SimpleView" template" into developers-dev by Trevor Johns · 11 years ago
  53. 4de16cc Fix various template issues by Ian Ni-Lewis · 11 years ago
  54. 8e1b2ff Fix some issues: by Ian Ni-Lewis · 11 years ago
  55. caf27f1 Added "SimpleView" template by Trevor Johns · 11 years ago
  56. 8da8625 Emit "browsable" sample code by Ian Ni-Lewis · 11 years ago
  57. 7516e75 Add support for emitting Ant projects by Ian Ni-Lewis · 11 years ago
  58. afc5bda fix build issues by Ian Ni-Lewis · 11 years ago
  59. 5f602dd Fix handling for compileSdkVersion strings by Trevor Johns · 11 years ago
  60. c295cd9 Merge "Added innermost build.gradle to .gitignore, added an id to the main view in SingleView for easier reference from fragments." into developers-dev by Trevor Johns · 11 years ago
  61. 5979e9c Merge "Template: Move launcher icons to "create" dir" into developers-dev by Trevor Johns · 11 years ago
  62. 04f5adc Template: Move launcher icons to "create" dir by Trevor Johns · 11 years ago
  63. 53e64ab Added innermost build.gradle to .gitignore, added an id to the main view in SingleView for easier reference from fragments. by Alexander Lucas · 11 years ago
  64. 49024b6 Added tests to base template, fixed some default values. by Alexander Lucas · 11 years ago
  65. ecdaad3 Minor improvements, added testing references to build.gradle by Alexander Lucas · 11 years ago
  66. eb640c0 Move build tools into their own project. by Ian Ni-Lewis · 11 years ago
  67. 2b1169e Initial empty repository by Chad Jones · 11 years ago