@@ -2,15 +2,17 @@
"images" : [
{
"idiom" : "universal",
+ "filename" : "load.png",
"scale" : "1x"
},
- "filename" : "transfersNoRecord@2x.png",
+ "filename" : "load@2x.png",
"scale" : "2x"
+ "filename" : "load@3x.png",
"scale" : "3x"
}
],
@@ -6,7 +6,7 @@
- "filename" : "moreTransfers@2x.png",
+ "filename" : "loadNoRecord@2x.png",
@@ -1,23 +0,0 @@
-{
- "images" : [
- {
- "idiom" : "universal",
- "filename" : "loadingTitle.png",
- "scale" : "1x"
- },
- "filename" : "loadingTitle@2x.png",
- "scale" : "2x"
- "filename" : "loadingTitle@3x.png",
- "scale" : "3x"
- }
- ],
- "info" : {
- "version" : 1,
- "author" : "xcode"
-}
- "scale" : "1x",
- "filename" : "moveSelectedFilesNextcloud.png"
- "filename" : "moveSelectedFilesNextcloud@2x.png",
- "scale" : "3x",
- "filename" : "moveSelectedFilesNextcloud@3x.png"
- "filename" : "navBarOffline@1x.png",
- "filename" : "navBarOffline@2x.png",
- "filename" : "navBarOffline@3x.png",
- "filename" : "password.png",
- "filename" : "password@2x.png",
- "filename" : "password@3x.png",
- "filename" : "settingsRemoveCryptoCloud.png",
- "filename" : "settingsRemoveCryptoCloud@2x.png",
- "filename" : "settingsRemoveCryptoCloud@3x.png",
- "filename" : "transfer.png",
- "filename" : "transfer@2x.png",
- "filename" : "transfer@3x.png",
@@ -3133,7 +3133,7 @@
// ITEM MOVE ------------------------------------------------------------------------------------------------------
- appDelegate.moveItem = [[REMenuItem alloc] initWithTitle:NSLocalizedString(@"_move_selected_files_", nil) subtitle:@"" image:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"moveSelectedFiles"] color:[NCBrandColor sharedInstance].brandElement] highlightedImage:nil action:^(REMenuItem *item) {
+ appDelegate.moveItem = [[REMenuItem alloc] initWithTitle:NSLocalizedString(@"_move_selected_files_", nil) subtitle:@"" image:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"move"] color:[NCBrandColor sharedInstance].brandElement] highlightedImage:nil action:^(REMenuItem *item) {
[self moveOpenWindow:[self.tableView indexPathsForSelectedRows]];
}];
@@ -88,7 +88,7 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
// ITEM : Transfer
var item = OCExternalSites.init()
item.name = "_transfers_"
- item.icon = "moreTransfers"
+ item.icon = "load"
item.url = "segueTransfers"
functionMenu.append(item)
@@ -182,7 +182,7 @@
if (_isSearchMode) {
- [CCGraphics addImageToTitle:self.navigationItem.title colorTitle:[NCBrandColor sharedInstance].brandText imageTitle:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"loadingTitle"] color:[NCBrandColor sharedInstance].brandText] navigationItem:self.navigationItem];
+ [CCGraphics addImageToTitle:self.navigationItem.title colorTitle:[NCBrandColor sharedInstance].brandText imageTitle:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"load"] color:[NCBrandColor sharedInstance].brandText] navigationItem:self.navigationItem];
[self.collectionView reloadData];
return;
@@ -117,7 +117,7 @@
- (UIImage *)imageForEmptyDataSet:(UIScrollView *)scrollView
- return [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"transfersNoRecord"] color:[NCBrandColor sharedInstance].brandElement];
+ return [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"loadNoRecord"] color:[NCBrandColor sharedInstance].graySoft];
- (NSAttributedString *)titleForEmptyDataSet:(UIScrollView *)scrollView