Marino Faggiana vor 6 Jahren
Ursprung
Commit
5147f93230

+ 15 - 0
File Provider ExtensionUI/DocumentActionViewController.swift

@@ -5,6 +5,21 @@
 //  Created by Marino Faggiana on 26/06/18.
 //  Copyright © 2018 TWS. All rights reserved.
 //
+//  Author Marino Faggiana <m.faggiana@twsweb.it>
+//
+//  This program is free software: you can redistribute it and/or modify
+//  it under the terms of the GNU General Public License as published by
+//  the Free Software Foundation, either version 3 of the License, or
+//  (at your option) any later version.
+//
+//  This program is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+//  GNU General Public License for more details.
+//
+//  You should have received a copy of the GNU General Public License
+//  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+//
 
 import UIKit
 import FileProviderUI

+ 0 - 1
iOSClient/Brand/Intro/CCIntro.h

@@ -36,7 +36,6 @@
 @property (nonatomic, strong) UIView *rootView;
 @property (nonatomic, strong) NSString *type;
 
-
 - (void)show;
 
 @end

+ 1 - 17
iOSClient/Brand/Intro/CCIntro.m

@@ -105,22 +105,6 @@
     page1.bgImage = [UIImage imageNamed:@"bgbianco"];
     page1.titleIconPositionY = titleIconPositionY;
     page1.showTitleView = NO;
-    
-    EAIntroPage *page11 = [EAIntroPage page];
-    
-    page11.titleIconView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"intro11"]];
-    page11.title = NSLocalizedStringFromTable(@"_intro_11_title_", @"Intro", nil);
-    page11.desc = NSLocalizedStringFromTable(@"_intro_11_text_",  @"Intro", nil);
-    
-    page11.titlePositionY = titlePositionY;
-    page11.titleColor = [UIColor blackColor];
-    page11.titleFont = [UIFont systemFontOfSize:20];
-    page11.descPositionY = descPositionY;
-    page11.descColor = [UIColor blackColor];
-    page11.descFont = [UIFont systemFontOfSize:14];
-    page11.bgImage = [UIImage imageNamed:@"bgbianco"];
-    page11.titleIconPositionY = titleIconPositionY;
-    page11.showTitleView = NO;
 
     EAIntroPage *page2 = [EAIntroPage page];
 
@@ -178,7 +162,7 @@
     };
 
     [intro setDelegate:self];
-    [intro setPages:@[page1,page11,page2,page3]];
+    [intro setPages:@[page1,page2,page3]];
     [intro showInView:self.rootView animateDuration:0];
 }
 

+ 0 - 21
iOSClient/Brand/Intro/ImagesIntro.xcassets/intro11.imageset/Contents.json

@@ -1,21 +0,0 @@
-{
-  "images" : [
-    {
-      "idiom" : "universal",
-      "scale" : "1x"
-    },
-    {
-      "idiom" : "universal",
-      "filename" : "intro11@2x.png",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "universal",
-      "scale" : "3x"
-    }
-  ],
-  "info" : {
-    "version" : 1,
-    "author" : "xcode"
-  }
-}

BIN
iOSClient/Brand/Intro/ImagesIntro.xcassets/intro11.imageset/intro11@2x.png


+ 15 - 0
iOSClient/Login/CCLoginWeb.swift

@@ -5,6 +5,21 @@
 //  Created by Marino Faggiana on 07/04/17.
 //  Copyright © 2017 TWS. All rights reserved.
 //
+//  Author Marino Faggiana <m.faggiana@twsweb.it>
+//
+//  This program is free software: you can redistribute it and/or modify
+//  it under the terms of the GNU General Public License as published by
+//  the Free Software Foundation, either version 3 of the License, or
+//  (at your option) any later version.
+//
+//  This program is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+//  GNU General Public License for more details.
+//
+//  You should have received a copy of the GNU General Public License
+//  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+//
 
 import UIKit