aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/ui/reader/ReaderPhotoViewerActivity.java
AgeCommit message (Expand)Author
2016-06-28Separate routine for extracting gallery-suitable imagesNick Bradbury
2016-06-28Enforce gallery image width to match that of Calypso readerNick Bradbury
2016-06-27Thumbnail count now matches photo viewer countNick Bradbury
2016-05-31Use addOnPageChangeListener instead of deprecated setOnPageChangeListenerNick Bradbury
2015-11-04replaced javax Nonnull annotations by android NonNull annotationsMaxime Biais
2015-07-08Merge branch 'hotfix/4.2.1' into developTony Rankin
2015-07-06Fixing 4.2 platform error where getString(id, param) would crash, so converti...Will Kwon
2015-06-16Replaced all instances of ActionBarActivity with AppCompatActivityNick Bradbury
2015-06-16Merge branch 'hotfix/4.1.1' into release/4.2Maxime Biais
2015-06-16use WPViewPager instead of the standard ViewPagerMaxime Biais
2015-05-29Initial move of animation routinesNick Bradbury
2015-02-18Resolved conflictsNick Bradbury
2015-02-17Added exception handler to catch IllegalStateExceptionNick Bradbury
2015-02-17Photo viewer no longer uses a separate thread for image scanning, and the ada...Nick Bradbury
2014-11-21Full screen photo viewer is now handled at the theme levelNick Bradbury
2014-11-21Reader photo viewer now hides the status barNick Bradbury
2014-11-12Fixed reader photo viewer crashNick Bradbury
2014-11-07All Activities now extend AppCompat's ActionBarActivity.Dan Roundhill
2014-10-14Created custom ReaderViewPager to catch IllegalArgumentException in motion ev...Nick Bradbury
2014-09-08Moved reader custom views to their own packageNick Bradbury
2014-09-08Revert "Revert "Merge pull request #1799 from wordpress-mobile/feature/1795-r...Maxime Biais
2014-09-03Revert "Merge pull request #1799 from wordpress-mobile/feature/1795-reader-re...Dan Roundhill
2014-08-29Performance tweaks and fixes to ensure photo viewer is passed the actual rend...Nick Bradbury
2014-08-24Count once again fades out/in when photo tapped (this time reliably)Nick Bradbury
2014-08-24Simplified arguments when showing photos, optimized by not attempting to load...Nick Bradbury
2014-08-24Fixed bug that caused empty title to be visible with single imagesNick Bradbury
2014-08-23Removed photo listener, count now appears at the bottom and is always visibleNick Bradbury
2014-08-23Created ReaderPhotoView as a replacement for using WPNetworkImageView for ful...Nick Bradbury
2014-08-23Code cleanupNick Bradbury
2014-08-23Image download failure message is now shown within the image fragment rather ...Nick Bradbury
2014-08-22Title (count) fades in and out while swipingNick Bradbury
2014-08-22Removed toggling of title on tap, added shadow to title (count) so it's reada...Nick Bradbury
2014-08-22Photo viewer is no longer transparent, handles rotation, and toggles title (c...Nick Bradbury
2014-08-21Moved title (count) from fragment to activityNick Bradbury
2014-08-21Added caption to photo fragment, still needs workNick Bradbury
2014-08-21Photo viewer now pages between photos, still very incompleteNick Bradbury
2014-08-211st pass at passing post content to photo viewer and scanning for images, ver...Nick Bradbury
2014-07-09Merge branch 'develop' into feature/modularizationMaxime Biais
2014-06-30Merge branch 'feature/modularization' into issue/1561-move-utilsDan Roundhill
2014-06-30Moved to gradle multiproject build structureBeau Collins