Commit graph

4737 commits

Author SHA1 Message Date
Samuel Clay
aabe0414fb Changing logging colors for social activities. 2012-11-20 09:41:58 -08:00
Samuel Clay
39db803888 Fixing sharing to twitter/fb, blank pages, perf improvements for iphone. 2012-11-19 19:15:05 -08:00
Samuel Clay
655a172054 Merge branch 'master' into ios_story
* master:
  Delaying Paypal return, fixing privacy css, and adding convenience function.
  Adding esc shortcut key in keyboard shortcuts. Also turning on privacy features for public beta testing.
2012-11-19 14:43:52 -08:00
Samuel Clay
5b01239634 Delaying Paypal return, fixing privacy css, and adding convenience function. 2012-11-19 14:28:04 -08:00
Samuel Clay
8242d87717 Adding esc shortcut key in keyboard shortcuts. Also turning on privacy features for public beta testing. 2012-11-19 11:28:52 -08:00
Samuel Clay
0b15bfce19 Merge branch 'master' into ios_story
* master:
  Fixing the missing story titles bug. Turns out it happens when a story title is loaded twice but the reuslting map contains an undefined, which nullifies the rest of the stories. Doh!
  Fixing hostname for Firefox content handler.
  Adding share info to saved stories.
2012-11-16 17:01:15 -08:00
Samuel Clay
d50506601a Fixing the missing story titles bug. Turns out it happens when a story title is loaded twice but the reuslting map contains an undefined, which nullifies the rest of the stories. Doh! 2012-11-16 17:00:56 -08:00
Samuel Clay
3d137a554d Fixing hostname for Firefox content handler. 2012-11-16 15:54:31 -08:00
Samuel Clay
caa0564f11 Adding share info to saved stories. 2012-11-16 15:43:39 -08:00
Samuel Clay
6b6a0fab5c Failing to mark a story as read now shows a correct error message on iOS. 2012-11-16 15:30:54 -08:00
Samuel Clay
9664cae0c4 Merge branch 'master' into ios_story
* master:
  Revert "Failing marking a story as read in ios now shows an error."
  Failing marking a story as read in ios now shows an error.
  Consistency b/w ios and web for unsaving a story.
  Adding unread counter to All Sites.
  Allowing regular users to change read_filter on socialfeeds.
  Changing icons on welcome page.
  Adding pgsql recovery cronjob.
  Experimental change to story diffing. Adding spaces back in.
2012-11-16 15:26:08 -08:00
Samuel Clay
744b9c330a Revert "Failing marking a story as read in ios now shows an error."
This reverts commit ca67cbc00c.
2012-11-16 15:25:10 -08:00
Samuel Clay
ca67cbc00c Failing marking a story as read in ios now shows an error. 2012-11-16 15:24:04 -08:00
Samuel Clay
101fbdbda6 Consistency b/w ios and web for unsaving a story. 2012-11-16 12:59:06 -08:00
Samuel Clay
ac5eec0322 Adding unread counter to All Sites. 2012-11-16 12:49:39 -08:00
Samuel Clay
820c79909e Allowing regular users to change read_filter on socialfeeds. 2012-11-16 12:03:13 -08:00
Samuel Clay
abde6fcefb Provisioning profile. 2012-11-16 12:02:27 -08:00
Samuel Clay
68d4d2786f Eureka, got a third 'previous' page in the mix for story page controls on iOS. This could be it. No bounce, no redraw, and flawless movement. 2012-11-14 17:31:52 -08:00
Samuel Clay
e06310f070 Shadow colors on feed list and feed detail pages. 2012-11-13 14:49:53 -08:00
Samuel Clay
895f7b3ab2 Fixing stretching of icon in title view on story detail page in ios. 2012-11-13 13:07:36 -08:00
Samuel Clay
97e0881ccb Fixing sharing and comments and replying with new page controls. 2012-11-13 12:28:16 -08:00
Samuel Clay
921fb38511 Changing icons on welcome page. 2012-11-09 15:29:07 -08:00
Samuel Clay
0fb940a00e Fixing issue with blanking the story on Original view. 2012-11-09 15:25:16 -08:00
Samuel Clay
ed200077f1 Handling rotations correctly on iOS. 2012-11-09 14:57:33 -08:00
Samuel Clay
b072ae81c4 Fixing try feeds for ios. 2012-11-09 14:13:44 -08:00
Samuel Clay
8382c49bae Fixing scroll issue on loading story detail on iphone. 2012-11-09 11:39:36 -08:00
Samuel Clay
ac05a1242e Adding pgsql recovery cronjob. 2012-11-09 09:58:48 -08:00
Samuel Clay
127d98b667 Experimental change to story diffing. Adding spaces back in. 2012-11-09 09:39:43 -08:00
Samuel Clay
42444f49e7 Fixing story show and hide in iphone. 2012-11-09 09:31:26 -08:00
Samuel Clay
7b8a420def Fixing all issues with ipad traversal. Now to go back to the iphone. 2012-11-08 18:30:45 -08:00
Samuel Clay
845b78475a Merge branch 'master' into ios_story
* master:
  Upgrading iOS version to 1.7.
