Skip to content

Commit

Permalink
- Fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
glushchenko committed Sep 21, 2024
1 parent 3dc95a0 commit 1f74bd0
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 34 deletions.
3 changes: 0 additions & 3 deletions FSNotes iOS/EditorViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,6 @@ class EditorViewController: UIViewController, UITextViewDelegate, UIDocumentPick
func addToolBar(textField: UITextView, toolbar: UIToolbar) {
let scrollFrame = CGRect(x: 0, y: 0, width: self.view.frame.width, height: toolbar.frame.height)
let scroll = UIScrollView(frame: scrollFrame)
scroll.backgroundColor = .whiteBlack
scroll.showsHorizontalScrollIndicator = false
scroll.contentSize = CGSize(width: toolbar.frame.width, height: toolbar.frame.height)
scroll.addSubview(toolbar)
Expand All @@ -840,8 +839,6 @@ class EditorViewController: UIViewController, UITextViewDelegate, UIDocumentPick
textField.endEditing(true)
}

let inputAccView = UIInputView(frame: scrollFrame, inputViewStyle: .keyboard)
inputAccView.addSubview(scroll)
textField.inputAccessoryView = scroll

if isFirst {
Expand Down
26 changes: 13 additions & 13 deletions FSNotes iOS/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -1270,72 +1270,72 @@
}
}
},
"Compatible with Bear and Ulysses (textbundle), markdown, txt, rtf." : {
"Compatible with Bear and Ulysses (textbundle), markdown, txt." : {
"localizations" : {
"cs" : {
"stringUnit" : {
"state" : "translated",
"value" : "Kompatibilní s Bear a Ulysses (textbundle), markdown, txt, rtf."
"value" : "Kompatibilní s Bear a Ulysses (textbundle), markdown, txt."
}
},
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Kompatibel mit Bear und Ulysses (Textbundle), markdown, txt, rtf."
"value" : "Kompatibel mit Bear und Ulysses (Textbundle), markdown, txt."
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Compatible avec Bear et Ulysses (textbundle), markdown, txt, rtf."
"value" : "Compatible avec Bear et Ulysses (textbundle), markdown, txt."
}
},
"hi" : {
"stringUnit" : {
"state" : "translated",
"value" : "Bear और Ulysses (textbundle), markdown, txt, rtf के साथ संगत।"
"value" : "Bear और Ulysses (textbundle), markdown, txt के साथ संगत।"
}
},
"it" : {
"stringUnit" : {
"state" : "translated",
"value" : "Compatibile con Bear and Ulysses (textbundle), markdown, txt, rtf."
"value" : "Compatibile con Bear and Ulysses (textbundle), markdown, txt."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Bear and Ulysses (textbundle), markdown, txt, rtfと互換性があります"
"value" : "Bear and Ulysses (textbundle), markdown, txtと互換性があります"
}
},
"nl-NL" : {
"stringUnit" : {
"state" : "translated",
"value" : "Compatibel met Bear en Ulysses (textbundle), markdown, txt, rtf."
"value" : "Compatibel met Bear en Ulysses (textbundle), markdown, txt."
}
},
"pt-PT" : {
"stringUnit" : {
"state" : "translated",
"value" : "Compatível com Bear e Ulysses (textbundle), markdown, txt, rtf."
"value" : "Compatível com Bear e Ulysses (textbundle), markdown, txt."
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
"value" : "Совместим с Bear и Ulysses (textbundle), markdown, txt, rtf."
"value" : "Совместим с Bear и Ulysses (textbundle), markdown, txt."
}
},
"uk" : {
"stringUnit" : {
"state" : "translated",
"value" : "Сумісний з Bear and Ulysses (textbundle), markdown, txt, rtf."
"value" : "Сумісний з Bear and Ulysses (textbundle), markdown, txt."
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "兼容 Bear(熊掌记) and Ulysses (textbundle),markdown,txt,rtf."
"value" : "兼容 Bear(熊掌记) and Ulysses (textbundle),markdown,txt."
}
}
}
Expand Down Expand Up @@ -10452,4 +10452,4 @@
}
},
"version" : "1.0"
}
}
2 changes: 1 addition & 1 deletion FSNotes iOS/Settings/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class SettingsViewController: UITableViewController, UIDocumentPickerDelegate {
cell.detailTextLabel?.textColor = UIColor.blackWhite
cell.detailTextLabel?.numberOfLines = 0
cell.detailTextLabel?.lineBreakMode = .byWordWrapping
cell.detailTextLabel?.text = NSLocalizedString("Compatible with Bear and Ulysses (textbundle), markdown, txt, rtf.", comment: "")
cell.detailTextLabel?.text = NSLocalizedString("Compatible with Bear and Ulysses (textbundle), markdown, txt.", comment: "")
default:
return cell
}
Expand Down
16 changes: 8 additions & 8 deletions FSNotes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4154,7 +4154,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 306;
CURRENT_PROJECT_VERSION = 307;
DEVELOPMENT_TEAM = 866P6MTE92;
INFOPLIST_FILE = "FSNotes iOS Share/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
Expand All @@ -4163,7 +4163,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.9.2;
MARKETING_VERSION = 6.9.3;
PRODUCT_BUNDLE_IDENTIFIER = "co.fluder.mobile.FSNotes-iOS.FSNotes-iOS-Share";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand All @@ -4184,7 +4184,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 306;
CURRENT_PROJECT_VERSION = 307;
DEVELOPMENT_TEAM = 866P6MTE92;
ENABLE_NS_ASSERTIONS = NO;
INFOPLIST_FILE = "FSNotes iOS Share/Info.plist";
Expand All @@ -4194,7 +4194,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 6.9.2;
MARKETING_VERSION = 6.9.3;
PRODUCT_BUNDLE_IDENTIFIER = "co.fluder.mobile.FSNotes-iOS.FSNotes-iOS-Share";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand All @@ -4219,7 +4219,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 306;
CURRENT_PROJECT_VERSION = 307;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 866P6MTE92;
INFOPLIST_FILE = "FSNotes iOS/Info.plist";
Expand All @@ -4229,7 +4229,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.9.2;
MARKETING_VERSION = 6.9.3;
PRODUCT_BUNDLE_IDENTIFIER = "co.fluder.mobile.FSNotes-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -4256,7 +4256,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 306;
CURRENT_PROJECT_VERSION = 307;
DEVELOPMENT_TEAM = 866P6MTE92;
ENABLE_NS_ASSERTIONS = NO;
INFOPLIST_FILE = "FSNotes iOS/Info.plist";
Expand All @@ -4266,7 +4266,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.9.2;
MARKETING_VERSION = 6.9.3;
PRODUCT_BUNDLE_IDENTIFIER = "co.fluder.mobile.FSNotes-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down
2 changes: 1 addition & 1 deletion FSNotes/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -2754,7 +2754,7 @@ Olena Hlushcneko</string>
<constraint firstAttribute="trailing" secondItem="2QL-BH-sCT" secondAttribute="trailing" constant="20" symbolic="YES" id="YU7-iw-CCn"/>
<constraint firstItem="3f9-vz-qWm" firstAttribute="top" secondItem="gR1-Um-ivy" secondAttribute="bottom" constant="15" id="YVZ-SO-JSu"/>
<constraint firstItem="GZo-Yy-PQk" firstAttribute="centerY" secondItem="mjy-gG-meT" secondAttribute="centerY" id="Yst-Z5-8OE"/>
<constraint firstItem="GZo-Yy-PQk" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="mjy-gG-meT" secondAttribute="trailing" symbolic="YES" id="bBI-BK-lhp"/>
<constraint firstItem="GZo-Yy-PQk" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="mjy-gG-meT" secondAttribute="trailing" constant="8" symbolic="YES" id="bBI-BK-lhp"/>
<constraint firstItem="uwq-Wq-Zsn" firstAttribute="top" secondItem="FPM-RD-i0c" secondAttribute="bottom" constant="8" symbolic="YES" id="c0f-hZ-9K2"/>
<constraint firstItem="Md6-vL-c1a" firstAttribute="centerX" secondItem="3f9-vz-qWm" secondAttribute="centerX" id="c3V-lL-Gvd"/>
<constraint firstItem="mjy-gG-meT" firstAttribute="trailing" secondItem="stc-Pf-K3l" secondAttribute="centerX" id="dFQ-ZG-5eo"/>
Expand Down
2 changes: 1 addition & 1 deletion Resources/Initial/FSNotes - Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Memorizing [keyboard shortcuts](https:/glushchenko/fsnotes/wiki/Keyb

### Key features

- Markdown-first. Also supports any plaintext and RTF files.
- Markdown-first. Also supports any plaintext files.
- Fast and lightweight. Works smoothly with 10k+ files.
- Access anywhere. Sync with iCloud Drive or Dropbox.
- Multi-folder storage.
Expand Down
8 changes: 1 addition & 7 deletions Resources/Initial/Meet FSNotes 6.textbundle/text.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,10 @@ The note will open in your browser and the link will be copied to your clipboard

![](assets/web-sharing.png)

## Soulver core

In collaboration with Zac Cohan, SoulverCore syntax has been added. This calculator now displays in Preview mode. Read more about its functions here: https:/soulverteam/SoulverCore#getting-started

Example: 9:35am in New York to Japan = {9:35am in New York to Japan}

## Fixes

Earlier there were some problems with encryption of folders, app crashes, and previewing notes. All of this has been fixed.

New bugs may have been added, of course.

-- Oleksandr, Kharkiv, Ukraine
-- Oleksandr, Kharkiv, Ukraine

0 comments on commit 1f74bd0

Please sign in to comment.