Commit graph

9968 commits

Author SHA1 Message Date
Samuel Clay
e780cb0213 Logging view will layout subviews to figure out the off-page rotation issue. 2015-09-28 20:24:05 -07:00
Samuel Clay
41d0423c5b Fixing rotation losing scroll position. Still have font size issue when returning to view with different rotation. 2015-09-28 20:01:17 -07:00
Samuel Clay
8348c40a50 Android v4.5.0b3. 2015-09-28 15:38:45 -07:00
Samuel Clay
314c97243f Fixing iOS unread counts when over 1000. 2015-09-28 15:32:31 -07:00
Samuel Clay
9de2ee9f97 Merge pull request #759 from dosiecki/master
Android: Beta Bugfixes
2015-09-28 15:31:49 -07:00
dosiecki
5b37634050 Fix crashes during weird activity init/final circumstances. 2015-09-28 12:54:51 -07:00
dosiecki
cb92171505 Support feedless stories. Remove unused DB field. 2015-09-24 19:22:11 -07:00
dosiecki
baa996ca14 Fix crash on Reading context recycle. 2015-09-24 03:07:06 -07:00
Samuel Clay
77a0300104 Bumping ios release notes for enterprise. 2015-09-23 22:49:05 -07:00
Samuel Clay
f1092c83b3 Bumping ios to v5.0.0b2. Adding some logic around upgrading to send users to enterprise build or itms. 2015-09-23 22:47:03 -07:00
dosiecki
82cc7fe507 Add DB debug logging. 2015-09-23 16:15:37 -07:00
Samuel Clay
70a4b41844 Finished upgrading to digitalocean api v2. 2015-09-23 15:14:31 -07:00
dosiecki
6125744c20 Fix crash when failing to save user profile image. 2015-09-23 15:05:29 -07:00
dosiecki
4ad6ee430e Merge remote-tracking branch 'upstream/master' 2015-09-23 14:50:20 -07:00
dosiecki
7e171ce7d2 Fix crash when opening links. 2015-09-23 14:49:56 -07:00
Samuel Clay
b838723449 Fixing rotation bugs for the most part. 2015-09-23 14:37:54 -07:00
Samuel Clay
2829565167 Rewriting story page control to use autolayout. 2015-09-23 13:02:25 -07:00
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