2012-11-08 17:50:38 -08:00
Samuel Clay
032419722b Upgrading iOS version to 1.7. 2012-11-08 17:40:07 -08:00
Samuel Clay
c8cec73c49 Merge branch 'master' into ios_story
* master:
  Updating carousel to fix broken intro.
  EC2 task servers on fabfile/hosts.
  Updating fabfile to account for forked mongoengine + pymongo.
2012-11-08 17:39:39 -08:00
Samuel Clay
ad8e9b58ef Fixing iPad navigation. 2012-11-08 17:39:32 -08:00
Samuel Clay
0252e2fa19 Fixing sizing in iPad story traversal. 2012-11-07 17:54:16 -08:00
Samuel Clay
b3fc0ea96f Updating carousel to fix broken intro. 2012-11-07 13:44:19 -08:00
Samuel Clay
7588a25f44 EC2 task servers on fabfile/hosts. 2012-11-07 12:50:38 -08:00
Samuel Clay
6de5ad0543 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur: (60 commits)
  Updating fabfile to account for forked mongoengine + pymongo.
  Updating ipa for the correct ad hoc distribution profile.
  Updating enterprise plist for version 1.7.
  Updating ipa.
  Updating enterprise distribution ipa.
  Fixing a few exceptions.
  Pushing iOS version 1.7.
  Fixing NotUniqueError on read stories by making sure the corret unique index is used.
  Scroll to section header if collapse causes it to scroll far off screen in iOS app.
  Adding read filter and order options to feeds and folders on iOS app.
  Cleaning up RSS feed header for shared stories feeds.
  Adding offsets to unread count fixing.
  Forcing all unread counts to be counted from primary mongo.
  Recount popular authors every 50 new stories.
  Manually counting can now use offsets in case of broken feeds.
  Fixing wonky unread counts.
  Ad hoc provisioning profile for enterprise build for ios app.
  Fixing issue with missing feeds on iOS app.
  Another whack at the enterprise build.
  Moving to wrapped ios download.
  ...
2012-11-07 10:48:59 -08:00
Samuel Clay
3d7315afdf Fixing iPad app to use new story controls. Fixing various other issues around network calls. 2012-11-06 17:26:08 -08:00
Samuel Clay
b23c0b1274 Completely fixing locations vs. indexes for stories. 2012-11-06 13:45:15 -08:00
Samuel Clay
5c8daf4bad Fixing previous button by refactoring initstory to not double record read stories (and only the visible story gets recorded.) 2012-11-06 12:45:19 -08:00
Samuel Clay
d660c9ec33 Updating fabfile to account for forked mongoengine + pymongo. 2012-11-06 11:28:36 -08:00
Samuel Clay
121df05abf Attempting a fix of the previous button. Fixing marking as read and opening on a story. 2012-11-05 18:23:45 -08:00
Samuel Clay
d1c2387d1f Refactoring the living crap out of the story detail view controller to extract all common story methods into the story page control controller. 2012-11-05 17:16:10 -08:00
Samuel Clay
c120662054 Working prototype of new story traversal on iOS app. 2012-11-05 15:12:42 -08:00
RyanBateman
659bee5076 Bumped version number. 2012-11-05 17:43:26 +00:00
RyanBateman
853e0af3bd Modified to remove default URL-encoding for GSON. 2012-11-05 12:35:01 +00:00
RyanBateman
b1a4912a98 Fixed email field not being visible on some smaller screen devices. 2012-11-05 12:19:53 +00:00
RyanBateman
c42ab7b9b9 Modified CSS to include max-width for divs, overriding inline styles and reduce max-width. 2012-11-02 16:48:38 +00:00
Samuel Clay
7199fb2601 Updating ipa for the correct ad hoc distribution profile. 2012-11-01 15:43:39 -07:00