samhuri.net-ios/Blog
2015-05-03 21:28:29 -07:00
..
Base.lproj implement rudimentary state restoration 2015-05-03 16:16:52 -07:00
Fonts use museo sans for samhuri.net title and editor 2015-04-25 01:14:10 -07:00
Images.xcassets better “hide keyboard” button 2015-05-03 19:28:05 -07:00
AppDelegate.h get a list of posts 2015-03-29 23:42:04 -07:00
AppDelegate.m wire up the blog controller properly after restoring state 2015-05-03 21:28:29 -07:00
BlogController.h implement publishing the site (untested) 2015-05-03 16:12:46 -07:00
BlogController.m implement publishing the site (untested) 2015-05-03 16:12:46 -07:00
BlogService.h code style 2015-04-22 00:26:22 -07:00
BlogService.m decode the response post when unpublishing a post 2015-04-28 08:17:36 -04:00
BlogStatus.h code style 2015-04-22 00:26:22 -07:00
BlogStatus.m code style 2015-04-22 00:26:22 -07:00
ChangeTitleViewController.h rename posts 2015-04-25 00:50:33 -07:00
ChangeTitleViewController.m rename posts 2015-04-25 00:50:33 -07:00
EditorViewController.h implement rudimentary state restoration 2015-05-03 16:16:52 -07:00
EditorViewController.m better “hide keyboard” button 2015-05-03 19:28:05 -07:00
Functions.h make safeCast global 2015-04-28 08:14:30 -04:00
Functions.m make safeCast global 2015-04-28 08:14:30 -04:00
Info.plist add app icons and change display name 2015-04-29 00:32:33 -04:00
JSONHTTPClient.h code style 2015-04-22 00:26:22 -07:00
JSONHTTPClient.m fix a warning 2015-05-03 16:12:46 -07:00
main.m code style 2015-04-22 00:26:22 -07:00
ModelStore.h get a list of posts 2015-03-29 23:42:04 -07:00
ModelStore.m use a grouped table view for posts 2015-04-25 00:50:33 -07:00
NSDate+marshmallows.h implement basic editing, preview, and improve article list 2015-04-19 19:15:55 -07:00
NSDate+marshmallows.m implement basic editing, preview, and improve article list 2015-04-19 19:15:55 -07:00
NSString+marshmallows.h get a list of posts 2015-03-29 23:42:04 -07:00
NSString+marshmallows.m code style 2015-04-22 00:26:22 -07:00
Post.h remove pointless warning now that editor is disabled during save 2015-05-03 17:29:48 -07:00
Post.m remove pointless warning now that editor is disabled during save 2015-05-03 17:29:48 -07:00
PostCell.h implement basic editing, preview, and improve article list 2015-04-19 19:15:55 -07:00
PostCell.m code style 2015-04-22 00:26:22 -07:00
PostCollection.h implement rudimentary state restoration 2015-05-03 16:16:52 -07:00
PostCollection.m use constants for keys 2015-05-03 19:07:41 -07:00
PostsViewController.h improve the look, add refresh, and status in navbar 2015-04-21 19:32:19 -07:00
PostsViewController.m use constants for keys 2015-05-03 19:07:41 -07:00
PreviewViewController.h implement basic editing, preview, and improve article list 2015-04-19 19:15:55 -07:00
PreviewViewController.m use constants for keys 2015-05-03 19:07:41 -07:00
UIColor+Hex.h iPad tweaks 2015-04-21 22:09:40 -07:00
UIColor+Hex.m code style 2015-04-22 00:26:22 -07:00