Commit graph

2339 commits

Author SHA1 Message Date
Samuel Clay
055cd22a8c Fixing decline feed in chooser. 2014-11-17 16:41:37 -08:00
Samuel Clay
1155b0e486 Fixing merge conflict. 2014-11-17 16:38:41 -08:00
Samuel Clay
1bc6941cd3 Merge branch 'master' into organizer
* master:
  Fixing scroll for search when loading feed detail.
  Fixing multi-word search queries on ios.
  Adding search bar to ios.
  Adding messaging for premium-only in saved story tags.
  Colorizing payment logging.
  Colorizing payment logging.
  Second typo. Stupid payment code can't be tested offline.
  Typo.
  Forcing re-sync of payment history on expiration.
  Cleaning up payment history logging.
  Fixing chooser dialog by forcing it to conform to modernized modal.

Conflicts:
	media/js/newsblur/reader/reader_feedchooser.js
2014-11-17 16:37:48 -08:00
Samuel Clay
3acebc8fb7 Fixing chooser dialog by forcing it to conform to modernized modal. 2014-11-17 12:50:54 -08:00
Samuel Clay
60b1f0bda1 Adding timeout handler. 2014-11-06 09:46:35 -08:00
Samuel Clay
96262a1bf5 Adding default timeout. 2014-11-06 09:46:35 -08:00
Samuel Clay
2a6a45c608 Fixing issue when resizing window causing story progress bar to resurface. 2014-11-06 09:46:33 -08:00
Samuel Clay
3a5f8be8d6 Adding proxy for Story view to handle https loading http sites. Needs testing, but done. 2014-11-06 09:46:33 -08:00
Samuel Clay
a405ae5b6f Adding timeout handler. 2014-11-03 19:30:10 -08:00
Samuel Clay
ba6c8c227a Adding default timeout. 2014-11-03 19:30:10 -08:00
Samuel Clay
28f0860fff Fixing issue when resizing window causing story progress bar to resurface. 2014-10-30 13:24:24 -07:00
Samuel Clay
b91b65772a Adding proxy for Story view to handle https loading http sites. Needs testing, but done. 2014-10-29 16:16:50 -07:00
Samuel Clay
5e95117102 Renaming Use to Opens in Organizer. 2014-10-21 14:27:05 -07:00
Samuel Clay
36bbec7e85 Adding new folder to move feed dialog in organizer. Ready for dev. 2014-10-15 16:00:31 -07:00
Samuel Clay
41c854797f Fixing feed chooser again. 2014-10-14 17:35:08 -07:00
Samuel Clay
7bb4e25d42 Fixing OPML backup email messages and sending timing. Also fixing deleting feeds by folder. Fixing reloading of sites in organizer. 2014-10-14 15:59:46 -07:00
Samuel Clay
4a2a493d0e Finishing off UI for organizer. 2014-10-14 15:29:08 -07:00
Samuel Clay
4c4c48f195 Merge branch 'master' into organizer
* master:
  Preventing brentozar.com from being subscribed to because their lawyer sent me a Cease and Desist nastygram.
  Adding lisp syntax highlighting. Also upgrading syntax highlighter.
  Per @IFTTT's request, changing ifttt key to meta.
  Make full mark-read action lifecycle recount stories, not just first mark.
  Improve chaining of updated cursor data from Reading activity down through to adapter and fragments.
