Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Material
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitriy Stepanets
Material
Commits
3ff6b6f5
Commit
3ff6b6f5
authored
Dec 24, 2015
by
danieldahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated LICENSE header
parent
c55bcc21
Hide whitespace changes
Inline
Side-by-side
Showing
71 changed files
with
71 additions
and
71 deletions
+71
-71
Examples/Programmatic/CaptureView/CaptureView/AppDelegate.swift
+1
-1
Examples/Programmatic/CaptureView/CaptureView/ViewController.swift
+1
-1
Examples/Programmatic/CardView/CardView/AppDelegate.swift
+1
-1
Examples/Programmatic/CardView/CardView/ContentKit+UIImage.swift
+1
-1
Examples/Programmatic/CardView/CardView/ViewController.swift
+1
-1
Examples/Programmatic/ImageCardView/ImageCardView/AppDelegate.swift
+1
-1
Examples/Programmatic/ImageCardView/ImageCardView/ContentKit+UIImage.swift
+1
-1
Examples/Programmatic/ImageCardView/ImageCardView/ViewController.swift
+1
-1
Examples/Programmatic/MaterialButton/MaterialButton/AppDelegate.swift
+1
-1
Examples/Programmatic/MaterialButton/MaterialButton/ViewController.swift
+1
-1
Examples/Programmatic/MaterialLayer/MaterialLayer/AppDelegate.swift
+1
-1
Examples/Programmatic/MaterialLayer/MaterialLayer/ViewController.swift
+1
-1
Examples/Programmatic/MaterialLayout/MaterialLayout/AppDelegate.swift
+1
-1
Examples/Programmatic/MaterialLayout/MaterialLayout/ViewController.swift
+1
-1
Examples/Programmatic/MaterialPulseView/MaterialPulseView/AppDelegate.swift
+1
-1
Examples/Programmatic/MaterialPulseView/MaterialPulseView/ViewController.swift
+1
-1
Examples/Programmatic/MaterialView/MaterialView/AppDelegate.swift
+1
-1
Examples/Programmatic/MaterialView/MaterialView/ViewController.swift
+1
-1
Examples/Programmatic/NavigationBarView/NavigationBarView/AppDelegate.swift
+1
-1
Examples/Programmatic/NavigationBarView/NavigationBarView/ViewController.swift
+1
-1
Examples/Programmatic/SideNavigationViewController/SideNavigationViewController/AMainViewController.swift
+1
-1
Examples/Programmatic/SideNavigationViewController/SideNavigationViewController/AppDelegate.swift
+1
-1
Examples/Programmatic/SideNavigationViewController/SideNavigationViewController/BMainViewController.swift
+1
-1
Examples/Programmatic/SideNavigationViewController/SideNavigationViewController/SideViewController.swift
+1
-1
Examples/Programmatic/TextField/TextField/AppDelegate.swift
+1
-1
Examples/Programmatic/TextField/TextField/ViewController.swift
+1
-1
Examples/Storyboards/CardView/CardView/AppDelegate.swift
+1
-1
Examples/Storyboards/CardView/CardView/ViewController.swift
+1
-1
Examples/Storyboards/ImageCardView/ImageCardView/AppDelegate.swift
+1
-1
Examples/Storyboards/ImageCardView/ImageCardView/ViewController.swift
+1
-1
Examples/Storyboards/NavigationBarView/NavigationBarView/AppDelegate.swift
+1
-1
Examples/Storyboards/NavigationBarView/NavigationBarView/ViewController.swift
+1
-1
Examples/Storyboards/SideNavigationViewController/SideNavigationViewController/AppDelegate.swift
+1
-1
Examples/Storyboards/SideNavigationViewController/SideNavigationViewController/MainViewController.swift
+1
-1
Examples/Storyboards/SideNavigationViewController/SideNavigationViewController/SideViewController.swift
+1
-1
Sources/CapturePreviewView.swift
+1
-1
Sources/CaptureSession.swift
+1
-1
Sources/CaptureView.swift
+1
-1
Sources/CardView.swift
+1
-1
Sources/FabButton.swift
+1
-1
Sources/FlatButton.swift
+1
-1
Sources/ImageCardView.swift
+1
-1
Sources/Material+UIFont.swift
+1
-1
Sources/MaterialAnimation.swift
+1
-1
Sources/MaterialBasicAnimation.swift
+1
-1
Sources/MaterialBorder.swift
+1
-1
Sources/MaterialButton.swift
+1
-1
Sources/MaterialColor.swift
+1
-1
Sources/MaterialDepth.swift
+1
-1
Sources/MaterialEdgeInsets.swift
+1
-1
Sources/MaterialFont.swift
+1
-1
Sources/MaterialGravity.swift
+1
-1
Sources/MaterialKeyframeAnimation.swift
+1
-1
Sources/MaterialKit.h
+1
-1
Sources/MaterialLabel.swift
+1
-1
Sources/MaterialLayer.swift
+1
-1
Sources/MaterialLayout.swift
+1
-1
Sources/MaterialPulseView.swift
+1
-1
Sources/MaterialRadius.swift
+1
-1
Sources/MaterialShape.swift
+1
-1
Sources/MaterialTableViewCell.swift
+1
-1
Sources/MaterialTextLayer.swift
+1
-1
Sources/MaterialTheme.swift
+1
-1
Sources/MaterialTransitionAnimation.swift
+1
-1
Sources/MaterialView.swift
+1
-1
Sources/NavigationBarView.swift
+1
-1
Sources/RaisedButton.swift
+1
-1
Sources/RobotoFont.swift
+1
-1
Sources/SideNavigationViewController.swift
+1
-1
Sources/TextField.swift
+1
-1
Tests/MaterialKitTests.swift
+1
-1
No files found.
Examples/Programmatic/CaptureView/CaptureView/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/CaptureView/CaptureView/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/CardView/CardView/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/CardView/CardView/ContentKit+UIImage.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/CardView/CardView/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/ImageCardView/ImageCardView/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/ImageCardView/ImageCardView/ContentKit+UIImage.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/ImageCardView/ImageCardView/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/MaterialButton/MaterialButton/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/MaterialButton/MaterialButton/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/MaterialLayer/MaterialLayer/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/MaterialLayer/MaterialLayer/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/MaterialLayout/MaterialLayout/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/MaterialLayout/MaterialLayout/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/MaterialPulseView/MaterialPulseView/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/MaterialPulseView/MaterialPulseView/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/MaterialView/MaterialView/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/MaterialView/MaterialView/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/NavigationBarView/NavigationBarView/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/NavigationBarView/NavigationBarView/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/SideNavigationViewController/SideNavigationViewController/AMainViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/SideNavigationViewController/SideNavigationViewController/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/SideNavigationViewController/SideNavigationViewController/BMainViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/SideNavigationViewController/SideNavigationViewController/SideViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/TextField/TextField/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Programmatic/TextField/TextField/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Storyboards/CardView/CardView/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Storyboards/CardView/CardView/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Storyboards/ImageCardView/ImageCardView/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Storyboards/ImageCardView/ImageCardView/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Storyboards/NavigationBarView/NavigationBarView/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Storyboards/NavigationBarView/NavigationBarView/ViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Storyboards/SideNavigationViewController/SideNavigationViewController/AppDelegate.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Storyboards/SideNavigationViewController/SideNavigationViewController/MainViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Examples/Storyboards/SideNavigationViewController/SideNavigationViewController/SideViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/CapturePreviewView.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/CaptureSession.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/CaptureView.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/CardView.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/FabButton.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/FlatButton.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/ImageCardView.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/Material+UIFont.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialAnimation.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialBasicAnimation.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialBorder.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialButton.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialColor.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialDepth.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialEdgeInsets.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialFont.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialGravity.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialKeyframeAnimation.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialKit.h
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialLabel.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialLayer.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialLayout.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialPulseView.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialRadius.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialShape.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialTableViewCell.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialTextLayer.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialTheme.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialTransitionAnimation.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/MaterialView.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/NavigationBarView.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/RaisedButton.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/RobotoFont.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/SideNavigationViewController.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Sources/TextField.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Tests/MaterialKitTests.swift
View file @
3ff6b6f5
//
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
// Copyright (C) 2015 CosmicMind, Inc. <http://cosmicmind.io>
..
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment