Commit graph

9968 commits

Author SHA1 Message Date
Samuel Clay
29964b7b78 Adding new ios build versioning system that remembers if the user has seen the upgrade message before. Much nicer experience now and I can give enterprise builds upgrade messages now. 2015-09-16 18:42:02 -07:00
Samuel Clay
7f57bdd18e Fixing reachability on ios. Added commentless share actions, but not refreshing correctly yet. 2015-09-16 18:16:23 -07:00
Samuel Clay
1b6a5cb15e Updating dependencies and fixing ios 9 warnings. Reachability and SBJson. 2015-09-16 16:53:07 -07:00
Samuel Clay
5912bdcad4 Fixing a few ios 9 warnings and deprecated methods. Got lots more. 2015-09-16 15:55:55 -07:00
dosiecki
e13cd6a945 Merge remote-tracking branch 'upstream/master' 2015-09-15 14:08:00 -07:00
dosiecki
a46ee33ab5 Fix context leak from feed list fragment. 2015-09-15 13:52:11 -07:00
Samuel Clay
a98d259387 Removing OvershareKit, ios app is now 8+, and fixed app transport security warnings. 2015-09-14 17:40:18 -07:00
Samuel Clay
c9ca9089d7 Fixing unreadbale post errors. 2015-09-14 17:10:40 -07:00
Samuel Clay
b1f543ee0a Removing spaces from OPML export because some users have mentioned that the OPML file is just called 'NewsBlur' and not 'NewsBlur Subs - username - 14-09-2015'. 2015-09-14 17:10:40 -07:00
Samuel Clay
9a7b994fcf Merge pull request #732 from mortonfox/patch-2
Fix pymongo and Underscore.js links.
2015-09-14 16:20:58 -07:00
Daniel
7fd714a994 Merge pull request #748 from manderson23/mark
Android: Fix #739
2015-09-14 12:29:40 -07:00
Mark Anderson
1d2c87472c Re-implement searching for stories by hash in Reading activity (#739) 2015-09-13 23:05:59 +01:00
dosiecki
812b387293 Catch all types of orphaned feeds. In addition to omitting feeds without a folder, we now also omit feed IDs in folders that don't correspond to feed metadata. Will reduce some nonfatal errors that were happening during folder mark-reads. 2015-09-10 16:07:37 -07:00
Mark Anderson
5855683920 Missed change from last commit 2015-09-10 22:25:14 +01:00
Mark Anderson
f3d784e05a When navigating to a social story from the profile ignore any filters so we find the story. (#739) 2015-09-10 22:20:45 +01:00
dosiecki
b824b987bf Don't try to run the UI when an on-upgrade DB rebuild is in progress. 2015-09-09 16:29:29 -07:00
dosiecki
f14f84d506 Remove magic number. 2015-09-09 15:54:35 -07:00
dosiecki
05d8b4c9b6 Fix default folder expansion state after rotation. 2015-09-09 15:29:14 -07:00
Mark Anderson
27e1f0fcbb Use correct social feed ID when navigating from activities/interactions (#739) 2015-09-09 22:41:31 +01:00
dosiecki
fa94d9dc1f Fix sticky status messages. 2015-09-09 13:49:04 -07:00
dosiecki
4793529d0c Remove some unused code from the okhttp migration. 2015-09-08 16:49:10 -07:00
dosiecki
c2d531e245 Fix network debug logs post-okhttp migration. 2015-09-08 14:30:30 -07:00
Samuel Clay
5cb53a59e4 Fixing reshare alignment. 2015-09-08 14:21:33 -07:00
Samuel Clay
baffedac13 Aligning comment-less share avatars on ios. Still needs better alignment on reshares. Also needs networking support. 2015-09-08 14:17:01 -07:00
Samuel Clay
b01e1cca82 Stubbing in friend shares on ios. 2015-09-07 21:39:51 -07:00
Samuel Clay
9af421c687 Updating WYPopoverController to fix Add Site keyboard focus bug. 2015-09-07 19:56:44 -07:00
dosiecki
c680797d8a Clean up Feed List status messaging. 2015-09-07 13:17:47 -07:00
dosiecki
46405ec494 Removed old unused workaround. 2015-09-07 13:06:42 -07:00
Samuel Clay
8ed49c165f Adding Youtube video previews in Grid view. 2015-09-07 01:23:46 -07:00
Samuel Clay
8a3feb4a49 Merge pull request #746 from zerodogg/linux-webkit-background-workaround
Removed an unused variable that broke other browsers
2015-09-07 00:31:35 -07:00
Eskild Hustvedt
7f2315891c Removed an unused variable that broke other browsers 2015-09-07 08:23:53 +02:00
Samuel Clay
87d2afbe67 Style for JS. 2015-09-06 15:35:10 -07:00
Samuel Clay
cc50693b18 Merge pull request #744 from zerodogg/linux-webkit-background-workaround
Added a workaround for Linux webkit browsers
2015-09-06 15:31:46 -07:00
Eskild Hustvedt
69357d8d10 Added a workaround for Linux webkit browsers
These browsers can't handle the way that background links are opened.
They all get identified by jQuery.browser as safari, and as Safari
on Linux/X11 is impossible, when a browser is safari on Linux/X11
backgrounding is disabled.
2015-09-06 21:34:18 +02:00
Samuel Clay
a998efaf6c Handling missing cutoff_date. 2015-09-03 15:47:42 -07:00
Samuel Clay
4a82e187c3 Same as 44ac8a027a, but for socialsubs. 2015-09-03 15:18:13 -07:00
dosiecki
3eccc85a6b Merge remote-tracking branch 'upstream/master' 2015-09-03 14:07:11 -07:00
dosiecki
e18a03e2ef Remove extranious overlapping loading message on feed list. 2015-09-03 14:06:39 -07:00
Samuel Clay
44ac8a027a Risky commit, but it needs to happen. Fixing unread cutoffs and expanding out All Stories in river. 2015-09-02 16:05:18 -07:00
Samuel Clay
2275a4ba6c Sanity check for years. 2015-09-02 15:26:55 -07:00
Samuel Clay
2c6c3cc9cf Fixing missing years in stats. 2015-09-02 14:58:58 -07:00
Samuel Clay
c995c1d237 Bumping Android version to beta2 4.5.0. 2015-09-02 14:58:58 -07:00
Samuel Clay
b0898ce40d Fixing broken unread count updater. 2015-09-02 13:18:51 -07:00
Samuel Clay
fab5539ffc Merge pull request #716 from manderson23/mark
Android: Fix #715
2015-09-02 10:47:40 -07:00
Mark Anderson
3decbe1b7b Merge remote-tracking branch 'upstream/master' into mark 2015-09-01 22:31:39 +01:00
Samuel Clay
1492a5a52d Merge pull request #737 from dosiecki/master
Android: Efficiency and Bugfixes
2015-09-01 13:09:47 -07:00
dosiecki
e44a0bc365 Fix compount drawable height on save/share buttons. 2015-09-01 04:36:42 -07:00
dosiecki
e5e5d043ba Ensure story list read state updates after partial mark-all-read actions. 2015-09-01 00:44:34 -07:00
dosiecki
b063d819d5 Stop pre-caching images if disallowed network becomes active. 2015-08-31 20:07:25 -07:00
dosiecki
d1e5f24e39 Remove some unnecessary toasts. (#736) 2015-08-31 19:59:23 -07:00