David Sinclair
696bb658e0
Fixed some crashers from TestFlight
2022-01-24 20:17:03 -08:00
David Sinclair
f1b6c174ba
Sorry about that
2021-08-23 21:24:46 -07:00
Samuel Clay
64f49b6fcb
Removing the boundingRows var from story titles.
2021-08-23 11:17:06 -04:00
David Sinclair
c592b05fb4
#1522 (story titles sometimes run long)
2021-08-20 21:45:09 -07:00
David Sinclair
0511c17249
#1493 (center story previews)
2021-05-27 18:57:51 -07:00
David Sinclair
7ede509546
#1481 (taller image previews)
2021-05-20 19:54:35 -07:00
David Sinclair
8a06520523
#1472 (thumbnail on left)
2021-05-08 19:58:38 -07:00
David Sinclair
3129576762
#1457 (rounded small thumbnails)
2021-05-08 16:17:42 -07:00
David Sinclair
04064cb876
#1442 (UI updates)
2021-03-27 17:46:34 -07:00
David Sinclair
9ede6c39ad
#1442 (UI updates)
2021-03-26 21:51:02 -07:00
David Sinclair
8f7f485043
#817 (three column layout)
...
- Numerous changes for three-column layout support and other projects.
- Work in progress.
2020-08-29 21:19:32 -07:00
David Sinclair
5fe73d431b
#817 (three column layout)
...
- Fixing warnings.
- Adding Swift subclasses of ObjC ones.
2020-08-27 21:26:12 -07:00
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