Commit graph

55 commits

Author SHA1 Message Date
David Sinclair
fa6052c85a #1249 (dark theme colors)
Tweaked dark theme colors to be darker, and I think better. Feel free to tweak the colors, or let me know if you want me to change anything.
2019-10-22 21:14:15 -07:00
David Sinclair
aade97e73d iOS #1156 (story titles height)
Allowed a bit more space between the title and content.
2019-05-16 19:56:39 -07:00
David Sinclair
7b2bdb6e54 iOS: #1156 (story titles height)
- Now determines the number of rows from the available space, to ensure the text never overlaps.
2019-04-17 13:54:55 -07:00
David Sinclair
1077ddc12a iOS: done #1156 (story titles height)
Replaced the Preview descriptions preference with a multi-select for title only, plus short, medium, and long title & content. The text space is dynamically distributed between the two. The thumbnail is constrained in size so both the large and small variations work with all preview text sizes, with the date below if it fits.
2019-01-30 11:58:32 -08:00
David Sinclair
85d3ae65fa iOS: done #1142 (preview size pref)
I think you’ll particularly like the small size on your iPhone SE.
2018-11-12 20:27:46 -08:00
Samuel Clay
b787650d51 ios 8 branch works! Had to replace TMCache wtih PINCache, but it looks solid now. 2017-04-03 18:52:23 -07:00
David Sinclair
27fbf12081 iOS: fixed #929 (rotation issue on iPhone with Safari browser)
This was a curly one!  I also fixed a bunch of Xcode 8 warnings (for
non-third-party code; I'd like to fix the third-party ones to get to
zero warnings, but don't know how you feel about that).
2016-10-05 21:03:32 -07:00
David Sinclair
55c36a24f3 iOS: fixed #950 (bold font size issue) 2016-09-13 16:28:19 -07:00
Samuel Clay
6a98241f88 Themed disclosure buttons for folder titles. 2016-02-27 13:20:32 -08:00
Samuel Clay
1fb69f5a3b Touch brighter story title in grey theme. 2016-01-28 11:31:18 -08:00
Samuel Clay
f797cece69 Adjusting all four themes for feed list and story list views. Still need to work on story detail. 2016-01-28 08:42:35 -08:00
David Sinclair
af2ab36297 iOS: done #825 (dark mode) 2015-12-07 16:09:49 -08:00
David Sinclair
05995eff64 iOS: done #820 (improve split view support) 2015-11-28 22:07:38 -08:00
David Sinclair
b8a82544bb iOS: done #794 (voiceover support)
Added voiceover labels where needed on the main views.  More could be
done, but this is a good start.
2015-11-03 22:21:18 -08:00
David Sinclair
bf538e648c iOS: fixed #805 (saved stories unread issue) 2015-11-03 17:52:21 -08: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
6102c8e613 Fixing overlapping fonts in story titles. 2014-10-01 14:54:06 -07:00
Samuel Clay
01af62e900 Fixing font descriptor size cache for feed and story titles. 2014-10-01 14:23:57 -07:00
Samuel Clay
6ecbb1dc40 Running both feed list and story list through instruments to find bottle necks. Much faster now! 2014-09-26 18:35:40 -07:00
Samuel Clay
e0268b9c76 Completing feed view of saved story tags. Need to update counts and fix tags with spaces. 2014-05-20 15:29:16 -07:00
Samuel Clay
cdaf7c0f70 Saved story feeds shouldnt have long presses or swipes. 2014-05-20 12:58:04 -07:00
Samuel Clay
a7af761692 Embiggening folders. Fixing author/date collision. 2014-03-11 18:20:36 -07:00
Samuel Clay
08ad585f1d Fixing memory issue with reusing cells. 2014-02-25 15:29:05 -08:00
Samuel Clay
96b5e15718 Switching out from unreliable disk caching to TMCache (damn threading issues). 2014-02-24 18:56:51 -08:00
Samuel Clay
a36038afc6 Updating 4.0b2 to include layout fixes. 2014-02-21 17:24:33 -08:00
Samuel Clay
5def8a1bfd Fixing story title height sizing and layout for vertical layout. 2014-02-21 16:06:49 -08:00
Samuel Clay
b41d346592 Refactoring markStoryRead/Unread in order to allow both story collection modules to read/unread stories. Should also do saves. 2014-02-20 18:23:58 -08:00
Samuel Clay
c671fa56e9 Fixing orientation issues. Also working on copying dashboard story collection data to the feed detail view. 2014-02-13 17:18:29 -08:00
Samuel Clay
642ac1940c Last few optimizations for story image caching. 2014-02-12 15:48:16 -08:00
Samuel Clay
7af3b78c47 Finally a image caching operation queue I'm happy with. Now to fix that stories model. 2014-02-11 16:00:31 -08:00
Samuel Clay
6fd0f0f274 Using operation queue for loading images, makes scrolling much faster. Now need to perform massive refactor to separate out story models. 2014-02-11 15:20:41 -08:00
Samuel Clay
61a7f8e190 Cropping images for faster cache. 2014-02-11 13:23:45 -08:00
Samuel Clay
810d28c650 Fixing progressive loading of story images. Needs a queue or something to speed up scrolling. 2014-02-11 11:52:32 -08:00
Samuel Clay
4f2455e846 Huge update to iPad app. Adding story content, image preview, and story list to dashboard. Whew. 2014-02-10 19:21:53 -08:00
Samuel Clay
72797ff167 Mainly fixing all original view issues. Also fixing an issue with river icons not being updated when selected. 2014-01-17 16:23:12 -08:00
Samuel Clay
18e4af950f Fixing many issues with transitions on the ipad. Still need to fix the interactive transition completion. 2013-12-11 18:06:22 -08:00
Samuel Clay
8727b683a5 Adding font size overrides. 2013-11-23 13:03:14 -08:00
Samuel Clay
0cff317fc2 Adding Dynamic Text support for larger story and feed titles. 2013-10-17 18:56:14 -07:00
Samuel Clay
b8b57d5df4 Massively speeding up the viewWillAppear on the feed list. 2013-10-17 17:23:52 -07:00
Samuel Clay
496b6145bb Rewriting short and long date formatting, both for server and ios. Also loading offline stories when server fails half-way through. 2013-10-10 12:58:40 -07:00
Samuel Clay
f1bd549b9f Fixing a couple crashing bugs. 2013-10-01 19:32:40 -07:00
Samuel Clay
da993a8deb Fixing a few gesture-based style issues (color, icon position, performance in updates). 2013-10-01 15:38:29 -07:00
Samuel Clay
9ac25b811b Fixing multiple lines on story title cells. 2013-10-01 14:44:13 -07:00
Samuel Clay
54dcf2a5de Fixing massive memory leak in creating content view in table cells. Much faster scrolling now. 2013-09-30 12:13:10 -07:00
Samuel Clay
43f3d0037d Fixing borders on story cells. 2013-09-30 10:26:19 -07:00
Samuel Clay
5766ca0bdf Adding swiping to feeds. Now need actions on both. This also fixes the pixel imperfection on select. 2013-09-27 17:54:06 -07:00
Samuel Clay
f036fb799c Adding gestures to story titles. Needs refactoring to actually perform save/read commands. Also needs to hit the feed list. 2013-09-27 17:23:03 -07:00
Samuel Clay
b8fe3d123a Fixing almost all ios7 warnings. Fixing avatar. Upgrading AFNetworking. 2013-09-25 17:43:00 -07:00
Samuel Clay
fc830b23de Beginning ios7 transition. Still lots of views to go. 2013-09-24 17:18:20 -07:00
Samuel Clay
801c1346ae Moving offline image clenaing to nsoperation to speed up refresh time. 2013-08-05 18:32:43 -07:00