Felix Mau
|
f8fa1df63f
|
📝 :: Updated documentation
Furthermore this commit removes the documentation for deprecated methods, as this is already handled by the `@available` annotation
|
2018-12-23 10:16:20 +01:00 |
|
Felix Mau
|
dc11365872
|
📝 :: Updated documentation
|
2018-12-23 10:15:12 +01:00 |
|
Felix Mau
|
d1803cac8e
|
♻️ :: Update to recommended settings
|
2018-12-22 16:41:03 +01:00 |
|
Felix Mau
|
dc79ce663c
|
♻️ :: Added swiftlint - rules and fixed corresponding warnings
|
2018-12-22 16:40:41 +01:00 |
|
Felix Mau
|
af963e693c
|
⬆️ :: Update dependencies
|
2018-12-22 16:40:13 +01:00 |
|
Felix Mau
|
1142d95683
|
🔖 :: bump version
1.1.14
|
2018-12-20 21:38:06 +01:00 |
|
Felix Mau
|
284232c8a5
|
📝 :: Added source url
|
2018-12-20 20:33:26 +01:00 |
|
Felix Mau
|
4306166b80
|
📝 :: Adapt copyright
|
2018-12-16 18:32:18 +01:00 |
|
Felix Mau
|
e63f7910f7
|
♻️ :: Remove unnecessary call to super
|
2018-12-16 18:32:07 +01:00 |
|
Felix Mau
|
89897d0745
|
🐛 :: Fix fade-out-animations not working starting of iOS 12.0
See Also: https://openradar.appspot.com/46753872
|
2018-12-16 18:31:30 +01:00 |
|
Felix Mau
|
5b6579ceba
|
♻️ :: Use readonly observables for public properties
|
2018-11-16 15:24:45 +01:00 |
|
Felix Mau
|
99257a4ae5
|
🔖 :: bump version
1.1.13
|
2018-11-14 14:41:10 +01:00 |
|
Felix Mau
|
cd51ba8974
|
♻️ :: Specify version range for dependency Observable
|
2018-11-14 14:39:11 +01:00 |
|
Felix Mau
|
ffb92d2893
|
♻️ :: Apply recommend settings
|
2018-11-14 14:33:45 +01:00 |
|
Felix Mau
|
9eb15922f0
|
♻️ :: run pod install
|
2018-11-14 14:32:59 +01:00 |
|
Felix Mau
|
604537ca49
|
♻️ :: Specify version range for dependency Observable
|
2018-11-14 14:32:45 +01:00 |
|
Felix Mau
|
368566af40
|
⬆️ :: Updated dependencies / Adapt file Observable+ObserverDistinct.swift to new changes
|
2018-11-14 14:32:05 +01:00 |
|
Felix M
|
0c3e0026fa
|
♻️ :: Update example images
|
2018-09-23 22:07:12 +02:00 |
|
Felix Mau
|
25526a67bb
|
🔖 :: bump version
1.1.12
|
2018-09-22 15:41:46 +02:00 |
|
Felix Mau
|
224c6e11ba
|
📝 :: Updated documentation
|
2018-09-22 15:38:29 +02:00 |
|
Felix Mau
|
5cf1b112b5
|
📝 :: Updated documentation
|
2018-09-22 15:34:05 +02:00 |
|
Felix Mau
|
9c14fba045
|
♻️ :: Removed UIColor initializers, as they're not required for the project to work (and it's not very common to use hex color codes in iOS)
If you need them in your project, feel free to copy & paste to following file into you project: https://gist.github.com/fxm90/1350d27abf92af3be59aaa9eb72c9310
|
2018-09-22 15:22:20 +02:00 |
|
Felix Mau
|
7b569502c5
|
♻️ :: Comments & Cleanup
|
2018-09-22 15:09:59 +02:00 |
|
Felix Mau
|
de48aaff40
|
Merge branch 'master' into feature/observables
# Conflicts:
# Example/GradientLoadingBar.xcodeproj/project.pbxproj
# Example/GradientLoadingBar/AppDelegate.swift
# Example/Podfile.lock
# GradientLoadingBar/Classes/ViewModel/GradientLoadingBarViewModel.swift
# GradientLoadingBar/Classes/Views/GradientView.swift
|
2018-09-22 14:38:48 +02:00 |
|
Felix Mau
|
058735c5d8
|
Merge branch 'master' of github.com:fxm90/GradientLoadingBar
|
2018-09-22 14:30:50 +02:00 |
|
Felix M
|
13fe0d6f07
|
Merge pull request #9 from kuzdu/convert_to_swift_4_2
Updates for Swift 4.2
|
2018-09-22 13:06:26 +02:00 |
|
Michael Rothkegel
|
4a21aeeb84
|
-small refactoring for swift 4.2
-update example to swift 4.2
|
2018-09-21 10:35:51 +02:00 |
|
Felix Mau
|
78fd785c4e
|
🐛 :: Update travis files for Swift 4.2
|
2018-09-20 08:47:38 +02:00 |
|
Felix Mau
|
e4a2410197
|
🐛 :: Update travis files for Swift 4.2
|
2018-09-20 08:39:51 +02:00 |
|
Felix Mau
|
d378e002a0
|
♻️ :: Update to Swift 4.2
|
2018-09-19 21:45:35 +02:00 |
|
Felix Mau
|
ce27755af1
|
♻️ :: Refactored code for fading in view
|
2018-09-19 21:43:17 +02:00 |
|
Felix Mau
|
d71fb24f21
|
♻️ :: Update scripts
|
2018-09-19 21:33:02 +02:00 |
|
Felix Mau
|
3aca89a629
|
♻️ :: Update example applications
|
2018-09-19 21:32:47 +02:00 |
|
Felix Mau
|
28d4aebeac
|
♻️ :: refactored example application to support iPads
|
2018-09-09 20:24:41 +02:00 |
|
Felix Mau
|
b064a02beb
|
♻️ :: lint code
|
2018-09-09 19:50:41 +02:00 |
|
Felix Mau
|
e55c4307cb
|
♻️ :: Clean-up code
|
2018-09-09 18:46:49 +02:00 |
|
Felix Mau
|
b26c2c5671
|
🚸 :: Updated Example Application
|
2018-09-08 18:42:15 +02:00 |
|
Felix Mau
|
49e8cc2ca2
|
🐛 :: Fix not adding gradient loading bar to keyWindow, if keyWindow is already available
|
2018-09-08 16:36:30 +02:00 |
|
Felix Mau
|
85543cc0f6
|
✨ :: Added Cartfile for Carthage dependencies
|
2018-09-08 16:18:47 +02:00 |
|
Felix Mau
|
12c293f9ee
|
💬 :: Updated titles in example application
|
2018-09-08 16:18:27 +02:00 |
|
Felix Mau
|
031e180705
|
⬇️ :: Undo Swift 4.2 changes
|
2018-09-08 14:17:38 +02:00 |
|
Felix Mau
|
88159d06bf
|
⬇️ :: Undo Swift 4.2 changes
|
2018-09-08 14:12:27 +02:00 |
|
Felix Mau
|
1878c07a19
|
🐛 :: Fix folder structure not matching project structure
|
2018-09-08 14:08:52 +02:00 |
|
Felix Mau
|
c07c5dd1c5
|
✅ :: Adapt testcases for observables
|
2018-09-08 12:32:25 +02:00 |
|
Felix Mau
|
120eb40891
|
📝 :: Updated documentation
|
2018-09-08 12:32:02 +02:00 |
|
Felix Mau
|
6604bd7050
|
🐛 :: Prevent stopping animation on disappearing view, and then coming back.
|
2018-09-03 19:43:57 +02:00 |
|
Felix Mau
|
285551c45f
|
Merge branch 'master' into feature/obersavables
|
2018-09-03 19:35:44 +02:00 |
|
Felix Mau
|
3975a26232
|
⏪ :: Include Pods in repo in order to make symlink Pods.xcodeproj work (used for Carthage support)
|
2018-09-03 19:35:02 +02:00 |
|
Felix Mau
|
7720c07cb6
|
♻️ :: added flag for handling safe area insets
|
2018-09-03 19:31:55 +02:00 |
|
Felix Mau
|
f0407dafa3
|
⬇️ :: Undo Swift 4.2 changes
|
2018-09-03 18:43:33 +02:00 |
|