Commit graph

32 commits

Author SHA1 Message Date
David Sinclair
e634e17d00 #1376 (unresponsive segmented controls in menus on iOS 14)
- Fixed.
2020-09-26 20:49:18 -07:00
David Sinclair
50e1c2a117 #1309 (theme in story detail view)
- It was already there, just not showing that row.
2020-05-22 19:33:57 -07:00
David Sinclair
133a826afa #1262 (unsubscribe feed from story)
- Done; it’s first in the story settings menu, to be consistent with others.
- I resisted replacing FontSettingsViewController with a MenuViewController usage; that would simplify the code and future changes, but would’ve taken more time now.
2019-11-25 19:15:49 -08:00
David Sinclair
165ec98ceb #1208 (iOS 13 support) 2019-09-21 14:51:55 -07:00
David Sinclair
6e89babc90 iOS: #1208 (iOS 13 support)
- Updating segmented controls to avoid dark text on a dark background in dark themes.
2019-08-24 21:02:21 -07:00
David Sinclair
ba94f4ef8f iOS: #1137 (full screen)
- Removed the tap gesture, as requested. Though I suspect you might change your mind about that one.
- Added a segmented control to toggle full screen in the story detail menu.
- (Also added one for the forthcoming autoscroll feature while I was there, since it’s easier to add both at once.)
- Fixed a bug with full screen when vertically scrolling between stories.
2019-02-27 13:33:38 -08:00
Samuel Clay
9bc5fc1375 Rearranging scroll. 2018-09-26 09:57:29 -04:00
David Sinclair
c95351fb10 iOS: tweaked #1100 (scroll vertically between stories): story detail toggle
Horizontal story scrolling is now the default.  Added a control to the story detail options popover to toggle the orientation.
2018-09-05 13:51:33 -07:00
Samuel Clay
8df5237e29 Adding in-app safari reader mode preference. Also adding San Francisco as a story font. Thanks to Will Sigmon (@WSig) for both ideas. 2017-11-05 18:22:58 -08:00
Samuel Clay
24048a41e3 Fixing font size selector styling. 2017-10-12 21:05:28 -07:00
Samuel Clay
95ed6c55a6 Gotham is the new default font. 2017-04-11 17:36:10 -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
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
Samuel Clay
33d14fb54d Folder title colors in organizer/chooser. 2016-02-27 14:47:46 -08:00
Nicholas Riley
6e873139bb iOS: Fix black-on-black icons in dark theme. 2016-02-13 11:37:25 -05:00
David Sinclair
af2ab36297 iOS: done #825 (dark mode) 2015-12-07 16:09:49 -08:00
David Sinclair
ec60fabdcd iOS: fonts display name 2015-11-11 15:39:33 -08:00
Samuel Clay
2dd7214925 Adding whitney, gothamnarrow, and chronicle fonts to ios. 2015-11-09 14:39:47 -08:00
Samuel Clay
433c3b882c Lowercase font menu titles look better. 2015-11-04 15:20:09 -08:00
David Sinclair
d2096ff0dc iOS: tweaked #791 (more fonts)
Fixed initial display of the bundled font, and improved the code to
make it easier to add others.
2015-11-03 12:10:28 -08:00
David Sinclair
535a66615b iOS: added #791 (separate fonts list)
Sorry for the delay getting to this.  I've implemented the separate
list of fonts, listing the sample one you provided.  Once you get the
others, they can be added to the fonts folder in the resources, and
listed in the -[FontSettingsViewController viewWillAppear:] method (I
can do that if you like).
2015-10-31 16:35:32 -07:00
Samuel Clay
2ac65348cf Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
Samuel Clay
f60cb639cc Adding line spacing option to iOS app. 2014-05-15 18:06:56 -07:00
Samuel Clay
c82f92e680 Adding three ios fonts. 2014-05-15 17:03:25 -07:00
Samuel Clay
9254f799bb Massive refactor to move reading/unreading/saving/unsaving logic to storiescollection and to unify all views. 2014-03-05 14:13:49 -08:00
Samuel Clay
2122405947 Adding more double tap gesture options. 2014-03-03 16:21:26 -08:00
Samuel Clay
8727b683a5 Adding font size overrides. 2013-11-23 13:03:14 -08:00
Samuel Clay
b8fe3d123a Fixing almost all ios7 warnings. Fixing avatar. Upgrading AFNetworking. 2013-09-25 17:43:00 -07:00
Samuel Clay
fdf2f1b61a Further styling ios7. Menus, bunch of buttons, and toolbars. Still lots more. 2013-09-25 10:47:35 -07:00
Nicholas Riley
03fdfd5409 Show Send To in a popover on iPad.
UIActivityViewController should not be presented modally on iPad, per the documentation; it also looks pretty ugly.

Also clean up display of training popover to eliminate shadow fading in background.
2013-09-07 02:35:47 -05:00
Samuel Clay
a54f511b36 Adding new send to button to traversal bar. Now isntapaper is 2 clicks. 2013-07-19 16:49:48 -07:00
Samuel Clay
bfff777490 Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00
Renamed from media/ios/Classes/FontSettingsViewController.m (Browse further)