summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add @Nullable where required in ActionBarInterfaceScott Kennedy2015-02-251-3/+5
* Bug 18864683: AccessibilityShri Borde2015-01-072-2/+107
* Hide "couldn't load image" on image load.Andrew Sapperstein2014-11-141-0/+1
* Bug 16879455: setScaleAnimation() results in RuntimeExceptionShri Borde2014-10-281-6/+16
* Bug 17474391: Opening a different photo from same list of photosShri Borde2014-10-221-1/+11
* Overzoom animation added when attempting to zoom past max scale.khoaha2014-10-171-5/+38
* Fixed bugs related to flick trajectory and boundary collision.khoaha2014-09-161-25/+46
* Call setData in launch intent. b/17391328.Andrew Sapperstein2014-09-101-4/+4
* Double-tap when zoomed now zooms out to the default zoom.khoaha2014-08-281-13/+38
* Replace == NaN with Float.isNaN. b/17107077Andrew Sapperstein2014-08-271-2/+2
* Merge "Bug 16879455: PhotoViewFragment.sPhotoSize initialized late" into ub-p...Shri Borde2014-08-163-30/+30
|\
| * Bug 16879455: PhotoViewFragment.sPhotoSize initialized lateShri Borde2014-08-193-30/+30
* | Add PhotoPagerAdapter.getContentType apiShri Borde2014-08-192-24/+47
|/
* Revert "Limit how PhotoViewFragment can be subclassed."Scott Kennedy2014-08-181-58/+53
* Add #getTitle() to ActionBarInterfaceScott Kennedy2014-08-101-0/+2
* Search for uri from beginning of data instead of whereverGeorge Ruban2014-08-041-1/+2
* Additional changes to support controller refactor.Andrew Sapperstein2014-06-121-1/+20
* Limit how PhotoViewFragment can be subclassed.Mathew Inwood2014-06-121-53/+58
* Move all logic from activity into controller.Mathew Inwood2014-06-126-29/+1170
* am 274afea9: Add a null check before closing the streamHao Pan2014-03-201-1/+3
|\
| * Add a null check before closing the streamHao Pan2014-03-201-1/+3
* | am 90382f44: Disable immersive mode on tablets before L.Adam Copp2014-03-181-1/+17
|\|
| * Disable immersive mode on tablets before L.Adam Copp2014-03-171-1/+17
* | Add a callback for a view being "up next".Adam Copp2014-02-122-0/+13
* | Don't leave stale cursors in the adapter.Tony Mantler2014-01-161-1/+1
|/
* Fix b/12348405. Return null drawable.Andrew Sapperstein2014-01-063-8/+17
* Prevent crash if PhotoViewFragment is detached.Adam Copp2013-12-101-3/+6
* Fix b/11460582: Photos not rendering.Andrew Sapperstein2013-11-041-2/+5
* Use SYSTEM_UI_FLAG_FULLSCREEN for all uses of lights out mode in JellyBean.Matt Keoshkerian2013-10-232-16/+20
* Merge "Remove HTTP downloads from photoviewer lib." into klp-ub-devAdam Copp2013-10-231-58/+1
|\
| * Remove HTTP downloads from photoviewer lib.Adam Copp2013-10-221-58/+1
* | Fix crashing in GB when entering photoviewerMatt Keoshkerian2013-10-221-8/+23
* | Delay calls to setting lights out until after enter animation completesMatt Keoshkerian2013-10-221-3/+9
* | Immersive mode.Andrew Sapperstein2013-10-161-0/+95
|/
* Expose the underlying drawable data in a PhotoViewFragmentMatt Keoshkerian2013-10-142-0/+11
* Put debug logging behind a Log.isLoggable call.Matt Keoshkerian2013-10-011-2/+6
* Update PhotoViewer to load photos as Drawable objects.Matt Keoshkerian2013-09-303-15/+74
* Allow PhotoViewActivity intent to be created by namePaul Westbrook2013-09-301-0/+16
* Don't scale on double tap if there is movement before an up eventMindy DelliCarpini2013-09-181-17/+37
* Revert "Don't scale on double tap if there is movement before an up event"Mindy DelliCarpini2013-09-181-37/+17
* Don't scale on double tap if there is movement before an up eventMindy Pereira2013-09-171-17/+37
* Add methodPhotoViewFragment to expose its position.Matt Keoshkerian2013-09-131-0/+4
* Don't scale on double tap if there is movement before an up eventMindy Pereira2013-09-121-15/+65
* Use support lib LruCache.Andrew Sapperstein2013-09-091-3/+3
* Only decode EXIF orientation for JPEG images.Mark Wei2013-09-091-0/+9
* resolved conflicts for merge of c631b5a4 to klp-devScott Kennedy2013-08-194-120/+657
|\
| * Decode EXIF data from input streams.Mark Wei2013-08-194-120/+657
* | Build two photo viewer targetsPaul Westbrook2013-08-141-1060/+0
* | Fix photoviewer to work with appcompat.Andrew Sapperstein2013-08-051-5/+3
* | Put setPhotoIndex() back in photoViewActivityMartin Hibdon2013-08-011-0/+4