diff --git a/apps/mobile/app/components/dialogs/pdf-preview/index.js b/apps/mobile/app/components/dialogs/pdf-preview/index.js
index fb61d9ea3..ffaf7090b 100644
--- a/apps/mobile/app/components/dialogs/pdf-preview/index.js
+++ b/apps/mobile/app/components/dialogs/pdf-preview/index.js
@@ -244,7 +244,7 @@ const PDFPreview = () => {
textAlign: "center",
marginRight: 4,
borderRadius: 3,
- fontFamily: "OpenSans-Regular"
+ fontFamily: "Inter-Regular"
}}
selectTextOnFocus
keyboardType="decimal-pad"
diff --git a/apps/mobile/app/components/sheets/github/issue.js b/apps/mobile/app/components/sheets/github/issue.js
index 81ef2cc11..e24bb725d 100644
--- a/apps/mobile/app/components/sheets/github/issue.js
+++ b/apps/mobile/app/components/sheets/github/issue.js
@@ -161,7 +161,7 @@ Github Release: ${Config.GITHUB_RELEASE === "true" ? "Yes" : "No"}`,
borderColor: colors.primary.border,
borderRadius: defaultBorderRadius,
padding: DefaultAppStyles.GAP,
- fontFamily: "OpenSans-Regular",
+ fontFamily: "Inter-Regular",
marginBottom: DefaultAppStyles.GAP_VERTICAL,
fontSize: AppFontSize.md,
color: colors.primary.heading
@@ -194,7 +194,7 @@ Github Release: ${Config.GITHUB_RELEASE === "true" ? "Yes" : "No"}`,
borderColor: colors.primary.border,
borderRadius: defaultBorderRadius,
padding: DefaultAppStyles.GAP,
- fontFamily: "OpenSans-Regular",
+ fontFamily: "Inter-Regular",
maxHeight: 200,
fontSize: AppFontSize.sm,
marginBottom: 2.5,
diff --git a/apps/mobile/app/components/ui/input/index.tsx b/apps/mobile/app/components/ui/input/index.tsx
index c0d6f15b9..f601abd94 100644
--- a/apps/mobile/app/components/ui/input/index.tsx
+++ b/apps/mobile/app/components/ui/input/index.tsx
@@ -239,7 +239,7 @@ const Input = ({
flexShrink: 1,
paddingBottom: DefaultAppStyles.GAP_VERTICAL - 4,
paddingTop: DefaultAppStyles.GAP_VERTICAL - 4,
- fontFamily: "OpenSans-Regular",
+ fontFamily: "Inter-Regular",
...(inputStyle as ViewStyle)
};
diff --git a/apps/mobile/app/screens/search/search-bar.tsx b/apps/mobile/app/screens/search/search-bar.tsx
index ee6498994..6bed797a6 100644
--- a/apps/mobile/app/screens/search/search-bar.tsx
+++ b/apps/mobile/app/screens/search/search-bar.tsx
@@ -84,7 +84,7 @@ export const SearchBar = ({
testID="search-input"
style={{
fontSize: AppFontSize.sm,
- fontFamily: "OpenSans-Regular",
+ fontFamily: "Inter-Regular",
flexGrow: 1,
color: colors.primary.paragraph,
paddingTop: 0,
diff --git a/apps/mobile/native/android/app/build.gradle b/apps/mobile/native/android/app/build.gradle
index fd3962eff..1884ba105 100644
--- a/apps/mobile/native/android/app/build.gradle
+++ b/apps/mobile/native/android/app/build.gradle
@@ -124,7 +124,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
- versionCode 3072
+ versionCode 3073
versionName getNpmVersion()
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
diff --git a/apps/mobile/native/android/releasenotes/whatsnew-en-US b/apps/mobile/native/android/releasenotes/whatsnew-en-US
index cf2e75261..16b14ac7f 100644
--- a/apps/mobile/native/android/releasenotes/whatsnew-en-US
+++ b/apps/mobile/native/android/releasenotes/whatsnew-en-US
@@ -1,5 +1,3 @@
-- We have launches new pricing plans, Essential, Pro and Believer
-- Free users can now upload attachments and create private vault
- Minor bug fixes and improvements
Thank you for using Notesnook!
\ No newline at end of file
diff --git a/apps/mobile/native/ios/Make Note/Info.plist b/apps/mobile/native/ios/Make Note/Info.plist
index 082dc7055..686b06723 100644
--- a/apps/mobile/native/ios/Make Note/Info.plist
+++ b/apps/mobile/native/ios/Make Note/Info.plist
@@ -56,9 +56,10 @@
group.org.streetwriters.notesnook
UIAppFonts
- OpenSans-Bold.ttf
- OpenSans-SemiBold.ttf
- OpenSans-Regular.ttf
+ Inter-Bold.ttf
+ Inter-SemiBold.ttf
+ Inter-Regular.ttf
+ Inter-Italic.ttf
MaterialCommunityIcons.ttf
UISupportedInterfaceOrientations
diff --git a/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj b/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj
index 349ffbf35..6ab5fadf0 100644
--- a/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj
+++ b/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj
@@ -17,14 +17,15 @@
2E4BF736C2EB268ED3FD9C29 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B5216B66C0B4A91C0A69128B /* PrivacyInfo.xcprivacy */; };
6510E6D72877215700DACAA9 /* build.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6510E6D62877215700DACAA9 /* build.bundle */; };
6515C42F2580AA3000E83E39 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6515C42E2580AA2F00E83E39 /* StoreKit.framework */; };
- 6517B7C12B6838EB0079FF37 /* OpenSans-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6517B7BE2B6838EB0079FF37 /* OpenSans-Regular.ttf */; };
- 6517B7C22B6838EB0079FF37 /* OpenSans-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6517B7BF2B6838EB0079FF37 /* OpenSans-SemiBold.ttf */; };
- 6517B7C32B6838EB0079FF37 /* OpenSans-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6517B7C02B6838EB0079FF37 /* OpenSans-Bold.ttf */; };
6529A13E279BC4C70048D4A8 /* BootSplash.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6529A13D279BC4C70048D4A8 /* BootSplash.storyboard */; };
- 656835812BB29A9800144BAB /* OpenSans-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 656835802BB29A8300144BAB /* OpenSans-Italic.ttf */; };
- 6569927F2C5754F10041CD41 /* OpenSans-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6517B7C02B6838EB0079FF37 /* OpenSans-Bold.ttf */; };
- 656992802C5754F10041CD41 /* OpenSans-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6517B7BE2B6838EB0079FF37 /* OpenSans-Regular.ttf */; };
- 656992812C5754F10041CD41 /* OpenSans-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6517B7BF2B6838EB0079FF37 /* OpenSans-SemiBold.ttf */; };
+ 653F4DFC2EA35F99009A42A2 /* Inter-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DF92EA35F99009A42A2 /* Inter-Italic.ttf */; };
+ 653F4DFD2EA35F99009A42A2 /* Inter-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DFA2EA35F99009A42A2 /* Inter-Regular.ttf */; };
+ 653F4DFE2EA35F99009A42A2 /* Inter-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DF82EA35F99009A42A2 /* Inter-Bold.ttf */; };
+ 653F4DFF2EA35F99009A42A2 /* Inter-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DFB2EA35F99009A42A2 /* Inter-SemiBold.ttf */; };
+ 653F4E002EA35F99009A42A2 /* Inter-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DF92EA35F99009A42A2 /* Inter-Italic.ttf */; };
+ 653F4E012EA35F99009A42A2 /* Inter-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DFA2EA35F99009A42A2 /* Inter-Regular.ttf */; };
+ 653F4E022EA35F99009A42A2 /* Inter-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DF82EA35F99009A42A2 /* Inter-Bold.ttf */; };
+ 653F4E032EA35F99009A42A2 /* Inter-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 653F4DFB2EA35F99009A42A2 /* Inter-SemiBold.ttf */; };
6593E4A3281C345400492C50 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6593E4A2281C345400492C50 /* AppDelegate.mm */; };
659BE46725E11A5100E05671 /* notesnook-text.png in Resources */ = {isa = PBXBuildFile; fileRef = 659BE46625E11A5100E05671 /* notesnook-text.png */; };
65AA857925E6DDEC00772A01 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65AA857825E6DDEC00772A01 /* WidgetKit.framework */; };
@@ -117,12 +118,12 @@
4C4AF691C324D95337F2FB0A /* libPods-Make Note.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Make Note.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6510E6D62877215700DACAA9 /* build.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = build.bundle; path = "../../../../packages/editor-mobile/build.bundle"; sourceTree = ""; };
6515C42E2580AA2F00E83E39 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
- 6517B7BE2B6838EB0079FF37 /* OpenSans-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "OpenSans-Regular.ttf"; path = "../../../../packages/editor-mobile/public/fonts/OpenSans-Regular.ttf"; sourceTree = ""; };
- 6517B7BF2B6838EB0079FF37 /* OpenSans-SemiBold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "OpenSans-SemiBold.ttf"; path = "../../../../packages/editor-mobile/public/fonts/OpenSans-SemiBold.ttf"; sourceTree = ""; };
- 6517B7C02B6838EB0079FF37 /* OpenSans-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "OpenSans-Bold.ttf"; path = "../../../../packages/editor-mobile/public/fonts/OpenSans-Bold.ttf"; sourceTree = ""; };
6529A13D279BC4C70048D4A8 /* BootSplash.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = BootSplash.storyboard; path = Notesnook/BootSplash.storyboard; sourceTree = ""; };
6529D2B0257B4A2900B49BC3 /* NotesnookDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = NotesnookDebug.entitlements; path = Notesnook/NotesnookDebug.entitlements; sourceTree = ""; };
- 656835802BB29A8300144BAB /* OpenSans-Italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "OpenSans-Italic.ttf"; path = "../../../../packages/editor-mobile/public/fonts/OpenSans-Italic.ttf"; sourceTree = ""; };
+ 653F4DF82EA35F99009A42A2 /* Inter-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-Bold.ttf"; path = "/Users/ammarahmed/Work/Projects/apps/notesnook/packages/editor-mobile/public/fonts/Inter-Bold.ttf"; sourceTree = ""; };
+ 653F4DF92EA35F99009A42A2 /* Inter-Italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-Italic.ttf"; path = "/Users/ammarahmed/Work/Projects/apps/notesnook/packages/editor-mobile/public/fonts/Inter-Italic.ttf"; sourceTree = ""; };
+ 653F4DFA2EA35F99009A42A2 /* Inter-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-Regular.ttf"; path = "/Users/ammarahmed/Work/Projects/apps/notesnook/packages/editor-mobile/public/fonts/Inter-Regular.ttf"; sourceTree = ""; };
+ 653F4DFB2EA35F99009A42A2 /* Inter-SemiBold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Inter-SemiBold.ttf"; path = "/Users/ammarahmed/Work/Projects/apps/notesnook/packages/editor-mobile/public/fonts/Inter-SemiBold.ttf"; sourceTree = ""; };
6593E4A2281C345400492C50 /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = Notesnook/AppDelegate.mm; sourceTree = ""; };
659BE46625E11A5100E05671 /* notesnook-text.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "notesnook-text.png"; path = "Notesnook/Images.xcassets/notesnook-text.png"; sourceTree = ""; };
65A7F34F255689AD00699170 /* Notesnook.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = Notesnook.entitlements; path = Notesnook/Notesnook.entitlements; sourceTree = ""; };
@@ -303,10 +304,10 @@
83CBB9F61A601CBA00E9B192 = {
isa = PBXGroup;
children = (
- 656835802BB29A8300144BAB /* OpenSans-Italic.ttf */,
- 6517B7C02B6838EB0079FF37 /* OpenSans-Bold.ttf */,
- 6517B7BE2B6838EB0079FF37 /* OpenSans-Regular.ttf */,
- 6517B7BF2B6838EB0079FF37 /* OpenSans-SemiBold.ttf */,
+ 653F4DF82EA35F99009A42A2 /* Inter-Bold.ttf */,
+ 653F4DF92EA35F99009A42A2 /* Inter-Italic.ttf */,
+ 653F4DFA2EA35F99009A42A2 /* Inter-Regular.ttf */,
+ 653F4DFB2EA35F99009A42A2 /* Inter-SemiBold.ttf */,
65C400DD2A80B68D00AA3DF5 /* MaterialCommunityIcons.ttf */,
65C149862A61151B005C40F1 /* extension.bundle */,
6510E6D62877215700DACAA9 /* build.bundle */,
@@ -555,14 +556,14 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 656835812BB29A9800144BAB /* OpenSans-Italic.ttf in Resources */,
65C400DE2A80B68D00AA3DF5 /* MaterialCommunityIcons.ttf in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
- 6517B7C32B6838EB0079FF37 /* OpenSans-Bold.ttf in Resources */,
- 6517B7C22B6838EB0079FF37 /* OpenSans-SemiBold.ttf in Resources */,
6529A13E279BC4C70048D4A8 /* BootSplash.storyboard in Resources */,
6510E6D72877215700DACAA9 /* build.bundle in Resources */,
- 6517B7C12B6838EB0079FF37 /* OpenSans-Regular.ttf in Resources */,
+ 653F4E002EA35F99009A42A2 /* Inter-Italic.ttf in Resources */,
+ 653F4E012EA35F99009A42A2 /* Inter-Regular.ttf in Resources */,
+ 653F4E022EA35F99009A42A2 /* Inter-Bold.ttf in Resources */,
+ 653F4E032EA35F99009A42A2 /* Inter-SemiBold.ttf in Resources */,
659BE46725E11A5100E05671 /* notesnook-text.png in Resources */,
E7F9D56665C2F19F4A97BF49 /* PrivacyInfo.xcprivacy in Resources */,
);
@@ -596,10 +597,11 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 6569927F2C5754F10041CD41 /* OpenSans-Bold.ttf in Resources */,
- 656992802C5754F10041CD41 /* OpenSans-Regular.ttf in Resources */,
- 656992812C5754F10041CD41 /* OpenSans-SemiBold.ttf in Resources */,
65C400DF2A80B6B600AA3DF5 /* MaterialCommunityIcons.ttf in Resources */,
+ 653F4DFC2EA35F99009A42A2 /* Inter-Italic.ttf in Resources */,
+ 653F4DFD2EA35F99009A42A2 /* Inter-Regular.ttf in Resources */,
+ 653F4DFE2EA35F99009A42A2 /* Inter-Bold.ttf in Resources */,
+ 653F4DFF2EA35F99009A42A2 /* Inter-SemiBold.ttf in Resources */,
65C149872A61151B005C40F1 /* extension.bundle in Resources */,
65B5014725A672B200E2D264 /* MainInterface.storyboard in Resources */,
);
@@ -1089,7 +1091,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 2151;
+ CURRENT_PROJECT_VERSION = 2152;
DEVELOPMENT_TEAM = 53CWBG3QUC;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -1163,7 +1165,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 3.3.3;
+ MARKETING_VERSION = 3.3.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -1194,7 +1196,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 2151;
+ CURRENT_PROJECT_VERSION = 2152;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -1268,7 +1270,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 3.3.3;
+ MARKETING_VERSION = 3.3.4;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
@@ -1427,7 +1429,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 2151;
+ CURRENT_PROJECT_VERSION = 2152;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 53CWBG3QUC;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -1439,7 +1441,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
- MARKETING_VERSION = 3.3.3;
+ MARKETING_VERSION = 3.3.4;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget;
@@ -1470,7 +1472,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 2151;
+ CURRENT_PROJECT_VERSION = 2152;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC;
@@ -1483,7 +1485,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
- MARKETING_VERSION = 3.3.3;
+ MARKETING_VERSION = 3.3.4;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1513,7 +1515,7 @@
CODE_SIGN_ENTITLEMENTS = "Make Note/Make Note.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 2151;
+ CURRENT_PROJECT_VERSION = 2152;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 53CWBG3QUC;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -1587,14 +1589,14 @@
"\"$(PODS_ROOT)/Headers/Private/React-Core\"",
);
INFOPLIST_FILE = "Make Note/Info.plist";
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
- MARKETING_VERSION = 3.3.3;
+ MARKETING_VERSION = 3.3.4;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share;
@@ -1625,7 +1627,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 2151;
+ CURRENT_PROJECT_VERSION = 2152;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC;
@@ -1700,14 +1702,14 @@
"\"$(PODS_ROOT)/Headers/Private/React-Core\"",
);
INFOPLIST_FILE = "Make Note/Info.plist";
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
- MARKETING_VERSION = 3.3.3;
+ MARKETING_VERSION = 3.3.4;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1784,10 +1786,7 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
- OTHER_LDFLAGS = (
- "$(inherited)",
- " ",
- );
+ OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -1852,10 +1851,7 @@
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
- OTHER_LDFLAGS = (
- "$(inherited)",
- " ",
- );
+ OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
diff --git a/apps/mobile/native/ios/Notesnook.xcodeproj/xcshareddata/xcschemes/Make Note.xcscheme b/apps/mobile/native/ios/Notesnook.xcodeproj/xcshareddata/xcschemes/Make Note.xcscheme
index 5b133e10c..6e8b8472a 100644
--- a/apps/mobile/native/ios/Notesnook.xcodeproj/xcshareddata/xcschemes/Make Note.xcscheme
+++ b/apps/mobile/native/ios/Notesnook.xcodeproj/xcshareddata/xcschemes/Make Note.xcscheme
@@ -74,7 +74,7 @@
+ RemotePath = "/Library/Developer/CoreSimulator/Volumes/iOS_22G86/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.6.simruntime/Contents/Resources/RuntimeRoot/Applications/MobileSafari.app">
diff --git a/apps/mobile/native/ios/Notesnook/Info.plist b/apps/mobile/native/ios/Notesnook/Info.plist
index 26e275cc0..3e80968eb 100644
--- a/apps/mobile/native/ios/Notesnook/Info.plist
+++ b/apps/mobile/native/ios/Notesnook/Info.plist
@@ -71,7 +71,6 @@
NSAppTransportSecurity
-
NSAllowsArbitraryLoads
NSAllowsLocalNetworking
@@ -89,9 +88,10 @@
group.org.streetwriters.notesnook
UIAppFonts
- OpenSans-Italic.ttf
- OpenSans-SemiBold.ttf
- OpenSans-Regular.ttf
+ Inter-Italic.ttf
+ Inter-SemiBold.ttf
+ Inter-Regular.ttf
+ Inter-Bold.ttf
MaterialCommunityIcons.ttf
UIApplicationSceneManifest
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index ce1df7f6f..fcb134994 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -1,6 +1,6 @@
{
"name": "@notesnook/mobile",
- "version": "3.3.3",
+ "version": "3.3.4",
"private": true,
"license": "GPL-3.0-or-later",
"workspaces": [
diff --git a/packages/editor-mobile/public/fonts/OpenSans-Bold.ttf b/packages/editor-mobile/public/fonts/OpenSans-Bold.ttf
deleted file mode 100644
index b379424ec..000000000
Binary files a/packages/editor-mobile/public/fonts/OpenSans-Bold.ttf and /dev/null differ
diff --git a/packages/editor-mobile/public/fonts/OpenSans-BoldItalic.ttf b/packages/editor-mobile/public/fonts/OpenSans-BoldItalic.ttf
deleted file mode 100644
index 0b0764c38..000000000
Binary files a/packages/editor-mobile/public/fonts/OpenSans-BoldItalic.ttf and /dev/null differ
diff --git a/packages/editor-mobile/public/fonts/OpenSans-Italic.ttf b/packages/editor-mobile/public/fonts/OpenSans-Italic.ttf
deleted file mode 100644
index 25def2ac3..000000000
Binary files a/packages/editor-mobile/public/fonts/OpenSans-Italic.ttf and /dev/null differ
diff --git a/packages/editor-mobile/public/fonts/OpenSans-Medium.ttf b/packages/editor-mobile/public/fonts/OpenSans-Medium.ttf
deleted file mode 100644
index d9d5d82bb..000000000
Binary files a/packages/editor-mobile/public/fonts/OpenSans-Medium.ttf and /dev/null differ
diff --git a/packages/editor-mobile/public/fonts/OpenSans-MediumItalic.ttf b/packages/editor-mobile/public/fonts/OpenSans-MediumItalic.ttf
deleted file mode 100644
index 17def2546..000000000
Binary files a/packages/editor-mobile/public/fonts/OpenSans-MediumItalic.ttf and /dev/null differ
diff --git a/packages/editor-mobile/public/fonts/OpenSans-Regular.ttf b/packages/editor-mobile/public/fonts/OpenSans-Regular.ttf
deleted file mode 100644
index 472faab14..000000000
Binary files a/packages/editor-mobile/public/fonts/OpenSans-Regular.ttf and /dev/null differ
diff --git a/packages/editor-mobile/public/fonts/OpenSans-SemiBold.ttf b/packages/editor-mobile/public/fonts/OpenSans-SemiBold.ttf
deleted file mode 100644
index 2f7861c60..000000000
Binary files a/packages/editor-mobile/public/fonts/OpenSans-SemiBold.ttf and /dev/null differ
diff --git a/packages/editor-mobile/public/fonts/OpenSans-SemiBoldItalic.ttf b/packages/editor-mobile/public/fonts/OpenSans-SemiBoldItalic.ttf
deleted file mode 100644
index dcad0fcfd..000000000
Binary files a/packages/editor-mobile/public/fonts/OpenSans-SemiBoldItalic.ttf and /dev/null differ
diff --git a/packages/editor/src/extensions/check-list-item/check-list-item.ts b/packages/editor/src/extensions/check-list-item/check-list-item.ts
index e7e277d58..ff9341ec0 100644
--- a/packages/editor/src/extensions/check-list-item/check-list-item.ts
+++ b/packages/editor/src/extensions/check-list-item/check-list-item.ts
@@ -24,7 +24,7 @@ import {
Node
} from "@tiptap/core";
import { Node as ProseMirrorNode } from "@tiptap/pm/model";
-import { CheckList } from "../check-list/check-list";
+import { CheckList } from "../check-list/check-list.js";
export interface CheckListItemOptions {
onReadOnlyChecked?: (node: ProseMirrorNode, checked: boolean) => boolean;
diff --git a/packages/intl/locale/en.po b/packages/intl/locale/en.po
index 96e91ecb3..2b3128cf2 100644
--- a/packages/intl/locale/en.po
+++ b/packages/intl/locale/en.po
@@ -2842,7 +2842,7 @@ msgstr "Filter attachments by filename, type or hash"
msgid "Filter languages"
msgstr "Filter languages"
-#: src/strings.ts:2603
+#: src/strings.ts:2594
msgid "Finish your purchase in the browser."
msgstr "Finish your purchase in the browser."
@@ -3032,7 +3032,7 @@ msgstr "Getting recovery codes"
msgid "GNU GENERAL PUBLIC LICENSE Version 3"
msgstr "GNU GENERAL PUBLIC LICENSE Version 3"
-#: src/strings.ts:2604
+#: src/strings.ts:2595
msgid "Go back"
msgstr "Go back"
diff --git a/packages/intl/locale/pseudo-LOCALE.po b/packages/intl/locale/pseudo-LOCALE.po
index 0768c3af0..8f77b4ae9 100644
--- a/packages/intl/locale/pseudo-LOCALE.po
+++ b/packages/intl/locale/pseudo-LOCALE.po
@@ -2831,7 +2831,7 @@ msgstr ""
msgid "Filter languages"
msgstr ""
-#: src/strings.ts:2603
+#: src/strings.ts:2594
msgid "Finish your purchase in the browser."
msgstr ""
@@ -3014,7 +3014,7 @@ msgstr ""
msgid "GNU GENERAL PUBLIC LICENSE Version 3"
msgstr ""
-#: src/strings.ts:2604
+#: src/strings.ts:2595
msgid "Go back"
msgstr ""