Commit Graph

  • cd8d2eb596 Fix FC Chris Banes 2012-11-10 21:29:48 +00:00
  • 4d2518f021 Merge branch 'master' into dev Chris Banes 2012-11-07 09:17:48 +00:00
  • 90ca2e1a32 Merge branch 'master' into dev Chris Banes 2012-11-07 09:12:43 +00:00
  • 632b1bc870 Merge pull request #6 from PlusOneGames/master Chris Banes 2012-11-07 01:12:17 -08:00
  • 4444b3d760 Helps if you actually test something Jim James Wilding 2012-11-06 19:16:46 +00:00
  • 5bc658a727 Merge pull request #5 from PlusOneGames/master Chris Banes 2012-11-06 11:13:03 -08:00
  • 916c2f0779 PhotoView breaks inside the Graphical Layout Editor: java.lang.SecurityException: Prohibited package name: java.lang at java.lang.ClassLoader.preDefineClass(ClassLoader.java:479) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:625) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at android.app.AppGlobals.getIntCoreSetting(AppGlobals.java:58) at android.view.ViewConfiguration.getLongPressTimeout(ViewConfiguration.java:407) at android.view.GestureDetector.<clinit>(GestureDetector.java:202) at uk.co.senab.photoview.PhotoViewAttacher.<init>(PhotoViewAttacher.java:243) at uk.co.senab.photoview.PhotoView.<init>(PhotoView.java:39) James Wilding 2012-11-06 19:10:23 +00:00
  • 64f0ebc991 Use Hardware Acceleration on sample app. Rookie mistake number 1! Chris Banes 2012-10-31 12:14:19 +00:00
  • 9a60adb404 Update Manifest Chris Banes 2012-10-15 09:58:00 +01:00
  • 92a2a28113 Work around #4 Chris Banes 2012-10-15 09:55:41 +01:00
  • 92921b6a1b Update Copyright Chris Banes 2012-10-12 16:37:30 +01:00
  • 347e2c0c49 Add Sample Application link to README Chris Banes 2012-10-12 14:27:44 +01:00
  • 885f533fa8 Update Sample with Icon, ready for release onto Google Play Chris Banes 2012-10-12 14:06:09 +01:00
  • b7355771d8 Add Sample Application link to README Chris Banes 2012-10-12 14:27:44 +01:00
  • 1f5b5b6228 Update Sample with Icon, ready for release onto Google Play Chris Banes 2012-10-12 14:06:09 +01:00
  • d09db21110 Fix README graphic Chris Banes 2012-10-12 13:53:42 +01:00
  • 02f43777be Fix README graphic Chris Banes 2012-10-12 13:53:42 +01:00
  • 323036d71a Merge tag 'v1.1' Chris Banes 2012-10-12 13:51:00 +01:00
  • 3971fab516 [maven-release-plugin] prepare for next development iteration Chris Banes 2012-10-12 13:48:21 +01:00
  • 1198eb0531 [maven-release-plugin] prepare release v1.1 v1.1 Chris Banes 2012-10-12 13:48:15 +01:00
  • db3e58d787 Change PhotoView to jar, not apklib Chris Banes 2012-10-12 13:47:20 +01:00
  • b5eb09216c Revert POMs back to 1.1-SNAPSHOT Chris Banes 2012-10-12 13:44:36 +01:00
  • 3832cff1e7 [maven-release-plugin] prepare for next development iteration Chris Banes 2012-10-12 13:36:11 +01:00
  • bae83949ba [maven-release-plugin] prepare release v1.1 Chris Banes 2012-10-12 13:36:04 +01:00
  • 1b0288942a Include support lib in sample POM Chris Banes 2012-10-12 11:43:33 +01:00
  • 07b95032e5 Sample: Cancel the displayed toast if we need to display another Chris Banes 2012-10-12 11:37:21 +01:00
  • a325c6bee9 Fix README so it points to the right image location Chris Banes 2012-10-12 11:33:38 +01:00
  • c12021ecb2 Update Readme Chris Banes 2012-10-12 11:31:41 +01:00
  • 82413faf4a Add new header graphic Chris Banes 2012-10-12 11:19:16 +01:00
  • 973aa20736 Tidy up AnimatedZoomRunnable so we use postScale instead. Chris Banes 2012-10-12 10:36:07 +01:00
  • b46f95ed27 Fix some NPE's with VelocityTracker Chris Banes 2012-10-12 10:35:18 +01:00
  • 076dedb141 Disable Overscroll for now. Chris Banes 2012-10-12 09:32:46 +01:00
  • f79e98f162 Tidy Up Touch Events: Chris Banes 2012-10-12 09:22:52 +01:00
  • f43e2f8910 Replicate View.OnLayoutChangeListener using OnGlobalLayoutListener Chris Banes 2012-10-12 09:01:36 +01:00
  • cce487b38f No need to keep calling requestDisallowInterceptTouchEvent for every touch event. Just in ACTION_DOWN. Chris Banes 2012-10-11 18:37:54 +01:00
  • 509e7c5d08 Merge branch 'master' into dev Chris Banes 2012-10-11 18:33:45 +01:00
  • 83ff0ad750 Lots of fixes so PhotoView works correctly with ViewPager. We now also make use of touch slop. Chris Banes 2012-10-11 18:33:34 +01:00
  • b0fc6480ac Add ViewPager Sample Chris Banes 2012-10-11 16:57:32 +01:00
  • c65f907b90 Whoops, re-attached Menu code which I disabled. Chris Banes 2012-10-11 16:38:05 +01:00
  • 6e26e097b0 Update sample so it's obvious what happens where Chris Banes 2012-10-11 16:32:19 +01:00
  • 146535dfb5 Remove support lib from library. Not sure why it's there! Chris Banes 2012-10-11 16:13:58 +01:00
  • 52903e16c7 Move all touch logic to PhotoViewAttacher and hook in to touch events via Listener. Allows us to use the functionality without using the derived PhotoView class! Chris Banes 2012-10-11 16:11:34 +01:00
  • 06bee90fca Merge tag 'v1.0' Chris Banes 2012-10-08 14:14:06 +01:00
  • 4c853b4819 [maven-release-plugin] prepare for next development iteration Chris Banes 2012-10-08 14:08:55 +01:00
  • a0276b6b47 [maven-release-plugin] prepare release v1.0 v1.0 Chris Banes 2012-10-08 14:08:49 +01:00
  • 884ed237d5 Fix POMs Chris Banes 2012-10-08 14:07:34 +01:00
  • d03ec939ab Add POMs Chris Banes 2012-10-08 14:04:05 +01:00
  • df7f11d22d Don't use BuildConfig as Maven doesn't seem to like it. Not worth finding a fix for. Chris Banes 2012-10-08 14:02:26 +01:00
  • a50d820df2 Add missing Javadoc Chris Banes 2012-10-08 13:32:21 +01:00
  • 5eebcb283f Expand Sample app. Fixes #2 Chris Banes 2012-10-08 13:26:58 +01:00
  • ad080d0ee6 Make Listeners Public. Whoops! Chris Banes 2012-10-08 13:26:35 +01:00
  • 49cad700bb Lazily instantiate Gesture Detectors when we need them Chris Banes 2012-10-08 12:51:35 +01:00
  • 7a3b43cfcf Update Sample version Chris Banes 2012-10-02 15:35:52 +01:00
  • 1a2fb19664 Overscroll support! Chris Banes 2012-10-02 15:32:23 +01:00
  • 0261d38ece Fix Licence Chris Banes 2012-08-09 08:44:27 +01:00
  • c8d8d4207a Fling Scrolling! Chris Banes 2012-07-23 10:16:05 +01:00
  • 4e190e823e Allow dragging while scaling Chris Banes 2012-07-18 15:51:26 +01:00
  • 1b06fad401 Don't let Zoom go above MAX_ZOOM Chris Banes 2012-07-18 10:45:12 +01:00
  • 604dc3f90f Fix Double Tap Zooming Chris Banes 2012-07-18 08:53:07 +01:00
  • 2c1a4ed5c1 Sample App Chris Banes 2012-07-18 08:51:29 +01:00
  • 1f89ec369f Initial Import Chris Banes 2012-07-17 18:41:38 +01:00
  • f8a8b4894e Initial commit Chris Banes 2012-07-17 09:39:00 -07:00