Commit graph

17351 commits

Author SHA1 Message Date
shuvashish76
b4f8842c1b
Create phoneScreenshots 2023-05-24 11:02:43 +05:30
shuvashish76
03c1b21fc0
Add short_description & title 2023-05-24 11:00:34 +05:30
shuvashish76
e930981316
Create full_description.txt 2023-05-24 10:59:22 +05:30
Kin Ueng
cf7960d2bb
Update README.md
- Add a clickable badge for the NewsBlur Apple App Store page

- Use Apple's marketing website tool to get the App Store badge
  - https://tools.applemediaservices.com/app/463981119

- Used HTML elements ` ` to add left padding to the Apple badge so
that it aligns with the F-Droid badge. GitHub restricts what kind of
inline styling is allowed in the README.md for security reasons. Inline
styling of padding left is one of those attributes that get removed.
  - https://github.com/github/markup#github-markup
2023-05-12 15:25:27 -05:00
Samuel Clay
ea22256c59 Increasing apns payload size close to the max of 4kb. 2023-05-10 07:26:22 -04:00
Samuel Clay
8adc2035ea Also handling time out in feedparser. 2023-05-09 09:35:56 -04:00
Samuel Clay
792ba9d204 Removing fetch user agent on timeout as well as 400 errors. 2023-05-09 09:31:09 -04:00
Samuel Clay
9508d3b70b 4 node text servers. 2023-05-08 09:12:44 -04:00
Samuel Clay
e0f6fd109c Counting emails sent per day as an int. 2023-05-02 11:24:35 -04:00
Samuel Clay
75fa356c7e Bumping up mongo servers. 2023-05-02 09:31:52 -04:00
Samuel Clay
58c01922da Max emails sent per user per day is now 20 emails for story notifications. This affects only two users. 2023-05-02 09:31:43 -04:00
sictiru
919194d908 #1794 Add auto fill hints for easier login 2023-04-30 19:58:08 -07:00
Samuel Clay
3de497d57e Bumping log colors. 2023-04-30 18:12:11 -04:00
Samuel Clay
0e05ed6985 Updating static asset deploy to point to s3 since it looked like it was pointing to ec2. Also adding a postgres permission fix after bringing up a standby. 2023-04-29 20:12:19 -04:00
Samuel Clay
2bb30d6472 Fixing issue in List view where clicking on a story would sometimes inadvertently mark a number of stories below where you scrolled as read. This fix ensures we don't mark stories as read while opening a story. 2023-04-29 11:39:05 -04:00
Samuel Clay
6691487724 New postgres server 2023-04-23 17:27:41 -04:00
David Sinclair
66d148d3a1 #1720 (Grid view)
- In Grid layout, when the number of columns is set to Auto, it uses 4 columns for landscape and 2 columns for portrait.
- In Grid layout, if the number columns is 4, it only displays 3 in portrait, since 4 won’t fit.
- Removed the old collection view; code referencing it is left commented out for now, just in case any is needed later.
- Now respects the safe area at the bottom of the screen.
- Added support for pull-to-refresh.
- Added a progress indicator when loading (nicer than the old flashing row, I think).
- Deselecting a story in Grid view now avoids scrolling.
2023-04-21 21:44:28 -07:00
Samuel Clay
8beea5854e Increasing mongo volume size. 2023-04-20 08:16:56 -04:00
David Sinclair
0475969c32 #1720 (Grid view)
- Fixed not showing story content when switching from List to Grid layout.
- Fixed sometimes showing the wrong story when switching from Grid to List layout.
- Fixed scrolling to the story when switching from List to Grid layout.
- Some cleanup.
2023-04-19 21:35:34 -07:00
David Sinclair
d33c5866b5 Fixed #1791 (external keyboard shortcuts) 2023-04-19 14:10:09 -07:00
David Sinclair
0182e35f5c Merge branch 'master' into catalyst 2023-04-19 12:29:09 -07:00
sictiru
349d52e619 Import 2023-04-10 19:34:11 -07:00
sictiru
edf67b49fd Remove context from blur db helper 2023-04-10 08:54:19 -07:00
sictiru
65cd21d37f Intel dialog row tweak 2023-04-09 18:57:40 -07:00
sictiru
0038cb8fb2 #1786 Revert include hidden stories preference option 2023-04-09 18:56:00 -07:00
sictiru
ef140b9719 #1644 Add hot key for keyboard shortcuts 2023-04-09 16:24:38 -07:00
Samuel Clay
10c3ef9ae0 Clearer comments on imageproxy. 2023-04-09 16:10:36 -04:00
Samuel Clay
2275dace89 Clearer comments on imageproxy. Thanks @moneytoo. 2023-04-09 16:10:01 -04:00
Samuel Clay
d84a06ee42 Revert "Dark mode borders between stories should be way darker."
This reverts commit 9d8faebfa4.
2023-04-06 15:43:31 -04:00
Samuel Clay
9d8faebfa4 Dark mode borders between stories should be way darker. 2023-04-05 20:29:25 -04:00
Samuel Clay
9c49e0d5fe New twitter auth error. 2023-04-04 09:36:40 -04:00
David Sinclair
9f7a0ffa81 #1720 (Grid view)
- Moving logic from collection view code to story cache.
- Commenting out collection view code; keeping for now in case any of it is needed.
- More investigating List to Grid switch issue.
2023-03-31 22:02:58 -07:00
David Sinclair
8db0197150 #1720 (Grid view)
- Fixed tap on empty part of the cards.
- Fixed swipe interfering with tapping on cards.
- Cleaned up the SwiftUI code.
2023-03-31 20:13:46 -07:00
David Sinclair
20e8f308aa #1720 (Grid view)
- Added support for swiping rows to save/unsave and mark read/unread.
- Using Swift Package Manager modules.
- (I tried several third-party implementations to try to find one that works; some commented out code residue, will be cleaned up later.)
2023-03-31 16:49:22 -07:00
David Sinclair
f703d58b94 #1720 (Grid view)
- Added support for the Grid layout on iPhone, with one or two columns. Works fairly well.
- Bumped up the feed title & date/author font size again.
- Now markes as read on scroll when the card is scrolled halfway off the top.
2023-03-30 10:36:31 -07:00
sictiru
4f14cd88f6 Cleanup and updated dependencies 2023-03-26 18:58:12 -07:00
sictiru
b7c915d66c #1786 Add preference option for hidden stories 2023-03-25 16:54:02 -07:00
David Sinclair
eb94e7bc7f #1720 (Grid view)
- Added a context menu for List and Grid cards, shown on long-press.
- Investigated story content sometimes not appearing after switching from List to Grid; not solved yet.
2023-03-22 21:38:46 -07:00
David Sinclair
8e522075fa #1720 (Grid view)
- Implemented marking as read on scroll.
- Increased the font size of the feed title and date/author.
- The read state of stories is now indicated correctly, including dimming read stories.
- Selecting a story scrolls to it, with animation.
2023-03-21 21:54:21 -07:00
Samuel Clay
e746ba4cfc Updating APNS guidelines. 2023-03-20 10:08:45 -04:00
David Sinclair
5ffb60a404 #1720 (Grid view)
- Reduced reloads to improve performance.
2023-03-15 17:03:34 -07:00
sictiru
e9bc6086b6 Stories keyboard shortcuts ui 2023-03-13 08:22:45 -07:00
sictiru
3e8ff61104 #1644 Stories shortcut dialog 2023-03-12 20:12:57 -07:00
sictiru
86b5861b51
Merge pull request #20 from sictiru/keyboard
Keyboard shortcuts
2023-03-06 07:34:36 -08:00
Samuel Clay
b64a19a182 Down a mongo server. 2023-03-04 07:55:00 -05:00
Samuel Clay
2f8319a83a New maintenance. 2023-03-04 07:44:47 -05:00
David Sinclair
ab9e305e38 #1720 (Grid view)
- The story view on Grid layout now resizes to fit the content.
- The story view scrolls as part of the Grid.
- Selecting a story scrolls to it in Grid layout, most of the time.
2023-03-03 21:38:55 -07:00
David Sinclair
aa88601905 #1720 (Grid view)
- Implemented theme colors.
- Implemented the content length options.
- Implemented the font size options.
- Implemented the compact / comfortable options.
- Improved the logic for the rounded corners on cards.
2023-03-02 15:31:21 -07:00
David Sinclair
2b10b82c75 Bumped version number 2023-03-01 20:28:43 -07:00
David Sinclair
4c50b33d9e Merge branch 'master' into catalyst 2023-03-01 18:58:40 -07:00