summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-09Migrate libphotoviewer to androidxAurimas Liutikas
2017-04-03Fix interface definitionAlan Viverette
2016-04-22Merge "PhotoPagerAdapter: Boolean.valueOf() -> Boolean.parseBoolean()" am: 71...Tobias Thierer
2016-04-21PhotoPagerAdapter: Boolean.valueOf() -> Boolean.parseBoolean()Tobias Thierer
2016-03-17Merge "PhotoViewer sets ContentDescriptions when provided by PagerAdapter" in...Tavis Bohne
2016-03-17PhotoView announces each photo as it's swiped inTavis Bohne
2016-03-17PhotoViewer sets ContentDescriptions when provided by PagerAdapterTavis Bohne
2016-02-12Allows photoviewer subclasses to modify layouts more freely.Andrew DiMarco
2016-02-09Fixed photo unbinding issue in PhotoViewFragment classJae Yoon Chong
2016-01-20Zoom behavior after over-zooming and panning speed updatedKhoa Ha
2016-01-20Merge "Zoom behavior after over-zooming and panning speed updated"android-n-preview-1Andrew Sapperstein
2015-11-06Zoom behavior after over-zooming and panning speed updatedKhoa Ha
2015-10-16Talkback shoudn't announce Photo details twice.Yizhen Fu
2015-09-15Support disabling timer-based lights outKen Thai
2015-02-25Add @Nullable where required in ActionBarInterfaceScott Kennedy
2015-01-07Bug 18864683: AccessibilityShri Borde
2014-11-14Hide "couldn't load image" on image load.Andrew Sapperstein
2014-10-28Bug 16879455: setScaleAnimation() results in RuntimeExceptionShri Borde
2014-10-22Bug 17474391: Opening a different photo from same list of photosShri Borde
2014-10-17Overzoom animation added when attempting to zoom past max scale.khoaha
2014-09-16Fixed bugs related to flick trajectory and boundary collision.khoaha
2014-09-10Call setData in launch intent. b/17391328.Andrew Sapperstein
2014-08-28Double-tap when zoomed now zooms out to the default zoom.khoaha
2014-08-27Replace == NaN with Float.isNaN. b/17107077Andrew Sapperstein
2014-08-16Merge "Bug 16879455: PhotoViewFragment.sPhotoSize initialized late" into ub-p...Shri Borde
2014-08-19Bug 16879455: PhotoViewFragment.sPhotoSize initialized lateShri Borde
2014-08-19Add PhotoPagerAdapter.getContentType apiShri Borde
2014-08-18Revert "Limit how PhotoViewFragment can be subclassed."Scott Kennedy
2014-08-10Add #getTitle() to ActionBarInterfaceScott Kennedy
2014-08-04Search for uri from beginning of data instead of whereverGeorge Ruban
2014-06-12Additional changes to support controller refactor.Andrew Sapperstein
2014-06-12Limit how PhotoViewFragment can be subclassed.Mathew Inwood
2014-06-12Move all logic from activity into controller.Mathew Inwood
2014-03-20am 274afea9: Add a null check before closing the streamHao Pan
2014-03-20Add a null check before closing the streamHao Pan
2014-03-18am 90382f44: Disable immersive mode on tablets before L.Adam Copp
2014-03-17Disable immersive mode on tablets before L.Adam Copp
2014-02-12Add a callback for a view being "up next".Adam Copp
2014-01-16Don't leave stale cursors in the adapter.Tony Mantler
2014-01-06Fix b/12348405. Return null drawable.Andrew Sapperstein
2013-12-10Prevent crash if PhotoViewFragment is detached.Adam Copp
2013-11-04Fix b/11460582: Photos not rendering.Andrew Sapperstein
2013-10-23Use SYSTEM_UI_FLAG_FULLSCREEN for all uses of lights out mode in JellyBean.Matt Keoshkerian
2013-10-23Merge "Remove HTTP downloads from photoviewer lib." into klp-ub-devAdam Copp
2013-10-22Fix crashing in GB when entering photoviewerMatt Keoshkerian
2013-10-22Delay calls to setting lights out until after enter animation completesMatt Keoshkerian
2013-10-22Remove HTTP downloads from photoviewer lib.Adam Copp
2013-10-16Immersive mode.Andrew Sapperstein
2013-10-14Expose the underlying drawable data in a PhotoViewFragmentMatt Keoshkerian
2013-10-01Put debug logging behind a Log.isLoggable call.Matt Keoshkerian