Commit Graph

100 Commits

Author SHA1 Message Date
Angelo Stavrow
b5687091e8
Refactor remote-change prompt out of PostEditorView [iOS] 2020-10-23 10:54:07 -04:00
Angelo Stavrow
d6a073ccd8
Merge pull request #107 from writeas/editor-design-improvements
Minor editor design improvements
2020-10-23 09:40:28 -04:00
Angelo Stavrow
94c6280ed3
Add guide link and improve description of section and links 2020-10-21 16:57:14 -04:00
60ebdd2e3e Add some spacing between lines in the editor 2020-10-21 15:55:05 -04:00
d780be07c2 Make editor title field padding consistent with body 2020-10-21 12:44:22 -04:00
Angelo Stavrow
a289e544b1
Do not disable networking buttons if hasNetworkConnection is false 2020-10-16 17:35:02 -04:00
Angelo Stavrow
1feeed7354
Publish isProcessingRequest flag to switch ProgressView with Button 2020-10-16 16:19:38 -04:00
Angelo Stavrow
9e48f75717
Merge branch 'main' into add-collection-setting-menu 2020-10-12 09:15:24 -04:00
Angelo Stavrow
987be06d7f
Use 'Anonymous' instead of 'Drafts' for Write.as accounts 2020-10-08 16:24:35 -04:00
Angelo Stavrow
48625d4091
Comment out the Delete option in the menu (to-do in #46) 2020-10-08 15:29:06 -04:00
Angelo Stavrow
e3e0784f92
Implement publish-to-collection for local drafts 2020-10-08 14:46:19 -04:00
Angelo Stavrow
44f03b59d5
Add move(post:from:to:) method to WriteFreelyModel 2020-10-08 12:05:10 -04:00
Angelo Stavrow
b216b576c8
Set up UI for editor menu and changing collection 2020-10-07 17:50:38 -04:00
Angelo Stavrow
3e543108fb
Only update post status if we're not updating from the server 2020-10-06 14:26:57 -04:00
Angelo Stavrow
3a9aeae3c6
Merge pull request #88 from writeas/remove-navbar-transparency
Remove navigation bar transparency
2020-10-02 15:41:25 -04:00
Angelo Stavrow
0ce31b0b60
Use opaque background for UINavigationController appearance extension 2020-10-01 14:58:10 -04:00
Angelo Stavrow
a34a70fc81
Remove force-unwrapping of optionals in generating shared URL string 2020-10-01 14:28:30 -04:00
Angelo Stavrow
e735e7a3d1
Open the settings screen on publish if not logged in [iOS only for now] 2020-09-29 15:35:32 -04:00
Angelo Stavrow
776f1ed3ed
Fix crashing bug on iPad and macOS when removing blank posts 2020-09-29 12:39:19 -04:00
Angelo Stavrow
bc4c43f40c
Move server-update warnings from toolbar on iOS 2020-09-29 12:35:51 -04:00
Angelo Stavrow
25c1009136
Implement share popover for iPad 2020-09-29 10:46:01 -04:00
Angelo Stavrow
eb83b0418c
Implement basic share feature 2020-09-28 17:29:04 -04:00
Angelo Stavrow
9e291af377
Add share button next to publish button on iOS 2020-09-28 17:28:34 -04:00
Angelo Stavrow
8e4957a389
Delete blank/untouched local draft from store when leaving editor 2020-09-24 16:17:56 -04:00
Angelo Stavrow
22bca3dbf4
Update change log and bump build number 2020-09-24 15:41:29 -04:00
Angelo Stavrow
a0dfe880a6
Merge branch 'set-default-font' into local-posts-present-remote-deletion-prompt 2020-09-24 15:15:32 -04:00
Angelo Stavrow
44fd09aa33
Clear lastDraft if selectedPost has published status 2020-09-24 14:13:32 -04:00
Angelo Stavrow
70189a6193
Set lastDraft if post status changes to edited (or local) 2020-09-23 16:16:18 -04:00
Angelo Stavrow
aa1fddce92
Make .onDisappear conditional more reliable 2020-09-23 14:36:52 -04:00
Angelo Stavrow
10fc24d66a
Split PostEditorView into iOS and macOS counterparts 2020-09-22 16:18:00 -04:00
Angelo Stavrow
c2aaa05165
Extend UITextView to set background color to clear 2020-09-22 11:53:28 -04:00
Angelo Stavrow
a76e70276a
Move View+Keyboard extension to /iOS/Extensions 2020-09-22 10:26:59 -04:00
Angelo Stavrow
9de53d828f
Use inline navigationBarTitleDisplayMode with transparent appearance 2020-09-21 16:15:16 -04:00
Angelo Stavrow
c0c61f311f
Add OS acknowledgements to iOS app 2020-09-18 15:33:04 -04:00
Angelo Stavrow
41eba71e39
Add font files to project 2020-09-18 10:59:59 -04:00
Angelo Stavrow
1a569f881d
Add app name, version, and build number to SettingsHeaderView 2020-09-16 12:46:28 -04:00
Angelo Stavrow
14dd75e410
Add support section to settings view with link to help forum 2020-09-16 11:34:45 -04:00
Angelo Stavrow
ca9c3ec9d9
Add blank launch screen storyboard for iPad multitasking requirements 2020-09-14 09:53:48 -04:00
Angelo Stavrow
3e025a6bfe
Set display name to "WriteFreely", bump version and build numbers 2020-09-11 16:30:29 -04:00
Angelo Stavrow
428fb6cd6f
Use presentationMode environment property to dismiss sheet 2020-09-11 13:53:11 -04:00
Angelo Stavrow
0c20fea0e6
Refactor login/logout to implement WriteFreely package 2020-08-18 17:21:00 -04:00
Angelo Stavrow
d402ccd472
Add WriteFreelyModel to publish PostStore and Account/Preference models 2020-08-18 17:21:00 -04:00
Angelo Stavrow
454b7bf09b
Drop into AppKit/UIKit to reliably set/unset preferred color scheme 2020-08-13 14:54:56 -04:00
Angelo Stavrow
6dba087295
Refactor account views and AccountModel 2020-08-11 16:27:14 -04:00
Angelo Stavrow
b787e34012
Adopt PreferencesModel for implementing light/dark mode switch (in iOS) 2020-08-11 14:32:45 -04:00
Angelo Stavrow
275dd91e9c
Move Settings button to PostList 2020-08-10 16:50:24 -04:00
Angelo Stavrow
94322a0424
Add header to SettingsView for dismissing sheet on iOS 2020-08-10 16:21:26 -04:00
Angelo Stavrow
67361f5d86
Create SettingsView for iOS 2020-08-10 12:37:19 -04:00
Angelo Stavrow
8870d2ff38
Add an account login view for testing 2020-08-07 16:31:13 -04:00
Angelo Stavrow
b9dced1da0
Initial Commit 2020-07-22 09:57:10 -04:00