Commit graph

10101 commits

Author SHA1 Message Date
Samuel Clay
b35ad92e98 Fixing rotation bugs around minimum scale. 2015-09-23 11:34:03 -07:00
Samuel Clay
7ab27c809d Adding Copy Link uiactivity. 2015-09-22 22:11:48 -07:00
Samuel Clay
3ec1549c57 Fixing traverse view movements. 2015-09-22 18:20:48 -07:00
Samuel Clay
6556898be4 Attempting a fix for parent view controller orientation on rotation. Also fixing Text view causing active story position to be accidentally shifted. 2015-09-22 17:16:08 -07:00
Samuel Clay
fa19220c66 Adding crashalytics. Refactoring some rotation methods. 2015-09-22 16:34:24 -07:00
Samuel Clay
c5de98447f Cleaning up unused rotation code. 2015-09-22 13:30:21 -07:00
Samuel Clay
dc9024c03d Fixing rotation for iphones. 2015-09-22 13:25:18 -07:00
Samuel Clay
667e999535 Boosting font size for XL. Fixing rotation font sizes issues. And smoothing rotation so theres no jerky motions. 2015-09-22 13:10:35 -07:00
Samuel Clay
cac063c9a2 Bumping android build. 2015-09-22 12:06:01 -07:00
Samuel Clay
cb181afb0b Fixing rotation and making it smoother, although landscape has an odd font size issue. 2015-09-21 17:01:28 -07:00
Samuel Clay
4ab1ebe19d Fixing broken original view on iPad. 2015-09-21 17:01:28 -07:00
Samuel Clay
3eba1408f2 Merge pull request #754 from dosiecki/master
Android: Beta Candidate
2015-09-21 17:00:47 -07:00
Samuel Clay
0371bdffff Moving to latest digitalocean API. 2015-09-21 16:13:09 -07:00
dosiecki
7aaab803da Fix obsolete WebView configurations. 2015-09-21 15:00:25 -07:00
dosiecki
f6185efe68 Remove obsolete pref check when getting cached images. 2015-09-21 14:42:08 -07:00
dosiecki
c1ce11db19 Safer cleanup of adapter temps on DB rebuild. 2015-09-21 14:38:34 -07:00
Samuel Clay
492f58e883 Adding feed titles to feed trainer. Whoops, should've been in there for years. 2015-09-21 13:59:31 -07:00
dosiecki
953919cb0f Eliminate all use of pager indicies outsdie of pager activity. 2015-09-19 04:47:39 -07:00
Samuel Clay
a2abd18349 Enterprise build ready to go. 2015-09-18 16:21:59 -07:00
Samuel Clay
dde0e6b0b1 Bumping version number. 2015-09-18 15:31:25 -07:00
Samuel Clay
1a338b786b Fixing launch screen on ios app. Also fixing upgrade link. 2015-09-18 15:29:57 -07:00
Samuel Clay
bd0032bb8a Updating iOS download release notes. 2015-09-18 15:17:31 -07:00
Samuel Clay
5d0a6f89d8 iOS app v5.0.0 beta 1. 2015-09-18 15:15:26 -07:00
Samuel Clay
3cd8ded04d Updating AFNetworking to 2.0, fixing various afnetworking bugs. Hope nothing else broke! 2015-09-18 15:02:15 -07:00
Samuel Clay
f49eea1a84 Adding SFSafariViewController and a preference that is turned off by default. It's nice to have content blockers and cookies, but it doesn't match NewsBlur! 2015-09-17 19:11:17 -07:00
Samuel Clay
dda75612a8 Whitelisting Google Chrome as an activity provider. 2015-09-17 18:07:20 -07:00
Samuel Clay
1a372e21ae Sending stories to third-party services now uses full Text if available. 2015-09-17 17:59:54 -07:00
Samuel Clay
449f11c11d Fixing crashes on uiactivityview and fixing lag on finding last story scroll position. 2015-09-17 17:01:32 -07:00
Samuel Clay
ad3f714259 Integrating WKWebView, closes #733. Still need to fix broken send to button. 2015-09-17 15:56:09 -07:00
Samuel Clay
5796c00a0b Finishing up last scroll position. Needs to take into account any images, which are throwing off the scroll positions. 2015-09-17 13:15:10 -07:00
Samuel Clay
32fccfe118 Stubbing in scroll positions and beginnign to fetch them (unsuccessfully so far). Just need to scroll user to position and this feature's done. 2015-09-16 21:34:41 -07:00
Samuel Clay
22ce6d8026 Fixing last of commentless shares on ios. Ready to roll with scroll position saving. 2015-09-16 20:41:06 -07:00
Samuel Clay
16674eb8d0 Fixing favicon and feed title gradients in ios app. 2015-09-16 20:24:11 -07:00
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