Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
packages
/
apps
/
Camera2
/
bc2c0d6cda0955490db62ab3a4f60678ca34b88c
/
tests
/
src
/
com
caa77af
Remove GL dependency on unused stencil buffers.
by George Mount
· 11 years ago
0cea1fc
Speed improvements for ExifOutputStream.
by Ruben Brunk
· 12 years ago
b658ef4
Remove ImageCache from PhotoProvider in favor of MediaCache.
by George Mount
· 12 years ago
314de40
Add initial implementation of MediaCache.
by George Mount
· 12 years ago
51177aa
Revert "New loading model"
by John Reck
· 12 years ago
b529aa8
Removing obsolete test.
by Jason Noguchi
· 12 years ago
4fc93d0
Delete and recreate database on upgrade.
by George Mount
· 12 years ago
29fd4aa
Exif parser modifications.
by Ruben Brunk
· 12 years ago
9bd3f52
Add delete cascade for Accounts.
by George Mount
· 12 years ago
07d00fa
Add batch operations to PhotoProvider
by George Mount
· 12 years ago
5e46468
Remove redundant Album NAME (replaced by TITLE)
by Mangesh Ghiware
· 12 years ago
3360e27
Add inserts to PhotoProvider.
by George Mount
· 12 years ago
f73f725
Add required fields to PhotoProvider.
by George Mount
· 12 years ago
c0a5c3b
Update PhotoProvider and tests to allow tests to run against GalleryGoogle.apk
by George Mount
· 12 years ago
178b04f
Add initial implementation of PhotosProvider.
by George Mount
· 12 years ago
81d9773
Scaling down the stress test defaults iteration counts to some base level.
by Jason Noguchi
· 12 years ago
26ac261
Remove more com.android.camera.R
by John Reck
· 12 years ago
d0dab30
Merging camera test with gallery test.
by Jason Noguchi
· 12 years ago
9686d9d
New loading model
by John Reck
· 12 years ago
c8cab06
Fix slide show animation so that cross fades work.
by George Mount
· 12 years ago
e4673b2
Instantiate GLCanvas rather than reinitialize current GLCanvas.
by George Mount
· 12 years ago
74898c3
Merge "ExifModifier" into gb-ub-photos-bryce
by Angus Kong
· 12 years ago
8661644
Move LightCycle to render directly to GLRootView.
by George Mount
· 12 years ago
8cb165a
GL packaging refactor
by John Reck
· 12 years ago
837007c
Add GLES20 canvas implementation.
by George Mount
· 12 years ago
cf62554
ExifModifier
by Earl Ou
· 12 years ago
0db6ec1
Separate GL calls into GLCanvas in preparation for adding GLES2.
by George Mount
· 12 years ago
d6db57c
Use getValueAt() to read different data in ExifTag
by Earl Ou
· 12 years ago
bb2a49c
Handle wrong thumbnail tag type
by Earl Ou
· 12 years ago
cd42404
Handle undefined tags and ignore copyright tag in exif test
by Earl Ou
· 12 years ago
c188a0d
Handle invalid offset value in ExifParser
by Earl Ou
· 12 years ago
24bc9e2
ignore image with invalid thumbnail type in Exif test
by Earl Ou
· 12 years ago
b7dbeb1
Handle tag not found in ExifParserTest
by Earl Ou
· 12 years ago
10b9000
fix OOM in exif test
by Earl Ou
· 12 years ago
1927ec5
print image path when setup error in Exif test
by Earl Ou
· 12 years ago
665a3a6
am 0c7e8aac: Merge "Fix build." into gb-ub-photos-arches
by Michael Jurka
· 12 years ago
6a06e72
Fix build.
by Angus Kong
· 12 years ago
9cf0bba
Use List to store duplicated exif tag
by Earl Ou
· 12 years ago
120cdf4
Use NO_VALUE in ground truth of exif test when no valid value from exiftool
by Earl Ou
· 12 years ago
3c9c7dc
Handle duplicated tags in the Exif test
by Earl Ou
· 12 years ago
b677dc8
Print image path for exception in Exif test
by Earl Ou
· 12 years ago
aa8ef6a
Merge "Make original exif test pass with the exiftool ground truth" into gb-ub-photos-bryce
by Hung-ying Tyan
· 12 years ago
c1ceb80
Make original exif test pass with the exiftool ground truth
by Earl Ou
· 12 years ago
58fb8e9
Merge "Read exif test images from the external storage of the test package" into gb-ub-photos-bryce
by Hung-ying Tyan
· 12 years ago
cdd116d
Read exif test images from the external storage of the test package
by Earl Ou
· 12 years ago
66bfc06
am ff025412: Merge "Revert "Revert "Upload screennails in tiles to prevent jank""" into gb-ub-photos-arches
by Owen Lin
· 12 years ago
a942400
Merge "Revert "Revert "Upload screennails in tiles to prevent jank""" into gb-ub-photos-arches
by Owen Lin
· 12 years ago
e2d056e
am a38801ed: Merge "Fix build" into gb-ub-photos-arches
by John Reck
· 12 years ago
778aebd
Fix build
by John Reck
· 12 years ago
fdff8bc
Use exiftool as ground truth for Exif API test
by Earl Ou
· 12 years ago
5849073
Revert "Revert "Upload screennails in tiles to prevent jank""
by Owen Lin
· 12 years ago
82da69f
Revert "Upload screennails in tiles to prevent jank"
by Bart Sears
· 12 years ago
7e64ee9
Upload screennails in tiles to prevent jank
by Owen Lin
· 12 years ago
85feecb
Fix build break in tests
by George Mount
· 12 years ago
2abb15c
Tests for ExifData
by Earl Ou
· 12 years ago
b5b30a0
Simplify the usage of ExifData
by Earl Ou
· 12 years ago
c27ecc2
Rearrange the constants in ExifTag
by Earl Ou
· 12 years ago
397d48c
Remove the parameter of getAllExifTags() in IfdData
by Earl Ou
· 12 years ago
4729f29
ExifOutputStream
by Earl Ou
· 12 years ago
a393402
Redesign the set function of ExifTag
by Earl Ou
· 12 years ago
3d5c7f5
Merge "Read thumbnail into ExifData" into gb-ub-photos-arches
by Hung-ying Tyan
· 12 years ago
fd74527
Read thumbnail into ExifData
by Earl Ou
· 12 years ago
93d87ff
Ongoing reskin of Gallery app
by Bobby Georgescu
· 12 years ago
ccd9f27
Re-design ExifParser for some strange Exif header
by Earl Ou
· 12 years ago
e81de49
A simple ExifReader and its test
by Earl Ou
· 12 years ago
de8079d
Merge "First gallery reskin iteration." into gb-ub-photos-arches
by Bobby Georgescu
· 12 years ago
15f32af
First gallery reskin iteration.
by Bobby Georgescu
· 12 years ago
40abc17
Check if the ExifParser paser every part in the test
by Earl Ou
· 12 years ago
3fda31a
ignore uncompressed thumbnail when test exif thumbnail
by Earl Ou
· 12 years ago
0d64f47
Handle error when string length=0 in IfdParser
by Earl Ou
· 12 years ago
c61cc7c
1. add interoperability ifd in exif test and 2. add some log
by Earl Ou
· 12 years ago
fd3a9b8
Change Thumbnail test for ExifParser when there is no thumbnail or thumbnail's information
by Earl Ou
· 12 years ago
81ed850
Use hex to represent unknown type and byte type for ExifParser debugging
by Earl Ou
· 12 years ago
808df82
1. Use xml to record true data for ExifParserTest 2. A ExifTestRunner
by Earl Ou
· 12 years ago
4f5541c
use InstrumentationTestCase for ExifParserTest
by Earl Ou
· 12 years ago
bdcdb15
Remove TYPE_SUB_IFD for next() in IfdParser
by Earl Ou
· 12 years ago
9fae341
Check number of exif tag in test
by Earl Ou
· 12 years ago
0450461
Test read thumbnail
by Earl Ou
· 12 years ago
4285894
Test only keep some exif tags for value
by Earl Ou
· 12 years ago
dbbfed2
Test skip to next ifd in ExifParserTest
by Earl Ou
· 12 years ago
fb11e05
ExifParserTest
by Earl Ou
· 12 years ago
048ca67
Fix build.
by Owen Lin
· 12 years ago
68386e0
Add a new state uploading to UploadedTexture.
by Owen Lin
· 12 years ago
203af87
Use View.setSystemUiVisibility to enter/leave lights-out mode.
by Chih-Chung Chang
· 12 years ago
34e6b58
Add freeze/unfreeze for GLRootView.
by Chih-Chung Chang
· 12 years ago
ac02f46
Better orientation change handling.
by Chih-Chung Chang
· 12 years ago
023eb08
Add support to draw on texture.
by Owen Lin
· 13 years ago
ad08811
Support drawing in different orientation in Gallery.
by Chih-Chung Chang
· 13 years ago
f52afa9
Remove Position and PositionRepository.
by Owen Lin
· 13 years ago
037e06c
Use SurfaceTexture to show Camera preview.
by Chih-Chung Chang
· 13 years ago
980724b
Remove unused code.
by Chih-Chung Chang
· 13 years ago
be55f1e
Reduce memory allocation and make small improvements.
by Chih-Chung Chang
· 13 years ago
b3d0196
Cache animation time value to reduce work and synchronize animation.
by Chih-Chung Chang
· 13 years ago
3f43ecb
Make GLCanvas a bit faster.
by Chih-Chung Chang
· 13 years ago
a929318
Add profiling tools.
by Chih-Chung Chang
· 13 years ago
70a73a7
Fix 5299746: New UI layout, part 2.
by Chih-Chung Chang
· 13 years ago
a2fba68
Initial code for Gallery2.
by Owen Lin
· 13 years ago