Commit graph

2218 commits

Author SHA1 Message Date
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
Samuel Clay
f705f9616f Adding sorting options to organizer. 2014-08-04 20:03:50 -07:00
Samuel Clay
cb22507385 Merge branch 'master' into organizer
* master: (59 commits)
  Correctly limiting stories in rss feeds.
  Correctly limiting stories in rss feeds.
  Correctly limiting stories in rss feeds.
  Handling errors with sharing stories.
  Android 4.0.0b1.
  Handling removed stories from mark as unread.
  Bump version number to force DB reset.
  Make read-story retention default off.
  Tweak status LnF.
  Adding extra narrow content setting to fix sideoptions width.
  Swap in cached images if offline.
  Don't imply unread status from unread hash list if not premium.
  Clean up noisy image loader logging.
  Don't drop pending feed loads during sync.
  Fixing unread count sizing on folder headers.
  Fix binding of multi-feed API responses.
  Fix loading of saved stories to use normal stories table.
  Option to enable image caching.
  Image prefetching.
  More efficient thread re-use in sync service.
  ...
2014-08-04 15:59:46 -07:00
Samuel Clay
99fcc6f23b Adding extra narrow content setting to fix sideoptions width. 2014-07-31 10:53:17 -07:00
Samuel Clay
0013a1e5e1 Styling sortable attributes. 2014-07-24 17:16:03 -07:00
Samuel Clay
be7994e1c5 Adding stats to organizer. 2014-07-23 17:49:23 -07:00
Samuel Clay
93f6971731 Merge branch 'master' into organizer
* master: (31 commits)
  Fixing login screen for Reeder.
  Fixing login screen for Reeder.
  Explicit viewport.
  Explicit viewport.
  Explicit viewport.
  Explicit viewport.
  Adding viewport to login/signup screen.
  Set source_used_id correctly when sharing from a blurblog (#551)
  Adding debug option to all text importers.
  Adding user_id to every response.
  Adding WAI-AREA support for <article> to support LiveJournal.
  Fixing last few font size changes for new feed title font styler.
  Boosting readability's ability to read Medium posts.
  Adding feed font size. Configures both story titles and feed titles. This one's for you @theromit.
  Probably not a bug. Probably Adblock.
  Adding autosize to share textbox.
  Hiding mark as read button when searching.
  Fixing images in tutorial.
  Removing unnecessary inset box shadow on header elements.
  Further correcting OAuth spacing on mobile.
  ...
2014-07-23 15:35:23 -07:00
Samuel Clay
f4dbe66b48 Adding feed font size. Configures both story titles and feed titles. This one's for you @theromit. 2014-07-18 17:07:05 -07:00
Samuel Clay
28380edc8c Resizing organizer modal to fit feed list. 2014-07-18 15:59:51 -07:00
Samuel Clay
f4cda5a1bd Adding ?test shortcut to load modals during development. Why didn't I add this in 5 years ago? 2014-07-18 15:23:23 -07:00
Samuel Clay
445bc8d66f Probably not a bug. Probably Adblock. 2014-07-17 10:11:06 -07:00
Samuel Clay
038d64370a Adding autosize to share textbox. 2014-07-14 12:49:35 -07:00
Samuel Clay
07f2f0ab6e Fixing images in tutorial. 2014-07-13 18:16:45 -07:00
Samuel Clay
52b91b94d9 Adding update payments history button. 2014-07-09 11:30:34 -07:00
Samuel Clay
1fc9eeff5b Adding Organizer skeleton. 2014-07-07 13:22:56 -04:00
Samuel Clay
127a6a01c6 Handling submission of blank folder names. 2014-06-28 08:32:27 -07:00
Samuel Clay
51b32fa0d9 Keyboard shortcuts (enter and esc) for adding folder in menu. 2014-06-28 08:28:38 -07:00
Samuel Clay
3956564a2e Add folder to folder in move feed menu. 2014-06-28 08:22:32 -07:00
Samuel Clay
a5cacb2e19 Don't update feed views on menu folder in-menu changes. 2014-06-28 07:07:44 -07:00
Samuel Clay
d18be422be Multi-select for folders. 2014-06-27 16:53:01 -07:00
Samuel Clay
7dc8175f8b Merge branch 'master' into organizer
* master: (627 commits)
  Handling unsub'd feed with active IFTTT trigger.
  Adding dark story header border color for android. For #546.
  Don't record read stories for aggregated mark reads.
  Adding unsub'd feeds to read stories view.
  Fixing Subscribe button for tryfeeds.
  Fixing IFTTT saved story tags.
  Moving classifiers when recreating destroyed feeds.
  Code to recreateaccidentally destroyed feeds.
  Adding SSL certificate assembly fab command.
  Skip saved feeds which have fake unread counts.
  Fix style of share bar text for dark theme.
  Apply dark theme to classifier dialog.
  Fixing saved story view for users with preference to open first unread story, thereby switching them out of saved mode and into unread mode.
  Update ShareDialogFragment to use AlertDialog.Builder and default theme
  Adding copy_db_settings to fabfile.
  Apply dark theme to replies.
  Update ReplyDialogFragment to use AlertDialog.Builder and default themes.
  Fixing specified image sizes.
  Only premiums users can share multiple stories from a single feed per day.
  Faster delete user (for combating spam).
  ...
2014-06-26 15:36:06 -07:00
Samuel Clay
aec8e36a80 Merge branch 'master' into readstories
* master:
  Fixing Subscribe button for tryfeeds.
  Fixing IFTTT saved story tags.
2014-06-25 12:51:44 -07:00