12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103 |
- //
- // NASViewController.m
- // 双子星云手机
- //
- // Created by xd h on 2024/6/19.
- //
- #import "NASViewController.h"
- #import "NASMySpaceView.h"
- #import "NASCommonUsedView.h"
- #import "shareSecretTableViewCell.h"
- #import "NASLastFileView.h"
- #import "previewImageOrVideoViewController.h"
- #import "previewAudioOrDocumentViewController.h"
- #import "previewFileAndFolderViewController.h"
- #import "shareRecordViewController.h"
- #import "backupsOptionViewController.h"
- #import "fileTransfeSetViewController.h"
- #import "uploadFileRecordViewController.h"
- #import "previewToUploadFileView.h"
- #import "NASMySpaceViewController.h"
- #import "NasPreviewVideoViewController.h"
- #import "lastFileManager.h"
- #import "lastFileTableViewCell.h"
- #import "nasLastFileViewController.h"
- #import "audioPlayerViewController.h"
- #import "videoPlayByAVPlayerViewController.h"
- #import "imageDetailsScrollViewController.h"
- #import "queryShareModel.h"
- #import "imageVersionRenewTipView.h"
- #import "HWVersionModel.h"
- #import "HaveNewVersionView.h"
- #import "newerGuideView.h"
- #import "CustomerWebViewController.h"
- #import "noticeModel.h"
- #import "HaveNoticeView.h"
- #import "audioPlayingView.h"
- #import "DFPlayer.h"
- #import "queryShareReportMarkModel.h"
- #import "UpgradeInfoModel.h"
- #import "imageVersionUpdateDoneView.h"
- #import "imageVersionUpdateFailView.h"
- #import "queryHeartbeatModel.h"
- #import "BoxHeartbeatAlertTool.h"
- @interface NASViewController ()<UITableViewDelegate,UITableViewDataSource>
- {
- BOOL canShareType;
-
- UIImageView *welcomeImageV;//弃用
- UIView* rightRedView;//
- BOOL hadUploadTaskType;
- BOOL hadDownloadTaskType;
-
- NSInteger tryLinkNum;
- NSInteger tryLinkFrpNum;//frp接口连接次数
-
- imageVersionRenewTipView * RenewTipView;
- imageVersionUpdateDoneView* imageVersionUpdateDoneV;
- imageVersionUpdateFailView* imageVersionUpdateFailV;
- }
- @property (nonatomic,strong)UITableView*tableView;
- @property (nonatomic, strong) UIView*tableHeadView;
- @property (nonatomic, strong) NASMySpaceView* NASMySpaceV;
- @property (nonatomic, strong) NASCommonUsedView* NASCommonUsedV;
- @property (nonatomic,strong)NASLastFileView*NASLastFileV;
- @property (nonatomic,strong) NSMutableArray *lastFileDataArr;
- @property (nonatomic,strong)UpgradeInfoModel*otaUpgradeInfoModel;
- @end
- @implementation NASViewController
- - (void)viewDidLoad {
- [super viewDidLoad];
- // Do any additional setup after loading the view.
-
- [self.view setBackgroundColor:HWF5F7FAColor];
-
- [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getExtraFilesDoneFun:) name:getExtraFilesDoneNotification object:nil];
-
-
- [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationDidBecomeActive:) name:UIApplicationDidBecomeActiveNotification object:nil];
-
- //输入密码完成
- [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didInpuPwdOkFun) name:didInputPWDNotification object:nil];
-
- [self.toolBar setHidden:YES];
- [self.navigationBar setHidden:YES];
- [self.navBarBGView setHidden:YES];
-
- [self drawAnyView];
-
-
- // CGFloat second = 0.1;
- // BOOL haveOpenMask = [HWDataManager getBoolWithKey:Const_cloudPhone_Model_Open];
- // if(haveOpenMask){
- // second = 5;
- // }
- // dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(second * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
- // [self beginShowAlertFun];
- // });
-
- //[self beginShowAlertFun];
- }
- - (void)drawAnyView{
- //顶底底部图片
- UIImageView *topImageV = [UIImageView new];
- topImageV.image = [UIImage imageNamed:@"Nas_top_img"];
- [self.view addSubview:topImageV];
-
- [topImageV mas_makeConstraints:^(MASConstraintMaker *make) {
- make.top.mas_equalTo(0);
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.height.mas_equalTo(280.0*AUTOSCALE);
- }];
-
- // NSString *welcomeImageStr = @"nas_welcome_cs";
- // //欢迎
- // //en-US 英文 ja-JP 日文
- // NSArray *arLanguages = [[NSUserDefaults standardUserDefaults] objectForKey:@"AppleLanguages"];
- // NSLog(@"arLanguages:%@",arLanguages);
- // ///获取设备当前地区的代码和APP语言环境
- // NSString *languageCode = [NSLocale preferredLanguages][0];
- //
- // //目前支持 中文(简体 繁体) 英文 日语
- // if([languageCode rangeOfString:@"zh-Hans"].location != NSNotFound)
- // {
- // welcomeImageStr = @"nas_welcome_cs";
- // }
- // else if([languageCode rangeOfString:@"zh-Hant"].location != NSNotFound)
- // {
- // welcomeImageStr = @"nas_welcome_ct";
- // }
- // else{
- // welcomeImageStr = @"nas_welcome_en";
- // }
-
- CGFloat imageTopY = 54.0;
- welcomeImageV = [UIImageView new];
- welcomeImageV.hidden = YES;
- //welcomeImageV.image = [UIImage imageNamed:welcomeImageStr];
- [self.view addSubview:welcomeImageV];
-
- [welcomeImageV mas_makeConstraints:^(MASConstraintMaker *make) {
- make.top.mas_equalTo(imageTopY);
- make.left.mas_equalTo(16);
- make.width.mas_equalTo(210);
- make.height.mas_equalTo(24);
- }];
-
- UILabel *welcomelabel = [[UILabel alloc] init];
- welcomelabel.text = NSLocalizedString(@"NAS_top_welcome_title",nil);
- welcomelabel.textColor = [UIColor hwColor:@"#0A132B"];
- welcomelabel.font = [UIFont boldSystemFontOfSize:18.0];
- [self.view addSubview:welcomelabel];
-
- [welcomelabel mas_makeConstraints:^(MASConstraintMaker *make) {
- make.top.mas_equalTo(imageTopY);
- make.left.mas_equalTo(16);
- make.width.mas_equalTo(240);
- make.height.mas_equalTo(24);
- }];
-
- //添加按钮
- UIButton *addButton = [[UIButton alloc] init];
- [addButton setImage:[UIImage imageNamed:@"nas_add_icon"] forState:UIControlStateNormal];
- addButton.tag = 1;
- [addButton addTarget:self action:@selector(didClickHeadButtonFun:) forControlEvents:UIControlEventTouchUpInside];
- [self.view addSubview:addButton];
-
- [addButton mas_makeConstraints:^(MASConstraintMaker *make) {
- make.centerY.equalTo(welcomeImageV.mas_centerY).offset(0);
- make.right.mas_equalTo(-10);
- make.width.mas_equalTo(40);
- make.height.mas_equalTo(40);
- }];
-
- UIButton *rightTransferListButton = [[UIButton alloc] init];
- //[rightTransferListButton setImage:[UIImage imageNamed:@"icon_file_transfer"] forState:UIControlStateNormal];
- [rightTransferListButton setImage:[UIImage imageNamed:@"icon_file_transfer"] forState:UIControlStateNormal];
- rightTransferListButton.tag = 2;
- [rightTransferListButton addTarget:self action:@selector(didClickHeadButtonFun:) forControlEvents:UIControlEventTouchUpInside];
- [self.view addSubview:rightTransferListButton];
-
- [rightTransferListButton mas_makeConstraints:^(MASConstraintMaker *make) {
- //make.top.mas_equalTo(imageTopY);
- make.centerY.equalTo(welcomeImageV.mas_centerY).offset(0);
- make.right.equalTo(addButton.mas_left).offset(0);
- make.width.mas_equalTo(40);
- make.height.mas_equalTo(40);
- }];
-
- rightRedView = [[UIView alloc] init];
- rightRedView.backgroundColor = [UIColor hwColor:@"#DD4E4E" alpha:1.0];
- [rightTransferListButton addSubview:rightRedView];
- rightRedView.layer.cornerRadius = 7;
- rightRedView.hidden = YES;
-
- [rightRedView mas_makeConstraints:^(MASConstraintMaker *make) {
- make.width.mas_equalTo(14);
- make.height.mas_equalTo(14);
- make.right.mas_equalTo(0);
- make.top.mas_equalTo(6);
- }];
-
- [self.view addSubview:self.tableView];
- [self.tableView mas_makeConstraints:^(MASConstraintMaker *make) {
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.top.equalTo(welcomeImageV.mas_bottom).offset(20);
- make.bottom.mas_equalTo(-TABBARHEIGHT);
- }];
-
- self.tableView.userInteractionEnabled = NO;
-
- _tableHeadView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_W, 165+ 15 +120 +54 + 15)];
- //_tableHeadView.backgroundColor = [UIColor hwColor:@"#F6F8FA"];
- _tableHeadView.backgroundColor = [UIColor clearColor];
- self.tableView.tableHeaderView = _tableHeadView;
-
-
- //我的空间
- _NASMySpaceV = [[NASMySpaceView alloc] init];
- [_tableHeadView addSubview:_NASMySpaceV];
-
- [_NASMySpaceV mas_makeConstraints:^(MASConstraintMaker *make) {
- //make.top.equalTo(welcomeImageV.mas_bottom).offset(20);
- make.top.mas_equalTo(0);
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.height.mas_equalTo(165);
- }];
-
- //常用功能
- _NASCommonUsedV = [[NASCommonUsedView alloc] init];
- [_tableHeadView addSubview:_NASCommonUsedV];
-
- [_NASCommonUsedV mas_makeConstraints:^(MASConstraintMaker *make) {
- make.top.equalTo(_NASMySpaceV.mas_bottom).offset(15);
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.height.mas_equalTo(120);
- }];
-
- //最近文件
- [_tableHeadView addSubview:self.NASLastFileV];
- [self.NASLastFileV mas_makeConstraints:^(MASConstraintMaker *make) {
- make.top.equalTo(_NASCommonUsedV.mas_bottom).offset(15);
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.height.mas_equalTo(54);
- }];
-
- BOOL isShowLastFileType = [HWDataManager getBoolWithKey:Const_last_file_show];
- self.NASLastFileV.eyeButton.selected = !isShowLastFileType;
-
- //tableFooterView
- NSString *text = NSLocalizedString(@"NAS_bottom_tip",nil);
- UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, SCREEN_W, 50)];
- label.text = [[NSString alloc] initWithFormat:@"- %@ -",text];
- label.textColor = [UIColor hwColor:@"#959799"];
- label.font = [UIFont systemFontOfSize:12];
- label.textAlignment = NSTextAlignmentCenter;
- self.tableView.tableFooterView = label;
-
- KWeakSelf
- _NASMySpaceV.didClickButtonFun = ^(NSInteger tag) {
- [weakSelf didClickMySpaceFunBy:tag];
- };
-
- _NASCommonUsedV.didClickButtonFun = ^(NSInteger tag) {
- [weakSelf didClickCommonUsedFunBy:tag];
- };
-
- self.NASLastFileV.didClickButtonFun = ^(NSInteger tag) {
- [weakSelf didClickLastFileFunBy:tag];
- };
-
- [self setMySpaceDataFun];
- }
- #pragma mark - 懒加载
- - (UITableView *)tableView{
- if (!_tableView) {
- _tableView = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 0, 0) style:UITableViewStylePlain];
- _tableView.delegate = self;
- _tableView.dataSource = self;
- _tableView.showsVerticalScrollIndicator = NO;
- _tableView.showsHorizontalScrollIndicator = NO;
- // _tableView.contentInset = UIEdgeInsetsMake(-H_STATE_BAR, 0, 0, 0);
- [_tableView setSeparatorStyle:(UITableViewCellSeparatorStyleNone)];
- [_tableView setSeparatorColor:[UIColor clearColor]];
- //[_tableView setBackgroundColor:[UIColor hwColor:@"#FFFFFF"]];
- [_tableView setBackgroundColor:[UIColor clearColor]];
- //[_tableView setTableFooterView:[UIView new]];
- [_tableView setBounces:YES];
-
- if (@available(iOS 15.0, *)) {
- _tableView.sectionHeaderTopPadding = 0;
- }
-
- _tableView.layer.cornerRadius = 8;
- _tableView.layer.masksToBounds = YES;
- }
-
- return _tableView;
- }
- - (NASLastFileView*)NASLastFileV
- {
- if(!_NASLastFileV){
- _NASLastFileV = [NASLastFileView new];
- }
- return _NASLastFileV;
- }
- #pragma mark - 列表委托
- - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{
- return 1;
- }
- - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
- if(!_lastFileDataArr){
- return 0;
- }
- return _lastFileDataArr.count;
- }
- - (lastFileTableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
-
- __block NSInteger row = indexPath.row;
- static NSString *identifier = @"lastFileTableViewCell";
-
- lastFileTableViewCell * cell = [tableView dequeueReusableCellWithIdentifier:identifier];
- cell.selectionStyle = UITableViewCellSelectionStyleNone;
- if (!cell){
- cell = [[lastFileTableViewCell alloc] initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:identifier];
- [cell setSelectionStyle:UITableViewCellSelectionStyleNone];
- [cell setBackgroundColor:[UIColor clearColor]];
- [cell setAccessoryType:(UITableViewCellAccessoryNone)];
- [cell hideCheckButtonBy:YES];
- }
-
- if(row < _lastFileDataArr.count){
- lastFileModel* dataModel = _lastFileDataArr[row];
- cell.curLastFileModel = dataModel;
-
- // KWeakSelf
- // cell.didClickSwitch = ^(BOOL SwitchOn) {
- // //[weakSelf userCheckFilePreviewByRow:row];
- // };
-
- cell.cellBgView.layer.mask = nil;
- if(row == _lastFileDataArr.count -1){
- /*下圆角*/
- UIBezierPath *maskPath = [UIBezierPath bezierPathWithRoundedRect:CGRectMake(0, 0, SCREEN_W-32 , 84)
- byRoundingCorners:UIRectCornerBottomLeft | UIRectCornerBottomRight
- cornerRadii:CGSizeMake(12, 12)];
- CAShapeLayer *maskLayer = [[CAShapeLayer alloc] init];
- maskLayer.frame = cell.cellBgView.bounds;
- maskLayer.path = maskPath.CGPath;
- cell.cellBgView.layer.mask = maskLayer;
- }
- }
-
- return cell;
- }
- - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
- return 84;
- }
- - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
- {
- NSInteger row = indexPath.row;
-
- if(row < _lastFileDataArr.count){
- lastFileModel* dataModel = _lastFileDataArr[row];
-
- if([dataModel.type isEqualToString:@"video"]){
- videoPlayByAVPlayerViewController *vc = [videoPlayByAVPlayerViewController new];
- vc.VideoDataMode = (NASFileAndFolderDataModel*)dataModel;
- [self.navigationController pushViewController:vc animated:YES];
- }
- else if([dataModel.type isEqualToString:@"audio"]){
-
- // NSMutableArray *audioDataArr = [NSMutableArray new];
- // NSInteger index = 0;
- //
- // for (int i=0; i<_lastFileDataArr.count; i++) {
- // lastFileModel* audioDataModel = _lastFileDataArr[i];
- // if([audioDataModel.type isEqualToString:@"audio"]){
- //
- // if(i == row){
- // index = audioDataArr.count;
- // }
- //
- // [audioDataArr addObject:audioDataModel];
- // }
- // }
-
- audioPlayerViewController *vc = [audioPlayerViewController new];
- vc.isfirstEnterType = YES;
- vc.outSideDataModel = (NASFileAudioDataModel *)dataModel;
- [self.navigationController pushViewController:vc animated:YES];
-
- KWeakSelf
- vc.didNeedDeleteFile = ^(NSString * _Nonnull filePath) {
- [weakSelf getLastFileDataFun];
- };
- }
- else if([dataModel.type containsString:@"jpg"]){
-
- NSMutableArray *jpgDataArr = [NSMutableArray new];
- NSInteger index = 0;
-
- for (int i=0; i<_lastFileDataArr.count; i++) {
- lastFileModel* jpgDataModel = _lastFileDataArr[i];
- if([jpgDataModel.type containsString:@"jpg"]){
- if(i == row){
- index = jpgDataArr.count;
- }
- [jpgDataArr addObject:jpgDataModel];
- }
- }
-
- imageDetailsScrollViewController *vc = [imageDetailsScrollViewController new];
- vc.index = index;
- vc.totalDataArr = jpgDataArr;
- [self.navigationController pushViewController:vc animated:YES];
- vc.canShareType = canShareType;
-
- }
- }
- }
- #pragma mark 点击头部
- - (void)didClickHeadButtonFun:(UIButton*)but
- {
- if([AFNetworkReachabilityManager sharedManager].networkReachabilityStatus == AFNetworkReachabilityStatusNotReachable)
- {
- [[iToast makeText:NSLocalizedString(@"phone_network_fail_Tips",nil)] show];
- return;
- }
-
- NSInteger tag = but.tag;
-
- switch (tag) {
- case 1:
- {
- if(ksharedAppDelegate.DisabledFileTransferType){
- if(ksharedAppDelegate.isImageNewFor130){
- [[iToast makeText:NSLocalizedString(@"File_Transfer_Disable_tip",nil)] show];
- }
- else{
- [[iToast makeText:NSLocalizedString(@"File_Transfer_Disable_tip2",nil)] show];
- }
- return;
- }
-
- [self userDidClickUploadViewFun];
- }
- break;
- case 2:
- {
- uploadFileRecordViewController *vc = [uploadFileRecordViewController new];
- [self pushViewController:vc animated:YES];
- }
- break;
-
- default:
- break;
- }
- }
- #pragma mark 点击我的空间模块
- - (void)didClickMySpaceFunBy:(NSInteger)tag
- {
- // if(tag ==1 ){
- // if(!ksharedAppDelegate.cloudPhoneExtraFileListMod){
- // //链接了
- // tryLinkNum ++;
- // [[webSocketManager shareInstance] getExtraFilesListFun];
- //
- // if(tryLinkNum >= 3){
- // tryLinkNum = 0;
- // [[iToast makeText:NSLocalizedString(@"box_link_error_show_tip",nil)] show];
- // return;
- // }
- //
- // KWeakSelf
- // dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
- // [weakSelf didClickMySpaceFunBy:tag];
- // });
- // return;
- // }
- // }
-
- if([AFNetworkReachabilityManager sharedManager].networkReachabilityStatus == AFNetworkReachabilityStatusNotReachable)
- {
- [[iToast makeText:NSLocalizedString(@"phone_network_fail_Tips",nil)] show];
- return;
- }
-
- // if (!ksharedAppDelegate.isWebSockLinkOKAginType) {//未链接
- // [[iToast makeText:NSLocalizedString(@"box_link_error_show_tip",nil)] show];
- // return;
- // }
-
- if(ksharedAppDelegate.DisabledFileTransferType){
- if(ksharedAppDelegate.isImageNewFor130){
- [[iToast makeText:NSLocalizedString(@"File_Transfer_Disable_tip",nil)] show];
- }
- else{
- [[iToast makeText:NSLocalizedString(@"File_Transfer_Disable_tip2",nil)] show];
- }
- return;
- }
-
- tryLinkNum = 0;
- switch (tag)
- {
- case 1:
- {
- NASMySpaceViewController *vc = [NASMySpaceViewController new];
- [self pushViewController:vc animated:YES];
- }
- break;
- case 10:{
- previewImageOrVideoViewController *vc = [previewImageOrVideoViewController new];
- vc.isPhotoType = YES;
- [self pushViewController:vc animated:YES];
- }
- break;
- case 11:{
- // previewImageOrVideoViewController *vc = [previewImageOrVideoViewController new];
- // vc.isPhotoType = NO;
- // [self pushViewController:vc animated:YES];
-
- NasPreviewVideoViewController *vc = [NasPreviewVideoViewController new];
- [self pushViewController:vc animated:YES];
- }
- break;
- case 12:{
- previewAudioOrDocumentViewController *vc = [previewAudioOrDocumentViewController new];
- vc.isAudioType = YES;
- [self pushViewController:vc animated:YES];
- }
- break;
- case 13:{
- previewFileAndFolderViewController *vc = [previewFileAndFolderViewController new];
- [self pushViewController:vc animated:YES];
- }
- break;
-
- default:
- break;
- }
- }
- #pragma mark 点击常用模块模块
- - (void)didClickCommonUsedFunBy:(NSInteger)tag
- {
- if([AFNetworkReachabilityManager sharedManager].networkReachabilityStatus == AFNetworkReachabilityStatusNotReachable)
- {
- [[iToast makeText:NSLocalizedString(@"phone_network_fail_Tips",nil)] show];
- return;
- }
-
- // if (!ksharedAppDelegate.isWebSockLinkOKAginType) {//未链接
- // [[iToast makeText:NSLocalizedString(@"box_link_error_show_tip",nil)] show];
- // return;
- // }
-
- switch (tag)
- {
- case 10:{
- backupsOptionViewController *vc = [backupsOptionViewController new];
- [self pushViewController:vc animated:YES];
- }
- break;
- case 11:
- {
- // if(!ksharedAppDelegate.isWebSockLinkOKAginType){
- // [[iToast makeText:NSLocalizedString(@"check_could_phone_state",nil)] show];
- // return;
- // }
- fileTransfeSetViewController *nextVC = [fileTransfeSetViewController new];
- [self pushViewController:nextVC animated:YES];
- }
- break;
- case 12:{
- shareRecordViewController *vc = [shareRecordViewController new];
- [self pushViewController:vc animated:YES];
- [self.NASCommonUsedV setRedPointShow:NO];
- [self updateShareBeMarkFun];
- }
- break;
-
- default:
- break;
- }
- }
- #pragma mark 点击最近文件模块
- - (void)didClickLastFileFunBy:(NSInteger)tag
- {
- if(tag == 2){
- [self getLastFileDataFun];
- }
- else if (tag ==1){
- nasLastFileViewController *vc = [nasLastFileViewController new];
- [self pushViewController:vc animated:YES];
- }
- }
- #pragma mark 用户点击上传文件
- - (void)userDidClickUploadViewFun
- {
- [self hideTabbarFun];
- previewToUploadFileView *previewToUploadFileV = [[previewToUploadFileView alloc] init];
- [self.view addSubview:previewToUploadFileV];
-
- [previewToUploadFileV mas_makeConstraints:^(MASConstraintMaker *make) {
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.bottom.mas_equalTo(10);
- make.top.mas_equalTo(0);
- }];
-
- KWeakSelf
- previewToUploadFileV.didClickButtonFun = ^(NSInteger tag) {
- [weakSelf gotoUploadFileFunWith:tag];
- };
-
- previewToUploadFileV.didClickCloseFun = ^{
- [weakSelf showTabbarFun];
- };
- }
- #pragma mark 调整文件上传
- - (void)gotoUploadFileFunWith:(NSInteger)tag
- {
- uploadImageOrVideoViewController *vc = [uploadImageOrVideoViewController new];
- if(tag ==10){
- vc.isPhotoType = YES;
- }
- else{
- vc.isPhotoType = NO;
- }
- [self pushViewController:vc animated:YES];
- }
- #pragma mark 获取到云机磁盘相关信息
- - (void)getExtraFilesDoneFun:(NSNotification*)not
- {
- // mainBlock(^{
- // [self setMySpaceDataFun];
- // });
-
- [self getExtraFilesByFrpHttpFun];
- }
- #pragma mark 走frp方案 获取云机磁盘信息
- - (void)getExtraFilesByFrpHttpFun
- {
- NSMutableDictionary*paraDict = [NSMutableDictionary new];
-
- KWeakSelf
- [[netWorkManager shareInstance] cloudPhoneGETCallBackCode:@"getExtra" Parameters:paraDict success:^(id _Nonnull responseObject) {
-
- cloudPhoneExtraFileListModel *model = [[cloudPhoneExtraFileListModel alloc] initWithDictionary:responseObject error:nil];
- if(model && model.status == 0){
- ksharedAppDelegate.cloudPhoneExtraFileListMod = model;
- [weakSelf setMySpaceDataFun];
- }
- } failure:^(NSError * _Nonnull error) {
- [weakSelf setMySpaceDataFun];
- }];
-
- }
- #pragma mark 设置我的空间信息
- - (void)setMySpaceDataFun
- {
- if(ksharedAppDelegate.cloudPhoneExtraFileListMod){
- tryLinkFrpNum = 0;
- [_NASMySpaceV setProgressFun];
- }
- else{
-
- // tryLinkFrpNum ++;
- //
- // if(tryLinkFrpNum == 3){
- // tryLinkFrpNum = 0;
- // [self checkBoxHeartbeatFun];
- // }
-
- dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
- //[self setMySpaceDataFun];
- [self getExtraFilesByFrpHttpFun];
- });
- }
- }
- - (void)viewWillAppear:(BOOL)animated{
- [super viewWillAppear:animated];
- [self getLastFileDataFun];
-
- [self queryShareSwitchFunFun];
- [self queryShareBeMarkFun];
-
- dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
- [self checkFileTransferTask];
- });
-
- //[self beginShowAlertFun];
-
- [self handelAudioPlayingViewFun];
-
- [self showTabbarFun];
-
- //尝试修复偶现获取不到磁盘空间问题
- [self getExtraFilesByFrpHttpFun];
- }
- - (void)viewWillDisappear:(BOOL)animated{
- [super viewWillDisappear:animated];
-
- }
- - (void)pushViewController:(UIViewController*)vc animated:(BOOL)animated
- {
- [self.navigationController pushViewController:vc animated:animated];
- //[self hideTabbarFun];
- }
- - (void)showTabbarFun
- {
- // 显示 tab bar
- self.tabBarController.tabBar.hidden = NO;
- }
- - (void)hideTabbarFun
- {
- // 隐藏 tab bar
- self.tabBarController.tabBar.hidden = YES;
- }
- #pragma mark 获取最近文件数据
- - (void)getLastFileDataFun
- {
- _lastFileDataArr = [lastFileManager shareManager].lastFileListArr;
- //HLog(@"%@",_lastFileDataArr);
-
- BOOL isShowLastFileType = [HWDataManager getBoolWithKey:Const_last_file_show];
- if(!isShowLastFileType){
- _tableHeadView.frame = CGRectMake(0, 0, SCREEN_W, 165+ 15 +120 +54 + 15);
-
- [self.NASLastFileV mas_remakeConstraints:^(MASConstraintMaker *make) {
- make.top.equalTo(_NASCommonUsedV.mas_bottom).offset(15);
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.height.mas_equalTo(54);
- }];
-
- self.NASLastFileV.notDataImageV.hidden = YES;
- self.NASLastFileV.notDataLabel.hidden = YES;
-
- //全圆角
- UIBezierPath *maskPath = [UIBezierPath bezierPathWithRoundedRect:CGRectMake(0, 0, SCREEN_W-32 , 54)
- byRoundingCorners:UIRectCornerAllCorners
- cornerRadii:CGSizeMake(12, 12)];
- CAShapeLayer *maskLayer = [[CAShapeLayer alloc] init];
- maskLayer.frame = self.NASLastFileV.bounds;
- maskLayer.path = maskPath.CGPath;
- self.NASLastFileV.whiteBgView.layer.mask = nil;
- self.NASLastFileV.whiteBgView.layer.mask = maskLayer;
-
- _lastFileDataArr = [NSMutableArray new];
-
- }
- else if(_lastFileDataArr.count > 0){
- _tableHeadView.frame = CGRectMake(0, 0, SCREEN_W, 165+ 15 +120 +54 + 15);
-
- [self.NASLastFileV mas_remakeConstraints:^(MASConstraintMaker *make) {
- make.top.equalTo(_NASCommonUsedV.mas_bottom).offset(15);
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.height.mas_equalTo(54);
- }];
-
- self.NASLastFileV.notDataImageV.hidden = YES;
- self.NASLastFileV.notDataLabel.hidden = YES;
-
- /*上圆角*/
- UIBezierPath *maskPath = [UIBezierPath bezierPathWithRoundedRect:CGRectMake(0, 0, SCREEN_W- 32 , 54)
- byRoundingCorners:UIRectCornerTopLeft|UIRectCornerTopRight
- cornerRadii:CGSizeMake(12, 12)];
- CAShapeLayer *maskLayer = [[CAShapeLayer alloc] init];
- maskLayer.frame = CGRectMake(0, 0, SCREEN_W -32, 54);
- maskLayer.path = maskPath.CGPath;
- self.NASLastFileV.whiteBgView.layer.mask = nil;
- self.NASLastFileV.whiteBgView.layer.mask = maskLayer;
-
- }
- else{
- _tableHeadView.frame = CGRectMake(0, 0, SCREEN_W, 165+ 15 +120 +254 + 15);
-
- [self.NASLastFileV mas_remakeConstraints:^(MASConstraintMaker *make) {
- make.top.equalTo(_NASCommonUsedV.mas_bottom).offset(15);
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.height.mas_equalTo(254);
- }];
-
- self.NASLastFileV.notDataImageV.hidden = NO;
- self.NASLastFileV.notDataLabel.hidden = NO;
-
- //全圆角
- UIBezierPath *maskPath = [UIBezierPath bezierPathWithRoundedRect:CGRectMake(0, 0, SCREEN_W-32 , 254)
- byRoundingCorners:UIRectCornerAllCorners
- cornerRadii:CGSizeMake(12, 12)];
- CAShapeLayer *maskLayer = [[CAShapeLayer alloc] init];
- maskLayer.frame = self.NASLastFileV.bounds;
- maskLayer.path = maskPath.CGPath;
- self.NASLastFileV.whiteBgView.layer.mask = nil;
- self.NASLastFileV.whiteBgView.layer.mask = maskLayer;
- }
-
-
- KWeakSelf
- dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
- [weakSelf.tableView reloadData];
- });
-
- }
- #pragma mark 获取分享开关
- -(void)queryShareSwitchFunFun
- {
- NSMutableDictionary *paraDict = [NSMutableDictionary new];
-
- [paraDict setValue:@7 forKey:@"type"];
-
- //KWeakSelf
- [[netWorkManager shareInstance] CommonGetWithCallBackCode:queryShareSwitchFun Parameters:paraDict success:^(id _Nonnull responseObject){
- queryShareModel *queryShareMod = [[queryShareModel alloc] initWithDictionary:responseObject error:nil];
- if(queryShareMod){
- self->canShareType = queryShareMod.data.configValue;
- //[weakSelf.curEditTypeBottomView setCanShaewFunBy:queryShareMod.data.configValue];
- }
-
- } failure:^(NSError * _Nonnull error) {
- }];
- }
- - (void)checkFileTransferTask
- {//有个偶现的闪退在BGFMDB
-
- [[nasUploadFileManager shareInstance] checkHadUploadTaskWithComplete:^(BOOL isSuccess) {
- self->hadUploadTaskType = isSuccess;
- [self setRightButtonRedTypeFun];
- }];
-
- KWeakSelf
- dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
- [[nasDownloadFileManager shareInstance] checkHadDownloadTaskWithComplete:^(BOOL isSuccess) {
- self->hadDownloadTaskType = isSuccess;
- [weakSelf setRightButtonRedTypeFun];
- }];
- });
-
- }
- - (void)setRightButtonRedTypeFun
- {
- mainBlock(^{
- if(self->hadUploadTaskType || self->hadDownloadTaskType){
- self->rightRedView.hidden = NO;
- }
- else{
- self->rightRedView.hidden = YES;
- }
- });
- }
- #pragma mark 是否有新的分享被封禁
- -(void)queryShareBeMarkFun
- {
- NSMutableDictionary *paraDict = [NSMutableDictionary new];
-
- KWeakSelf
- [[netWorkManager shareInstance] CommonGetWithCallBackCode:queryShareReportMarkFun Parameters:paraDict success:^(id _Nonnull responseObject){
- queryShareReportMarkModel *ShareMarkMod = [[queryShareReportMarkModel alloc] initWithDictionary:responseObject error:nil];
- if(ShareMarkMod){
- [weakSelf.NASCommonUsedV setRedPointShow:ShareMarkMod.data.reportMark];
- }
-
- } failure:^(NSError * _Nonnull error) {
- }];
- }
- #pragma mark 修改分享被封禁的mark状态()
- -(void)updateShareBeMarkFun
- {
- NSMutableDictionary *paraDict = [NSMutableDictionary new];
-
- //KWeakSelf
- [[netWorkManager shareInstance] CommonPostCallBackCode:updateShareReportMarkFun Parameters:paraDict success:^(id _Nonnull responseObject){
- // SuperModel *ShareMarkMod = [[SuperModel alloc] initWithDictionary:responseObject error:nil];
- // if(ShareMarkMod){
- //
- // }
-
- } failure:^(NSError * _Nonnull error) {
- }];
- }
- #pragma mark 处理音频播放中的视图状态
- - (void)handelAudioPlayingViewFun
- {
- audioPlayingView * audioPlayingV = [audioPlayingView sharedInstance];
-
- if([DFPlayer sharedPlayer].state == DFPlayerStateBuffering
- ||[DFPlayer sharedPlayer].state == DFPlayerStatePlaying
- ||[DFPlayer sharedPlayer].state == DFPlayerStatePause){//播放中
-
- [self showAudioPlayingViewFun];
- }
- else{
- [self hideAudioPlayingViewFun];
- }
-
- KWeakSelf
- audioPlayingV.didClickButtonFun = ^(NSInteger tag) {
- if(tag == 1){
- [weakSelf hideAudioPlayingViewFun];
- }
- else if(tag == 5){
- [weakSelf AudioPlayingGotoAudioPlayerVCFun];
- }
- };
- }
- - (void)AudioPlayingGotoAudioPlayerVCFun{
- audioPlayerViewController *vc = [audioPlayerViewController new];
- vc.isfirstEnterType = NO;
- [self.navigationController pushViewController:vc animated:YES];
- }
-
- #pragma mark 显示音频播放中的视图
- - (void)showAudioPlayingViewFun
- {
- audioPlayingView * audioPlayingV = [audioPlayingView sharedInstance];
- [self.view addSubview:audioPlayingV];
-
- if([DFPlayer sharedPlayer].state == DFPlayerStatePlaying){
- [audioPlayingV startRotatingImage];
- }
- else if ([DFPlayer sharedPlayer].state == DFPlayerStatePause){
- [audioPlayingV stopRotatingImage];
- }
-
- [audioPlayingV mas_makeConstraints:^(MASConstraintMaker *make) {
- make.height.mas_equalTo(49);
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.bottom.mas_equalTo(-TABBARHEIGHT);
- }];
-
- [self.tableView mas_remakeConstraints:^(MASConstraintMaker *make) {
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.top.equalTo(welcomeImageV.mas_bottom).offset(20);
- make.bottom.mas_equalTo(-TABBARHEIGHT -49);
- }];
-
- }
- #pragma mark 隐藏音频播放中的视图
- - (void)hideAudioPlayingViewFun
- {
- // audioPlayingView * audioPlayingV = [audioPlayingView sharedInstance];
- // [audioPlayingV removeFromSuperview];
-
- [self.tableView mas_remakeConstraints:^(MASConstraintMaker *make) {
- make.left.mas_equalTo(0);
- make.right.mas_equalTo(0);
- make.top.equalTo(welcomeImageV.mas_bottom).offset(20);
- make.bottom.mas_equalTo(-TABBARHEIGHT);
- }];
- }
- - (void)applicationDidBecomeActive:(NSNotification *)notification
- {
- //[self beginShowAlertFun];
- //后台回来点击首页无效问题
- self.tableView.userInteractionEnabled = YES;
- // [self checkBoxHeartbeatFun];
- }
- //#pragma mark 检测盒子的心跳情况
- //- (void)checkBoxHeartbeatFun
- //{
- // //2、点击系统升级弹框确定按钮后30分钟内不弹;
- // NSNumber *preSecondNum = [HWDataManager getNumberWithKey:stringKeyAddSn(@"disenable_type1_BoxHeartbeat")];
- // if(preSecondNum){
- // long seconds = [iTools getNowTimeStamp];
- // if(seconds - preSecondNum.longValue <= 60*30){
- // return;
- // }
- // }
- //
- // //3、重启、恢复出厂设备、首次设置密码 3个情况下8分钟之内不弹
- // NSNumber *preSecondNum2 = [HWDataManager getNumberWithKey:stringKeyAddSn(@"disenable_type2_BoxHeartbeat")];
- // if(preSecondNum2){
- // long seconds = [iTools getNowTimeStamp];
- // if(seconds - preSecondNum2.longValue <= 60*8){
- // return;
- // }
- // }
- //
- // if(ksharedAppDelegate.didShowBoxHeartbeatAlertType
- // ||[webRtcManager shareManager].isResetingType
- // ||[webRtcManager shareManager].isRebootIngType
- // || [ksharedAppDelegate didShowImageRenewViewFun]){
- // return;
- // }
- //
- // //1.隐私模式密码界面 3秒检测一次是否输入完成密码了
- // if(ksharedAppDelegate.isDidShowPwdType){
- // KWeakSelf
- // dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
- // [weakSelf checkBoxHeartbeatFun];
- // });
- //
- // return;
- // }
- //
- // //test code
- //// [[BoxHeartbeatAlertTool shareInstance] showBoxHeartbeatAlertFun:2 didClickBut:^(NSInteger tag) {
- ////
- //// }];
- //
- // if(ksharedAppDelegate.isWebSockLinkOKAginType && ksharedAppDelegate.cloudPhoneExtraFileListMod){
- // return;
- // }
- //
- // NSMutableDictionary *paraDict = [NSMutableDictionary new];
- //
- // KWeakSelf
- // [[netWorkManager shareInstance] CommonGetWithCallBackCode:queryHeartbeat Parameters:paraDict success:^(id _Nonnull responseObject){
- // queryHeartbeatModel *heartbeatMod = [[queryHeartbeatModel alloc] initWithDictionary:responseObject error:nil];
- // if(heartbeatMod && heartbeatMod.data){
- // [weakSelf checkBoxHeartbeatToShowPopViewFunBy:heartbeatMod];
- // }
- //
- // } failure:^(NSError * _Nonnull error) {
- // }];
- //
- //}
- //#pragma mark 根据盒子的心跳情况 显示异常谈了
- //- (void)checkBoxHeartbeatToShowPopViewFunBy:(queryHeartbeatModel*)heartbeatMod
- //{
- // if(!heartbeatMod || !heartbeatMod.data){
- // return;
- // }
- //
- // if (//!heartbeatMod.data.frpStatus&&
- // !heartbeatMod.data.hostAgentStatus
- // &&!heartbeatMod.data.containerAgentStatus) {//全部异常
- // [[BoxHeartbeatAlertTool shareInstance] showBoxHeartbeatAlertFun:1 didClickBut:^(NSInteger tag) {
- //
- // }];
- // }
- // else if (heartbeatMod.data.hostAgentStatus
- // //&& !heartbeatMod.data.frpStatus
- // && !heartbeatMod.data.containerAgentStatus) {//frp异常
- // [[BoxHeartbeatAlertTool shareInstance] showBoxHeartbeatAlertFun:2 didClickBut:^(NSInteger tag) {
- //
- // }];
- // }
- //}
- #pragma mark 输入密码完成
- - (void)didInpuPwdOkFun
- {
- KWeakSelf
- mainBlock(^{
- weakSelf.tableView.userInteractionEnabled = YES;
- });
- }
- @end
|