Felix Mau
|
0f0214eab6
|
♻️ :: Updated twitter-url
|
2019-08-27 15:31:55 +02:00 |
|
Felix Mau
|
2776f69310
|
🎨 :: Format code
|
2019-08-26 21:36:13 +02:00 |
|
Felix Mau
|
3104e9f235
|
✅ :: Adapt test-cases to previous refactorings
|
2019-08-26 21:30:30 +02:00 |
|
Felix Mau
|
6cebd6b7cd
|
🎨 :: Format code
|
2019-08-26 21:28:54 +02:00 |
|
Felix Mau
|
c6edb24a3d
|
🐛 :: Fix setting wrong initial state
|
2019-08-26 21:28:38 +02:00 |
|
Felix Mau
|
437e2a42d4
|
🎨 :: Format code
|
2019-08-26 21:26:16 +02:00 |
|
Felix Mau
|
72baec3398
|
♻️ :: Adapt calls to match new method names
|
2019-08-26 21:26:02 +02:00 |
|
Felix Mau
|
cc1156e830
|
♻️ :: Use view specific constants, as the extension is also view specific
|
2019-08-26 17:14:49 +02:00 |
|
Felix Mau
|
7ee1613747
|
♻️ :: Removed simple fadeIn / fadeOut code from view-model
|
2019-08-26 17:14:26 +02:00 |
|
Felix Mau
|
30c3ae5a70
|
♻️ :: Remove List postfix
|
2019-08-26 17:13:50 +02:00 |
|
Felix Mau
|
dcbb4df26e
|
♻️ :: Moved logic from view to view-model
|
2019-08-26 17:13:32 +02:00 |
|
Felix Mau
|
15b5828aa5
|
📝 :: Updated docs
|
2019-08-26 17:11:56 +02:00 |
|
Felix Mau
|
c484cdd1f6
|
♻️ :: Moved all constants to a specific file
|
2019-08-26 11:36:57 +02:00 |
|
Felix Mau
|
1e1d3db048
|
♻️ :: Fix file-header warning
|
2019-08-25 22:35:35 +02:00 |
|
Felix Mau
|
28a82bdaf7
|
✅ :: Adapt test cases
|
2019-08-25 22:34:48 +02:00 |
|
Felix Mau
|
88cfdeb994
|
♻️ :: Updated example application
|
2019-08-25 22:20:18 +02:00 |
|
Felix Mau
|
c7fd4bfa35
|
♻️ :: Refactored module
|
2019-08-25 22:19:42 +02:00 |
|
Felix Mau
|
c88021a13e
|
🐛 :: Run pod install with fix for interface builder
|
2019-08-25 21:39:30 +02:00 |
|
Felix Mau
|
95a28420c9
|
♻️ :: Removed deprecated methods
|
2019-08-25 14:41:38 +02:00 |
|
Felix Mau
|
73adc1187e
|
♻️ :: Made extension public and moved base class from UIView to GradientActivityIndicatorView, to avoid conflicts with other frameworks.
|
2019-08-25 14:41:18 +02:00 |
|
Felix Mau
|
8b3d74fddb
|
♻️ :: removed BottomGradientLoadingBarController
|
2019-08-25 14:40:05 +02:00 |
|
Felix Mau
|
f03a5b6cd8
|
♻️ :: Cleanup GradientActivityIndicatorView
|
2019-08-25 11:41:40 +02:00 |
|
Felix Mau
|
56ace2a02c
|
♻️ :: Renamed GradientView to GradientActivityIndicatorView to match naming from apple docs:
> For an indeterminate progress indicator—or, informally, a “spinner”—use an instance of the UIActivityIndicatorView class.
https://developer.apple.com/documentation/uikit/uiprogressview
|
2019-08-25 10:04:51 +02:00 |
|
Felix Mau
|
cd35d7e4b4
|
✨ :: Added interface builder support for GradientView
|
2019-08-25 09:42:50 +02:00 |
|
Felix Mau
|
8278d9d842
|
GH-6 - 📝 :: Updated documentation with instance of GradientLoadingBar() saved on a view-controller property.
|
2019-08-21 11:42:33 +02:00 |
|
Felix Mau
|
41222ebf41
|
🔖 :: bump version
1.1.17
|
2019-06-30 09:57:08 +08:00 |
|
Felix Mau
|
21dac04152
|
⬆️ :: Update dependencies
|
2019-06-30 09:37:04 +08:00 |
|
Felix Mau
|
fbee82e037
|
✨ :: Added Cartfile for dependency LightweightObservable
|
2019-06-09 16:18:10 +08:00 |
|
Felix Mau
|
3e80af4464
|
♻️ :: Adapt folder structure in test target
As `GradientLoadingBar` is now the only feature (due to observable is extracted into a dependency), we don't need the folder `Feature` any more.
|
2019-06-08 14:51:48 +08:00 |
|
Felix Mau
|
51a66e4367
|
♻️ :: Adapt folder structure
As `GradientLoadingBar` is now the only feature (due to observable is extracted into a dependency), we don't need the folder `Feature` any more.
|
2019-06-08 14:47:22 +08:00 |
|
Felix Mau
|
2cae9aa051
|
Merge branch 'master' into feature/use-dependency-lightweight-observable
# Conflicts:
# Example/GradientLoadingBar.xcodeproj/project.pbxproj
|
2019-06-08 14:24:48 +08:00 |
|
Felix Mau
|
68b528cf5f
|
✅ :: Added test cases for UIView extensions
|
2019-05-21 15:37:07 +08:00 |
|
Felix Mau
|
eeb42f570c
|
Merge branch 'master' into feature/use-dependency-lightweight-observable
|
2019-05-19 09:04:31 +08:00 |
|
Felix Mau
|
62bf42820a
|
♻️ :: Renamed file
Configuration files should start with a dot.
|
2019-05-19 08:29:52 +08:00 |
|
Felix Mau
|
b3868b7881
|
📝 :: added author and further documentation
|
2019-05-19 08:29:29 +08:00 |
|
Felix M
|
3ba663fe83
|
✨ :: Add codecov.io support (#15)
* ✨ :: Add codecov.io support
* 🐛 :: Fix wrong workspace / scheme name
* ✏️ :: Added shield for code coverage
|
2019-05-19 07:36:14 +08:00 |
|
Felix Mau
|
3d9ffef1f8
|
📝 :: Updated documentation
|
2019-05-18 11:40:20 +08:00 |
|
Felix Mau
|
be4830fdc0
|
♻️ :: Remove own observable implementation in favour of LightweightObservable
|
2019-05-18 11:39:22 +08:00 |
|
Felix Mau
|
fea10c4b75
|
➕ :: Added LightweightObservable dependency
|
2019-05-18 11:33:42 +08:00 |
|
Felix Mau
|
ccec0d4683
|
🔖 :: bump version
1.1.16
|
2019-04-08 16:12:13 +12:00 |
|
Felix Mau
|
dbbe65e0d3
|
♻️ :: use https in url for screenshots
|
2019-04-08 16:12:02 +12:00 |
|
Felix Mau
|
8ed64269ff
|
💚 :: Fix build by using latest xcode version on travis-ci
|
2019-04-05 21:52:50 +13:00 |
|
Felix Mau
|
761f0e3613
|
♻️ :: Fix warning for missing documentation
|
2019-04-05 21:52:50 +13:00 |
|
Felix Mau
|
e2af4e3280
|
📝 :: Updated swift version in readme.md
|
2019-04-05 21:52:50 +13:00 |
|
Felix Mau
|
f3ccf063d2
|
🎨 :: Formatted code with updated dependencies
|
2019-04-05 21:52:50 +13:00 |
|
Felix Mau
|
5b416004c3
|
♻️ :: Fix build warnings
|
2019-04-05 21:52:50 +13:00 |
|
Felix Mau
|
2ee47686c9
|
⬆️ :: Updated dependencies
|
2019-04-05 21:52:50 +13:00 |
|
Felix Mau
|
1d6c7cab36
|
♻️ :: Updated to Swift 5.0
|
2019-04-05 21:52:50 +13:00 |
|
Emil Bellmann
|
9cd76385eb
|
Made extension methods internal to avoid conflicts with other libraries (#13)
* Made extension methods interal to avoid conflicts with other frameworks
* Removed `internal` keyword
|
2019-04-05 20:37:53 +13:00 |
|
Varun Kapoor
|
1971c0f5b3
|
Added an expected "," (#12)
Xcode refused to compile the initialization example as it was missing a ","
|
2019-03-24 13:38:12 +10:00 |
|