Commit graph

47 commits

Author SHA1 Message Date
c91dd2a2b2 fix blog status display bug, and try to fix layout (still broken) 2015-07-04 10:00:19 -07:00
1f54984542 improve post selection handling 2015-06-28 13:53:44 -07:00
4d20adec84 fix back button on editor in compact horiz layout on iPad 2015-06-28 13:43:02 -07:00
eca3042fcf restore selected post 2015-06-28 13:30:49 -07:00
4ce730490c fix clearing post selection on compact horiz layouts 2015-06-28 13:30:27 -07:00
8d70ddc8f4 factor some code into BlogSplitViewController 2015-06-28 13:17:40 -07:00
d823fe8aef better handling of timers and notifications 2015-06-27 10:42:17 -07:00
66eb04cb87 remove some superfluous weak refs 2015-06-15 19:15:26 -07:00
781903775b make HUDs block the UI 2015-05-25 21:59:47 -07:00
04a763cd6e show date in post list 2015-05-25 21:57:11 -07:00
1ed0faa9f2 fix titles & dates in post list 2015-05-23 23:18:13 -07:00
427d6303b6 remove unused constant 2015-05-22 00:00:19 -04:00
1fc4057384 don't deselect posts on iPad 2015-05-22 00:00:11 -04:00
b4a1b208bb adjust scroll indicator insets 2015-05-21 10:44:01 -04:00
e8e67650fd add a search bar for filtering posts 2015-05-16 09:08:56 -07:00
fb8d71536b minor refactoring 2015-05-16 09:08:42 -07:00
e305debbe8 whip 2015-05-16 08:34:54 -07:00
91441fdaa8 show a spinner while publishing the site 2015-05-15 21:36:53 -07:00
24161559a9 improved handling of new posts from the pasteboard 2015-05-15 20:55:06 -07:00
7283329410 keep the posts list up to date 2015-05-15 20:48:47 -07:00
07e54f78e1 get post collections out of state restoration 2015-05-15 20:21:53 -07:00
ec38c121a9 fix jumping navbar title with a more reliable orientation check 2015-05-15 19:33:23 -07:00
5f6566f385 fix table view section header and footer heights 2015-05-09 17:57:26 -07:00
142ff60dc7 tweak title position in posts view controller 2015-05-09 17:33:17 -07:00
72966ed00f use typeof instead of __typeof__ 2015-05-09 16:07:17 -07:00
14ff7b46f9 don’t set constraints on the navigation bar 2015-05-09 15:45:56 -07:00
a02874d82d implement sync (git push) 2015-05-09 15:37:52 -07:00
6644a29928 use autolayout for all views in the posts title view 2015-05-05 20:39:53 -07:00
c3d419f3e9 improve visual design and animations, especially for navbar titles 2015-05-05 00:44:13 -07:00
9c5613552c implement publishing the site to production 2015-05-04 00:05:09 -07:00
085607795b use Font Awesome for icons 2015-05-04 00:05:08 -07:00
32829036ce use notifications to communicate changes to posts 2015-05-03 21:28:29 -07:00
99e7cc4108 use a consistent ordering for property attributes 2015-05-03 21:28:29 -07:00
3c459ed7df improve state restoration, leverage restoration IDs more 2015-05-03 21:28:29 -07:00
33979d0369 use constants for keys 2015-05-03 19:07:41 -07:00
3a8e3b70eb weakify self in view controllers 2015-05-03 17:01:53 -07:00
0b9e88cc59 implement rudimentary state restoration 2015-05-03 16:16:52 -07:00
7de1a4a9a3 implement deleting posts 2015-05-03 16:12:46 -07:00
fc906ef976 implement publishing the site (untested) 2015-05-03 16:12:46 -07:00
395170037a remove pointless code 2015-04-28 08:17:45 -04:00
337d92b84a use museo sans for samhuri.net title and editor 2015-04-25 01:14:10 -07:00
c182f1d932 make the refresh control look good on red 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
ac9c969cfb always center title view on posts view 2015-04-21 23:07:07 -07:00
e7b6f54935 improve the look, add refresh, and status in navbar 2015-04-21 19:32:19 -07:00