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
David Sinclair
c7ede2c77c
iOS: done #897 (saved stories tab)
2016-03-26 21:27:25 -07:00
David Sinclair
5959abbbf4
iOS: Add Site iPhone popover fix
2016-03-19 21:26:56 -07:00
David Sinclair
fadc460421
iOS: Add Site popover arrow fix
2016-03-18 21:29:42 -07:00
David Sinclair
49e2cb7604
iOS: Add Site modernization
2016-03-17 20:40:09 -07:00
David Sinclair
7340b8c07d
iOS: fixed iPad theme issues
2016-03-09 22:05:51 -08:00
David Sinclair
4e49f7876e
iOS: kinda fixed #887 (back button text color)
...
I can't figure out a way to dynamically change the back button title
color; setting the appearance attributes seems to be the only way to
change it, and it doesn't do it for an already-displayed view. So I've
changed it to use a fixed color that works well enough for all four
themes.
2016-03-02 13:42:30 -08:00
Samuel Clay
a32ce42ba2
Redrawing all taskbar icons to remove white shadow and consistently apply a thin inner shadow. Closes #885 .
2016-03-01 12:31:32 -05:00
David Sinclair
481b773448
iOS: fixed #886 (opening two folders at once)
2016-02-29 18:35:58 -08:00
David Sinclair
e516d4a986
iOS: fixed #884 (interactions popover closing)
2016-02-29 18:24:24 -08:00
Samuel Clay
6a98241f88
Themed disclosure buttons for folder titles.
2016-02-27 13:20:32 -08:00
David Sinclair
17317f8ebb
iOS: fixed feeds list buttons and segmented control theming
2016-02-23 14:36:32 -08:00
David Sinclair
80ebc15584
iOS: done #875 (theme control in feeds menu)
2016-02-08 17:31:46 -08: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
7f0ffdf2b7
iOS: feed chooser
...
Mute Sites and Organize Sites views.
2016-01-27 20:52:09 -08:00
David Sinclair
c8d22f4594
iOS: done #813 (custom domain)
2016-01-21 22:11:37 -08:00
David Sinclair
8ad5b8b602
iOS: tweaked #825 (dark mode)
...
More tweaks to the theme handling, including the story CSS. The gesture
has been extended to make it easier to switch themes: it's still up for
light and down for dark (like a light switch), but swiping up again
will switch between the two light themes, and swiping down again will
switch between the two dark themes.
2015-12-20 22:04:55 -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
1b31f27276
iOS: tweaked #825 (dark mode)
...
Fix for feeds header counts.
2015-12-14 20:44:28 -08:00
David Sinclair
592bc7559a
iOS: tweaked #825 (dark mode)
...
Fixes for more of @nriley’s reported issues.
2015-12-13 21:46:07 -08:00
Nicholas Riley
f268f5eb57
iOS: keyboard support for NewsBlurViewController ( #826 ).
2015-12-09 11:19:13 -05:00
David Sinclair
af2ab36297
iOS: done #825 (dark mode)
2015-12-07 16:09:49 -08:00
David Sinclair
c9e02c600b
iOS: done #816 (replacing action sheets)
...
Only the older/newer long-press one; still have the story image one,
but I think that’s okay as-is since it has a title/alt text display.
Also removed some redundant code.
2015-11-29 18:08:44 -08:00
David Sinclair
4688a5ce72
iOS: fixed #771 (mark all as read)
...
Now uses /reader/mark_all_as_read with a days parameter when marking
all stories as read.
2015-11-18 13:43:04 -08:00
David Sinclair
6d373cb419
iOS: done #771 (mark all as read)
2015-11-13 21:54:32 -08:00
David Sinclair
f394e19232
iOS: changed #808 (add site tweaks)
...
Here are the folder selection and size changes. Awaiting clarification
of the autocomplete before I close this. (Or if it's one line to
comment out, you could do that if you prefer.)
2015-11-05 21:00:11 -08:00
David Sinclair
11a9de655d
iOS: done #806 (3D touch shortcuts)
2015-11-05 16:43:43 -08:00
David Sinclair
b8a82544bb
iOS: done #794 (voiceover support)
...
Added voiceover labels where needed on the main views. More could be
done, but this is a good start.
2015-11-03 22:21:18 -08:00
Samuel Clay
8c26fb1117
Aww yeah, fixing race condition for drawing stories.
2015-10-06 18:52:58 -07:00
Samuel Clay
58b092c46e
Fixing a crash and fixing notification button.
2015-10-06 17:07:30 -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
f1092c83b3
Bumping ios to v5.0.0b2. Adding some logic around upgrading to send users to enterprise build or itms.
2015-09-23 22:47:03 -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
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
29964b7b78
Adding new ios build versioning system that remembers if the user has seen the upgrade message before. Much nicer experience now and I can give enterprise builds upgrade messages now.
2015-09-16 18:42:02 -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
3eef4bd2ea
Fixing issue with scroll view.
2015-03-12 19:43:39 -07: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
b33fddd6b1
Fixing issue with Saved Stories crashing app when user has no saved stories.
2014-12-15 12:25:09 -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
1d58643f33
Updating story counts when saving with user tags. Also saving automatic user tags. Now it just needs ability to add and remove user tags.
2014-11-04 17:53:27 -08:00
Samuel Clay
8186eae9c3
Swapping WYPopoverController for old-looking WEPopover.
2014-11-04 12:15:49 -08:00
Samuel Clay
7470ffc3f5
Fixing keyboard sizing on share view.
2014-11-04 11:26:51 -08: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
3e4ccf8e11
Adding read stories view to ios.
2014-10-22 17:03:55 -07:00
Samuel Clay
01af62e900
Fixing font descriptor size cache for feed and story titles.
2014-10-01 14:23:57 -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
55a03018f7
NewsBlur iOS v4.5 beta 3. With iPhone 6/6+ support.
2014-09-24 12:37:33 -07:00
Samuel Clay
55827a832c
Handling crash on marking read.
2014-09-22 18:02:25 -07:00