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