Commit graph

10101 commits

Author SHA1 Message Date
David Sinclair
ef5adc0d16 iOS: fixed #775 (sharing view missing) 2015-11-03 14:28:10 -08:00
David Sinclair
d2096ff0dc iOS: tweaked #791 (more fonts)
Fixed initial display of the bundled font, and improved the code to
make it easier to add others.
2015-11-03 12:10:28 -08:00
David Sinclair
17bd8ad676 iOS: tweaked #791 (more fonts)
Now uses the OregonLDO font.
2015-11-02 22:17:06 -08:00
David Sinclair
839a1d0417 iOS: fixed #774 (story page position after activating)
Now re-activates without story page glitches, and handles rotation
while inactive properly.
2015-11-02 21:09:17 -08:00
Samuel Clay
5e4f7d27c5 Merge pull request #799 from jrottenberg/docker
Docker friendly setup
2015-11-02 11:40:46 -08:00
Julien Rottenberg
682a414ec8 cleaning up 2015-11-02 00:30:09 -08:00
Julien Rottenberg
265ea36d51 fix for the 403 where cookies do not match initial site.site 2015-11-02 00:21:13 -08:00
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