1. 06 10月, 2017 2 次提交
  2. 05 10月, 2017 4 次提交
    • S
      Add @CheckResult to RequestManager methods. · 28e461ec
      Sam Judd 提交于
      28e461ec
    • R
      Add @CheckResult to intermediate builder methods · 739cb35b
      Robert Papp 提交于
      739cb35b
    • A
    • R
      Build improvements (#2426) · d96a1e78
      Róbert Papp 提交于
      * Update Gradle version to latest
      
      * Fix typo in dependency name (Gradle was resolving support-annotations:{26})
      
      * Bump Android Gradle Plugin version to latest stable
      
      * Remove deprecation warning during compile.
      (@SuppressWarnings("deprecation") has no effect on imports)
      
      * Force LF as the line separator to make sure checkstyle is runnable on Windows
      
      * Constrain deprecation of GlideModule to a single method (suppresses javac warning)
      
      * Make sure compiledJar's output is unique.
      archivePath was the same as jar's archivePath, which triggered a rebuild and re-proguard every time, even on incremental builds.
      
      * Move quality tool initializations near the tasks
      Extract version constant for PMD
      
      * Minor gradle improvements: warnings, Java compatiblity
      
      * Extract test JVM memory size to gradle.properties
      
      * Enable auto-completion in IDEA by using tasks.create instead of task shorthand
      
      * Reduce amount of hard-coded paths
      
      * Reduce amount of missing files when running findbugs
      
      * Add missing test for setMemoryCategory return value
      
      * Simplify JavaDoc classpath calculation
      
      * Change JavaDoc {@link}s to {@code} as they're not linkable.
      This reduces the noise during build.
      
      * Fix invalid missing references in JavaDoc.
      The equals/hashCode method doesn't exist in the classes, so need to reference the super-class.
      
      * Fix checkstyle, javadoc alignment, typo and codify class-name-like concepts.
      d96a1e78
  3. 04 10月, 2017 2 次提交
  4. 03 10月, 2017 5 次提交
  5. 27 9月, 2017 1 次提交
  6. 26 9月, 2017 8 次提交
  7. 25 9月, 2017 1 次提交
    • R
      Use Dagger 2.11 in imgur sample (#2425) · 7457b9d8
      Róbert Papp 提交于
      * Remove unneeded excludes from imgur sample
      jsr305 is repackaged, so there won't be a conflict on annotationProcessor classpath
      
      * Increment Dagger version to 2.11
      There are breaking API changes (renames) and use the new API to reduce custom code.
      
      * Further simplify injection by using the Dagger library components
      7457b9d8
  8. 22 9月, 2017 2 次提交
  9. 21 9月, 2017 6 次提交
  10. 20 9月, 2017 4 次提交
  11. 19 9月, 2017 2 次提交
  12. 18 9月, 2017 2 次提交
  13. 16 9月, 2017 1 次提交