index
:
packages_apps_LegacyCamera.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
android
/
camera
/
gallery
/
BaseImageList.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Remove BitmapManager, ImageManager, and gallery classes.
Chia-chi Yeh
2010-12-29
1
-162
/
+0
*
Remove unused resources and code.
Owen Lin
2010-04-07
1
-6
/
+0
*
Remove unused code.
Chih-Chung Chang
2010-03-05
1
-74
/
+0
*
Remove some more unused code.
Owen Lin
2009-11-10
1
-1
/
+0
*
Remove unused code.
Chih-Chung Chang
2009-09-28
1
-7
/
+0
*
Change Camera & Gallery code to use the new thumbnail APIs.
Ray Chen
2009-09-23
1
-238
/
+0
*
Use the new exif interface API.
Chih-Chung Chang
2009-09-16
1
-1
/
+8
*
Fix 2059728: NPE in BaseImageList.getCursor
Chih-Chung Chang
2009-08-28
1
-17
/
+10
*
Remove unused code.
Chih-Chung Chang
2009-08-27
1
-5
/
+0
*
Style fix.
Chih-Chung Chang
2009-08-26
1
-1
/
+2
*
Create ImageListParam as a spec for creating image lists.
Chih-Chung Chang
2009-08-26
1
-33
/
+8
*
The DATE_TAKEN field is in milliseconds, but DATE_MODIFIED is in seconds.
Chih-Chung Chang
2009-08-17
1
-1
/
+2
*
Fix 1860351: Gallery does not sort Camera photos by date.
Chih-Chung Chang
2009-08-14
1
-0
/
+23
*
Fix http://b/issue?id=2048408.
Wei-Ta Chen
2009-08-13
1
-3
/
+4
*
Fix http://b/1991523 by limiting the size of a bitmap when we decode a full i...
Chih-Chung Chang
2009-07-27
1
-6
/
+6
*
Fix 1962656: Going to gallery when sd card is full causes a crash.
Chih-Chung Chang
2009-07-09
1
-7
/
+16
*
Move ExifInterface to android.media package.
repo sync
2009-07-09
1
-5
/
+2
*
Style fix.
Chih-Chung Chang
2009-07-06
1
-4
/
+4
*
Add retry if the query fails. The query fails if the media
Chih-Chung Chang
2009-07-03
1
-0
/
+16
*
Fix 1950477: Menu items for video review are incorrect.
Chih-Chung Chang
2009-07-01
1
-2
/
+2
*
Fix several issues with ImageList.
Owen Lin
2009-06-24
1
-0
/
+29
*
Fix 1911405: Captured JPEG image size is only 512x384.
Chih-Chung Chang
2009-06-15
1
-4
/
+6
*
Fix issue 1906618.
repo sync
2009-06-11
1
-3
/
+0
*
Add correct action icons to ViewImage for video
Owen Lin
2009-06-08
1
-2
/
+3
*
Pass image list from ImageGallery to ViewImage to support the uber type
Owen Lin
2009-06-03
1
-3
/
+6
*
Make ImageList parcelable so that they can pass by intent.
Owen Lin
2009-06-03
1
-3
/
+31
*
Simplify the database code by keeping small data in memory.
Owen Lin
2009-05-28
1
-206
/
+100
*
Fix problems identified by findbugs fixit.
Chih-Chung Chang
2009-05-15
1
-3
/
+0
*
Tweak to speed up Gallery.
Chih-Chung Chang
2009-05-14
1
-8
/
+8
*
Reduce ViewImage start up time.
Chih-Chung Chang
2009-05-04
1
-10
/
+23
*
Code clean up.
Chih-Chung Chang
2009-04-29
1
-1
/
+0
*
Disable 'acqureResourceLock' and 'releaseResourceLock' in BitmapManager.
Ray Chen
2009-04-28
1
-72
/
+65
*
In Gallery, make visible thumbnails appear faster.
Chih-Chung Chang
2009-04-28
1
-29
/
+4
*
Code cleanup. Try to remove some depercated usage of cursor.commitUpadtes()
Owen Lin
2009-04-17
1
-17
/
+1
*
Remove remaining reference to ImageManager.instance().
Chih-Chung Chang
2009-04-17
1
-1
/
+1
*
Decode to smaller size so mini-thumb generation is faster.
Chih-Chung Chang
2009-04-16
1
-1
/
+1
*
Code clean up.
Chih-Chung Chang
2009-04-16
1
-12
/
+11
*
Code clean up.
Chih-Chung Chang
2009-04-15
1
-74
/
+18
*
Code clean up.
Chih-Chung Chang
2009-04-15
1
-11
/
+10
*
Move makeBitmap to Util.
Chih-Chung Chang
2009-04-15
1
-6
/
+4
*
Clean verbose logging messages.
Chih-Chung Chang
2009-04-15
1
-50
/
+14
*
AI 146099: 1. Use ICancelable<T> to replace several different interfaces, suc...
Owen Lin
2009-04-14
1
-4
/
+4
*
AI 146085: Extract mini-thumb handling code to a separate class.
Chih-Chung Chang
2009-04-14
1
-198
/
+18
*
AI 145868: Code clean up.
Chih-Chung Chang
2009-04-13
1
-18
/
+15
*
AI 145823: Remove unused code.
Chih-Chung Chang
2009-04-12
1
-11
/
+0
*
AI 145696: Utilize BitmapManager to control bitmap related resources, making
Ray Chen
2009-04-10
1
-30
/
+9
*
AI 145045: Code clean up.
Chih-Chung Chang
2009-04-08
1
-4
/
+0
*
AI 144530: Refactor the huge codes in ImageManager. Extract member classes to...
Owen Lin
2009-04-03
1
-0
/
+870