Commit graph

792 commits

Author SHA1 Message Date
Samuel Clay
773fda65a5 Encryption compliance for iOS. 2016-03-30 13:41:36 -07:00
Samuel Clay
7f0c757eeb v6.0 2016-03-30 13:41:36 -07:00
David Sinclair
5317690606 iOS: done #899 (Forgot Password flow) 2016-03-27 21:48:30 -07:00
David Sinclair
c7ede2c77c iOS: done #897 (saved stories tab) 2016-03-26 21:27:25 -07:00
David Sinclair
b47343ad4a iOS: fixed vertical separator theme issue 2016-03-23 17:50:08 -07:00
David Sinclair
ebfdc6738a iOS: fixed separator theme issue 2016-03-23 17:41:45 -07:00
David Sinclair
5959abbbf4 iOS: Add Site iPhone popover fix 2016-03-19 21:26:56 -07:00
Nicholas Riley
91a9aab612 iOS: Missed a popover. 2016-03-19 13:31:29 -04:00
Nicholas Riley
b364b0b92e iOS: Allow Command-. in addition to Escape to go back.
This doesn’t match the Web but many keyboards for iOS devices, including Apple’s Smart Keyboard, don’t have Escape keys on them.
2016-03-19 13:22:57 -04: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
David Sinclair
fadc460421 iOS: Add Site popover arrow fix 2016-03-18 21:29:42 -07:00
Nicholas Riley
392a4ac3e0 iOS: Restore first responder when popovers are dismissed.
Ensures that keyboard equivalents don’t break.
2016-03-18 23:01:48 -04:00
Nicholas Riley
de386f2e5a iOS: Remove extra separators in Add Site popover. 2016-03-18 22:59:55 -04:00
David Sinclair
49e2cb7604 iOS: Add Site modernization 2016-03-17 20:40:09 -07:00
Samuel Clay
91470ceb9b Sync story read status to server when scrolling to mark as read. I'm not sure why this hasn't been happening. 2016-03-14 13:54:26 -07:00
Nicholas Riley
d6b2c9cd15 iOS: Fix height of font settings and font list, removing extra separators/space.
Lets the menu table views do their own height calculations and makes the bottom vertical inset match the top (negative) to avoid extra white space at the bottom of the popover.

The preferredContentSize of FontSettingsViewController was previously hard-coded to account for a navigation bar which was subsequently hidden, which could sometimes result in a too-small popover if the navigation bar was already hidden; hide it explicitly instead and remove this workaround.
2016-03-13 15:03:08 -04:00
David Sinclair
5e713d2fe8 IOS: fixed rotation issue 2016-03-10 14:49:33 -08:00
David Sinclair
7340b8c07d iOS: fixed iPad theme issues 2016-03-09 22:05:51 -08:00
David Sinclair
419b414272 iOS: fixed traverse positioning 2016-03-09 18:01:32 -08:00
David Sinclair
6bdbad53ce iOS: fixed size bar theme issue 2016-03-08 22:18:51 -08:00
Samuel Clay
2e9d78d2c0 Fixing paragraph padding issues. 2016-03-07 23:00:42 -08:00
Samuel Clay
1b4e5a8561 Fixing story author on newsletters 2016-03-07 22:46:34 -08:00
Samuel Clay
5088f9c521 Removing errant character. 2016-03-03 16:28:46 -05:00
David Sinclair
a82775513d iOS: better fix for #884 (interactions popover closing) 2016-03-02 21:21:30 -08:00
David Sinclair
42dbc82788 iOS: fixed share view theming 2016-03-02 14:44:00 -08:00
David Sinclair
1fc126ee40 iOS: fixed #888 (tags popover theming) 2016-03-02 14:18:35 -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
2cf7e411f0 Fixing blockquote margins. Touching up original nav icon. 2016-03-01 13:03:45 -05: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
c852d75c33 Back to prod. 2016-02-29 16:23:34 -05:00
Samuel Clay
33d14fb54d Folder title colors in organizer/chooser. 2016-02-27 14:47:46 -08:00
Samuel Clay
e3316a4ba4 Unread counts colors. 2016-02-27 14:34:10 -08:00
Samuel Clay
ff1fcc55c1 Share view story title in themes. 2016-02-27 14:09:03 -08:00
Samuel Clay
f889e975e0 Redrawn folder icons. Also fixing saved story tags themeing. 2016-02-27 14:02:19 -08:00
Samuel Clay
25a3a1a6a2 Rounding corners on folder disclosure buttons. 2016-02-27 13:26:41 -08:00
Samuel Clay
6a98241f88 Themed disclosure buttons for folder titles. 2016-02-27 13:20:32 -08:00
Samuel Clay
a4f628f013 Refining story detail view colors on medium and dark themes. 2016-02-27 10:00:09 -08:00
Nicholas Riley
05f415e9a2 iOS: Fix appearance of font popover in dark themes. 2016-02-26 13:35:56 -05: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
289f484539 iOS: Fix notifier appearance when dark theme selected on launch.
Don’t want to theme these colors; they look fine with all the themes as is.
2016-02-24 17:05:09 -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
David Sinclair
17317f8ebb iOS: fixed feeds list buttons and segmented control theming 2016-02-23 14:36:32 -08:00
Samuel Clay
bfb2affe17 Hiding bottom sizer bar on iphone. 2016-02-18 12:15:09 -08:00
Samuel Clay
82d8f422b0 Finished grey, sepia, and dark themes in story detail. Need to find edge cases now. 2016-02-17 19:10:38 -08:00
Nicholas Riley
8125185664 iOS: Fix mute icon display broken by the previous commit. 2016-02-13 11:45:16 -05:00
Nicholas Riley
6e873139bb iOS: Fix black-on-black icons in dark theme. 2016-02-13 11:37:25 -05:00
Samuel Clay
3ae8abaa07 Adding intelligence in title and tags to sample stories for theming. 2016-02-11 15:05:33 -08:00
David Sinclair
b7d8020451 iOS: fixed move menu indention 2016-02-09 10:13:02 -08:00