Commit graph

17113 commits

Author SHA1 Message Date
David Sinclair
8e72a882ef Merge branch 'dejal' into catalyst 2022-09-25 20:39:05 -06: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
3705f73bc7 Merge branch 'dejal' into catalyst
# Conflicts:
#	clients/ios/Classes/FeedDetailObjCViewController.m
2022-09-25 19:35:25 -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
David Sinclair
feaa418e34 Merge branch 'master' into catalyst 2022-09-21 18:40:47 -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
Samuel Clay
27c6612d1b Merge branch 'sictiru'
* sictiru:
  Android v12.0.1
  #1725 Remove shape image view
  #1624 Shortcut icons
  Fix shapeable image view crash.
  Update dependencies
  Return ShapeableImageView
  Catch BackgroundServiceStartNotAllowedException for now.
2022-09-09 07:23:11 -04:00
Samuel Clay
a08f6135d5 Android v12.0.1 2022-09-09 07:23:02 -04:00
Andrei
660b2bc956 #1725 Remove shape image view 2022-09-06 20:38:50 -07:00
David Sinclair
eca9fd3f6f #1720 (Grid view)
- Work in progress.
2022-09-03 21:24:36 -06:00
David Sinclair
45044060af #1720 (Grid view)
- Work in progress.
2022-09-03 19:55:21 -06:00
David Sinclair
2cdaa654ea Merge branch 'dejal' into catalyst 2022-09-03 19:15:05 -06:00
David Sinclair
3d11ee0502 #1693 (2022 Redesign)
- Changed color of folder icons in gray theme.
- Fixed world icon in Add Site.
- Tweaked the colors in the Interactions popover in gray theme.
- Removed Delete This Site from the story menu.
- Changed the alignment of the user and activity toolbar buttons.
2022-09-02 21:53:19 -06:00
David Sinclair
a54b423aa1 #1720 (Grid view)
- Work in progress.
2022-09-02 20:39:00 -06:00
Samuel Clay
cb32376ce1 Merge branch 'master' into dejal
* master:
  Fixing date hack for folder rss feeds.
  Fixing date hack for RSS feeds for folders to not turn off until a year after premium archive has launched.
  Favicons count++
  Bumping up sentry and node text servers.
  ansible_ssh_host -> ansible_host
2022-09-02 10:03:34 -04:00
David Sinclair
f0f06ac21b #1720 (Grid view)
- More work in progress.
2022-08-30 19:00:35 -07:00
Andrei
2373e6334e #1624 Shortcut icons 2022-08-29 21:38:25 -07:00
Andrei
4977edecde Merge remote-tracking branch 'upstream/sictiru' into sictiru 2022-08-25 21:25:51 -07:00
Andrei
5f77defa0b Fix shapeable image view crash. 2022-08-25 21:24:34 -07:00
Andrei
b0ef328147 Update dependencies 2022-08-21 19:30:15 -07:00
Andrei
0eeb7c0054 Return ShapeableImageView 2022-08-21 19:02:42 -07:00
Andrei
1ef2c1a977 Catch BackgroundServiceStartNotAllowedException for now. 2022-08-21 18:59:46 -07:00
David Sinclair
926181327a #1720 (Grid view)
- Added a Grid layout option to the feed detail menu.
- In Grid layout, the title length and image position options are replaced by grid columns and grid height options.
- When chosen, the right panes are replaced by a Grid view.
- This is a work in progress.
2022-08-19 19:21:00 -07:00
Samuel Clay
d049dd0da3 Fixing date hack for folder rss feeds. 2022-08-19 09:02:46 -04:00
Samuel Clay
dc35fe1a3e Fixing date hack for RSS feeds for folders to not turn off until a year after premium archive has launched. 2022-08-19 08:59:44 -04:00
David Sinclair
7e572477a5 #1723 (some thumbnails not showing on app but do show on the web)
- Changed the preview image caching to try each of the story images in turn until a valid one (not missing or too small) is found.
- Only loads one image for each story initially, loading more if needed.
- Now caches based on the story hash instead of image URL.
2022-08-18 20:44:08 -07:00
David Sinclair
bb721b7b09 #1693 (2022 Redesign)
- More tweaks to the feed detail layout.
2022-08-18 17:00:32 -07:00
David Sinclair
bc35c84bf7 #1693 (2022 Redesign)
- Replaced the feeds list notificaitons icon.
- The feed detail folder title icon now matches the color.
- Changed all of the settings icons to the new style.
- Changed the feed detail mark read icon.
- Changed the focus and hidden unread indicators.
- Unread indicators sized to match the web.
- Tweaked feed detail spacing.
- Increased feed detail titles to up to three lines.
- Titlecased Interactions / Your Activities.
- Removed borders and tweaked section titles in trainer.
2022-08-17 21:48:20 -07:00