Commit Graph

  • 8f3a7de321 Call the 'floatingPanelDidEndDragging' method after 'state' property changes Shin Yamamoto 2023-07-29 13:08:13 +09:00
  • 2de1fb9ac8 Call the 'floatingPanelDidMove' delegate at the end of a move interaction Shin Yamamoto 2023-07-29 10:37:49 +09:00
  • 27a2d81a71 Version 2.6.6 2.6.6 Shin Yamamoto 2023-08-11 14:17:09 +09:00
  • 85ed3a6ce3 Fix scroll tracking issues of the scroll view with a positive scroll inset Shin Yamamoto 2023-08-11 13:52:54 +09:00
  • b34f1093de Version 2.6.5 2.6.5 Shin Yamamoto 2023-07-26 18:29:23 +09:00
  • de1dbe70de Fix a method name for the method convention Shin Yamamoto 2023-07-24 20:12:30 +09:00
  • c593c646ca Fix a scroll tracking problem caused by a floating point error in LayoutAdapter.offsetFromMostExpandedAnchor Shin Yamamoto 2023-07-25 22:13:30 +09:00
  • 0cb5307a61 Version 2.6.4 2.6.4 Shin Yamamoto 2023-07-19 22:34:26 +09:00
  • 8ab3b7986c Fix test failures in ControllerTests Shin Yamamoto 2023-07-20 21:31:17 +09:00
  • bbdf3e7c6f Update the logging impl using unified logging system for Xcode 15 Shin Yamamoto 2023-07-19 22:12:27 +09:00
  • bdb756b665 ci: update the test matrix for iOS 16 Shin Yamamoto 2023-07-19 16:20:12 +09:00
  • 6611ec83a2 Fix an issue where a tracking scroll content stops and the panel doesn't move (#530) Shin Yamamoto 2023-07-19 16:18:41 +09:00
  • a917d6a626 Version 2.6.3 2.6.3 Shin Yamamoto 2023-07-01 13:37:10 +09:00
  • 7511ce577d Fix scrollview content staying non-interactive after slowly swiping down (#597) Sören Gade 2023-07-01 04:52:38 +02:00
  • e7d0a72440 Fix an issue where dismissalTapGestureRecognizer doesn't work in one case (#590) Shin Yamamoto 2023-07-01 11:49:36 +09:00
  • 44923ef66e [Revised] Fix an issue scrolling jumps with a small scroll view content (#524) Shin Yamamoto 2023-07-01 11:46:23 +09:00
  • 2760bc7298 Modify a private typealias name Shin Yamamoto 2023-06-21 21:04:28 +09:00
  • d428e96b03 Add the SPI manifest YAML file Shin Yamamoto 2023-06-12 20:32:01 +09:00
  • 67495961e5 Remove unnecessary prints in unit testing Shin Yamamoto 2023-06-11 21:59:29 +09:00
  • ac675d505b Add build-tools package for the command and build tool plugins use-swift_format Shin Yamamoto 2023-01-28 10:36:49 +09:00
  • 53bb530537 Turn NeverForceUnwrap & NeverUseForceTry on Shin Yamamoto 2023-06-03 12:42:10 +09:00
  • d6d8834423 Fix swift-format's errors and warnings Shin Yamamoto 2023-01-28 10:39:28 +09:00
  • 7b88703e43 ci: add Xcode 14.3 / Swift 5.8 build Shin Yamamoto 2023-06-03 15:00:30 +09:00
  • c40e66ef3d Fix a trivial bug on Samples app Shin Yamamoto 2023-06-06 11:35:49 +09:00
  • 53fb131d0e Update the swizzling way in FloatingPanelController Shin Yamamoto 2023-05-30 12:54:41 +09:00
  • 37969f6cb3 Merge pull request #588 from scenee/release/2.6.2 Shin Yamamoto 2023-06-03 10:40:57 +09:00
  • a0ba3af012 Version 2.6.2 2.6.2 Shin Yamamoto 2023-04-16 10:53:08 +09:00
  • 6082dba6a7 ci: add circleci config for testing on ios13/14 Shin Yamamoto 2023-05-08 21:14:38 +09:00
  • 43327e8123 ci: add timeout-minutes Shin Yamamoto 2023-04-25 18:49:26 +09:00
  • 0a5bc19d0f Remove the host app for the unit testing Shin Yamamoto 2023-04-17 21:43:48 +09:00
  • dd52e1eaee Revise an illegible variable name Shin Yamamoto 2023-04-08 10:21:32 +09:00
  • 22aa055843 Revise the short descriptions Shin Yamamoto 2023-04-10 14:12:47 +09:00
  • 448fc5cbb4 Stop changing UIScrollView.bounces when locking or unlocking a scroll view (#584) Shin Yamamoto 2023-04-08 10:30:11 +09:00
  • b4fe3b408c Remove unused testing targets in the Samples project Shin Yamamoto 2023-04-06 22:11:32 +09:00
  • 6ecc7924ba Update badges in README Shin Yamamoto 2023-04-06 21:46:33 +09:00
  • 0b82902233 Update README for the API documentation on GitHub Pages Shin Yamamoto 2023-03-25 11:55:51 +09:00
  • 597dbd4145 Revise some sentences in README Shin Yamamoto 2023-03-22 21:22:02 +09:00
  • 1ee949ff1b Merge pull request #583 from scenee/release/2.6.1 Shin Yamamoto 2023-03-04 10:46:11 +09:00
  • 2a29cb5b3e Version 2.6.1 2.6.1 Shin Yamamoto 2023-03-04 09:43:23 +09:00
  • 208ab665da ci: add Maps-SwiftUI example build Shin Yamamoto 2023-03-04 09:42:40 +09:00
  • 3e20314cfa Update DebugTableViewController with followScrollViewBouncing() API Shin Yamamoto 2023-02-25 23:07:21 +09:00
  • 5b8e9a54d9 Update trackingScrollViewDidScroll() with doc comments Shin Yamamoto 2023-02-25 23:07:00 +09:00
  • d3c30b35d9 track scroll view bouncing (#525) Vlad 2023-02-25 04:11:50 +02:00
  • 8bb3795931 Take care of an invalid bounding rectangle of PassthroughView in a screen rotation Shin Yamamoto 2023-02-25 10:51:19 +09:00
  • 9383cd001d ci: replace iOS 15 envs on testing Shin Yamamoto 2023-02-18 12:14:54 +09:00
  • 6d5f770066 ci: replace macos-10.15 with macos-11 Shin Yamamoto 2023-02-18 11:52:15 +09:00
  • ce2cafed5b Workaround: fix a laggy animation in Samples app Shin Yamamoto 2023-02-18 11:39:04 +09:00
  • 68352218ac ci: upgrade actions/checkout to suppress Node.js 12 warnings Shin Yamamoto 2023-02-18 11:10:27 +09:00
  • e3736e4214 Merge pull request #582 from scenee/release/2.6.0 Shin Yamamoto 2023-02-18 11:06:19 +09:00
  • d6bbf92339 Version 2.6.0 2.6.0 Shin Yamamoto 2023-02-18 10:27:44 +09:00
  • 0e833aee3c Fix SettingsViewController in Samples app Shin Yamamoto 2023-02-17 09:37:30 +09:00
  • 5949bc88ea Fix typo Shin Yamamoto 2023-02-06 20:46:25 +09:00
  • 30bd261a10 Update the swift version in the pod spec Shin Yamamoto 2023-01-28 10:25:10 +09:00
  • f92279484f Fix the buggy scroll tracking Shin Yamamoto 2023-01-21 09:15:23 +09:00
  • 2205d1186d Enable to restrict the content size in FloatingPanelAdaptiveLayoutAnchor (#518) Shin Yamamoto 2023-01-15 10:30:25 +09:00
  • cd0948a9a4 Update a doc comment Shin Yamamoto 2023-01-12 09:11:22 +09:00
  • 6589aff4ac ci: add xcode 14.1 env (#577) Shin Yamamoto 2023-01-13 09:12:17 +09:00
  • d34c16b1a5 Refactor BackdropView.dismissalTapGestureRecognizer Shin Yamamoto 2022-12-10 17:37:59 +09:00
  • 05813253f9 Merge pull request #571 from scenee/release/2.5.5 Shin Yamamoto 2022-10-17 20:26:36 +09:00
  • 4ab7d26030 Version 2.5.5 2.5.5 Shin Yamamoto 2022-10-10 13:04:37 +09:00
  • 162545d7e9 Add test_initial_surface_position() Shin Yamamoto 2022-10-15 09:28:57 +09:00
  • 4904ea19cb Fix the stiff animation of "show detail panel" panel. Shin Yamamoto 2022-10-15 08:47:20 +09:00
  • b941f91556 Fix the backdrop alpha when the view size or its size class changes (#573) Shin Yamamoto 2022-10-15 09:06:14 +09:00
  • f917316135 Remove the libswiftCoreGraphics.dylib workaround from Maps-SwiftUI.app Shin Yamamoto 2022-10-10 11:15:42 +09:00
  • 6235a19588 workaround: add libswiftCoreGraphics.tbd to some sample apps (#567) ll_shioi_atsumori 2022-10-10 11:01:11 +09:00
  • c47fc3d1d5 Better to declare FloatingPanelLayout.anchors as constants if possible Shin Yamamoto 2022-10-05 21:38:13 +09:00
  • e6d285c6df Fix the initial position value of the surface view Shin Yamamoto 2022-10-05 22:03:50 +09:00
  • a26a6beab2 Merge pull request #565 from scenee/release/2.5.4 Shin Yamamoto 2022-09-11 08:44:13 +09:00
  • b00a05b9ed Version 2.5.4 2.5.4 Shin Yamamoto 2022-09-08 12:42:23 +09:00
  • bfbb7ad004 Remove the CI job with Xcode 13.1 and iOS 15.0 Shin Yamamoto 2022-09-08 12:42:14 +09:00
  • 4dd52b1790 Replace PR #551 change using fatalError() (#563) Shin Yamamoto 2022-09-07 20:35:50 +09:00
  • aef914e0fd Remove unused '.swiftformat' file Shin Yamamoto 2022-07-30 11:00:46 +09:00
  • 2ef35f58a3 Merge pull request #556 from scenee/iss-536 Shin Yamamoto 2022-07-30 11:04:11 +09:00
  • 8aaf8b7b25 Fix the view index of FloatingPanelView for SwiftUI Shin Yamamoto 2022-07-30 09:28:28 +09:00
  • c330b59a9f Merge pull request #550 from scenee/release/2.5.3 Shin Yamamoto 2022-06-14 21:14:09 +09:00
  • 639e4221e8 Version 2.5.3 2.5.3 Shin Yamamoto 2022-06-13 20:05:44 +09:00
  • 1ff3c28de8 Ensure the initial state is hidden in presenting it as a modality (#551) Shin Yamamoto 2022-06-13 21:06:24 +09:00
  • 89092676e3 Fix floating panel content view constraints (#549) Sean Hernandez 2022-06-13 04:00:12 -07:00
  • bacc871dd2 Fix cornerCurve property availability compilation fail (#548) Anton Siliuk 2022-06-13 12:54:54 +02:00
  • 0bc9812c23 Update GitHub Actions workflow using macOS-12 (#538) Shin Yamamoto 2022-05-31 21:42:36 +09:00
  • a4d98971b3 Fix a warning in SamplesObjC Shin Yamamoto 2022-04-20 20:53:09 +09:00
  • 1b0ec64489 fix: add missing import UIKit (#534) little-huang 2022-04-20 19:29:28 +08:00
  • 345e894007 Stop scrolling if the initial location of a pan gesture is in the grabber area Shin Yamamoto 2022-02-21 21:16:39 +09:00
  • 1fb1708df9 Fix the grabber area detecion Shin Yamamoto 2021-12-21 22:19:20 +09:00
  • b9edbf766e Merge pull request #528 from scenee/release/2.5.2 Shin Yamamoto 2022-02-10 17:07:24 +09:00
  • fe30e60235 Version 2.5.2 2.5.2 Shin Yamamoto 2022-02-04 23:59:07 +09:00
  • 6e7c31110f Fix dragging on content placed above the trackedView resets scroll position (#527) Jakub Dudek 2022-02-04 15:56:46 +01:00
  • e39f634d34 Unlock a scroll view when untracked Shin Yamamoto 2021-04-26 20:47:02 +09:00
  • 5851fd77c4 Merge pull request #521 from scenee/release/2.5.1 Shin Yamamoto 2021-12-03 18:06:12 +09:00
  • 0fbbbc8d99 Version 2.5.1 2.5.1 Shin Yamamoto 2021-11-29 20:46:32 +09:00
  • 69078366de Change constraint priorities of the content view on the default content mode (#519) Shin Yamamoto 2021-11-29 20:40:26 +09:00
  • 084b589a10 Fix invalidateLayout() implementation as following the doc comment (#510) Shin Yamamoto 2021-11-25 23:19:05 +09:00
  • 07ae324586 Clean up the example projects and codes (#512) Shin Yamamoto 2021-11-24 20:26:35 +09:00
  • 819c87c530 Stop changing the content mode whose panel is attracting (#513) Shin Yamamoto 2021-11-16 08:29:43 +09:00
  • 3bb9c4fd0f Apply a part of build settings recommended by Xcode 13 Shin Yamamoto 2021-10-02 18:02:10 +09:00
  • 910a304849 Update README Shin Yamamoto 2021-10-30 11:03:13 +09:00
  • 2ecdbbae52 Add the documentation catalog Shin Yamamoto 2021-10-11 16:31:22 +09:00
  • fe2e3173b8 Support DocC symbols Shin Yamamoto 2021-10-09 10:06:05 +09:00
  • 21c6e3c715 Merge pull request #505 from scenee/release/2.5.0 Shin Yamamoto 2021-09-28 20:44:31 +09:00
  • 29beea0ff9 Version 2.5.0 2.5.0 Shin Yamamoto 2021-09-25 10:14:28 +09:00