David Sinclair
5cf90c65ea
#1535 (dark traversal in gray theme)
2021-08-19 20:01:07 -07:00
David Sinclair
89e12f1d13
#1536 (unread counts not updating)
...
- That was a tricky one, but I traced it to a race condition between unecessarily refreshing the feeds list and marking as read. Fixed.
2021-08-19 19:45:01 -07:00
David Sinclair
b0f917992e
#1521 (offset stories when switchin columns)
2021-07-21 21:42:48 -07:00
David Sinclair
417f2d04fd
#1515 (private save in sharing extension)
2021-07-21 21:11:39 -07:00
David Sinclair
de36dad5d8
#1512 (iPad status bar color)
2021-07-05 21:59:07 -07:00
David Sinclair
7fdd6aa85c
#1509 (offset account image)
2021-07-05 21:58:57 -07:00
David Sinclair
6421b63ab0
#1510 (show story when tapping selected row)
2021-07-05 16:56:24 -07:00
David Sinclair
a918eb3ff1
#1455 (crash opening notifications)
...
- Fixed!
2021-07-05 15:50:18 -07:00
David Sinclair
27512f4453
#1491 (scroll bounce at story bottom)
...
- Since I couldn’t get the bounce back, I changed it to keep the traverse pinned on iPad.
2021-07-03 20:11:07 -07:00
David Sinclair
43c184d4db
#1500 (show first story automatically)
...
- Mark as read when scrolling story.
- Mark as read when tapping story title.
- Mark as read on scroll fix.
2021-07-03 16:36:52 -07:00
David Sinclair
ee48b8e6f4
#1501 (next unread goes back to first story)
2021-07-03 15:36:19 -07:00
David Sinclair
8ac4801257
#1500 (show first story automatically)
...
- Work in progress.
2021-06-12 21:51:08 -07:00
David Sinclair
404a9124dd
#1491 (scroll bounce at story bottom)
...
- Fixed login/signup not appearing for new users, due to not defaulting to the feeds list.
2021-06-11 21:53:40 -07:00
David Sinclair
7f4b586e0c
#1499 (feeds unread counts updating)
2021-06-10 20:33:59 -07:00
David Sinclair
a83cf508ee
#1491 (scroll bounce at story bottom)
...
- Added the column layout to the Preferences on iPad.
- Two column layout is now the default.
2021-06-10 19:50:56 -07:00
Samuel Clay
48beb427a9
iOS build 124
2021-06-07 15:43:02 -04:00
David Sinclair
125c9f77a3
#817 (three column layout)
...
- Cleanup and removal of obsolete code and resources.
2021-06-05 21:50:57 -07:00
David Sinclair
cad8017b5c
#1455 (crash opening notifications)
2021-06-04 21:49:08 -07:00
David Sinclair
8760fef8cd
#1494 (Add Site dialog UI fixes)
2021-06-03 21:36:04 -07:00
David Sinclair
9708c2f567
#1495 (Shift-A to Mark All as Read)
2021-06-03 20:33:41 -07:00
David Sinclair
bbbe9601e3
#1489 and #1492 (story content bottom space)
2021-05-29 21:36:50 -07:00
David Sinclair
fbedad1c7e
#1490 (split control to feeds menu)
2021-05-29 21:25:43 -07:00
David Sinclair
aad084b644
#1488 (full screen back button)
...
- Experimental code.
2021-05-28 20:34:28 -07:00
David Sinclair
0511c17249
#1493 (center story previews)
2021-05-27 18:57:51 -07:00
David Sinclair
316a742e44
#1455 (crash opening notifications)
...
- Fix for not processing notifications when launching app.
2021-05-27 17:02:17 -07:00
Samuel Clay
5295b8d190
Fixes #1486 . Removing brittle width-specific images and switching to CSS3 calc() controls to make full bleed images. Works on iPad Pro and iPhone 8, who knows about the others. But I am expecting it to work since this should cover all expected orientations and size categories.
2021-05-25 16:20:16 -04:00
Samuel Clay
79d5bfba4e
Renaming Tile and DIsplace to 3 coumn and 2 column, using images.
2021-05-24 09:32:42 -04:00
David Sinclair
2e45a55847
#1485 (story paging resistance)
...
- Boo for fractions!
2021-05-22 16:13:25 -07:00
David Sinclair
9fb7d33906
#1484 (unexpectedly showing feed detail column)
2021-05-22 13:38:52 -07:00
David Sinclair
3fdc5e1638
#1483 (saved story tags cutoff)
2021-05-22 11:49:17 -07:00
David Sinclair
76be6df912
#1480 (folders selection highlight)
...
- It was always that way, but keeping the selection would be nicer, so now it does.
- Not as trivial a thing as it may seem, due to the way the headers work.
2021-05-21 20:57:06 -07:00
David Sinclair
a7dfb49c19
#1455 (crash opening notifications)
...
- Fix for one issue I saw.
- Extra logging for a possible crash location.
2021-05-21 15:07:59 -07:00
David Sinclair
7ede509546
#1481 (taller image previews)
2021-05-20 19:54:35 -07:00
David Sinclair
ff7414657e
#1476 (saved stories and searches indenting)
2021-05-20 16:10:25 -07:00
David Sinclair
bdf32a7be5
#1472 (thumbnail on left)
2021-05-20 16:00:16 -07:00
David Sinclair
8f86c42685
#1465 (iPad columns when tapping feed vs folder)
2021-05-08 21:27:11 -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
06f85105c6
#1460 (indent feeds)
...
- Done. Even correctly supports subfolders.
2021-05-08 14:00:46 -07:00
David Sinclair
054cbf44d4
#1463 (loading spinner color)
2021-05-08 11:52:27 -07:00
David Sinclair
79a1016ab0
#1466 (stories aren't always rendering)
...
- A better fix; I’m pretty sure this fixes it.
2021-05-07 21:54:34 -07:00
David Sinclair
60eaa612a8
#1473 (swiping to first story goes back to feed detail)
2021-05-07 21:31:55 -07:00
David Sinclair
69cae720a4
#1466 (stories aren't always rendering)
...
- Increased dispatch time on loading full story, to give the web view time to catch up.
- Hard to repro this, so unsure if this will solve it.
2021-05-07 21:15:10 -07:00
David Sinclair
e7fc395b95
#1464 (sticky story titles)
2021-05-07 16:09:47 -07:00
David Sinclair
a38830aa7e
#1474 (mark all as read)
2021-05-06 21:12:13 -07:00
David Sinclair
2b25d33403
Tweaks for Xcode update
2021-05-06 19:04:21 -07:00
Samuel Clay
abad6e4986
Only registering APNS token once, not once for every iOS-notification-enabled feed.
2021-04-28 17:38:34 -04:00
David Sinclair
e0fce3f509
#817 (three column layout)
...
- Removed the obsolete container view.
- Tweaked a few places that still used it.
2021-04-24 21:55:36 -07:00
David Sinclair
883d654686
#817 (three column layout)
...
- When using top or bottom layout on iPad, now includes the feed detail menu in the nav bar.
- Fixed an empty middle column when switching from top or bottom layout to left layout.
2021-04-24 20:46:54 -07:00
David Sinclair
5a741f36c6
#817 (three column layout)
...
- Fixed displaying popovers on iPhone in landscape on Plus/Max devices.
2021-04-24 15:31:13 -07:00