Commit graph

16679 commits

Author SHA1 Message Date
Samuel Clay
855a96d633 Fixing NYPost feed by ensuring enclosures with href attrbiutes are added to stories even without content. Thanks @kleinmatic! 2022-11-23 12:21:46 -05:00
Samuel Clay
44f9f0d1b0 Fixing typo on blog. 2022-11-23 09:19:05 -05:00
Samuel Clay
1247a82fda iOS v12.0.2 (still needs #1747) 2022-11-09 09:28:07 -05:00
Samuel Clay
120aba4a8a Merge branch 'dejal'
* dejal: (31 commits)
  1747 (marking a feed as read takes you to the wrong feed)
  #1746 (image preview shows images even on No Image option)
  #1740 (avatar and notification icons)
  Updating notifications icon.
  Unclipping notifications icon.
  #1740 (avatar and notification icons)
  New intelligence icons, switching to full text for feed list control.
  #1734 (support for iOS and iPadOS 16, and Xcode 14)
  #1732 (new preference to load next feed on mark read)
  #1727 (settings dialog should match theme)
  #1729 (single line titles take too much vertical space)
  #1728 (saved story icon in story titles list)
  #1726 (saved story folder color)
  #1693 (2022 Redesign)
  #1723 (some thumbnails not showing on app but do show on the web)
  #1693 (2022 Redesign)
  #1693 (2022 Redesign)
  Adjusting share buttons
  #1693 (2022 Redesign)
  #1693 (2022 Redesign)
  ...
2022-11-09 09:22:39 -05:00
David Sinclair
f0a0fd38fe 1747 (marking a feed as read takes you to the wrong feed)
- Now repeats selecting the next folder or feed until it finds a folder or feed that isn’t muted and has unread stories.
2022-11-08 12:48:02 -07:00
David Sinclair
67219d0b63 #1746 (image preview shows images even on No Image option)
- Fixed.
2022-11-08 09:25:21 -07:00
David Sinclair
9605dcb552 #1740 (avatar and notification icons)
- Tweaked positions of avatar and notifcations buttons again.
2022-10-26 13:20:36 -06:00
Samuel Clay
0331844d56 Updating notifications icon. 2022-10-26 10:09:09 -04:00
Samuel Clay
a645eab188 Unclipping notifications icon. 2022-10-26 10:05:48 -04:00
Samuel Clay
efbd11171d Merge branch 'master' into dejal
* master:
  Android v12.1.1.
  Android v12.1.0.
  Android v12.1.0.
  New preference to load next feed on mark read (#15)
  Looking for nb.premium.archive.99 in android subscriptions for #1696.
  Item list context menu delegate
  Delegate for Main context menu
  State flow instead of Live data
  Update dependencies
  #1731 Add option to add feed by url
  Notification settings (#14)
  #1626 Add share as a notification action
2022-10-26 10:01:06 -04:00
Samuel Clay
262c90214e Merge branch 'sictiru'
* sictiru:
  Android v12.1.1.
2022-10-26 09:59:55 -04:00
Samuel Clay
214dde838e Android v12.1.1. 2022-10-26 09:59:49 -04:00
Samuel Clay
620116f3b5 Merge branch 'sictiru'
* sictiru:
  Android v12.1.0.
  New preference to load next feed on mark read (#15)
  Item list context menu delegate
  Delegate for Main context menu
  State flow instead of Live data
2022-10-26 09:53:40 -04:00
Samuel Clay
3a35e72f0c Android v12.1.0. 2022-10-26 09:53:34 -04:00
Samuel Clay
9f96972181 Merge branch 'sictiru'
* sictiru:
  Android v12.1.0.
  Update dependencies
  #1731 Add option to add feed by url
  Notification settings (#14)
  #1626 Add share as a notification action
2022-10-26 09:53:25 -04:00
Samuel Clay
516e149bf5 Android v12.1.0. 2022-10-26 09:53:08 -04:00
sictiru
48dad79bab
New preference to load next feed on mark read (#15)
New preference to load next feed on mark read. When the option is enabled, a session data source is created to calculate the next feed or folder to load.
2022-10-25 21:09:45 -07:00
Samuel Clay
1e19fdf6d4 Looking for nb.premium.archive.99 in android subscriptions for #1696. 2022-10-25 09:48:58 -04:00
David Sinclair
a02a7b24fb #1740 (avatar and notification icons)
- Tweaked the position of the avatar icon.
2022-10-20 11:24:15 -06:00
Samuel Clay
b38788a78b New intelligence icons, switching to full text for feed list control. 2022-10-20 08:35:49 -04:00
Andrei
b88906404c Item list context menu delegate 2022-10-16 15:09:41 -07:00
Andrei
49b301c7ce Delegate for Main context menu 2022-10-16 14:22:06 -07:00
Andrei
c8d3dcb1f7 State flow instead of Live data 2022-10-16 13:03:40 -07:00
David Sinclair
842d796ab0 Merge branch 'master' into dejal 2022-10-03 20:26:18 -06:00
Samuel Clay
221743acbd Keep auto premium on for docker installs. 2022-09-26 09:40:18 -04:00
David Sinclair
c671457fbe #1734 (support for iOS and iPadOS 16, and Xcode 14)
- Updated project to Xcode 14.
- Updated Swift code to Swift 5.7.
- Tweaked the login view to avoid the logo behind the Dynamic Island on iPhone 14 Pro.
2022-09-25 20:35:46 -06:00
David Sinclair
6c012330b7 #1732 (new preference to load next feed on mark read)
- Added keyboard shortcuts to go to the Next and Previous Folder and Site in the feeds list.
- Added preference to go to the next feed on mark read. On by default.
- If that pref is on, it uses the keyboard methods to do that.
2022-09-24 21:36:40 -06:00
David Sinclair
47eb97f540 #1727 (settings dialog should match theme)
- The Preferences now uses light or dark mode to match the theme.
2022-09-22 20:59:16 -06:00
David Sinclair
f9d27694e0 #1729 (single line titles take too much vertical space)
- Improved the spacing.
- The spacing is kinda a hack of guessing good heights; it will likely become much smarter with the grid view changes.
2022-09-21 21:47:23 -06:00
David Sinclair
bdfbaab99f #1728 (saved story icon in story titles list)
- Fixed icon in feed detail.
2022-09-21 21:12:22 -06:00
David Sinclair
59579138d0 #1726 (saved story folder color)
- This would have been broken forever; the code hasn’t changed in years.
- Now doesn’t show the count for collapsed folders for Saved intelligence view, since they don’t correspond with the saved view.
2022-09-21 21:02:43 -06:00
David Sinclair
c12070124f Merge branch 'master' into dejal 2022-09-21 18:41:02 -06:00
Andrei
fdf97b9f9b Merge remote-tracking branch 'upstream/sictiru' into sictiru 2022-09-20 20:51:19 -07:00
Andrei
2a876cdce7 Update dependencies 2022-09-20 20:45:32 -07:00
Andrei
a953d74a45 #1731 Add option to add feed by url 2022-09-20 20:45:16 -07:00
sictiru
8fd423182e
Notification settings (#14)
Global notification settings.
2022-09-14 21:52:41 -07:00
Samuel Clay
3e33a96b73 Handling missing user in slow log (from SF). 2022-09-12 08:58:05 -07:00
Samuel Clay
002a327308 Logging for Michael_Novakhov account. 2022-09-12 08:00:57 -07:00
Samuel Clay
ad26559354 Moving redis and disabling Michael_Novakhov account. 2022-09-12 07:50:12 -07:00
Samuel Clay
489a07ecba Upgrading to redis 7 2022-09-12 02:13:45 -04:00
Samuel Clay
8363ba3ff8 RSS status can include all users. 2022-09-11 21:01:16 -07:00
Samuel Clay
9868001f22 Adjusting datetimes on slow log. 2022-09-11 23:48:34 -04:00
Samuel Clay
f93eb2520c Adding file size and archive count to rss feed fetch status board. 2022-09-11 22:13:54 -04:00
Samuel Clay
57cf284f13 Adding slow log aggregator to uncover which users and paths are slowest. 2022-09-11 21:37:02 -04:00
Andrei
eacb5a5e20 #1626 Add share as a notification action 2022-09-11 12:36:57 -07:00
Samuel Clay
e83a8e5a9b Revert "Bumping min to fetch by 1.5X to root out 12 minute broken feed. If this succeeds, narrow down the min_to_decay and then find the feed."
This reverts commit fd16bb0b73.
2022-09-11 08:45:29 -04:00
Samuel Clay
fd16bb0b73 Bumping min to fetch by 1.5X to root out 12 minute broken feed. If this succeeds, narrow down the min_to_decay and then find the feed. 2022-09-11 04:54:35 -04:00
Samuel Clay
92c117bb9f Spit out feeds being fetched to spot an errant one. 2022-09-10 10:11:22 -04:00
Samuel Clay
e12b94b796 Single redis story 2022-09-10 10:08:38 -04:00
Samuel Clay
5ce751b0f2 Adding second redis story db. 2022-09-09 08:05:02 -04:00