Samuel Clay
cc30bcc9f6
If no iOS receipt, still send proof to server.
2018-08-17 14:11:59 -04:00
Samuel Clay
2f4d73c41b
Fixing premium dialog crash.
2018-07-22 17:18:22 -04:00
Samuel Clay
27e0560324
Fixing crash on network change.
2018-07-16 11:16:57 -04:00
Samuel Clay
cf70d7b65f
Fixing copied/saved toasts on ios.
2018-07-13 15:25:27 -04:00
Samuel Clay
a966f950ae
Handling error on login as.
2018-07-11 10:15:13 -04:00
Samuel Clay
e3c48062c6
Video should autoplay, but inline.
2018-04-14 21:26:03 -07:00
Samuel Clay
43504ef229
Pull to refresh offsets the folder title view by the height of the self.refreshControl (NSRefreshControl). Should lookup why NSRefreshControl offsets uitableview section headers.
2018-04-06 09:53:00 -04:00
Samuel Clay
777b116b40
Fixing crash on ipad when login tries to present itself twice. Should have been fixed for ipad when iphone (immediately below) was fixed in f797cece69
.
2018-04-06 09:37:00 -04:00
Samuel Clay
c91850c9c6
Correcting forgot password url.
2018-04-06 09:35:14 -04:00
Samuel Clay
a1e2970caa
No more autoplay for videos on iOS. Fixes #1096 .
2018-04-05 09:31:11 -04:00
Samuel Clay
f72356b2e9
Fixing improper decoding of HTML entities as Hackaday uses some special encodings that I don't often see.
2018-02-20 11:17:51 -08:00
Samuel Clay
f9831d4744
Merge pull request #1077 from nriley/no-magic-section-numbers
...
iOS: Replace “magic number” 0-3 section indices with constants
2018-01-29 15:07:01 -05:00
Nicholas Riley
1b1385093d
iOS: Eliminate duplicate URL when sharing to Tweetbot.
2018-01-28 11:16:40 -05:00
Nicholas Riley
d07d943bd2
iOS: Replace “magic number” 0-3 section indices with constants.
...
These indices are used in appDelegate.dictFoldersArray and as UIButton tags.
Removes a number of places where a number-to-name lookup was done for no apparent reason when the items are in appDelegate.dictFoldersArray already.
Fixes issue where all stories are now at index 3, not 2, and shift-E was showing infrequent stories on iPad because the index was not updated when infrequent stories were introduced.
2018-01-28 11:08:38 -05:00
Samuel Clay
9468c290fc
Fixing issue where folder unread count wouldnt go away on marking read with long press.
2018-01-16 16:51:47 -08:00
Nicholas Riley
75f19a4b36
Comment out extraneous logging.
2018-01-06 20:37:15 -05:00
Nicholas Riley
dc6742b8c0
Improve story drag and drop on iPad.
...
Provide (in descending priority order):
1. an StoryTitleAttributedString object which provides attributed string containing the (optional) image and a link, for drops into apps such as Notes, or if rich text is unsupported, Story Title <story URL>.
2. a URL (alone)
This avoids the issue where a “2” or “3” is displayed and multiple items appear to be being dragged (see #1072 ).
Correctly return an empty array rather than nil if we have nothing to drag.
2018-01-06 13:35:20 -05:00
Nicholas Riley
a37dbb25fc
Don’t enable drag and drop on iPhone as it isn’t helpful.
...
References #1072 .
2018-01-06 13:28:28 -05:00
Samuel Clay
c5fd29c9d8
iOS v7.1.1.
2017-12-20 15:58:22 -08:00
Samuel Clay
c5fcbad8f2
Marking infrequent site stories as read from ios now only marks the correct stories as read. Thanks to @viticci for the report.
2017-12-18 17:04:54 -08:00
Samuel Clay
fcfe227a3c
Handling crash on long press on non-story row. Also fixing mark read on Infrequent Site Stories to work as it should.
2017-12-18 15:03:53 -08:00
Samuel Clay
a589963140
Fixing inadvertent infrequent site stories segmented control in feed detail menu.
2017-12-15 18:20:20 -08:00
Samuel Clay
864c7697bf
Updating feed (and folder) unread counts when scrolling or marking as read on dashboard river.
2017-12-15 18:10:04 -08:00
Samuel Clay
ef7ba42242
Adding preference to hide global shared stories and infrequent site stories. Also moving infrequent site stories above all stories on both ios and web.
2017-12-15 16:16:43 -08:00
Samuel Clay
25d414be44
Drag and drop now works.
2017-12-05 13:26:55 -08:00
Samuel Clay
490a474d7a
Adding prelim ToS to satisfy Apple's requirements for inapp purchases.
2017-12-04 19:42:44 -08:00
Samuel Clay
98537bd4f8
Removing base64 lib.
2017-11-30 16:57:10 -08:00
Samuel Clay
a286be68a9
Preliminary drag-and-drop, although it doesn't seem to work when dropping a URL.
2017-11-30 16:49:20 -08:00
Samuel Clay
531bc5fc88
Premium product name handling.
2017-11-30 15:24:26 -08:00
Samuel Clay
256320f344
Upping build # and hiding no focus message on load.
2017-11-30 10:12:38 -08:00
Samuel Clay
51d4743e70
Apple app site association.
2017-11-28 23:13:05 -08:00
Samuel Clay
524d7f6cb9
Adding privacy policy.
2017-11-28 16:22:46 -08:00
Samuel Clay
9663f0ff3e
Fixing layout issues with premium on ipad.
2017-11-16 16:47:01 -08:00
Samuel Clay
0bbb891ea6
Adding payment history payment identifier.
2017-11-15 17:45:38 -08:00
Samuel Clay
8fe07dc701
Storing iOS payment transaction identifier so as to not upgrade a user multiple times.
2017-11-15 17:26:27 -08:00
Samuel Clay
055e8f0352
Themeing text view paywall.
2017-11-15 17:11:44 -08:00
Samuel Clay
098f2ca780
Text view now behind paywall.
2017-11-15 17:11:37 -08:00
Samuel Clay
cc82787e8d
Adding premium dialog to search.
2017-11-15 16:38:26 -08:00
Samuel Clay
4bacc8abaa
Fixing crash in Organizer.
2017-11-15 11:57:22 -08:00
Samuel Clay
9cc3b1c950
Showing premium callout on bottom of river feeds. Need to do text view still, as well as handle better upgrade process.
2017-11-15 11:51:34 -08:00
Samuel Clay
98ffe240b3
Theme for premium dialog when premium.
2017-11-15 11:17:55 -08:00
Samuel Clay
bc78c54b1b
Correctly showing premium expiration date.
2017-11-15 11:14:05 -08:00
Samuel Clay
f4142a498f
Moving to timestamp premium expire for localization.
2017-11-15 11:05:24 -08:00
Samuel Clay
3bd62171ff
Updating no focus label depending on saved stories or focus.
2017-11-15 10:55:16 -08:00
Samuel Clay
defa540c85
Themeing for premium dialog.
2017-11-15 10:47:57 -08:00
Samuel Clay
0f03eee57d
Constraints on premium view.
2017-11-15 10:34:27 -08:00
Samuel Clay
9adaefb59d
Fixing UI glitches in premium screen.
2017-11-14 22:21:21 -08:00
Samuel Clay
5c01a9c854
A good looking premium screen. Now need to fix premium upgrade process on server and dialog openings for premium features.
2017-11-14 21:57:41 -08:00
Samuel Clay
5386383489
Adding Shiloh and laying out premium upgrade page.
2017-11-14 21:46:21 -08:00
Samuel Clay
73a425a0f0
Updating premium screen.
2017-11-10 17:57:50 -08:00