David Sinclair
|
2ce271e664
|
iOS: fixed #779 (selected text glitch)
Easier than expected; just needed to detect when it's been blanked and
force a redraw. Makes loading a different story tidier, too.
|
2015-10-27 21:52:11 -07:00 |
|
David Sinclair
|
fbd8d62be1
|
Fixed #772 (story traversal buttons misaligned)
|
2015-10-24 20:58:00 -07:00 |
|
Samuel Clay
|
8c26fb1117
|
Aww yeah, fixing race condition for drawing stories.
|
2015-10-06 18:52:58 -07:00 |
|
Samuel Clay
|
b1d9cc9e92
|
Correctly showing text or story view for stories based on story feed, not folder.
|
2015-10-05 11:45:40 -07:00 |
|
Samuel Clay
|
9806ed08f1
|
Experimental commit to speedup scrolling between stories.
|
2015-10-05 11:45:40 -07:00 |
|
Samuel Clay
|
e780cb0213
|
Logging view will layout subviews to figure out the off-page rotation issue.
|
2015-09-28 20:24:05 -07:00 |
|
Samuel Clay
|
41d0423c5b
|
Fixing rotation losing scroll position. Still have font size issue when returning to view with different rotation.
|
2015-09-28 20:01:17 -07:00 |
|
Samuel Clay
|
b838723449
|
Fixing rotation bugs for the most part.
|
2015-09-23 14:37:54 -07:00 |
|
Samuel Clay
|
2829565167
|
Rewriting story page control to use autolayout.
|
2015-09-23 13:02:25 -07:00 |
|
Samuel Clay
|
b35ad92e98
|
Fixing rotation bugs around minimum scale.
|
2015-09-23 11:34:03 -07:00 |
|
Samuel Clay
|
3ec1549c57
|
Fixing traverse view movements.
|
2015-09-22 18:20:48 -07:00 |
|
Samuel Clay
|
6556898be4
|
Attempting a fix for parent view controller orientation on rotation. Also fixing Text view causing active story position to be accidentally shifted.
|
2015-09-22 17:16:08 -07:00 |
|
Samuel Clay
|
fa19220c66
|
Adding crashalytics. Refactoring some rotation methods.
|
2015-09-22 16:34:24 -07:00 |
|
Samuel Clay
|
c5de98447f
|
Cleaning up unused rotation code.
|
2015-09-22 13:30:21 -07:00 |
|
Samuel Clay
|
dc9024c03d
|
Fixing rotation for iphones.
|
2015-09-22 13:25:18 -07:00 |
|
Samuel Clay
|
667e999535
|
Boosting font size for XL. Fixing rotation font sizes issues. And smoothing rotation so theres no jerky motions.
|
2015-09-22 13:10:35 -07:00 |
|
Samuel Clay
|
cb181afb0b
|
Fixing rotation and making it smoother, although landscape has an odd font size issue.
|
2015-09-21 17:01:28 -07:00 |
|
Samuel Clay
|
1a338b786b
|
Fixing launch screen on ios app. Also fixing upgrade link.
|
2015-09-18 15:29:57 -07:00 |
|
Samuel Clay
|
3cd8ded04d
|
Updating AFNetworking to 2.0, fixing various afnetworking bugs. Hope nothing else broke!
|
2015-09-18 15:02:15 -07:00 |
|
Samuel Clay
|
1a372e21ae
|
Sending stories to third-party services now uses full Text if available.
|
2015-09-17 17:59:54 -07:00 |
|
Samuel Clay
|
449f11c11d
|
Fixing crashes on uiactivityview and fixing lag on finding last story scroll position.
|
2015-09-17 17:01:32 -07:00 |
|
Samuel Clay
|
5796c00a0b
|
Finishing up last scroll position. Needs to take into account any images, which are throwing off the scroll positions.
|
2015-09-17 13:15:10 -07:00 |
|
Samuel Clay
|
32fccfe118
|
Stubbing in scroll positions and beginnign to fetch them (unsuccessfully so far). Just need to scroll user to position and this feature's done.
|
2015-09-16 21:34:41 -07:00 |
|
Samuel Clay
|
16674eb8d0
|
Fixing favicon and feed title gradients in ios app.
|
2015-09-16 20:24:11 -07:00 |
|
Samuel Clay
|
7f57bdd18e
|
Fixing reachability on ios. Added commentless share actions, but not refreshing correctly yet.
|
2015-09-16 18:16:23 -07:00 |
|
Samuel Clay
|
1b6a5cb15e
|
Updating dependencies and fixing ios 9 warnings. Reachability and SBJson.
|
2015-09-16 16:53:07 -07:00 |
|
Samuel Clay
|
a98d259387
|
Removing OvershareKit, ios app is now 8+, and fixed app transport security warnings.
|
2015-09-14 17:40:18 -07:00 |
|
Samuel Clay
|
baffedac13
|
Aligning comment-less share avatars on ios. Still needs better alignment on reshares. Also needs networking support.
|
2015-09-08 14:17:01 -07:00 |
|
Samuel Clay
|
b01e1cca82
|
Stubbing in friend shares on ios.
|
2015-09-07 21:39:51 -07:00 |
|
Samuel Clay
|
9af421c687
|
Updating WYPopoverController to fix Add Site keyboard focus bug.
|
2015-09-07 19:56:44 -07:00 |
|
Samuel Clay
|
51e25cf051
|
Fixing page bug when loading app and selecting page that's not the first story.
|
2015-04-26 21:22:25 -07:00 |
|
Samuel Clay
|
3eef4bd2ea
|
Fixing issue with scroll view.
|
2015-03-12 19:43:39 -07:00 |
|
Samuel Clay
|
95edf8c1a8
|
Making text view sticky on ios. Maybe bugs?
|
2015-03-10 18:58:23 -07:00 |
|
Samuel Clay
|
1fac3f95c4
|
Prepping Text view on iOS to become sticky.
|
2015-03-09 14:20:45 -07:00 |
|
Samuel Clay
|
ce12746721
|
Adding saved story tag list when using bottom save story button.
|
2014-12-16 15:36:58 -08:00 |
|
Samuel Clay
|
08d7d300c9
|
Fixing ipad rotation page movement. Also correcting story position scrolling.
|
2014-12-03 15:35:37 -08:00 |
|
Samuel Clay
|
6957235a85
|
Fixing issues with search bar retaining focus b/w view controllers.
|
2014-12-02 18:36:38 -08:00 |
|
Samuel Clay
|
e7cae118fa
|
Expanding autocomplete menu in ios.
|
2014-12-01 17:52:48 -08:00 |
|
Samuel Clay
|
b8e6ca04bb
|
Fixing ios rotation bugs with feed gradient and ipad-narrow sizing.
|
2014-12-01 17:22:40 -08:00 |
|
Samuel Clay
|
be6f01fec4
|
Fixing rotation page reseting on iOS. Needs a bit of love, but it looks like it works.
|
2014-11-30 21:24:42 -05:00 |
|
Samuel Clay
|
5e84748c7e
|
Tag names in tag adder. Need to fix sync.
|
2014-11-10 18:25:35 -08:00 |
|
Samuel Clay
|
5fda173146
|
Adding touch handlers to saved story tags. Upgrading fastclick.js.
|
2014-11-10 16:00:59 -08:00 |
|
Samuel Clay
|
8744b7729f
|
Adding user tags to story headers. Also fixing folder titles.
|
2014-11-04 17:13:53 -08:00 |
|
Samuel Clay
|
54d1c3cfb9
|
Adding appdelegate ivar to control whether activity view is showing. Needed for handling links tapped in story detail.
|
2014-10-30 17:26:34 -07:00 |
|
Samuel Clay
|
cd577c16e6
|
Undoing prior commit, now blanking out story detail when leaving story detail on iphone. Thanks to @zacwest for bringing this to my attention.
|
2014-10-30 16:53:35 -07:00 |
|
Samuel Clay
|
5055da04e3
|
Clearing story detail when moving back to story titles.
|
2014-10-23 16:29:31 -07:00 |
|
Samuel Clay
|
e9c7d3ee6b
|
Adding a progress bar to original view on ios.
|
2014-10-23 15:15:06 -07:00 |
|
Samuel Clay
|
76d3e287c8
|
Adding Read Stories view. Also adding support for iOS 7's OvershareKit.
|
2014-10-22 17:03:55 -07:00 |
|
Samuel Clay
|
aaf6ea042e
|
Adding NSURLCache layer for caching of offline images. No more rewriting of image URLs. Thanks to @zacwest for the push on this.
|
2014-09-26 17:38:46 -07:00 |
|
Samuel Clay
|
de7a84e5a2
|
Fixing link popover on ipad.
|
2014-09-26 17:38:45 -07:00 |
|