Skip to content

Commit

Permalink
Version 6.1.2 (#3153)
Browse files Browse the repository at this point in the history
  • Loading branch information
marinofaggiana authored Nov 2, 2024
1 parent ab8a66f commit e3597bc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Nextcloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5682,7 +5682,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 0;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = NKUJUXUJ3B;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -5709,7 +5709,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.1.1;
MARKETING_VERSION = 6.1.2;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "-v";
OTHER_LDFLAGS = "";
Expand Down Expand Up @@ -5748,7 +5748,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = NKUJUXUJ3B;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand All @@ -5772,7 +5772,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.1.1;
MARKETING_VERSION = 6.1.2;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "-v";
OTHER_LDFLAGS = "";
Expand Down
2 changes: 2 additions & 0 deletions iOSClient/Main/Collection Common/NCCollectionViewCommon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
image: utility.loadImage(named: "checkmark.circle"),
attributes: (self.dataSource.isEmpty() || NCNetworking.shared.isOffline) ? .disabled : []) { _ in
self.setEditMode(true)
self.collectionView.reloadData()
}

let list = UIAction(title: NSLocalizedString("_list_", comment: ""), image: utility.loadImage(named: "list.bullet"), state: layoutForView.layout == global.layoutList ? .on : .off) { _ in
Expand Down Expand Up @@ -858,6 +859,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
tabBarSelect.show()
let select = UIBarButtonItem(title: NSLocalizedString("_cancel_", comment: ""), style: .done) {
self.setEditMode(false)
self.collectionView.reloadData()
}
navigationItem.rightBarButtonItems = [select]
} else if navigationItem.rightBarButtonItems == nil || (!isEditMode && !tabBarSelect.isHidden()) {
Expand Down
Binary file modified iOSClient/Supporting Files/ar.lproj/Localizable.strings
Binary file not shown.
Binary file modified iOSClient/Supporting Files/ga.lproj/Localizable.strings
Binary file not shown.
Binary file modified iOSClient/Supporting Files/pt-BR.lproj/Localizable.strings
Binary file not shown.

0 comments on commit e3597bc

Please sign in to comment.