David Sinclair
d77ddc0161
iOS: fixed remaining Xcode 8 warnings
...
Now zero warnings on build. Ah, so much cleaner.
2016-10-06 21:18:12 -07:00
David Sinclair
c17a741f55
iOS: fixed #945 (pull to refresh broken on iOS 10)
...
Replaced with the standard control, and fixed the issue.
2016-09-13 15:38:51 -07:00
Nicholas Riley
f01ec1c008
iOS: Fix popover interaction with keyboard support.
...
Use the same popover creation code in more places, which adds Escape and
Command-. to dismiss popovers.
Ensure that popovers both get and can accept first responder, preventing
keyboard input from leaking through to an underlying view controller.
Without this, it can be confusing as, for example, you can navigate to a
different story while you’ve got a ‘mark read’ popover shown for another
story.
2016-03-19 13:22:02 -04:00
Nicholas Riley
17681ff75a
iOS: Use same color for activity view as remainder of pull to refresh view.
...
The spinner is otherwise invisible on the dark theme.
2016-02-25 16:59:07 -05:00
Nicholas Riley
b9cf7efa69
iOS: Remove shadow from pull to refresh text.
...
Looks bad in darker themes.
2016-02-24 16:54:10 -05:00
Samuel Clay
f797cece69
Adjusting all four themes for feed list and story list views. Still need to work on story detail.
2016-01-28 08:42:35 -08:00
David Sinclair
07e667a95d
iOS: tweaked #825 (dark mode)
...
Eliminated the old WYPopoverController from the code, since it isn’t
needed and isn’t compatible with theming. All popovers now use the
modern UIPopoverPresentationController mechanism.
2015-12-15 12:37:18 -08:00
David Sinclair
af2ab36297
iOS: done #825 (dark mode)
2015-12-07 16:09:49 -08:00
Samuel Clay
f8ed69056e
Fixing part of #771 - pruning queued read stories that have already been marked as read (in case they are in purgatory and can't get marked read). Also fixing a crash when a folder claims to have unreads but doesn't (NSNull+JSON for handling empty results from the server.)
2015-11-17 21:11:34 -08: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
3cd8ded04d
Updating AFNetworking to 2.0, fixing various afnetworking bugs. Hope nothing else broke!
2015-09-18 15:02:15 -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
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
9af421c687
Updating WYPopoverController to fix Add Site keyboard focus bug.
2015-09-07 19:56:44 -07:00
Nicholas Omann
9015ccae2b
Adding one password extension.
2015-06-06 15:00:36 -05:00
Samuel Clay
f5c065ccf2
Updating current feed's title on rename.
2015-05-19 10:55:26 -07:00
Samuel Clay
5ded641d26
Adding ios preference to disable swiping of feed or story titles.
2015-03-03 15:57:08 -05:00
Samuel Clay
66a421b7b3
Updating inappsettingskit.
2015-03-03 15:56:32 -05:00
Samuel Clay
1e6773c2b8
Further removing iphone popover code from ipad.
2014-12-15 17:35:31 -08:00
Samuel Clay
c167863c95
Fixing view draw issues when selecting interactions and activities from either profile views or the dashboard.
2014-12-15 15:25:07 -08:00
Samuel Clay
fa485d4245
Suppressing stupid WYPopoverContainer warnings.
2014-11-30 20:35:58 -05:00
Samuel Clay
9f376b243d
Adding messaging for premium-only in saved story tags.
2014-11-17 14:43:36 -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
f3096fe958
Fixing popover orientation issues. Also fixing activities/saved stories.
2014-11-04 14:57:19 -08:00
Samuel Clay
1aa414f0be
Fixing warnings.
2014-10-30 16:29:32 -07:00
Samuel Clay
3b2258064d
Animated and colored progress bar. Done.
2014-10-23 16:11:02 -07:00
Samuel Clay
e9c7d3ee6b
Adding a progress bar to original view on ios.
2014-10-23 15:15:06 -07:00
Samuel Clay
54c0789d37
Adding Chrome app activity.
2014-10-22 17:22:16 -07:00
Samuel Clay
f0a1544261
Adding Safari app activity.
2014-10-22 17:22:10 -07:00
Samuel Clay
e35808f8bf
Fixing haproxy and gunicorn url length issues. This ones for @misc.
2014-10-01 15:40:33 -07:00
Samuel Clay
6ecbb1dc40
Running both feed list and story list through instruments to find bottle necks. Much faster now!
2014-09-26 18:35:40 -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
Nicholas Riley
75782b5a8a
Use a shorter localized date format which shouldn't overlap the refresh arrow in most cases.
2014-09-24 08:19:34 -04:00
Samuel Clay
2c9d405da6
Pushing out ios v4.5.0b1.
2014-09-22 17:23:52 -07:00
Samuel Clay
c980632fd7
Adding locale aware times to pull to refresh menu.
2014-09-22 17:08:57 -07:00
Samuel Clay
fbf9564d99
Adding fade feed when read to preferences.
2014-09-22 16:09:34 -07:00
Samuel Clay
b46d06a4ee
Updating Google+ sdk.
2014-09-18 17:57:33 -07:00
Samuel Clay
2ac65348cf
Cleaning up static analyzer warnings.
2014-09-18 11:26:00 -07:00
Samuel Clay
05cb8551ea
Adding support for long pressing links in the story view to open them in the share dialog.
2014-09-17 19:02:12 -07:00
Samuel Clay
567bc3c68b
Upgrading oversharekit for iOS 8.
2014-09-17 16:58:44 -07:00
Samuel Clay
bf1b682eaf
Adding full page touch control to original view.
2014-09-17 16:41:48 -07:00
Samuel Clay
a429f78e03
Greyer pull to refresh color.
2014-09-17 15:57:17 -07:00
Samuel Clay
2cb5a1e9d2
Updating OvershareKit and InAppSettingsKit.
2014-05-19 13:33:42 -07:00
Samuel Clay
2ed011fcfa
Adding gesture options for double-taps.
2014-03-03 15:47:24 -08:00
Samuel Clay
29b35a2dd1
Correcting OvershareKit warnings.
2014-02-27 18:06:35 -08:00
Samuel Clay
ea28212ecb
Updating Overshare to 1.1.0.
2014-02-27 16:54:25 -08:00
Samuel Clay
61a7f8e190
Cropping images for faster cache.
2014-02-11 13:23:45 -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