Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
张胜利
/
Androidgroup
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f2494ad7
authored
Feb 09, 2015
by
张胜利
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zsl2'
parents
da798bba
4addc705
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
3 deletions
imageLoader/res/drawable-hdpi/appraise_gray.png
imageLoader/res/drawable-ldpi/appraise_gray.png
imageLoader/res/drawable-mdpi/appraise_gray.png
imageLoader/res/drawable-xhdpi/appraise_gray.png
imageLoader/src/com/nostra13/universalimageloader/cache/disc/.gitignore
imageLoader/src/com/nostra13/universalimageloader/cache/disc/DiskCache.java
imageLoader/res/drawable-hdpi/appraise_gray.png
0 → 100644
View file @
f2494ad7
3.64 KB
imageLoader/res/drawable-ldpi/appraise_gray.png
0 → 100644
View file @
f2494ad7
3.64 KB
imageLoader/res/drawable-mdpi/appraise_gray.png
0 → 100644
View file @
f2494ad7
3.64 KB
imageLoader/res/drawable-xhdpi/appraise_gray.png
0 → 100644
View file @
f2494ad7
3.64 KB
imageLoader/src/com/nostra13/universalimageloader/cache/disc/.gitignore
0 → 100644
View file @
f2494ad7
/DiskCache.java.orig
imageLoader/src/com/nostra13/universalimageloader/cache/disc/DiskCache.java
View file @
f2494ad7
...
...
@@ -14,8 +14,7 @@
* limitations under the License.
*******************************************************************************/
package
com
.
nostra13
.
universalimageloader
.
cache
.
disc
;
/** 主线代码修改了呢?2015年2月9日 15:21:09*/
//主线代码再来修改一次 2015年2月9日 15:21:26
import
android.graphics.Bitmap
;
import
com.nostra13.universalimageloader.utils.IoUtils
;
...
...
@@ -27,7 +26,11 @@ import java.io.InputStream;
* Interface for disk cache
*
* @author Sergey Tarasevich (nostra13[at]gmail[dot]com)
* @since 1.9.2
<<<<<<< HEAD
* @since 1.9.1
=======
* @since 1.8.2
>>>>>>> 60c2ed3dd69f390d535e0e9eefcf05fcfbf21102
*/
public
interface
DiskCache
{
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment