Commit graph

10101 commits

Author SHA1 Message Date
Samuel Clay
0cf3881832 Merge branch 'master' into grid
* master: (29 commits)
  Adding new preference for wrapping story content either at 700px or edge of screen.
  Bumping Android to v4.2.1.
  Work around API change that throws out hidden stories and vends blank pages. (#664)
  Fixing duplicate Pocket share extension message.
  Don't cache super-small images.
  Don't use cache filenames that are impossible to debug.
  Fix image prefetch for protocol-hopping redirects.
  Keep action replays around until there is less risk of them being needed.
  Overhaul and simplify nextUnread search algo. (#640)
  Ensure recounts don't get stuck behind story page requests.
  Updating push logging message when skipping.
  v4.2.0 of android app.
  New maintenance message.
  Updating fabfile to handle psycopg2/pgbouncer.
  Tweak load throb anim speed for stock devices.
  Tweak and comment new story list loading indicator.
  Move story list loader to correct position. (#582)
  New loading-progress animation for story lists. (#582)
  Chopping off milliseconds in push delta.
  Chopping off milliseconds in push delta.
  ...
2015-02-27 18:13:44 -08:00
dosiecki
6756e6946b Don't show detailed sync status in story list unless debugging. (#582) 2015-02-27 02:12:06 -08:00
dosiecki
ace0a26121 Show feed-specific icons in actionbar of story list. 2015-02-27 02:03:53 -08:00
dosiecki
94ab17b022 Fix cleanup of social feeds. (#666) 2015-02-27 00:46:19 -08:00
Samuel Clay
bd39331885 Adding new preference for wrapping story content either at 700px or edge of screen. 2015-02-26 18:20:03 -08:00
Samuel Clay
ca26593036 Bumping Android to v4.2.1. 2015-02-25 15:23:17 -08:00
Samuel Clay
b120085856 Merge pull request #665 from dosiecki/master
Android: Fixes for #582, #640, #664
2015-02-25 15:07:51 -08:00
dosiecki
d29e168ccd Work around API change that throws out hidden stories and vends blank pages. (#664) 2015-02-25 14:09:53 -08:00
Samuel Clay
ca27d81131 Fixing duplicate Pocket share extension message. 2015-02-25 12:58:03 -08:00
dosiecki
3e8a7ec256 Don't cache super-small images. 2015-02-24 16:28:15 -08:00
dosiecki
cc76ea12ad Don't use cache filenames that are impossible to debug. 2015-02-24 16:14:08 -08:00
dosiecki
21e36a5b1d Fix image prefetch for protocol-hopping redirects. 2015-02-24 15:57:15 -08:00
dosiecki
ced42fc2f8 Keep action replays around until there is less risk of them being needed. 2015-02-23 16:08:10 -08:00
dosiecki
365f370dbf Overhaul and simplify nextUnread search algo. (#640) 2015-02-23 15:52:51 -08:00
dosiecki
6b60a30caf Ensure recounts don't get stuck behind story page requests. 2015-02-23 15:43:08 -08:00
Samuel Clay
46b78f70a9 Updating push logging message when skipping. 2015-02-23 13:31:42 -08:00
Samuel Clay
1de0bc35e0 v4.2.0 of android app. 2015-02-23 13:31:28 -08:00
Samuel Clay
caadfc2569 New maintenance message. 2015-02-23 13:31:16 -08:00
Samuel Clay
2a6c53facf Updating fabfile to handle psycopg2/pgbouncer. 2015-02-23 13:31:05 -08:00
dosiecki
adc6ed32de Tweak load throb anim speed for stock devices. 2015-02-21 17:24:14 -08:00
dosiecki
cb2da09ffd Tweak and comment new story list loading indicator. 2015-02-21 13:52:46 -08:00
dosiecki
4489d9faf0 Move story list loader to correct position. (#582) 2015-02-20 13:36:14 -08:00
dosiecki
d2b16b2897 New loading-progress animation for story lists. (#582) 2015-02-19 23:28:06 -08:00
Samuel Clay
e351b6602b Chopping off milliseconds in push delta. 2015-02-19 14:21:08 -08:00
Samuel Clay
ed32cb5aed Chopping off milliseconds in push delta. 2015-02-19 14:20:08 -08:00
Samuel Clay
7ecf8c4253 Showing latest push date. 2015-02-19 14:14:38 -08:00
Samuel Clay
67520cca4a Skipping push feeds pushed within last 60 seconds. 2015-02-19 13:45:05 -08:00
Samuel Clay
2b3ff6d2b4 Using correct feed_id in push history. 2015-02-19 13:43:33 -08:00
Samuel Clay
5fae9b6362 Logging last push date delta. 2015-02-19 13:41:09 -08:00
Samuel Clay
ad721380f2 Correcting latest push date. 2015-02-19 13:36:41 -08:00
Samuel Clay
0392c597e6 Correcting latest push date. 2015-02-19 13:36:08 -08:00
Samuel Clay
4684f9c9bd Adding fetch history check to ignore crazy updating push feeds. 2015-02-19 13:32:22 -08:00
Samuel Clay
632814225e Updating premium features by adding search and saved story tags. 2015-02-19 11:49:35 -08:00
Samuel Clay
f001bc475a Fixing paypal flag error. 2015-02-19 10:50:06 -08:00
Samuel Clay
608fa63dbd Merge branch 'master' into grid
* master: (41 commits)
  Fixing A&L Daily bug where stories all have the same GUID and permalink. Using permalink or timestamp, whichever is unique across the feed.
  Bumping Android version.
  Only hard-recount unreads if there is a mismatch between remote and local.
  Ensure correct ordering of mark-actions and count refreshes.
  Better overscroll event filtering.
  Document new flag.
  Don't check for online status too often.
  Quicker transition from offline to online mode.
  Offline indicator.
  Status messaging for count updates.
  Ensure refreshed feed counts show immediately.
  Throw out reading actions that will never succeed.
  Add story fetch setting to feedback debug.
  Add network read profiling.
  Complete unread recounting after reading sessions.
  Monitoring disk usage should fail on error.
  Fixing pythonpath for disk monitor.
  Adding disk usage monitor to all database servers.
  Deleting unstarred story as part of starred story cleanup.
  Logging starred story params.
  ...
2015-02-19 10:46:12 -08:00
Samuel Clay
0da661c71b Fixing A&L Daily bug where stories all have the same GUID and permalink. Using permalink or timestamp, whichever is unique across the feed. 2015-02-19 10:39:10 -08:00
Samuel Clay
22658d21e5 Bumping Android version. 2015-02-19 10:03:09 -08:00
Samuel Clay
9b51f50bb4 Merge pull request #662 from dosiecki/master
Android: Bugfixes and Speed
2015-02-17 12:35:32 -08:00
dosiecki
184d0375a3 Only hard-recount unreads if there is a mismatch between remote and local. 2015-02-16 14:14:52 -08:00
dosiecki
bfa226a177 Ensure correct ordering of mark-actions and count refreshes. 2015-02-13 18:19:22 -08:00
dosiecki
8cda9d6c56 Better overscroll event filtering. 2015-02-13 18:01:09 -08:00
dosiecki
f4b0668b40 Document new flag. 2015-02-13 15:50:03 -08:00
dosiecki
8f91d3412b Don't check for online status too often. 2015-02-13 14:49:47 -08:00
dosiecki
4fc012b7f8 Quicker transition from offline to online mode. 2015-02-13 14:34:20 -08:00
dosiecki
6471497edf Offline indicator. 2015-02-13 14:19:17 -08:00
dosiecki
eed0640252 Status messaging for count updates. 2015-02-13 14:09:33 -08:00
dosiecki
44bc0fe710 Ensure refreshed feed counts show immediately. 2015-02-13 02:40:50 -08:00
dosiecki
3f1d5fe471 Throw out reading actions that will never succeed. 2015-02-13 02:38:59 -08:00
dosiecki
d593279559 Add story fetch setting to feedback debug. 2015-02-13 01:46:03 -08:00
dosiecki
624eec8907 Add network read profiling. 2015-02-13 01:37:30 -08:00