Commit graph

10101 commits

Author SHA1 Message Date
dosiecki
e419452591 Fix crash when updating old comments. 2015-01-15 14:35:59 -08:00
dosiecki
ae773fbeab Fix crash. 2015-01-15 14:35:49 -08:00
Samuel Clay
e3c5adb38d Fixing Paypal IPN issues once and for all. 2015-01-15 14:12:21 -08:00
dosiecki
7ab5826c82 Migrate FeedReading classifier fetch off of legacy DB. 2015-01-15 13:37:31 -08:00
dosiecki
460f0ad9fa Migrate classifier loading in Reading off of legacy DB. 2015-01-15 13:28:03 -08:00
Samuel Clay
4d683a9870 Revert "Upgrading paypal ipn."
This reverts commit 2635ff7136.
2015-01-15 12:40:17 -08:00
Samuel Clay
2635ff7136 Upgrading paypal ipn. 2015-01-15 12:34:29 -08:00
Samuel Clay
3970d158ef Adding logging for mark read errors. 2015-01-14 14:06:24 -08:00
Samuel Clay
7fd75a3ff0 Bumping ios version to 4.6.3. 2015-01-14 14:06:17 -08:00
dosiecki
3a6557590e Maxe story loading indicator rely entirely on which FeedSet is enqueued, now that there can be only one. (#644) 2015-01-14 11:19:23 -08:00
dosiecki
3f63e00f28 Migrate some classifier calls off of legacy DB driver. 2015-01-14 10:57:37 -08:00
Samuel Clay
730ab7fa1e Preventing unwanted story truncation. 2015-01-13 12:09:15 -08:00
Samuel Clay
512618b3fc Adding logging for paypal ipn. 2015-01-12 19:56:06 -08:00
Samuel Clay
2171da62ef Handling deleted users on search removal. 2015-01-10 12:03:44 -08:00
Samuel Clay
4924840754 Updating search index removal to fix broken search server. 2015-01-10 12:01:29 -08:00
Samuel Clay
b63f141323 Upgrading redis/nginx. 2015-01-07 13:50:00 -08:00
Samuel Clay
1c713eac43 Better console clear, to fix old Safari/Chrome. 2015-01-07 08:08:08 -08:00
Samuel Clay
2bdeec128b Merge branch 'organizer'
* organizer: (136 commits)
  Cleaning up sorting on recency. About ready to launch.
  Fixing deletion of sites in Organizer, even when switching b/w flat and nested.
  Flat hierarchy in organizer means anything that happens to a feed happens to the feed in all of its folders.
  Adding in flat/nested hierarchy segmented control in organizer. Need to hook it up to move/delete. Works on sort and selections. Maybe need to preserve or remove selections when switching b/w nested and flat.
  Typo.
  iOS v4.6.0b3.
  Fixing issues with search bar retaining focus b/w view controllers.
  Fixing landscape photo size for iphone 4s.
  Attempting to fix memory allocation leaks in offline story and image downloaders.
  Allowing push urls to not have a User Agent.
  Fixing major memory leak when fetching offline images.
  Expanding autocomplete menu in ios.
  Fixing ios rotation bugs with feed gradient and ipad-narrow sizing.
  Fixing rotation page reseting on iOS. Needs a bit of love, but it looks like it works.
  Change mark previous/next as read order on Android (#623)
  Support search-bypass feed adding for https URLs. (#622)
  Add premium status to feedback auto-debug.
  Fix crash on db refresh during folder list draw.
  Synchro db opening as early as possible.
  Synchro legacy DB wrapper.
  ...
2015-01-06 13:18:29 -08:00
dosiecki
1136d9ec56 Fix merge. 2015-01-06 03:05:55 -08:00
dosiecki
868b85e0d5 Merge remote-tracking branch 'upstream/master'
Conflicts:
	clients/android/NewsBlur/src/com/newsblur/service/NBSyncService.java
2015-01-06 02:57:44 -08:00
dosiecki
9d1481c313 Async costly parts of sync service init for snappier UI. 2015-01-06 00:52:10 -08:00
dosiecki
02a83bac67 Improved housekeeping UI updates. 2015-01-06 00:26:54 -08:00
dosiecki
5e5b67ea1b Smarter on-upgrade logic and UI feedback. 2015-01-06 00:09:53 -08:00
Samuel Clay
77d7a236ea Cleaning up sorting on recency. About ready to launch. 2015-01-05 21:14:07 -08:00
Samuel Clay
7603293301 Merge branch 'master' into organizer
* master:
  Handling non-premium payments.
2015-01-05 17:08:50 -08:00
Samuel Clay
4a63ec9135 Handling non-premium payments. 2015-01-05 17:08:45 -08:00
Samuel Clay
2015082f5e Merge branch 'master' into organizer
* master:
  Adding temp paypal doublecheck.
2015-01-05 17:06:46 -08:00
Samuel Clay
75c281b1bc Adding temp paypal doublecheck. 2015-01-05 17:06:41 -08:00
Samuel Clay
94692b323c Merge branch 'master' into organizer
* master: (80 commits)
  Handling error when user's twitter connection doesn't work.
  Handling missing social subs caused by cached subs on android.
  Updating elasticsearch to 0.90.13.
  Checking premium status on paypal sync.
  Bumping Android to 4.1.0b1.
  Syncing offline status text with ios.
  Buffer more stories while reading.
  Fix login crash.
  Fix logout crash.
  Cap the duty cycle of expensive background services to prevent resource hogging.
  Remove status message flicker.
  Remove logging.
  Ensure stories always load more buffer on start of reading activity. Ensure story load cancels quickly on return to feed list.
  Tone down some logging.
  Fix crash if user touches reading overlay before cursor is ready.
  Fix reading progress indicator if new unreads are found during reading session.
  Fix lock crash in legacy DB.
  Ensure reading progress meter works on async load.
  Discard stale stories if a reading action happens during fetch.
  Fix crash.
  ...
2015-01-05 17:02:51 -08:00
Samuel Clay
9e1e497619 Handling error when user's twitter connection doesn't work. 2015-01-05 16:59:46 -08:00
Samuel Clay
b8a38beed0 Handling missing social subs caused by cached subs on android. 2015-01-05 16:39:33 -08:00
Samuel Clay
da1c3e31ed Updating elasticsearch to 0.90.13. 2015-01-05 16:38:20 -08:00
Samuel Clay
06d3a51f38 Checking premium status on paypal sync. 2015-01-05 16:06:48 -08:00
Samuel Clay
2ae8bc602a Bumping Android to 4.1.0b1. 2015-01-05 16:04:47 -08:00
Samuel Clay
aad4c1e7de Syncing offline status text with ios. 2015-01-05 14:42:59 -08:00
Samuel Clay
5a783a7871 Merge pull request #649 from dosiecki/master
Android: Bugfixes and Lagfixes
2015-01-05 14:38:22 -08:00
Samuel Clay
97d042e402 Merge pull request #647 from mihaip/master
Fix crash when mailing a URL in the original story view.
2015-01-05 14:37:17 -08:00
dosiecki
189f7aa992 Buffer more stories while reading. 2015-01-05 13:11:59 -08:00
dosiecki
2feec1ead3 Fix login crash. 2015-01-05 12:42:05 -08:00
dosiecki
505e2b4a4e Fix logout crash. 2015-01-05 12:41:56 -08:00
dosiecki
1034c4db62 Cap the duty cycle of expensive background services to prevent resource hogging. 2015-01-05 04:26:51 -08:00
dosiecki
051db3fd34 Remove status message flicker. 2015-01-05 03:27:42 -08:00
dosiecki
29e72fa994 Remove logging. 2015-01-05 03:10:31 -08:00
dosiecki
b637cc4697 Ensure stories always load more buffer on start of reading activity. Ensure story load cancels quickly on return to feed list. 2015-01-05 03:08:13 -08:00
dosiecki
741c8bed20 Tone down some logging. 2015-01-05 02:37:17 -08:00
dosiecki
210256430c Fix crash if user touches reading overlay before cursor is ready. 2015-01-05 02:11:36 -08:00
dosiecki
5881e83741 Fix reading progress indicator if new unreads are found during reading session. 2015-01-04 23:42:18 -08:00
dosiecki
7a41ab5187 Fix lock crash in legacy DB. 2015-01-04 20:51:43 -08:00
dosiecki
75c4285abd Ensure reading progress meter works on async load. 2015-01-04 20:42:00 -08:00
dosiecki
b625bed62d Discard stale stories if a reading action happens during fetch. 2015-01-04 19:28:13 -08:00