Commit Graph

  • 565505d5cb Update README.md master Martijn van Dijk 2021-01-20 14:48:09 +01:00
  • bd39f74637 Update build settings Martijn van Dijk 2021-01-20 14:02:19 +01:00
  • 264fe88586 Add github templates Martijn van Dijk 2021-01-20 13:29:22 +01:00
  • a16efab634 Merge pull request #765 from guyca/master Martijn van Dijk 2021-01-20 13:15:24 +01:00
  • 608525b14e Merge pull request #778 from DDihanov/patch-2 Martijn van Dijk 2021-01-20 13:14:09 +01:00
  • 0fbce10175 Update README.md Dimitar Dihanov 2021-01-11 16:56:03 +02:00
  • 180b4db112 Update README.md Dimitar Dihanov 2021-01-11 16:50:52 +02:00
  • d5889b8f4a Update README.md Dimitar Dihanov 2021-01-11 16:45:13 +02:00
  • 139a9ffeaf Translate image during scale Guy Carmeli 2020-06-19 16:12:41 +03:00
  • d2a1173d74 Merge pull request #755 from andrew8er/pr/754-include-license-in-pom John Carlson 2020-04-09 14:46:09 -05:00
  • a03bc84c45 Replace plugin 'com.github.dcendents.android-maven' with 'maven-publish' André Wachter 2020-04-01 12:32:50 +02:00
  • 227d7bcb24 Add android.useAndroidX flag in gradle.properties André Wachter 2020-04-01 09:45:35 +02:00
  • a3bcf62dc9 Update Gradle wrapper to version 6.3 André Wachter 2020-04-01 09:44:53 +02:00
  • 2aead501d8 Merge pull request #747 from Mika-89/library-updates John Carlson 2020-02-26 11:13:44 -06:00
  • 53adf745ab Update gradle.properties Mika 2020-02-26 06:47:34 +01:00
  • fb63262c70 Library version updates Michael Rüdiger 2020-02-25 08:39:00 +01:00
  • cc4d856a41 Enable crossfade for testing John Carlson 2020-01-02 15:52:12 -06:00
  • 8a592bf2ad Updates and add Coil sample John Carlson 2020-01-02 15:51:25 -06:00
  • 296b7839ea Merge pull request #640 from terrakok/fix/vertical_overscroll 2.3.0 John Carlson 2018-11-28 13:45:36 -06:00
  • d550921a20 Merge branch 'master' into fix/vertical_overscroll Konstantin 2018-11-28 22:28:09 +03:00
  • 16a01f3507 Disable horizontal overscrolling if top and bottom image edge on screen. terrakok 2018-11-28 22:12:51 +03:00
  • 56fbd307a2 Merge pull request #666 from xd720p/scale_down_restriction John Carlson 2018-11-28 09:16:24 -06:00
  • b4ba83701a Merge pull request #667 from xd720p/double_tap_scaling_bug John Carlson 2018-11-28 09:15:28 -06:00
  • bb45af31ec Update CustomGestureDetector.java Petr Kozlov 2018-11-28 16:58:42 +03:00
  • a84eba1ba0 -Fixed flipping image on quickscaling when ScaleGestureDetector returns scale factor below zero xd720p 2018-11-28 14:42:39 +03:00
  • 8f231f5f2e -Added infinite scaling down with resetting to default scale after scale down finished xd720p 2018-11-28 11:26:46 +03:00
  • 0564bdef1c Compile with Android 28 and androidx 2.2.0 John Carlson 2018-09-30 17:02:44 -05:00
  • d092a9c55b Allow parent intercept touches on top and bottom edges. Konstantin Tskhovrebov 2018-09-07 12:14:45 +03:00
  • 20fb514179 Merge pull request #632 from yanniks/44963b7-bugfix John Carlson 2018-07-31 01:39:25 -04:00
  • 7cd2600976 Fix getPointerCount() calls Yannik Ehlert 2018-07-31 11:05:35 +05:30
  • d69cc122f6 Extend AppCompatImageView instead 2.1.4 John 2018-07-01 23:13:59 -05:00
  • e0fb4f8cfe Merge pull request #621 from yanniks/master John Carlson 2018-07-01 17:41:48 -05:00
  • 09ed6215bf Merge pull request #622 from Raullg98/patch-1 John Carlson 2018-07-01 17:41:19 -05:00
  • 93e5871897 Update README.md Raul Lara 2018-06-29 00:16:49 -07:00
  • 44963b73b7 Call getPointerCount() without using support-core-utils Yannik Ehlert 2018-06-27 17:22:25 +05:30
  • 82e03f83a2 Merge pull request #614 from pablomederos/master John Carlson 2018-05-25 09:30:46 -05:00
  • e14b39dc4c Build with Android 27 Pablo Mederos 2018-05-25 09:57:57 -03:00
  • 86d7c19379 Merge pull request #570 from SimonRolin/patch-1 John Carlson 2018-01-07 21:28:28 -06:00
  • da89c22e59 Update README.md Simon 2018-01-07 19:58:44 +01:00
  • 462338c694 Show rotation options in toolbar again John Carlson 2017-07-25 17:10:00 -05:00
  • ad7e8ebc88 Add Appveyor CI status John Carlson 2017-07-25 16:54:21 -05:00
  • 1b2db9764e Build with Android 26 John Carlson 2017-07-25 16:46:01 -05:00
  • b05d7a9f02 Try out appveyor John Carlson 2017-07-25 16:22:09 -05:00
  • 340b59519f Check existence of attacher when setting an image 2.1.3 John Carlson 2017-07-25 16:07:57 -05:00
  • 8b1344aaa6 Merge pull request #515 from yangshiliang/fix-maxscale 2.1.2 John Carlson 2017-06-30 16:44:45 -05:00
  • 94332067e0 Fix the boundary issue when using setSuppMatrix to restore state. YANG Shiliang 2017-06-02 02:17:19 +08:00
  • 5c3fce00bd Fix the boundary issue on fling YANG Shiliang 2017-06-02 00:55:08 +08:00
  • 5f2bc8b1a6 Zoom back to max scale if the scale is larger than max scale YANG Shiliang 2017-06-02 00:49:47 +08:00
  • c55f8a4740 Add public methods to save and restore scale and visible area YANG Shiliang 2017-06-02 00:41:43 +08:00
  • 9dd9fba55d Don't expose OnGestureListener through PhotoViewAttacher 2.1.1 John Carlson 2017-06-30 11:12:52 -05:00
  • 5ebde5abbf Set the scale type from XML 2.1.0 John Carlson 2017-06-30 10:53:25 -05:00
  • 025f19731c Merge pull request #517 from mickamy/feature/ignore_layout_change_if_no_bounds_has_been_changed John Carlson 2017-06-15 10:37:43 -05:00
  • 23710f3dba Ignore layout change event if no bounds has been changed Tetsuro Mikami 2017-06-15 18:27:39 +09:00
  • 57e11bc5c4 Merge pull request #513 from atifniyaz/master John Carlson 2017-05-29 20:56:09 +02:00
  • 351f2bc52a Refractor variables to view drag Atif Niyaz 2017-05-27 12:43:33 -07:00
  • 7e1b336e41 Added some documentation regarding drag Atif Niyaz 2017-05-27 12:41:29 -07:00
  • 7dff87ec83 Added view drag listener and implement into PhotoView Atif Niyaz 2017-05-27 12:39:44 -07:00
  • e02461d5ca Add drag listener Atif Niyaz 2017-05-27 12:36:38 -07:00
  • 323bee0067 Merge pull request #502 from mickamy/feature/add_view_tap_listener John 2017-05-03 06:09:55 -05:00
  • a322cc0469 Updates John Carlson 2017-05-02 17:19:38 -05:00
  • cf1020a298 Invoke OnViewTapListener#onViewTap on single tap confirmed Tetsuro Mikami 2017-04-30 22:10:45 +09:00
  • 4065df5a95 Add a field and setter for OnViewTapListener Tetsuro Mikami 2017-04-30 22:08:52 +09:00
  • 983af7f8bb Create OnViewTapListener to tell that the view is tapped Tetsuro Mikami 2017-04-30 22:07:52 +09:00
  • 1ea98c8617 Merge branch 'master' into develop John Carlson 2017-03-18 23:54:43 -05:00
  • f24c002282 Add immersive sample John Carlson 2017-03-18 23:53:19 -05:00
  • c97afb5c36 README formatting 2.0.0 John Carlson 2017-03-18 15:35:06 -05:00
  • 4f53a1a5ba Merge branch 'develop' John Carlson 2017-03-18 15:31:49 -05:00
  • c2ad960f94 Formatting and support lib bump John Carlson 2017-03-18 15:31:14 -05:00
  • 880cb0d582 Apply change from PR #409 John Carlson 2017-03-18 15:17:48 -05:00
  • 7e2793fa0c Merge branch '2.0' into develop John Carlson 2017-03-11 01:39:35 -06:00
  • 87a9e00c65 Merge branch 'master' into develop John Carlson 2017-03-11 01:39:14 -06:00
  • 129e801049 Private methods after public John Carlson 2017-03-11 01:38:18 -06:00
  • 7d11bfd6fc Combine versioned detection to make it more clear what the touch event processing looks like. John Carlson 2017-03-11 01:26:54 -06:00
  • b2cd714719 Rework Compat gesture detectors into one without compat. John Carlson 2017-03-11 01:19:14 -06:00
  • ddfcb75d16 Add back versioned Gesture Detector since other one is broken for ViewPager John Carlson 2017-03-11 01:04:24 -06:00
  • 1948fec967 Fix some formatting John Carlson 2017-03-11 00:53:48 -06:00
  • a48d77a15b Update code style of null/nonnull checks John Carlson 2017-03-11 00:09:26 -06:00
  • 66a2cd2b9b Change sample package name John Carlson 2017-03-10 23:43:43 -06:00
  • 564ee6ad58 Update the docs to reflect API changes John Carlson 2017-03-10 23:13:13 -06:00
  • cf1b5690db Safety if layout attributes are parsed John Carlson 2016-12-18 04:06:50 -06:00
  • 8cd3521624 More interfaces moved into base package John Carlson 2016-12-18 03:50:18 -06:00
  • 1de1e50c7a Move listeners into base package instead of inner class John Carlson 2016-12-18 03:35:12 -06:00
  • fa52f19d79 Change package and module name John Carlson 2016-12-18 02:47:23 -06:00
  • b4f5ddf3f2 Remove more unneeded compat John Carlson 2016-12-17 18:38:07 -06:00
  • 9aeeb14708 Clean up packages removing pre 14 support John Carlson 2016-12-17 18:32:07 -06:00
  • 6c227ee17c Remove graphic John Carlson 2016-12-17 18:13:52 -06:00
  • bb81e7fc20 Update build tools John Carlson 2016-12-17 17:27:16 -06:00
  • fc406a0dc2 Update README.md John 2016-10-26 13:40:28 -05:00
  • 10e13fd761 Merge remote-tracking branch 'origin/develop' 1.3.1 John Carlson 2016-10-26 11:19:54 -05:00
  • 1167f794e4 Use latest support lib which requires bump to min sdk John Carlson 2016-10-26 11:19:40 -05:00
  • 994995ad0e Merge pull request #435 from SaikoRobot/fix-simple-sample-crash John 2016-10-26 11:10:17 -05:00
  • 93273f5cf7 Avoid mCurrentDisplayMatrix NPE SaikoRobot 2016-09-30 02:00:34 +09:00
  • 9354b9217b Merge pull request #427 from AtlasRider/master John 2016-09-26 13:22:59 -05:00
  • e5f5e76699 Replace word "project" with "module" to avoid confusion in grade setup instructions Atlas Rider 2016-09-24 19:00:15 -07:00
  • 93500d73cf Merge pull request #400 from tanglie1993/develop John 2016-08-08 10:59:54 -05:00
  • 662f95774d Correct typos tanglie1993 2016-08-08 23:58:33 +08:00
  • 061fc8c914 Update Readme Jawnnypoo 2016-08-02 18:00:37 -05:00
  • 97bfec6df6 Remove deprecated method 1.3.0 Jawnnypoo 2016-08-02 17:58:44 -05:00
  • 6ff76cd519 Create sample activity to test activity transitions Jawnnypoo 2016-08-02 17:46:53 -05:00
  • 7c5b7838a6 Merge pull request #394 from Rexee/master John 2016-08-01 11:32:58 -05:00