Commit graph

501 commits

Author SHA1 Message Date
Samuel Clay
c671fa56e9 Fixing orientation issues. Also working on copying dashboard story collection data to the feed detail view. 2014-02-13 17:18:29 -08:00
Samuel Clay
e1710c2361 Bumping offline catch to 1 second. 2014-02-13 10:59:47 -08:00
Samuel Clay
6653b61799 Updating ios app to 4.0 beta 1. 2014-02-12 21:07:18 -08:00
Samuel Clay
73a6e74b6d Cleaning up a bit. 2014-02-12 20:46:59 -08:00
Samuel Clay
59bf1577bf Cleaning up story ids (into hashes) to fix dupe stories not being recognized. 2014-02-12 20:41:29 -08:00
Samuel Clay
a9ed66cbb3 Seriously one of the biggest refactors I've ever performed. Extracted all story models from appDelegate and moved them into a new StoriesCollection, which can be instantiated on a per-feedDetailView basis. Perfect for the story titles in the dashboard and behind the feed list. 2014-02-12 20:09:37 -08:00
Samuel Clay
de597657fc Prepping stories collection refactor. 2014-02-12 16:39:30 -08:00
Samuel Clay
642ac1940c Last few optimizations for story image caching. 2014-02-12 15:48:16 -08:00
Samuel Clay
c439f18b73 Beginning story list refactor. 2014-02-11 16:55:15 -08:00
Samuel Clay
7af3b78c47 Finally a image caching operation queue I'm happy with. Now to fix that stories model. 2014-02-11 16:00:31 -08:00
Samuel Clay
6fd0f0f274 Using operation queue for loading images, makes scrolling much faster. Now need to perform massive refactor to separate out story models. 2014-02-11 15:20:41 -08:00
Samuel Clay
61a7f8e190 Cropping images for faster cache. 2014-02-11 13:23:45 -08:00
Samuel Clay
810d28c650 Fixing progressive loading of story images. Needs a queue or something to speed up scrolling. 2014-02-11 11:52:32 -08:00
Samuel Clay
4f2455e846 Huge update to iPad app. Adding story content, image preview, and story list to dashboard. Whew. 2014-02-10 19:21:53 -08:00
Samuel Clay
74ab9888cb Fixing initial load of original view. 2014-02-07 15:46:09 -08:00
Samuel Clay
13e8b9c448 Merge branch 'master' into overshare
* master:
  Fixing starred story counts.
2014-02-07 14:17:55 -08:00
Samuel Clay
0b3e64232f Fixing starred story counts. 2014-02-07 14:15:55 -08:00
Samuel Clay
bed3de68c3 Disabling pan swipe on iphone until I can figure out an interactive controller (which will also handle the feed detail view for both ipad and iphone). 2014-02-05 18:17:53 -08:00
Samuel Clay
8fdf08dd6a Fixing iOS icons, moving to asset catalog. 2014-02-05 18:03:44 -08:00
Samuel Clay
dc9d81787e Fixing original view on iPhone. 2014-02-05 17:50:19 -08:00
Samuel Clay
7fa647a631 Adding double finger double tap on stories to load Text. 2014-02-05 17:14:23 -08:00
Samuel Clay
f129e8f12f Allowing swipe to return to story view from original view while loading. 2014-02-05 16:56:27 -08:00
Samuel Clay
dcee6dc1c6 Fixing scroll/swipe issue in original view. 2014-02-05 16:39:24 -08:00
Samuel Clay
c7be4eaaf0 Adding shadows to uiviews. 2014-02-04 18:28:14 -08:00
Samuel Clay
32468c2425 Handling double taps in story detail to open original view on ios. 2014-02-04 12:40:46 -08:00
Samuel Clay
67944e0e3c Adding prelim for double tap to open original view. 2014-02-03 19:20:26 -08:00
Samuel Clay
7b8c0d957e Handling gestures for entering original view. 2014-02-03 18:54:50 -08:00
Samuel Clay
0620af0674 Swiping back from original view works pretty well on ipad now. Needs a button and better navigation title support. Also rotation support. Also fixing iPhone. 2014-02-03 16:59:08 -08:00
Samuel Clay
44fd7ca58b Using a pan gesture for the original view. Needs love and iphone. 2014-02-03 14:17:03 -08:00
Samuel Clay
7cf5685a87 Speedier animation. 2014-01-30 20:42:55 -08:00
Samuel Clay
a222b57bc4 Nice story detail animation in for ipad. 2014-01-30 20:28:08 -08:00
Samuel Clay
5f275dae32 Removing comment. 2014-01-21 11:39:17 -08:00
Samuel Clay
be4761f8d4 Fixing last glitch. 2014-01-17 18:06:21 -08:00
Samuel Clay
1bf345a045 Correcting remaining aberations on original transitions for ipad. 2014-01-17 18:01:33 -08:00
Samuel Clay
72797ff167 Mainly fixing all original view issues. Also fixing an issue with river icons not being updated when selected. 2014-01-17 16:23:12 -08:00
Samuel Clay
2c18234cd9 Unused code. 2014-01-17 13:47:55 -08:00
Samuel Clay
598b6914c8 This needs to be ripped out, but I want it logged. 2014-01-17 10:35:47 -08:00
Samuel Clay
8b0f72f0f3 Rough fixes for original view on ipad. Still needs lots of love. 2014-01-16 17:15:29 -08:00
Samuel Clay
f3f124d1c6 Commenting. 2014-01-13 12:08:16 -08:00
Samuel Clay
8fcefeb448 Handling preference for story titles pane position. Also handling bottom position transition. 2014-01-08 18:14:49 -08:00
Samuel Clay
fe966564ae Fixing original view on ipad. Now just needs partial transitions. 2014-01-08 17:46:19 -08:00
Samuel Clay
80512897b0 Removing unnecessary variable. 2014-01-08 16:50:18 -08:00
Samuel Clay
b2ccb06177 Refactoring original view to remove both toolbars. Moved back button and send to button to top. 2014-01-08 13:38:18 -08:00
Samuel Clay
b9271f6aab Removing unused sharing prefs. 2014-01-08 12:44:21 -08:00
Samuel Clay
b853f656be Partially complete refactoring of original webview into a nav controller being pushed onto the stack instead of a modal. 2014-01-07 18:26:17 -08:00
Samuel Clay
4ed3b34a14 Fixing warnings in Overshare. 2014-01-07 10:59:48 -08:00
Samuel Clay
cd2ad13c46 Fixing Pocket, Readability, Pinboard, and Facebook sharing. 2014-01-06 20:25:55 -08:00
Samuel Clay
7c77a334d6 Fixing Chrome overshare to include callback. 2014-01-06 19:53:37 -08:00
Samuel Clay
fc107f1996 Adding sharing accounts preference dialog. 2014-01-06 19:05:46 -08:00
Samuel Clay
5cf160f3ff Adding messaging for all activity types. 2014-01-06 18:56:41 -08:00