Commit Graph

  • f66525739e ⬆️ :: update dependencies Felix Mau 2019-11-28 10:21:47 +01:00
  • 7bd5466002 ♻️ :: remove unused image Felix Mau 2019-11-09 16:29:24 +01:00
  • 73417b4a93 :: add snapshot tests Felix Mau 2019-11-09 16:14:17 +01:00
  • fbc62bdd10 ♻️ :: fix warning Usage of the .swift_version file has been deprecated! Please delete the file and use the swift_versions attribute within your podspec instead. 2.0.1 Felix Mau 2019-10-12 17:17:27 +02:00
  • 974ee23142 🔖 :: bump version Felix Mau 2019-10-12 17:12:58 +02:00
  • 958fed98c4 ♻️ :: enhanced test case Felix Mau 2019-10-12 16:56:39 +02:00
  • edd8a5e34b 🎨 :: structure code Felix Mau 2019-10-12 13:36:52 +02:00
  • 413075de4d ⬆️ :: update dependencies Felix Mau 2019-10-12 13:30:39 +02:00
  • dd551d239a ♻️ :: update example application for iOS 13 Felix Mau 2019-10-12 11:56:05 +02:00
  • 0180829180 🐛 :: fix view not animating if initially visible Felix Mau 2019-10-12 10:32:50 +02:00
  • 7355cbdbbd 📝 :: update documentation Felix Mau 2019-10-11 17:09:36 +02:00
  • f2c43cbe72 ♻️ :: update project for Xcode 11 and iOS 13 Felix Mau 2019-10-11 17:09:24 +02:00
  • 603f3cae0e ♻️ :: use basic import for LightweightObservable in test-case Felix Mau 2019-10-11 17:08:45 +02:00
  • 3c30ec21b3 ✏️ :: fix typos Felix Mau 2019-10-11 17:08:18 +02:00
  • 8a3e71b879 ♻️ :: Animate locations property instead of entire layer Felix Mau 2019-10-11 17:07:08 +02:00
  • fb5def6a50 📝 :: Updated documentation 2.0.0 Felix Mau 2019-09-02 11:38:28 +02:00
  • 3c6f54f0b0 📝 :: Updated documentation Felix Mau 2019-09-02 11:36:12 +02:00
  • 735beda692 🔖 :: bump version Felix Mau 2019-09-02 11:22:40 +02:00
  • 925aad6b9a 📝 :: Added type to parameters Felix Mau 2019-09-02 11:16:21 +02:00
  • a3e555032c ♻️ :: Use type CGFloat for height, as it is only used for the heightAnchor and so we can remove the casting from Double Felix Mau 2019-09-02 11:16:06 +02:00
  • 1fd4fcb38e ♻️ :: Use leadingAnchor and trailingAnchor instead of leftAnchor and rightAnchor, in order to (theoretically) support right-to-left layouts Felix Mau 2019-09-02 11:09:32 +02:00
  • 56b04a9d6e 📝 :: Update documentation Felix Mau 2019-09-02 11:08:40 +02:00
  • 7e6d866552 🎨 :: Format code Felix Mau 2019-08-31 10:23:59 +02:00
  • eb9e7cd071 📝 :: Updated documentation / fix typos Felix Mau 2019-08-31 10:15:17 +02:00
  • 2eaa8cb5bb ♻️ :: Added / sorted swiftlint rules Felix Mau 2019-08-31 10:14:57 +02:00
  • a4e53b563d 🐛 :: fix false positive of swiftlint rule unnecessary_type Felix Mau 2019-08-31 10:14:20 +02:00
  • d7014d4a57 ✏️ :: Fix typo Felix Mau 2019-08-31 09:23:58 +02:00
  • 638a9e30c7 ♻️ :: Adapt to swiftlint version 0.34.0, by renaming unused_private_declaration to unused_declaration Felix Mau 2019-08-30 16:22:23 +02:00
  • 7621da5884 ♻️ :: Moved logic for removing the gradientView from its superview on deinit to view-model and provide tests Felix Mau 2019-08-30 15:10:11 +02:00
  • 8ecf4c239d :: Validate isFinished flag in test case Felix Mau 2019-08-30 10:44:07 +02:00
  • cc7c814d1d 📝 :: Updated documentation Felix Mau 2019-08-30 10:40:09 +02:00
  • e9c1b41e6c ✏️ :: Fix camel case syntax Felix Mau 2019-08-30 10:39:53 +02:00
  • 41cd9e3df1 ♻️ :: Prefer constant over variable Felix Mau 2019-08-30 10:10:58 +02:00
  • e257c743c6 ♻️ :: Updated example Appliction Felix Mau 2019-08-30 10:08:18 +02:00
  • e553a352aa 📝 :: Updated documentation for version 2.0.0 Felix Mau 2019-08-30 09:11:20 +02:00
  • 3835f14c13 ♻️ :: Changed default value for height and adapted documentation Felix Mau 2019-08-29 15:44:00 +02:00
  • 2789681958 :: Allow changing the progress animation directly without accessing the GradientActivityIndicatorView first Felix Mau 2019-08-29 15:32:05 +02:00
  • 7481fb95f0 ♻️ :: Removed gradientColors from initializer and use a computed property instead. Felix Mau 2019-08-29 15:31:20 +02:00
  • ea8c525708 🎨 :: Shorten code Felix Mau 2019-08-29 14:05:37 +02:00
  • b3e1bb18e8 :: Adapt test-cases to changes from previous commit Felix Mau 2019-08-29 14:05:02 +02:00
  • 5ca63c23d6 🐛 :: Handle edge case where the device is rotated while the animation is active. Felix Mau 2019-08-29 14:04:43 +02:00
  • 94d08a8bd4 ♻️ :: Update documentation by using official /// - Note: pattern Felix Mau 2019-08-29 14:02:06 +02:00
  • d685227c9a ⬆️ :: update dependencies Felix Mau 2019-08-29 09:41:37 +02:00
  • 86ed469fcd ♻️ :: update example application Felix Mau 2019-08-28 17:48:40 +02:00
  • 679d3c93b7 ♻️ :: Use fadeOut method to hide view Felix Mau 2019-08-28 17:48:22 +02:00
  • dca6f11e54 📝 :: Added / Updated documentation Felix Mau 2019-08-28 15:36:45 +02:00
  • 2fa48efc31 ♻️ :: Renamed AnimationState to ProgressAnimationState and adapted code accordingly Felix Mau 2019-08-28 15:36:20 +02:00
  • 50cdcb8075 :: Add completion-handler to fadeIn and fadeOut Felix Mau 2019-08-28 15:33:54 +02:00
  • 218e9d5e80 ♻️ :: Added final modifier Felix Mau 2019-08-28 15:32:01 +02:00
  • d8e82c0dfc ♻️ :: renamed infinteGradientColors to gradientLayerColors Felix Mau 2019-08-27 15:39:40 +02:00
  • 0f0214eab6 ♻️ :: Updated twitter-url Felix Mau 2019-08-27 15:31:55 +02:00
  • 2776f69310 🎨 :: Format code Felix Mau 2019-08-26 21:36:13 +02:00
  • 3104e9f235 :: Adapt test-cases to previous refactorings Felix Mau 2019-08-26 21:30:30 +02:00
  • 6cebd6b7cd 🎨 :: Format code Felix Mau 2019-08-26 21:28:54 +02:00
  • c6edb24a3d 🐛 :: Fix setting wrong initial state Felix Mau 2019-08-26 21:28:38 +02:00
  • 437e2a42d4 🎨 :: Format code Felix Mau 2019-08-26 21:26:16 +02:00
  • 72baec3398 ♻️ :: Adapt calls to match new method names Felix Mau 2019-08-26 21:26:02 +02:00
  • cc1156e830 ♻️ :: Use view specific constants, as the extension is also view specific Felix Mau 2019-08-26 17:14:49 +02:00
  • 7ee1613747 ♻️ :: Removed simple fadeIn / fadeOut code from view-model Felix Mau 2019-08-26 17:14:26 +02:00
  • 30c3ae5a70 ♻️ :: Remove List postfix Felix Mau 2019-08-26 17:13:50 +02:00
  • dcbb4df26e ♻️ :: Moved logic from view to view-model Felix Mau 2019-08-26 17:12:26 +02:00
  • 15b5828aa5 📝 :: Updated docs Felix Mau 2019-08-26 17:11:56 +02:00
  • c484cdd1f6 ♻️ :: Moved all constants to a specific file Felix Mau 2019-08-26 11:36:57 +02:00
  • 1e1d3db048 ♻️ :: Fix file-header warning Felix Mau 2019-08-25 22:35:35 +02:00
  • 28a82bdaf7 :: Adapt test cases Felix Mau 2019-08-25 22:34:48 +02:00
  • 88cfdeb994 ♻️ :: Updated example application Felix Mau 2019-08-25 22:20:18 +02:00
  • c7fd4bfa35 ♻️ :: Refactored module Felix Mau 2019-08-25 22:19:42 +02:00
  • c88021a13e 🐛 :: Run pod install with fix for interface builder Felix Mau 2019-08-25 21:39:30 +02:00
  • 95a28420c9 ♻️ :: Removed deprecated methods Felix Mau 2019-08-25 14:41:38 +02:00
  • 73adc1187e ♻️ :: Made extension public and moved base class from UIView to GradientActivityIndicatorView, to avoid conflicts with other frameworks. Felix Mau 2019-08-25 14:41:18 +02:00
  • 8b3d74fddb ♻️ :: removed BottomGradientLoadingBarController Felix Mau 2019-08-25 14:40:05 +02:00
  • f03a5b6cd8 ♻️ :: Cleanup GradientActivityIndicatorView Felix Mau 2019-08-25 11:41:40 +02:00
  • 56ace2a02c ♻️ :: Renamed GradientView to GradientActivityIndicatorView to match naming from apple docs: Felix Mau 2019-08-25 10:04:51 +02:00
  • cd35d7e4b4 :: Added interface builder support for GradientView Felix Mau 2019-08-25 09:42:50 +02:00
  • 8278d9d842 GH-6 - 📝 :: Updated documentation with instance of GradientLoadingBar() saved on a view-controller property. Felix Mau 2019-08-21 11:42:33 +02:00
  • 41222ebf41 🔖 :: bump version 1.1.17 Felix Mau 2019-06-30 09:57:08 +08:00
  • 21dac04152 ⬆️ :: Update dependencies Felix Mau 2019-06-30 09:37:04 +08:00
  • fbee82e037 :: Added Cartfile for dependency LightweightObservable Felix Mau 2019-06-09 16:18:10 +08:00
  • 3e80af4464 ♻️ :: Adapt folder structure in test target Felix Mau 2019-06-08 14:51:48 +08:00
  • 51a66e4367 ♻️ :: Adapt folder structure Felix Mau 2019-06-08 14:47:22 +08:00
  • 2cae9aa051 Merge branch 'master' into feature/use-dependency-lightweight-observable Felix Mau 2019-06-08 14:24:39 +08:00
  • 68b528cf5f :: Added test cases for UIView extensions Felix Mau 2019-05-21 15:37:07 +08:00
  • eeb42f570c Merge branch 'master' into feature/use-dependency-lightweight-observable Felix Mau 2019-05-19 09:04:31 +08:00
  • 62bf42820a ♻️ :: Renamed file Felix Mau 2019-05-19 08:29:52 +08:00
  • b3868b7881 📝 :: added author and further documentation Felix Mau 2019-05-19 08:29:29 +08:00
  • 3ba663fe83 :: Add codecov.io support (#15) Felix M 2019-05-19 07:36:14 +08:00
  • 3d9ffef1f8 📝 :: Updated documentation Felix Mau 2019-05-18 11:40:20 +08:00
  • be4830fdc0 ♻️ :: Remove own observable implementation in favour of LightweightObservable Felix Mau 2019-05-18 11:39:22 +08:00
  • fea10c4b75 :: Added LightweightObservable dependency Felix Mau 2019-05-18 11:33:42 +08:00
  • ccec0d4683 🔖 :: bump version 1.1.16 Felix Mau 2019-04-08 16:12:13 +12:00
  • dbbe65e0d3 ♻️ :: use https in url for screenshots Felix Mau 2019-04-08 16:12:02 +12:00
  • 8ed64269ff 💚 :: Fix build by using latest xcode version on travis-ci Felix Mau 2019-04-04 20:58:37 +13:00
  • 761f0e3613 ♻️ :: Fix warning for missing documentation Felix Mau 2019-04-04 20:33:19 +13:00
  • e2af4e3280 📝 :: Updated swift version in readme.md Felix Mau 2019-04-04 20:28:10 +13:00
  • f3ccf063d2 🎨 :: Formatted code with updated dependencies Felix Mau 2019-04-04 20:28:00 +13:00
  • 5b416004c3 ♻️ :: Fix build warnings Felix Mau 2019-04-04 20:27:31 +13:00
  • 2ee47686c9 ⬆️ :: Updated dependencies Felix Mau 2019-04-04 20:25:09 +13:00
  • 1d6c7cab36 ♻️ :: Updated to Swift 5.0 Felix Mau 2019-04-04 20:13:27 +13:00
  • 9cd76385eb Made extension methods internal to avoid conflicts with other libraries (#13) Emil Bellmann 2019-04-05 04:37:53 -03:00
  • 1971c0f5b3 Added an expected "," (#12) Varun Kapoor 2019-03-24 09:08:12 +05:30