Commit graph

10110 commits

Author SHA1 Message Date
Samuel Clay
7cab8cc0e6 Using https as a scheme for all preview embeds. 2015-12-09 17:47:19 -08:00
Samuel Clay
6bcb629bb1 Adding two spam domains 2015-12-09 17:21:42 -08:00
Samuel Clay
9420924c1d Adding instagram, twitter, and imgur story embeds. 2015-12-09 15:11:32 -08:00
Samuel Clay
d697b8424e UITouch -force crashes on ios 8. Swiping right to go from story detail to story list was crashing ios 8. 2015-12-07 20:16:35 -08:00
Samuel Clay
b0a4a5d28b Merge pull request #843 from nriley/fix-training
iOS: Fix long-press story training from feed detail view.
2015-12-07 19:43:32 -08:00
Samuel Clay
5fd3126316 Cut a bit too much when fixing rotation bugs. Closes #842. 2015-12-07 19:41:15 -08:00
Samuel Clay
a053e2274d Merge branch 'celery'
* celery:
  Removing incorrect development debug setting.
  Consolidating raven config.
  django-celery-with-redis==3.0
  Upgrading celery, still doesnt work great with raven.
2015-12-07 16:56:02 -08:00
Samuel Clay
94de0911bd Removing incorrect development debug setting. 2015-12-07 16:55:08 -08:00
Samuel Clay
b565421895 Consolidating raven config. 2015-12-07 16:52:06 -08:00
Samuel Clay
a9ec5cb70d django-celery-with-redis==3.0 2015-12-07 16:44:04 -08:00
Samuel Clay
fd6caf22c2 Merge branch 'master' into celery
* master:
  Expiring weekly feed read counts.
  Counting read stories on a per-feed per-feed basis. This will allow efficient usage checks down the line.
2015-12-07 16:42:54 -08:00
Samuel Clay
b6dc9fccbf Expiring weekly feed read counts. 2015-12-07 16:30:30 -08:00
Samuel Clay
d8abe375a2 Counting read stories on a per-feed per-feed basis. This will allow efficient usage checks down the line. 2015-12-07 16:29:52 -08:00
Samuel Clay
456f0612d0 Upgrading celery, still doesnt work great with raven. 2015-12-07 15:38:01 -08:00
Samuel Clay
2cef63d90f Updating raven config. 2015-12-07 13:51:06 -08:00
Samuel Clay
a47fb65f68 Updating Raven to fix Sentry. 2015-12-07 11:58:35 -08:00
Nicholas Riley
839908def3 iOS: Fix long-press story training from feed detail view. 2015-12-06 11:17:17 -05:00
Samuel Clay
c6c9c05b42 Merge branch 'hidden_stories'
* hidden_stories:
  Hiding indicator when there are no hidden stories.
  Fixing show/hide hidden stories button to cycle through postiive, neutral, negative.
  Stubbing in hide hidden stories toggle. Still needs to work.
2015-12-04 12:11:53 -08:00
Samuel Clay
ab147c08b5 Merge branch 'master' into hidden_stories
* master: (25 commits)
  Fixing #801. Now checking for try-feed earlier, as well as correcting for when it's not ready to be checked. Handles race condition on iPad.
  V5.0.2.
  Correcting the display of error messages on feed detail view. Also hiding the error globe on empty folders. Lastly, when loading empty feeds/folders, scroll to show search bar.
  Fixing rotation issues on iphone and ipad when rotating in original view and returning back to story.
  No longer clearing story when opening original view. Also fixing rotation issues when returning to story detail from rotated original view.
  Handling more requests errors in text importer.
  Fixing organizer: when adding a folder, losing selection bindings.
  Bump Android app version.
  No need for www in youtube urls.
  Fix rendering of saved stories in story lists.
  Fix crashes when launching stale or impossibly timed Reading activities.
  Don't allow an untimely feedfolder sync to write stale unread data.
  Reduce some UI lag from racing API requests.
  skip encoding checking. requests.get already did it for us. requests.get always returns unicode in 'text'
  PEP8 fixes: removed whitespaces from the blank lines
  Fix infinite recursion for duplicate folders.
  iOS: Fix crash marking story as unread if no story has been displayed yet.
  iOS: Don’t scroll the story titles table when returning to the feed detail view (#832).
  convert story_content to string before compression. zlib.compress fails with unicode text that contains non-ASCII symbols.
  PEP8 fixes
  ...
2015-12-04 12:10:20 -08:00
Samuel Clay
2800f544fe Fixing #801. Now checking for try-feed earlier, as well as correcting for when it's not ready to be checked. Handles race condition on iPad. 2015-12-03 16:15:03 -08:00
Samuel Clay
d694993d8d V5.0.2. 2015-12-01 16:51:18 -08:00
Samuel Clay
ef25dbbe57 Correcting the display of error messages on feed detail view. Also hiding the error globe on empty folders. Lastly, when loading empty feeds/folders, scroll to show search bar. 2015-12-01 15:29:27 -08:00
Samuel Clay
b756e7cd80 Fixing rotation issues on iphone and ipad when rotating in original view and returning back to story. 2015-12-01 15:17:46 -08:00
Samuel Clay
0117bbc815 No longer clearing story when opening original view. Also fixing rotation issues when returning to story detail from rotated original view. 2015-11-30 18:12:10 -08:00
Samuel Clay
3ee9703d2f Merge pull request #836 from dosiecki/master
Android: Fixes and Features
2015-11-30 16:19:36 -08:00
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
dosiecki
bf56454e12 Bump Android app version. 2015-11-30 11:58:28 -08:00
Samuel Clay
2540f9a7a9 No need for www in youtube urls. 2015-11-30 11:58:26 -08:00
dosiecki
fc777a7f53 Merge remote-tracking branch 'upstream/master' 2015-11-30 11:57:44 -08:00
dosiecki
b95e0228bf Fix rendering of saved stories in story lists. 2015-11-30 11:49:39 -08:00
dosiecki
625b7a7642 Fix crashes when launching stale or impossibly timed Reading activities. 2015-11-30 09:45:21 -08:00
dosiecki
6aca84919f Don't allow an untimely feedfolder sync to write stale unread data. 2015-11-30 09:32:24 -08:00
Samuel Clay
952610e5e7 Merge branch 'master' into hidden_stories
* master:
  Handling broken getsatisfaction feedback url.
  Handling feeds that go missing.
  Fixing yet another requests error on icon fetching.
  Handling more errors when fetching feeds.
  Raising time limit on analytics cleaning.
  Handling another requests error when fetching icons.
2015-11-30 09:19:04 -08:00
dosiecki
72afc02b89 Reduce some UI lag from racing API requests. 2015-11-29 15:24:13 -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
Samuel Clay
8cd136042b Hiding indicator when there are no hidden stories. 2015-11-28 13:19:49 -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
dosiecki
3b1d0e989c Fix infinite recursion for duplicate folders. 2015-11-27 20:11:20 -08: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