Commit graph

35 commits

Author SHA1 Message Date
bdc2e16e3a fix completing the share extension request 2015-05-11 22:11:46 -07:00
773c4af62e only wait for compilation when showing a preview 2015-05-09 17:32:59 -07:00
6220d04a91 fix saving posts, and update save button whenever the dirty status changes 2015-05-09 16:18:58 -07:00
72966ed00f use typeof instead of __typeof__ 2015-05-09 16:07:17 -07:00
01cf1884ab update editor title when the link changes 2015-05-09 15:37:52 -07:00
3b597a5c86 implement a basic share extension 2015-05-06 23:51:03 -07:00
6ac5aa1ba6 don’t centre titles, prefix with right arrow for link posts 2015-05-05 18:27:09 -07:00
c3d419f3e9 improve visual design and animations, especially for navbar titles 2015-05-05 00:44:13 -07:00
1cfebee54e update link view when the pasteboard changes or app becomes active 2015-05-04 00:05:09 -07:00
085607795b use Font Awesome for icons 2015-05-04 00:05:08 -07:00
fad44fb00b open links in Safari 2015-05-03 22:58:13 -07:00
dc25824cd3 fix bugs on the iPad
- wire up blogController properly
- don’t crash trying to save non-existent posts
2015-05-03 22:58:13 -07:00
32829036ce use notifications to communicate changes to posts 2015-05-03 21:28:29 -07:00
3c459ed7df improve state restoration, leverage restoration IDs more 2015-05-03 21:28:29 -07:00
7ebd8d2ddb better “hide keyboard” button 2015-05-03 19:28:05 -07:00
2b219088ce make sure UI is configured after restoring state 2015-05-03 19:08:33 -07:00
33979d0369 use constants for keys 2015-05-03 19:07:41 -07:00
41f939ef97 remove pointless warning now that editor is disabled during save 2015-05-03 17:29:48 -07:00
2f92db3d73 enable code injection 2015-05-03 17:20:49 -07:00
3a8e3b70eb weakify self in view controllers 2015-05-03 17:01:53 -07:00
72d825efc0 disable editing while saving 2015-05-03 17:01:40 -07:00
5b59188055 use -configureWithPost: to update the UI after saving 2015-05-03 17:01:25 -07:00
0b9e88cc59 implement rudimentary state restoration 2015-05-03 16:16:52 -07:00
a84bd41d58 add a cheesy button to hide the keyboard 2015-05-03 16:12:46 -07:00
df1d329904 add a save button and indicator 2015-05-03 16:12:46 -07:00
1b8a439dc0 add post status to navbar title in the editor
still needs a lot of work. super janky.
2015-04-30 00:37:18 -04:00
e4c995562e better UI for adding and removing links in the editor 2015-04-29 00:33:29 -04:00
f8ff5abebd basic support for viewing and editing links 2015-04-28 23:13:49 -04:00
b1b7cc6a70 add publish draft and unpublish post 2015-04-28 23:13:36 -04:00
ef19a90da1 rename posts 2015-04-25 00:50:33 -07:00
78fee7d4b3 use a grouped table view for posts 2015-04-25 00:50:33 -07:00
ea426550f3 implement creating new drafts 2015-04-22 00:53:06 -07:00
c702143073 code style 2015-04-22 00:26:22 -07:00
93dcedd676 iPad tweaks 2015-04-21 22:09:40 -07:00
e7b6f54935 improve the look, add refresh, and status in navbar 2015-04-21 19:32:19 -07:00
Renamed from Blog/DetailViewController.m (Browse further)