1. f4f43e7 New loading model by John Reck · 12 years ago
  2. bdb71cc Fix slide show animation so that cross fades work. by George Mount · 12 years ago
  3. 50b33ab Instantiate GLCanvas rather than reinitialize current GLCanvas. by George Mount · 12 years ago
  4. d81e17b Merge "ExifModifier" into gb-ub-photos-bryce by Angus Kong · 12 years ago
  5. 64072a0 Move LightCycle to render directly to GLRootView. by George Mount · 12 years ago
  6. a4eae1a GL packaging refactor by John Reck · 12 years ago
  7. 6eb3376 Add GLES20 canvas implementation. by George Mount · 12 years ago
  8. b430b34 ExifModifier by Earl Ou · 12 years ago
  9. 7da54d7 Separate GL calls into GLCanvas in preparation for adding GLES2. by George Mount · 12 years ago
  10. 8592397 Use getValueAt() to read different data in ExifTag by Earl Ou · 12 years ago
  11. 201c6d5 Merge "use NO_VALUE when the output of exiftool is invalid" into gb-ub-photos-bryce by Hung-ying Tyan · 12 years ago
  12. f0d2bbe Merge "Do not use parentheses for Model tag in exiftool parser" into gb-ub-photos-bryce by Hung-ying Tyan · 12 years ago
  13. a230880 Merge "Parse the layer of exiftool output" into gb-ub-photos-bryce by Hung-ying Tyan · 12 years ago
  14. 4825985 Merge "Exiftool parser" into gb-ub-photos-bryce by Hung-ying Tyan · 12 years ago
  15. 79a457d Handle wrong thumbnail tag type by Earl Ou · 12 years ago
  16. 28a814f Handle undefined tags and ignore copyright tag in exif test by Earl Ou · 12 years ago
  17. 86ad9b7 Handle invalid offset value in ExifParser by Earl Ou · 12 years ago
  18. be3c601 ignore image with invalid thumbnail type in Exif test by Earl Ou · 12 years ago
  19. 6c89e5f Handle tag not found in ExifParserTest by Earl Ou · 12 years ago
  20. 12c9c4c fix OOM in exif test by Earl Ou · 12 years ago
  21. e7fab41 print image path when setup error in Exif test by Earl Ou · 12 years ago
  22. 219b556 am 0c7e8aac: Merge "Fix build." into gb-ub-photos-arches by Michael Jurka · 12 years ago
  23. 6585f08 Fix build. by Angus Kong · 12 years ago
  24. 08b5e19 Use List to store duplicated exif tag by Earl Ou · 12 years ago
  25. b44cda6 Use NO_VALUE in ground truth of exif test when no valid value from exiftool by Earl Ou · 12 years ago
  26. 0ffdd63 use NO_VALUE when the output of exiftool is invalid by Earl Ou · 12 years ago
  27. 35762ce Handle duplicated tags in the Exif test by Earl Ou · 12 years ago
  28. aa5243c Print image path for exception in Exif test by Earl Ou · 12 years ago
  29. 0445a64 Merge "Make original exif test pass with the exiftool ground truth" into gb-ub-photos-bryce by Hung-ying Tyan · 12 years ago
  30. 85e5509 Make original exif test pass with the exiftool ground truth by Earl Ou · 12 years ago
  31. 89e81e6 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
  32. 1bea7ba Read exif test images from the external storage of the test package by Earl Ou · 12 years ago
  33. 63209dc Do not use parentheses for Model tag in exiftool parser by Earl Ou · 12 years ago
  34. 097b601 Parse the layer of exiftool output by Earl Ou · 12 years ago
  35. 3fdbde7 am ff025412: Merge "Revert "Revert "Upload screennails in tiles to prevent jank""" into gb-ub-photos-arches by Owen Lin · 12 years ago
  36. ff02541 Merge "Revert "Revert "Upload screennails in tiles to prevent jank""" into gb-ub-photos-arches by Owen Lin · 12 years ago
  37. 4d6ea9c am a38801ed: Merge "Fix build" into gb-ub-photos-arches by John Reck · 12 years ago
  38. ea9e881 Fix build by John Reck · 12 years ago
  39. 4681926 Exiftool parser by Earl Ou · 12 years ago
  40. e031a28 Use exiftool as ground truth for Exif API test by Earl Ou · 12 years ago
  41. a8f3473 Revert "Revert "Upload screennails in tiles to prevent jank"" by Owen Lin · 12 years ago
  42. ad7cf18 Revert "Upload screennails in tiles to prevent jank" by Bart Sears · 12 years ago
  43. e29fc4a Upload screennails in tiles to prevent jank by Owen Lin · 12 years ago
  44. bdd935b Fix build break in tests by George Mount · 12 years ago
  45. ce64bc9 Tests for ExifData by Earl Ou · 12 years ago
  46. 8959132 Simplify the usage of ExifData by Earl Ou · 12 years ago
  47. 2486ee3 Rearrange the constants in ExifTag by Earl Ou · 12 years ago
  48. 9bc2a5c Remove the parameter of getAllExifTags() in IfdData by Earl Ou · 12 years ago
  49. 4f529e7 ExifOutputStream by Earl Ou · 12 years ago
  50. 5df339d Redesign the set function of ExifTag by Earl Ou · 12 years ago
  51. f6513f5 Merge "Read thumbnail into ExifData" into gb-ub-photos-arches by Hung-ying Tyan · 12 years ago
  52. d83a374 Read thumbnail into ExifData by Earl Ou · 12 years ago
  53. 915c2c5 Ongoing reskin of Gallery app by Bobby Georgescu · 12 years ago
  54. 4ae9b21 Re-design ExifParser for some strange Exif header by Earl Ou · 12 years ago
  55. 321e7c4 A simple ExifReader and its test by Earl Ou · 12 years ago
  56. 42a68a6 Merge "First gallery reskin iteration." into gb-ub-photos-arches by Bobby Georgescu · 12 years ago
  57. c90a116 First gallery reskin iteration. by Bobby Georgescu · 12 years ago
  58. ebb149b Check if the ExifParser paser every part in the test by Earl Ou · 12 years ago
  59. eb8418a ignore uncompressed thumbnail when test exif thumbnail by Earl Ou · 12 years ago
  60. 0ee84c4 Handle error when string length=0 in IfdParser by Earl Ou · 12 years ago
  61. 1156d38 1. add interoperability ifd in exif test and 2. add some log by Earl Ou · 12 years ago
  62. 052298a Change Thumbnail test for ExifParser when there is no thumbnail or thumbnail's information by Earl Ou · 12 years ago
  63. 07d72dd Use hex to represent unknown type and byte type for ExifParser debugging by Earl Ou · 12 years ago
  64. fa0639a 1. Use xml to record true data for ExifParserTest 2. A ExifTestRunner by Earl Ou · 12 years ago
  65. 015bc40 use InstrumentationTestCase for ExifParserTest by Earl Ou · 12 years ago
  66. 24b08ee Remove TYPE_SUB_IFD for next() in IfdParser by Earl Ou · 12 years ago
  67. 6b50491 Check number of exif tag in test by Earl Ou · 12 years ago
  68. f2fb250 Test read thumbnail by Earl Ou · 12 years ago
  69. 7d8caf1 Test only keep some exif tags for value by Earl Ou · 12 years ago
  70. c72fad9 Test skip to next ifd in ExifParserTest by Earl Ou · 12 years ago
  71. 6131e77 ExifParserTest by Earl Ou · 12 years ago
  72. c130eed Fix Gallery2Tests Build by Earl Ou · 12 years ago
  73. 5c64aba Fix build. by Owen Lin · 12 years ago
  74. 37c6059 Add a new state uploading to UploadedTexture. by Owen Lin · 12 years ago
  75. 0b2486c Use View.setSystemUiVisibility to enter/leave lights-out mode. by Chih-Chung Chang · 12 years ago
  76. 1ade126 Add freeze/unfreeze for GLRootView. by Chih-Chung Chang · 12 years ago
  77. 2ef46ed Better orientation change handling. by Chih-Chung Chang · 12 years ago
  78. 8ac2e86 Add support to draw on texture. by Owen Lin · 12 years ago
  79. bd141b5 Support drawing in different orientation in Gallery. by Chih-Chung Chang · 12 years ago
  80. 2341c19 Remove Position and PositionRepository. by Owen Lin · 12 years ago
  81. b29a27f Use SurfaceTexture to show Camera preview. by Chih-Chung Chang · 12 years ago
  82. 7b83fb8 Remove unused code. by Chih-Chung Chang · 12 years ago
  83. cfa105d Reduce memory allocation and make small improvements. by Chih-Chung Chang · 12 years ago
  84. 7d19f7f Cache animation time value to reduce work and synchronize animation. by Chih-Chung Chang · 12 years ago
  85. 174cac8 Make GLCanvas a bit faster. by Chih-Chung Chang · 12 years ago
  86. 3d238a7 Add profiling tools. by Chih-Chung Chang · 12 years ago
  87. bc21541 Fix 5299746: New UI layout, part 2. by Chih-Chung Chang · 13 years ago
  88. f9a0a43 Initial code for Gallery2. by Owen Lin · 13 years ago