2014-10-14 14:36:55 -07:00
Samuel Clay
63ea1673c9 Adding lisp syntax highlighting. Also upgrading syntax highlighter. 2014-10-14 10:19:36 -07:00
Samuel Clay
36a460a634 Adding inverse sorting in organizer. 2014-10-10 16:35:37 -07:00
Samuel Clay
7b1e1cfb4a Stubbing out inverse sorting and stubbing out deleting. Moving should work, untested, no time left in the week. 2014-10-10 16:30:30 -07:00
Samuel Clay
83a6f1b75f Serializing feeds in organizer with their parent folder. Now to just abstract out move/delete actions. 2014-10-10 15:51:27 -07:00
Samuel Clay
812fc986fb Fixing toplevel organizer highlights. 2014-10-10 15:35:32 -07:00
Samuel Clay
954c5b5d28 Fixing feed chooser to work with new organizer-ized feed list chooser. Need to go back and fix organizer now. 2014-10-09 20:58:03 -07:00
Samuel Clay
2ad7eefc1f Attempting to fix inaccurate counts. 2014-10-09 16:02:26 -07:00
Samuel Clay
174d47b3de Merge branch 'master' into organizer
* master: (65 commits)
  Oh my god what a terrible typo. Broke new users.
  Adding mark as read button to All Site Stories on web.
  Disconnecting facebook when session expires.
  Showing facebook posting error.
  Change text from mark previous to mark older as read in story context menu (#592)
  Fix pager margin drawable for dark theme (#590)
  Fixing URL munging when the url includes a non key=value pair in the query string. Ex: https://cns.utoronto.ca/~cks/space/blog/?atom. Thanks to @firesock for finding this.
  Adding screenshots for iphone 6 and 6+.
  Allowing guids to change if the permalink doesn't.
  Don't re-fetch already cached images.
  Synchronise DB upgrades with other DB actions. (#591)
  Explicity synchro DB writes. (#591)
  Cleaner service shutdown. (#591)
  Show story list loading indicator only if stories are being fetched, not just if they are queued. (read: don't spin if offline) (#590)
  iOS v4.5.0 submitted to the App Store.
  Fix loading of stories in focus view.
  Disable debug.
  Disable debug.
  Missed file from new loading indicator in reading frag.
  Sync service triggers fewer redraws for loading indicators.
  ...
2014-10-09 15:02:45 -07:00
Samuel Clay
57f1f7e5ec Adding mark as read button to All Site Stories on web. 2014-10-08 16:43:48 -07:00
Samuel Clay
00e22bc14b Adding loading indicator for deleting saved stories. 2014-09-29 13:13:29 -07:00
Samuel Clay
c69de89d36 Adding delete saved stories older than date feature in Account dialog. 2014-09-29 13:09:46 -07:00
Samuel Clay
9c92bc2901 Merge branch 'master' into organizer
* master: (102 commits)
  Adding starred_timestap to feed, folder/river, starred, and read feeds. Used for issue #585.
  Upgrading all servers to ubuntu 14.10 LTS. Fixing bashocalypse.
  Better paypal cancellation and refunds. Now showing paypal errors.
  NewsBlur iOS v4.5 beta 3. With iPhone 6/6+ support.
  Fixing full bleed images on phone 6 and 6+.
  Fixing login view controller for iphone 6. Adding launch images for iphone 6.
  Use a shorter localized date format which shouldn't overlap the refresh arrow in most cases.
  Adding a missing logo for enterprise deployment.
  Trying to fix provisioning issues with the version number.
  Handling crash on marking read.
  Another provisioning profile attempt.
  Yet another provisioning profile for ios 8.
  Fixing provisioning profile.
  Pushing out ios v4.5.0b1.
  Adding locale aware times to pull to refresh menu.
  Fixing edge case of feeds still showing after being marked read.
  Adding fade feed when read to preferences.
  Remove finished TODO.
  Don't infinite search for unreads if there are none.
  Restore toast for feedback on story-unread from Reading activity.
  ...
2014-09-25 13:57:50 -07:00
Samuel Clay
a351a5839e Fixing #579: incorrect keyboard shortcut in tutorial. 2014-09-17 11:39:50 -07:00
Samuel Clay
18b138775f Fixing extra padding on focus segmented control in IE11. 2014-09-15 14:10:05 -07:00
Samuel Clay
f390f1fb37 Fixing infinite loop when marking last unread feed as read. 2014-09-15 11:16:20 -07:00
Samuel Clay
18afd7abd6 Only moving to next feed when marking as read without a direction (older/newer). 2014-09-09 15:02:33 -07:00
Samuel Clay
8db52c89c1 Adding preference to move to next feed/folder when marking read. 2014-09-09 15:01:12 -07:00
Samuel Clay
cfa7b0b236 Merge branch 'master' into organizer
* master: (23 commits)
  Premiums are never spammers.
  Adding a bit more logic to defense.
  No index for robots on blurblogs. This should stop the spam.
  Adding user find by id for staff.
  Adding destroy flag when killing spammers.
  Fixing stories with no title and only html for content (no text, just an image). Using permalink as title since a title cna't be extracted from content.
  Adding export user's opml functionality for staff.
  Fixing case insensitivity for logging in with an email address.
  Fixing pip requirements conflicts.
  Force an intelligence change for re-rendering story title trainers.
  Only active feeds count unreads.
  Fixing unread counts to only include active sites.
  Adding logging info to auto-spam delete.
  Killing spammers when sharing popular stories.
  Move refresh to menu. Use NewsBlur colours for refresh colour scheme.
  Handling exception on twitter photo sync.
  Adding a twitter sync for everybody.
  Initial integration of SwipeRefreshLayout
  Redirects in dev still point local.
  Better redirect on missing icon.
  ...
2014-09-05 11:20:54 -07:00
Samuel Clay
abab00f0d6 Adding export user's opml functionality for staff. 2014-09-05 10:37:59 -07:00
Samuel Clay
a512d0a82c Force an intelligence change for re-rendering story title trainers. 2014-08-14 12:29:50 -07:00
Samuel Clay
c41e4dba55 Only active feeds count unreads. 2014-08-14 08:44:02 -07:00
Samuel Clay
3e68cfad61 Fixing unread counts to only include active sites. 2014-08-14 08:42:47 -07:00
Samuel Clay
74d19a15a5 Move and delete bound to selection count. Also hooking up add folder toggler. 2014-08-12 18:27:38 -07:00
Samuel Clay
22a1ab69f3 Stubbing in move and delete actions into organizer. 2014-08-12 18:09:58 -07:00
Samuel Clay
e7ef640412 Fixing remaining counting issue in organizer. 2014-08-11 18:36:41 -07:00
Samuel Clay
de9811d93a Fixing counting and sorting bugs in organizer. 2014-08-11 18:12:54 -07:00
Samuel Clay
c73b248a92 Removing unused code. 2014-08-11 17:42:06 -07:00
Samuel Clay
dbdac3757a Clearing old chooser folders when refreshing. 2014-08-11 17:41:23 -07:00
Samuel Clay
633bdf99b5 Adding counters for selection in organizer. Also hooking up select all and select none actions. 2014-08-11 15:40:33 -07:00
Samuel Clay
f10406bf28 Much improved folder highlighting, taking into account selections deep in a subtree. 2014-08-08 15:35:21 -07:00
Samuel Clay
8644c6ae48 Highlighting feeds when clicking on folders. 2014-08-07 17:21:24 -07:00
Samuel Clay
c1eb3b7534 Highlighting feeds on selection in the organizer. 2014-08-07 16:35:55 -07:00