Commit graph

29 commits

Author SHA1 Message Date
Samuel Clay
8de7b7ff79 will renew -> paid until 2015-06-14 23:13:08 -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
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
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
10ca97e497 Fixing premium expire date for users without expiring premiums. 2014-05-12 12:09:14 -07:00
Samuel Clay
d9069609e9 Expiring -> Renewing 2014-04-03 15:23:28 -07:00
Samuel Clay
4ab54f962e Fixing cancel subscription text. 2014-04-03 15:14:33 -07:00
Samuel Clay
81e65e0873 Adding logic for chagning credit cards not immediately renewing. 2014-04-03 14:59:39 -07:00
Samuel Clay
c66f032d6a Adding useful data to payment history. 2014-04-03 14:59:38 -07:00
Samuel Clay
44de8fc4ea Merge branch 'master' into organizer
* master: (38 commits)
  New Play Store image assets.
  Fix layout bug on small screens.
  Revert "Updating stories which give integrity errors."
  Fix laggy updates for saved stories unsave ops.
  Ability to unsave stories.
  Make height of saved stories row match other folders.
  Make rows reliably hilight when tapped. (#282)
  Allowing replacement of story dates on integrityerror updated stories.
  Swapping errors.
  Updating stories which give integrity errors.
  Fixing margin on subscribe/follow taskbar button.
  Upgrading Android Studio.
  Fixing #261. Decoding html entities in story titles (both in the share dialog and in the story detail view).
  Flattening gradients on feed and story selection. Adding colored background back in to selected river stories.
  Fixing modal resizing. Thanks to @tomtaylor for finding the broken dialog.
  Remove unused ABS progress indicator support for reading view.
  Implement #426 - preference to show/hide public comments
  Pressed state for overlay_done button.
  Pressed states for all overlay buttons.
  Fit overlays on 360dp screens. Move progress indicator to overlay.  Add progress indicator for text mode.
  ...
2013-11-21 18:37:55 -08:00
Samuel Clay
fcdd879df1 Fixing modal resizing. Thanks to @tomtaylor for finding the broken dialog. 2013-11-13 10:07:28 -08:00
Samuel Clay
8a4e182085 Brokenly building a submenu when what I need is a menu sidebar. 2013-09-23 13:34:16 -07:00
Samuel Clay
fbb9586d7b Adding deletion of sites to Account dialog. Sends an email with exported OPML as a backup/undo. 2013-05-23 18:14:21 -07:00
Samuel Clay
5d39f8d19d Adding dropdown to every dialog to signal switching between dialogs. 2013-05-22 17:05:30 -07:00
Samuel Clay
b0eec18c5e New admin dialog for easy refunds and premium activations. 2013-05-10 12:05:33 -07:00
Samuel Clay
0cbf23fdf2 Handling errors correctly in account settings dialog. 2013-05-06 15:21:17 -07:00
Samuel Clay
4599fa9cb4 Adding manage menu to every modal dialog's title. Needs an icon, but completely usable now. 2013-04-11 16:50:18 -07:00
Samuel Clay
da7e208b01 Adding icons to all dialogs. 2013-04-05 11:26:25 -07:00
Samuel Clay
bb7bd5112e Adding cancel subscription to account dialog. 2013-03-13 15:46:51 -07:00
Samuel Clay
8f3416753b Adding renew link to account modal. 2013-03-04 11:12:10 -08:00
Samuel Clay
f103feaa3c Re-styling all button controls. 2013-02-26 12:37:13 -08:00
Samuel Clay
4dd1d10d5a Adding avatar photo uploading. 2013-01-08 14:11:59 -08:00
Samuel Clay
427d171203 Adding delete user flow. About time, since I'm sick of doing this myself. 2013-01-03 10:33:22 -08:00
Samuel Clay
2075f2ce91 Fixing Firefox Markplace manifest. 2012-12-04 10:46:14 -08:00
Samuel Clay
20401fefab Showing payment history. 2012-12-03 15:03:47 -08:00
Samuel Clay
63c8e0691a console.log -> NEWSBLUR.log 2012-07-10 15:26:34 -07:00
Samuel Clay
bfe7ee1634 Initial stab at Backbone-ifying the front-end. Added feed, folder, story, and story_title views with feed, folder, story, and feed_list models. Converted AssetModel to a Router. 2012-05-17 18:40:46 -07:00
Samuel Clay
9ea6ee9086 Rearranging javascript. Also backbonizing user models for follower and following collections. 2012-01-04 09:42:35 -08:00
Renamed from media/js/newsblur/reader_account.js (Browse further)