Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

翻译文档同步计划-内容不一致 #14

Closed
GlideDocsCNBot opened this issue Nov 1, 2017 · 0 comments
Closed

翻译文档同步计划-内容不一致 #14

GlideDocsCNBot opened this issue Nov 1, 2017 · 0 comments

Comments

@GlideDocsCNBot
Copy link
Collaborator

概述

此 Issue 由 Sync Robot 自动创建,详情请参见 #6
本次扫描结果: 新增:0 , 修改: 9, 删除: 0

文件变化列表

变更类型 文件名
UPDATED 2015-05-15-download-setup.md
UPDATED 2017-05-10-volley.md
UPDATED 2017-03-14-configuration.md
UPDATED 2015-05-17-javadocs.md
UPDATED 2017-05-10-okhttp3.md
UPDATED 2015-05-17-samples.md
UPDATED 2017-04-17-generatedapi.md
UPDATED 2017-05-20-snapshots.md
UPDATED 2017-05-10-recyclerview.md

文件具体变更信息如下(仅展示UPDATED):

--- 

+++ 

@@ -33,8 +33,8 @@

 }
 
 dependencies {
-    compile 'com.github.bumptech.glide:glide:4.2.0'
-    annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0'
+    compile 'com.github.bumptech.glide:glide:4.3.0'
+    annotationProcessor 'com.github.bumptech.glide:compiler:4.3.0'
 }
 ```
 
@@ -46,7 +46,7 @@

 <dependency>
   <groupId>com.github.bumptech.glide</groupId>
   <artifactId>glide</artifactId>
-  <version>4.2.0</version>
+  <version>4.3.0</version>
   <type>aar</type>
 </dependency>
 <dependency>
@@ -57,7 +57,7 @@

 <dependency>
   <groupId>com.github.bumptech.glide</groupId>
   <artifactId>compiler</artifactId>
-  <version>4.2.0</version>
+  <version>4.3.0</version>
   <optional>true</optional>
 </dependency>
 ```
@@ -91,7 +91,7 @@

 
 ```groovy
 dependencies {
-  kapt 'com.github.bumptech.glide:compiler:4.2.0'
+  kapt 'com.github.bumptech.glide:compiler:4.3.0'
 }
 ```
 Note that you must also include the ``kotlin-kapt`` plugin in your ``build.gradle`` file:
--- 

+++ 

@@ -15,7 +15,7 @@

 
 **Gradle Dependency:**
 ```groovy
-compile "com.github.bumptech.glide:volley-integration:4.2.0"
+compile "com.github.bumptech.glide:volley-integration:4.3.0"
 ```
 
 [1]: https://github.com/bumptech/glide/tree/master/integration/volley
--- 

+++ 

@@ -31,7 +31,7 @@

 
 Using the [``@GlideModule``][5] annotation requires a dependency on Glide's annotations:
 ```groovy
-compile 'com.github.bumptech.glide:annotations:4.2.0'
+compile 'com.github.bumptech.glide:annotations:4.3.0'
 ```
 
 #### Applications
@@ -55,8 +55,8 @@

 
 Including Glide's annotation processor requires dependencies on Glide's annotations and the annotation processor:
 ```groovy
-compile 'com.github.bumptech.glide:annotations:4.2.0'
-annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0'
+compile 'com.github.bumptech.glide:annotations:4.3.0'
+annotationProcessor 'com.github.bumptech.glide:compiler:4.3.0'
 ```
 
 Finally, you should keep AppGlideModule implementations in your ``proguard.cfg``:
@@ -197,8 +197,8 @@

 
 #### UncaughtThrowableStrategy
 
-When loading a bitmap, if an exception happens (e.g. `OutOfMemoryException`), Glide will use a `GlideExecutor.UncaughtThrowableStrategy`. 
-The default strategy is to log the exception in the device logcat. The strategy is customizable since glide 4.2.0. It can be passed to a disk executor and/or a resize executor:
+When loading a bitmap, if an exception happens (e.g. `OutOfMemoryException`), Glide will use a `GlideExecutor.UncaughtThrowableStrategy`.
+The default strategy is to log the exception in the device logcat. The strategy is customizable since Glide 4.2.0. It can be passed to a disk executor and/or a resize executor:
 
 ```java
 @GlideModule
--- 

+++ 

@@ -5,7 +5,8 @@

 date: 2015-05-17 17:38:22
 ---
 
-* [Glide 4.3.0 SNAPSHOT][5]
+* [Glide 4.4.0 SNAPSHOT][6]
+* [Glide 4.3.0][5]
 * [Glide 4.2.0][4]
 * [Glide 4.1.0][1]
 * [Glide 4.0.0][2]
@@ -16,6 +17,7 @@

 [3]:{{ site.baseurl }}{% link /javadocs/380/index.html %}
 [4]:{{ site.baseurl }}{% link /javadocs/420/index.html %}
 [5]:{{ site.baseurl }}{% link /javadocs/430/index.html %}
+[6]:{{ site.baseurl }}{% link /javadocs/440/index.html %}
 
 
 
--- 

+++ 

@@ -16,7 +16,7 @@

 
 **Gradle Dependency:**
 ```groovy
