dosiecki
d0fb4de8ce
gate only story cleanup behind cooldown so cache cleanup is immediate
2018-01-31 16:09:37 -08:00
dosiecki
3fdac7eb10
allow adjustable cache cleanup
2018-01-31 15:42:03 -08:00
dosiecki
46172fba28
Merge remote-tracking branch 'upstream/master'
2018-01-29 16:29:15 -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
Samuel Clay
decc12ca52
Merge pull request #1078 from nriley/fix-tweetbot-sharing
...
iOS: Eliminate duplicate URL when sharing to Tweetbot.
2018-01-29 15:05:46 -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
330ca97303
Fixing log
2018-01-26 19:27:19 -08:00
Samuel Clay
06de6da36a
Adding feed_id to original page log.
2018-01-26 19:24:17 -08:00
dosiecki
35baea126e
fix crash on attempted train of orphan stories
2018-01-25 05:14:52 -08:00
dosiecki
360ab6f90c
fix crash on delayed long-press delete feed
2018-01-25 04:36:15 -08:00
dosiecki
6318ed9ee6
fix clipped content in some <pre> blocks ( #1076 )
2018-01-23 14:53:41 -08:00
Samuel Clay
67a54d67a1
Further narrowing down APNS notification size.
2018-01-18 17:02:59 -08:00
Samuel Clay
a24a33fe2a
Further narrowing down APNS notification size.
2018-01-18 16:52:04 -08:00
Samuel Clay
3d31ed2507
Handling connection error when finding feed.
2018-01-18 16:15:17 -08:00
Samuel Clay
895869b334
Better sanitization of tweets.
2018-01-18 16:12:59 -08:00
Samuel Clay
e69965ce19
Handling RSS feed for tweets when there are no tweets.
2018-01-18 16:11:39 -08:00
Samuel Clay
04cecd2638
Sanity check on spam killer.
2018-01-18 16:10:41 -08:00
Samuel Clay
7a17f1993d
Further truncating body of notifications.
2018-01-18 16:04:16 -08:00
Samuel Clay
f077851e2b
Handling missing USF on newsletter receive.
2018-01-18 16:02:48 -08:00
Samuel Clay
72ff339180
Bug where search is undefined.
2018-01-18 15:34:58 -08:00
Samuel Clay
e8f2ba924c
Fixing XSS on search query. Thanks to @reybango for discovering and disclosing this vulnerability.
2018-01-18 15:27:18 -08:00
Samuel Clay
94114595a6
Sanity check on extracting image urls in Text view.
2018-01-18 08:06:32 -08:00
Samuel Clay
14e268ed97
iOS v7.1.2.
2018-01-17 16:51:16 -08:00
Samuel Clay
8421f667d7
Fixing broken image handling from Mercury Reader that was causing image urls with a srcset to be concat'd together. This one's for @yesthatjwz.
2018-01-17 16:51:06 -08: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
Samuel Clay
f8405607d8
Android v7.0.3.
2018-01-16 16:07:02 -08:00
Samuel Clay
3c052eadd9
Logging failed ios upgrades.
2018-01-08 13:40:30 -08:00
Samuel Clay
a46c318f90
Merge pull request #1071 from dosiecki/master
...
Android: Black Theme, Caching Tweaks, Bugfixes
2018-01-08 13:35:28 -08:00
Samuel Clay
09b23f1835
Merge pull request #1073 from nriley/drag-and-drop
...
iOS drag and drop improvements
2018-01-08 13:34:11 -08:00
Samuel Clay
5a0bacdb52
Merge pull request #1069 from thinkpoop/patch-1
...
Add "reply-to-self" tags to tweets
2018-01-08 13:30:32 -08:00
dosiecki
d44d33efdc
fix delayed theme changes for backstack'd activities
2018-01-07 18:14:25 -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
dosiecki
5c697d9644
slightly increase contrast in black theme reading view
2018-01-04 20:28:26 -08:00
dosiecki
6a8fa83457
add missing CSS for black theme
2018-01-04 05:00:05 -08:00
dosiecki
91b5f4b330
improve image prefetch to work with feeds in originaltext mode
2018-01-04 04:59:40 -08:00
dosiecki
2c4a8853d8
preserve theme selection on upgrade
2018-01-04 04:19:40 -08:00
dosiecki
579f74512a
black theme ( #1057 )
2018-01-04 04:11:40 -08:00
dosiecki
03c5fc4eb2
fix crash
2018-01-02 16:06:43 -08:00
thinkpoop
17df09b65b
Add "reply-to-self" tags to tweets
...
Add "reply-to-self" tags to tweets where the author and "in reply to" user have the same id
2017-12-26 16:35:16 -06:00
Samuel Clay
4195ed1584
Adding spammer cleaning task to beat.
2017-12-20 15:58:34 -08:00
Samuel Clay
c5fd29c9d8
iOS v7.1.1.
2017-12-20 15:58:22 -08:00
Samuel Clay
b99ccd7045
YouTube feeds now have an auto extracted title. Thank you Bruno!
2017-12-18 21:48:26 -08:00
Samuel Clay
a88490e251
Android v7.0.2.
2017-12-18 21:33:25 -08:00
Samuel Clay
9cb02c2c7a
Fixing bug when adding a folder to a folder on the web.
2017-12-18 21:33:17 -08:00
Samuel Clay
f687106730
iOS v7.1.1
2017-12-18 19:22:34 -08:00
Samuel Clay
63353a6d0f
Merge pull request #1068 from dosiecki/master
...
fix crash for users with no folders
2017-12-18 19:19:06 -08:00
dosiecki
4af75efca3
fix crash for users with no folders
2017-12-18 19:16:48 -08:00