Commit graph

10068 commits

Author SHA1 Message Date
Samuel Clay
53e4998146 Merge pull request #835 from sv0/text_importer
Text importer
2015-11-30 16:03:50 -08:00
Samuel Clay
7f5d516be8 Merge pull request #833 from nriley/searchbar
iOS: Don't scroll when going back to a story list (#832)
2015-11-30 16:00:03 -08:00
Samuel Clay
ae5fb04282 Merge pull request #834 from nriley/unreadcrashfix
iOS: Fix crash marking story as unread if no story has been displayed yet.
2015-11-30 15:58:59 -08:00
Samuel Clay
00846fd5b3 Handling more requests errors in text importer. 2015-11-30 13:02:17 -08:00
Samuel Clay
20125cba9f Fixing organizer: when adding a folder, losing selection bindings. 2015-11-30 12:46:31 -08:00
Samuel Clay
2540f9a7a9 No need for www in youtube urls. 2015-11-30 11:58:26 -08:00
Samuel Clay
1aaeeafef3 Handling broken getsatisfaction feedback url. 2015-11-28 13:56:50 -08:00
Samuel Clay
101e8477e0 Handling feeds that go missing. 2015-11-28 13:54:21 -08:00
Samuel Clay
11ec92f9f0 Fixing yet another requests error on icon fetching. 2015-11-28 13:52:18 -08:00
Samuel Clay
f8775f8d54 Handling more errors when fetching feeds. 2015-11-28 13:48:20 -08:00
Samuel Clay
4f58d34038 Raising time limit on analytics cleaning. 2015-11-28 13:32:18 -08:00
Samuel Clay
d1cb93433c Handling another requests error when fetching icons. 2015-11-28 13:28:28 -08:00
Slavik Svyrydiuk
553344e6b5 skip encoding checking. requests.get already did it for us.
requests.get always returns unicode in 'text'
2015-11-28 21:59:57 +01:00
Slavik Svyrydiuk
bd0256f0e9 PEP8 fixes: removed whitespaces from the blank lines 2015-11-28 08:53:34 +01:00
Nicholas Riley
74dff538f3 iOS: Fix crash marking story as unread if no story has been displayed yet.
(NSArrays cannot contain nil; finishMarkAsRead: already did this correctly.)
2015-11-27 22:53:49 -05:00
Nicholas Riley
ccb83465ca iOS: Don’t scroll the story titles table when returning to the feed detail view (#832). 2015-11-27 22:24:58 -05:00
Slavik Svyrydiuk
c1bcdad067 convert story_content to string before compression.
zlib.compress fails with unicode text that contains non-ASCII symbols.
2015-11-27 12:26:58 +01:00
Slavik Svyrydiuk
0c7b8478bc PEP8 fixes 2015-11-27 08:18:34 +01:00
Samuel Clay
a23dc55636 Cleaner spam logging. 2015-11-23 11:28:45 -08:00
Samuel Clay
9f8fceaf10 No IP is grounds for spam. 2015-11-23 11:26:22 -08:00
Samuel Clay
12ad1b1e04 Fixing IP logging. 2015-11-23 11:22:00 -08:00
Samuel Clay
1fef6d7133 Deleting users should log IP. 2015-11-23 11:20:36 -08:00
Samuel Clay
0d7c3a3528 Fixing #827 - double tapping was disabling scrolling but not turning it back on. This is in response to the fix #786. 2015-11-23 11:14:03 -08:00
Samuel Clay
57a3f3504f Stubbing in new MFeedFolder model to count folders that feeds are in. 2015-11-20 17:46:55 -08:00
David Sinclair
bd0cccc8f7 iOS: fixed #821 (improve sharing for Notes) 2015-11-19 19:53:56 -08:00
Samuel Clay
75c2a7c4a0 Android v4.6.0. 2015-11-19 16:25:30 -08:00
Samuel Clay
cdb452a3d1 iOS app v5.0.1. 2015-11-19 15:48:38 -08:00
David Sinclair
92a95bdb1b I think this is a better fix for the iOS 8 crash 2015-11-18 15:20:03 -08:00
Samuel Clay
a69d75fa84 Crash on iOS 8.4. 2015-11-18 14:38:52 -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
Samuel Clay
8759898b7e No longer stripping debug symbols from ios release. No need, considering NewsBlur is open source. And this helps debug end user issues. 2015-11-18 10:32:42 -08:00
Samuel Clay
f8ed69056e Fixing part of #771 - pruning queued read stories that have already been marked as read (in case they are in purgatory and can't get marked read). Also fixing a crash when a folder claims to have unreads but doesn't (NSNull+JSON for handling empty results from the server.) 2015-11-17 21:11:34 -08:00
David Sinclair
0636a40aec iOS: done #771 (mark all as read)
Added the preference and long press.
2015-11-17 15:13:29 -08:00
Samuel Clay
b57a133c16 Adding newly un-symlinked fonts back in. 2015-11-17 11:46:45 -08:00
Samuel Clay
e74e63c8a1 De-symlinking fonts. 2015-11-17 11:42:19 -08:00
Samuel Clay
d4816e6813 Using hosts names for debug haproxy. 2015-11-16 14:27:39 -08:00
David Sinclair
fedba2870b NewsBlur: tweaked #771 (mark all as read) 2015-11-13 22:12:09 -08:00
David Sinclair
6d373cb419 iOS: done #771 (mark all as read) 2015-11-13 21:54:32 -08:00
Samuel Clay
f43e54cbb6 Attempting to re-attach change binding when replacing feeds in organizer. 2015-11-12 17:17:22 -08:00
Samuel Clay
93f67505a7 Version 5.0.0 of the iOS app. Submitted to the App Store. 2015-11-12 17:17:22 -08:00
David Sinclair
195e38c329 iOS: fixed #786 (scroll on double-tap) 2015-11-12 15:30:43 -08:00
Samuel Clay
0b7a9dc817 Merge pull request #814 from dosiecki/master
Android: Beta Fixes
2015-11-12 14:43:46 -08:00
dosiecki
73575400c6 Remove debug. 2015-11-12 02:55:49 -08:00
dosiecki
9b9d42753b Feed/folder chooser. (#202) 2015-11-12 02:53:58 -08:00
David Sinclair
8aad53d244 iOS: fixed iPad Safari rotation issue
Phew.  A bit hacky, but works.
2015-11-11 21:26:11 -08:00
David Sinclair
ec60fabdcd iOS: fonts display name 2015-11-11 15:39:33 -08:00
David Sinclair
1d3e3ca9bb iOS: better Safari rotation recovery, though still not perfect 2015-11-11 13:43:22 -08:00
David Sinclair
9b0b1a7693 iOS: removed transition & gesture for Safari view controller 2015-11-11 11:02:16 -08:00
David Sinclair
e2f679674e iOS: disabled transition of Safari view controller to avoid rotation issues 2015-11-10 21:33:46 -08:00
Samuel Clay
b820f0c83b Adding Mute this site menu item. Closing #809. 2015-11-10 21:06:30 -08:00