Commit graph

10144 commits

Author SHA1 Message Date
Julien Rottenberg
db2f21726d Not only mac users should be able to run in develop mode ;-) 2015-11-02 00:15:22 -08:00
Julien Rottenberg
7eff7ade7a First pass using docker 2015-11-02 00:15:05 -08:00
David Sinclair
535a66615b iOS: added #791 (separate fonts list)
Sorry for the delay getting to this.  I've implemented the separate
list of fonts, listing the sample one you provided.  Once you get the
others, they can be added to the fonts folder in the resources, and
listed in the -[FontSettingsViewController viewWillAppear:] method (I
can do that if you like).
2015-10-31 16:35:32 -07:00
Samuel Clay
5f875db3f9 Normal casing share/save buttons in android. 2015-10-30 11:37:56 -07:00
Samuel Clay
8d85cd8ac1 Removing unused crashalytics and Fabric libs. 2015-10-30 11:31:07 -07:00
Samuel Clay
f3dcaf7b4c v4.9.4 beta 4. Had to change code signing to distribution. Let me know if that breaks anything, and feel free to commit what works. 2015-10-30 11:19:16 -07:00
Samuel Clay
b28b49e029 Merge pull request #795 from dosiecki/master
Android: Beta 2 for Lollipop Compat
2015-10-30 11:17:37 -07:00
dosiecki
d5fdb31549 New beta version. 2015-10-30 02:23:36 -07:00
dosiecki
655a4fca24 Set sane default auto-backup behaviour for Android 6.0 - don't let the device try to backup our whole DB and cache for no reason. 2015-10-30 02:20:13 -07:00
dosiecki
43b635ec25 Fix default value of auto-open pref. 2015-10-30 02:19:42 -07:00
dosiecki
47ead693a4 Fix dangerous use of prefs before app init. 2015-10-30 02:19:14 -07:00
dosiecki
518b76243f Remove global Application Context that no longer inits in Android 6.0 2015-10-30 01:36:54 -07:00
dosiecki
8807710a1b Remove global app context casts that can crash Android 6.0 2015-10-30 01:03:53 -07:00
dosiecki
7126e20702 Add loading message for reading activity now that auto-open can show it before a cursor is guaranteed. 2015-10-29 16:03:42 -07:00
dosiecki
efd0a00c33 Don't show negative unread counts in reading progress overlay. 2015-10-29 15:55:30 -07:00
dosiecki
ef369dd270 Remove cruft resources. 2015-10-29 15:41:42 -07:00
dosiecki
3656292103 Don't track local ant build customisations. 2015-10-29 15:37:12 -07:00
dosiecki
cf171aa95f Add a few more minimal checkstyles. 2015-10-29 15:36:39 -07:00
dosiecki
dd3db91c3c Clean up cruft. 2015-10-29 14:26:17 -07:00
dosiecki
50915d235e Minimal checkstyle rules. 2015-10-29 14:26:01 -07:00
dosiecki
0783c1bed9 Enable auto-open opion. (#734) 2015-10-29 12:50:13 -07:00
David Sinclair
d8f79528dd iOS: done #735 (non-modal story notifications) 2015-10-28 21:50:23 -07:00
David Sinclair
42fed5b36d iOS: tweaked #742 (mark older/newer as read) 2015-10-28 20:20:31 -07:00
dosiecki
4cef42bd85 UI artifacts for auto-open-story option. 2015-10-28 17:42:13 -07:00
dosiecki
b7cfdbb93b Refactor story list / reading activity configs for future support of independent Activity launching. 2015-10-28 17:41:26 -07:00
David Sinclair
ab495c87bd iOS: added #742 (mark older/newer as read)
Long press to the left of the title in the stories list (in the unread
indicator space) to show an action sheet.
2015-10-28 17:02:45 -07:00
David Sinclair
2ce271e664 iOS: fixed #779 (selected text glitch)
Easier than expected; just needed to detect when it's been blanked and
force a redraw.  Makes loading a different story tidier, too.
2015-10-27 21:52:11 -07:00
David Sinclair
79ba283ffe iOS: fixed #769 (Safari swipe to dismiss) 2015-10-27 21:36:18 -07:00
David Sinclair
a3a0207446 iOS: tweaked Safari view dismissing #769 2015-10-27 16:39:41 -07:00
Samuel Clay
85fe9bf11a Fixing crash when using interactive swipe to peek at story titles from story detail but canceling. activeStory was being nil'd inadvertently. 2015-10-27 14:04:24 -07:00
David Sinclair
f6ab41fe17 iOS: fixed #491 (relative date issue) & fixed #790 (date respect locale)
Simpler code, no today/yesterday mistakes, and uses the correct date &
time format for the user.
2015-10-26 22:13:25 -07:00
David Sinclair
6232df3bfa iOS: fixed #769 (Safari swipe to dismiss)
Now uses a linear animation curve when tracking the gesture, so it
follows the finger, and an ease in/out curve and the same speed as
other animations when not.
2015-10-26 20:28:38 -07:00
Samuel Clay
49149d75e6 Bumping version to 4.6.0. Shipping to beta. 2015-10-26 15:32:34 -07:00
Samuel Clay
a5c3e16bd7 Merge pull request #785 from dosiecki/master
Android: Platform v6.0 Fixes
2015-10-26 15:07:00 -07:00
David Sinclair
f2aa8c6bea iOS: fixed #783 (finishing Twitter connection) 2015-10-26 14:55:38 -07:00
David Sinclair
2e6f948893 NewsBlur: fixed #782 (new account recommended sites misaligned; now using autolayout) 2015-10-26 13:29:07 -07:00
Samuel Clay
f053eafa0f Merge pull request #787 from nriley/master
Make 3D Touch work to bring up contextual menus.
2015-10-26 09:27:07 -07:00
David Sinclair
64f4163a06 NewsBlur: fixed #770 (crash deleting story tags) 2015-10-25 20:26:49 -07:00
Nicholas Riley
fd013df203 Make 3D Touch work to bring up contextual menus.
Also makes delay-based contextual menu trigger work on 3D
Touch-capable devices (#781).
2015-10-25 17:43:53 -04:00
David Sinclair
82a7d980f6 Done #769 (swipe to dismiss Safari View Controller) 2015-10-24 22:22:16 -07:00
David Sinclair
fbd8d62be1 Fixed #772 (story traversal buttons misaligned) 2015-10-24 20:58:00 -07:00
David Sinclair
ff42d673c2 Implemented #769 (Safari swipe to dismiss) 2015-10-23 17:42:55 -07:00
dosiecki
5caa67dabe New version. 2015-10-23 17:35:59 -07:00
dosiecki
6c5f2f52da Fix error message for some users while marking folders. 2015-10-23 17:29:04 -07:00
dosiecki
8468a1c7c5 Obey animation disable if power saver kicks in. 2015-10-23 17:18:37 -07:00
Samuel Clay
da5c895eea Noscript is causing issues (specifically http://seattle.curbed.com/atom.xml). 2015-10-23 16:29:35 -07:00
Samuel Clay
c72d0d4c06 Turning off annotations on Youtube videos by default. 2015-10-23 15:58:55 -07:00
David Sinclair
91dc6d332c Also for #780, now dismisses instead of pops the Safari View Controller 2015-10-22 21:25:20 -07:00
David Sinclair
1f9a629347 Fixed: iOS: Video continues playing even after safari view controller is dismissed #780
Can't change the URL, can only clear the delegate.
2015-10-22 21:09:03 -07:00
David Sinclair
9eae63ca3b Fixed iOS: on iPad, feed unread counts aren't updating until feed refresh #777
Only affected selecting a story from the feed detail list, not the
feeds list, so I now clear the cached index path (that is no longer
relevant).
2015-10-22 13:50:51 -07:00