Samuel Clay
d05f0fe162
Newsletter authors no longer get escaped server-side. The web should know how to escape.
2016-02-25 15:31:07 -08:00
Samuel Clay
35961363ce
Fixing bug where stories that were hidden but made temporarily visible and then hidden again would retain their visibility setting and still be accessible via keyboard (but not visible on the page).
2015-12-11 15:01:57 -08:00
Samuel Clay
e7e727a52c
Fixing show/hide hidden stories button to cycle through postiive, neutral, negative.
2015-11-26 13:37:06 -08:00
Samuel Clay
e5fb27eda2
Scrolling to comments in List view when clicking on Comments in story title.
2015-07-22 18:02:43 -07:00
Samuel Clay
0b0e368649
Adding new comment-less replies. Just needs testing and it's ready to ship.
2015-06-01 18:55:50 -07:00
Samuel Clay
cd485bc05d
Fixing YouTube videos that weren't displaying in single story mode in Split view. Needs rendering to be handled properly when switching views.
2015-05-15 13:37:10 -07:00
Samuel Clay
bb092dc450
Moving from global story layout to per-site story layout. Needs work when switching layouts while on an active story.
2015-02-06 13:28:55 -08:00
Samuel Clay
8c590622e7
Merge branch 'master' into grid
...
* master: (238 commits)
Upping ios to v4.6.4.
Including hidden stories in fetch. Also fixing send to button in story settings cog.
Less ifs when handling volume key
Add preference for volume key navigation
Override volume key for next/prev navigation in reading activity
Adding an include_hidden parameter to single feeds and rivers, defaulting to false. Clients that don't use hidden stories but use paging as an indicator will need to account for a hidden_stories_count field, as indicating in the API docs.
Bumping Android version to 4.2.0b1.
Disable debug.
Updating oauth toolkit to fix admin issues.
Better algorithm for image cache cleanup. (#627 )
Unescape HTML entities in image alt text. (#652 )
Redraw overlay buttons slightly less often when scrolling.
Resource-ify sync status messages.
Fix story sync status indication. (#644 )
Adding autocomplete ignores.
Remove last traces of the legacy DB!
Migrate comment replies off of legacy DB.
Migrate user profiles off of legacy DB.
Start migrating comments from legacy DB.
Fix crash when updating old comments.
...
2015-02-02 18:22:23 -08:00
Samuel Clay
9dc3d5dac2
Adding an include_hidden parameter to single feeds and rivers, defaulting to false. Clients that don't use hidden stories but use paging as an indicator will need to account for a hidden_stories_count field, as indicating in the API docs.
2015-01-22 11:38:43 -08:00
Samuel Clay
730ab7fa1e
Preventing unwanted story truncation.
2015-01-13 12:09:15 -08:00
Samuel Clay
22b895d4cf
New grid view. Still needs some interaction love, but it's largely done.
2014-12-18 21:17:32 -08:00
Samuel Clay
63ea1673c9
Adding lisp syntax highlighting. Also upgrading syntax highlighter.
2014-10-14 10:19:36 -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
99fcc6f23b
Adding extra narrow content setting to fix sideoptions width.
2014-07-31 10:53:17 -07:00
Samuel Clay
8125d3d3d9
Fixing story title classifier misidentification due to capitalization issues.
2014-04-30 11:21:32 -07:00
Samuel Clay
69481b2bb7
Fixing single story mode issues.
2014-04-01 15:20:21 -07:00
Samuel Clay
1da8e55c5f
Adding new preference for 24 hour clock. Moving to client-side generated dates.
2014-01-30 16:39:10 -08:00
Samuel Clay
cdf90ed5be
Fixing accidental truncation on story when saved.
2014-01-14 18:15:02 -08:00
Samuel Clay
3dec57ff24
Merge branch 'master' into tagging
...
* master: (28 commits)
Limiting new user queue.
Adding user agent. Still needs version name from Manifest. @dosiecki or @manderson23, either of you know how to get that version name (like 3.5.5) into the user agent?
Android v3.5.5. Bumping minimum SDK to v11 (3.0+).
Fixing broken BBC links which have oddball hashes.
Fixing links with target hashes.
Refactor story loading to persist during list/reading activities.
Make new async calls not race UI threads.
Essentially stripping photos of size.
Android v2.5.3.
Fixing colors and transparency on android story traversal buttons.
Fixing image scaling.
Fix story loading not to keep paging on error.
Android v3.5.2
Remove comment cruft.
Replace requery with cursorloader in Reading.
Handling different scroll views.
Fixing footnotes.
Bumping android version.
Fix crash async crash.
Clean up sync cruft. Add sanity break in pagination loop.
...
Conflicts:
assets.yml
media/js/newsblur/views/story_detail_view.js
media/js/newsblur/views/story_list_view.js
media/js/newsblur/views/story_title_view.js
2014-01-13 17:37:00 -08:00
Samuel Clay
26cf69892a
Fixing broken BBC links which have oddball hashes.
2014-01-08 11:25:32 -08:00
Samuel Clay
4dc30085f8
Fixing links with target hashes.
2014-01-08 11:04:35 -08:00
Samuel Clay
a0db263a1a
Handling different scroll views.
2014-01-06 12:21:46 -08:00
Samuel Clay
729fa13e5c
Merge branch 'jstricks'
...
* jstricks:
Fixing footnotes.
Remvoing bigfoot.js. It's just not meant for multiple instantiations per-page.
Adding highlight.js, bigfoot.js, and fitvid.js. Bigfoot needs love.
Conflicts:
media/js/newsblur/views/story_detail_view.js
2014-01-06 12:10:55 -08:00
Samuel Clay
bb365d00f6
Fixing footnotes.
2014-01-06 12:10:25 -08:00
Samuel Clay
c30b989545
Remvoing bigfoot.js. It's just not meant for multiple instantiations per-page.
2014-01-05 14:55:53 -08:00
Samuel Clay
a460bece9d
Adding highlight.js, bigfoot.js, and fitvid.js. Bigfoot needs love.
2014-01-05 14:55:53 -08:00
Samuel Clay
1e0162fb31
Remvoing bigfoot.js. It's just not meant for multiple instantiations per-page.
2014-01-05 14:55:24 -08:00
Samuel Clay
c9f8498745
Adding highlight.js, bigfoot.js, and fitvid.js. Bigfoot needs love.
2014-01-03 17:13:21 -08:00
Samuel Clay
feb398a2d4
Adding RSS feeds for saved tags. Still needs the actual rss feed.
2013-12-19 11:08:22 -08:00
Samuel Clay
e368abd7d0
Merge branch 'master' into tagging
...
* master:
Fixing view destroy for comments.
Fixing a number of big memory leaks.
Fixing story intelligence trainer.
2013-12-17 11:54:47 -08:00
Samuel Clay
46ec1b41e7
Fixing view destroy for comments.
2013-12-16 12:20:56 -08:00
Samuel Clay
351a81ab61
Fixing a number of big memory leaks.
2013-12-16 12:11:23 -08:00
Samuel Clay
dca95f3a89
Refactoring image loading on story detail views to allow for an observer. Adding observer for saved story tags expanding story container when too short (but also recognizing when an image grows to switch the story from too small to big enough).
2013-12-06 13:56:28 -08:00
Samuel Clay
e326c7df25
Showing tags on load. Just need counts and tag feeds.
2013-08-13 18:26:57 -07:00
Samuel Clay
0424ec23e4
Sending user_tags on story tagging (both additions and subtractions). Upgrading Backbone to 1.0 for improved model silencing behavior.
2013-08-13 13:15:36 -07:00
Samuel Clay
c117035362
Trying to rewrite sideoptions resize.
2013-08-08 17:35:32 -07:00
Samuel Clay
a1d12197e5
Adding tagging. Need to fix the auto-resizing, but tagging is looking good.
2013-08-07 18:57:49 -07:00
Samuel Clay
02133d2e28
Adding story tagging UI to sideoptions.
2013-08-07 12:29:32 -07:00
Samuel Clay
d5a21168e0
In manual mark as read mode, clicking on a story *should* mark it as read.
2013-07-13 11:06:26 -07:00
Samuel Clay
919e9b8889
Further fixing context menu.
2013-07-12 15:32:17 -07:00
Samuel Clay
271781aa2b
Fixing right-click menu when opening with menu icon.
2013-07-12 15:21:11 -07:00
Samuel Clay
963497912a
Adding preference to use either native browser context menu or NewsBlur's context menu.
2013-07-12 13:20:32 -07:00
Samuel Clay
5e12a22974
Fixing up List view to have a story footer, better handling of temp text view, and destroying old views.
2013-07-06 13:34:36 -07:00
Samuel Clay
2024f40845
Fixing List for single story mode users.
2013-06-20 19:46:41 -07:00
Samuel Clay
aeefbb645b
Fixing signle story mode.
2013-06-20 14:45:05 -07:00
Samuel Clay
fad0cbc6bb
Marking a story as read when clicking on it in Feed view.
2013-06-07 12:08:14 -04:00
Samuel Clay
c161f8d325
Adding Safari Reading list support.
2013-06-03 14:42:22 -07:00
Samuel Clay
62a93d7ce7
Merge branch 'master' into circular
...
* master:
Selecting story when clicking on a link.
2013-05-07 16:39:10 -07:00
Samuel Clay
530f8ea3dd
Selecting story when clicking on a link.
2013-05-07 16:39:05 -07:00
Samuel Clay
8d4647920e
Fixing story river header.
2013-05-06 16:16:45 -07:00