-compile "com.github.bumptech.glide:okhttp3-integration:4.2.0"
+compile "com.github.bumptech.glide:okhttp3-integration:4.3.0"
 ```
 
 [1]: https://github.com/bumptech/glide/tree/master/integration/okhttp3
--- 

+++ 

@@ -11,25 +11,45 @@

 
 The sample apps are all built with gradle, so most relevant code will be under sample\_app\_name/src/main.
 
+Sample apps can be built by:
+
+1. Clone the [Glide repo][10] from GitHub.
+2. Run: ``./gradlew :samples:<sample_name>:build``
+
+If you want to automatically install and open the sample app you can use:
+
+``./gradlew :samples:<sample_name>:run``
+
+
 ##### Flickr
 The Flickr app allows users to search for images matching keywords using Flickr's public API, and then downloads the first few hundred hits and displays them in a couple of different sizes.
 
 * [Source Code][2]
+* Build with: ``./gradlew :samples:flickr:run``
 
 ##### Gallery
 The Gallery app displays images and video stills from on the device in a horizontally scrolling RecyclerView.
 
 * [Source Code][3]
+* Build with: ``./gradlew :samples:gallery:run``
 
 ##### Giphy
 The Giphy app downloas metadata for and popular animated GIFs using [Giphy's public API][4] and displays them in a vertical list.
 
 * [Source Code][5]
+* Build with: ``./gradlew :samples:giphy:run``
 
 ##### SVG
 The SVG sample app demonstrates how you can use Glide's flexible decoding pipeline to decode custom resource types. The SVG app loads SVG data from resources and over the network, and uses a custom decoder and drawable to display the SVG with Glide.
 
 * [Source Code][6]
+* Build with: ``./gradlew :samples:svg:run``
+
+##### Imgur
+The Imgur sample app retrieves a list of animated and non-animated images from Imgur and displays them in a vertically scrolling list.
+
+* [Source Code][11]
+* Build with: ``./gradlew :samples:imgur:run``
 
 #### Open Source Apps
 
@@ -47,5 +67,5 @@

 [7]: https://github.com/google/iosched/blob/master/doc/IMAGES.md
 [8]: https://github.com/google/iosched/blob/master/README.md#how-to-work-with-the-source
 [9]: https://github.com/google/iosched
-
-
+[10]: https://github.com/bumptech/glide
+[11]: https://github.com/bumptech/glide/tree/master/samples/imgur
--- 

+++ 

@@ -39,7 +39,7 @@

    }
 
    dependencies {
-     annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0'
+     annotationProcessor 'com.github.bumptech.glide:compiler:4.3.0'
    }
    ```
 
@@ -70,7 +70,7 @@

 
    ```groovy
    dependencies {
-     kapt 'com.github.bumptech.glide:compiler:4.2.0'
+     kapt 'com.github.bumptech.glide:compiler:4.3.0'
    }
    ```
   Note that you must also include the ``kotlin-kapt`` plugin in your ``build.gradle`` file:
--- 

+++ 

@@ -38,8 +38,8 @@

 
 ```gradle
 dependencies {
-  compile 'com.github.bumptech.glide:glide:4.3.0-SNAPSHOT'
-  compile 'com.github.bumptech.glide:okhttp-integration:4.3.0-SNAPSHOT'
+  compile 'com.github.bumptech.glide:glide:4.4.0-SNAPSHOT'
+  compile 'com.github.bumptech.glide:okhttp-integration:4.4.0-SNAPSHOT'
 }
 ```
 
@@ -71,12 +71,12 @@

 <dependency>
   <groupId>com.github.bumptech.glide</groupId>
   <artifactId>glide</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.4.0-SNAPSHOT</version>
 </dependency>
 <dependency>
   <groupId>com.github.bumptech.glide</groupId>
   <artifactId>okhttp-integration</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.4.0-SNAPSHOT</version>
 </dependency>
 ```
 
--- 

+++ 

@@ -21,7 +21,7 @@

 To use the RecyclerView integration library, add a dependency on it in your ``build.gradle`` file:
 
 ```groovy
-compile ("com.github.bumptech.glide:recyclerview-integration:4.2.0") {
+compile ("com.github.bumptech.glide:recyclerview-integration:4.3.0") {
   // Excludes the support library because it's already included by Glide.
   transitive = false
 }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant