Commit Graph

5056 Commits

Author SHA1 Message Date
8e1b4965dc Fix issue with translation labels 2023-01-20 21:18:05 +08:00
ffb5ad0d5f Cut down on loading refreshes 2023-01-20 20:04:25 +08:00
9703bba7ab Use custom fonts for text chips in the share extension 2023-01-20 19:48:06 +08:00
12f40a61b8 Use the ApplyLabels view when users want to search for labels 2023-01-20 18:08:51 +08:00
1d79690f0d Fix search in filter by labels view 2023-01-20 16:26:49 +08:00
8f6b2663c4 Proper case-insensitive compare on the labels in the share extension 2023-01-20 15:00:40 +08:00
86bd9ec66e Merge pull request #1682 from omnivore-app/feat/ios-self-hosting-options
Allow setting self-host backends from the iOS app
2023-01-20 12:34:30 +08:00
0b30092f7c Merge pull request #1683 from omnivore-app/feature/launch-screen-language-support
Use Recently Added Chinese Strings
2023-01-20 12:31:18 +08:00
9722305b7d use strings file for 'clubs' and 'push notifications' 2023-01-19 19:03:45 -08:00
adf0604c7a remove unused string from .strings files 2023-01-19 19:00:14 -08:00
3af4308202 use local text for more strings 2023-01-19 17:36:50 -08:00
125f6a2dea use local text for 'labels' text 2023-01-19 17:12:40 -08:00
b88d576431 add local text for new strings 2023-01-19 17:02:15 -08:00
b2b0af9e83 add zh-Hans localizable file in OmnivoreKit 2023-01-19 16:52:13 -08:00
57392c7289 Merge pull request #1681 from holton-jiang/patch-1
Create apple/Resources/zh-Hans.lproj/LaunchScreen.strings
2023-01-19 19:46:14 +08:00
2bb5c24b21 Allow setting self-host backends from the iOS app 2023-01-19 18:26:28 +08:00
59aa2561eb Merge pull request #1636 from omnivore-app/dependabot/npm_and_yarn/luxon-3.2.1
Bump luxon from 3.0.4 to 3.2.1
2023-01-19 17:00:12 +08:00
8bbb2d9b94 Merge pull request #1679 from omnivore-app/fix/labels-typo
Correct typo in doc about labels
2023-01-19 16:53:28 +08:00
7631c7b9a0 Create LaunchScreen.strings
This is part Chinese Simplified translation.
2023-01-19 16:39:28 +08:00
08048405a1 Correct typo in doc about labels 2023-01-18 22:07:39 +08:00
1006515eec Merge pull request #1675 from omnivore-app/fix/subscriptions
Fix error of getting subscriptions without newsletter email by inner join them
2023-01-18 20:22:15 +08:00
d85f71a5ab Merge pull request #1678 from omnivore-app/fix/infolink-positioning
Set width and height on infolink so its positioned correctly
2023-01-18 20:00:53 +08:00
25fffa5e14 Set width and height on infolink so its positioned correctly 2023-01-18 19:42:55 +08:00
8ca17ddc24 Merge pull request #1676 from omnivore-app/fix/youtube-video-title
Do not escape the title of youtube video or tweet which is saved in elastic
2023-01-18 19:24:33 +08:00
52d4fe926a Merge pull request #1674 from omnivore-app/fix/api-page-table
Use the same SettingsTable for the API keys
2023-01-18 19:21:18 +08:00
1b3d4bbffa Do not escape the title of youtube video or tweet which is saved in elastic 2023-01-18 19:08:36 +08:00
59328605c3 Properly set the expires default value date to never 2023-01-18 19:03:23 +08:00
d08763c126 Fix default values when creating API keys, sort keys by createdAt 2023-01-18 18:46:03 +08:00
287f569220 Dont use a button and a dropdown option, fire action from the option 2023-01-18 18:45:44 +08:00
36d2ac041a Fix error of getting subscriptions without newsletter email by inner join them 2023-01-18 18:42:10 +08:00
5a5d0a5054 Use never as default expiration, fix key= prop 2023-01-18 18:16:30 +08:00
4e2197331c Fix default expiration to match form 2023-01-18 18:01:34 +08:00
cab2e7ba0d Continue to use 7 days for default expires at 2023-01-18 17:47:13 +08:00
7b885aeb34 Dont use children= 2023-01-18 16:57:21 +08:00
a523c3cf2d Use the same SettingsTable for the API keys 2023-01-18 16:35:24 +08:00
9df36ab53b Merge pull request #1671 from omnivore-app/fix/landing-page-feature-compression
Better compression on landing feature image
2023-01-18 15:37:20 +08:00
5ba8b6cc5e Merge pull request #1670 from omnivore-app/fix/subscriptions
Fix active subscription count
2023-01-18 14:58:27 +08:00
d3f3a07f5e Fix typo 2023-01-18 14:44:12 +08:00
d5af984f5a Better compression on landing feature image 2023-01-18 14:41:04 +08:00
f01ab3805a Left join active subscriptions of a newsletter email to get the right count 2023-01-18 14:37:54 +08:00
e94f6de466 Delete subscription if unsub 2023-01-18 14:36:23 +08:00
b3fafb0c75 Grant delete permission on subscriptions table 2023-01-18 14:35:51 +08:00
43018ea94d Bump luxon from 3.0.4 to 3.2.1
Bumps [luxon](https://github.com/moment/luxon) from 3.0.4 to 3.2.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/3.0.4...3.2.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 06:22:56 +00:00
620283886c Merge pull request #1668 from omnivore-app/fix/email-validating
Mark emails as validating if no data returned
2023-01-18 14:13:55 +08:00
02a31890fe Handle empty email and subscription lists 2023-01-17 22:29:22 +08:00
2f8cdaec05 Set link colors 2023-01-17 21:27:43 +08:00
7c10cc08c5 Mark emails as validating if no data returned 2023-01-17 21:02:28 +08:00
c91cbe2bce Merge pull request #1666 from omnivore-app/fix/newsletter-email-metadata
Show email address metadata on the /settings/emails page
2023-01-17 20:56:49 +08:00
3d90eec421 Reverse sort order 2023-01-17 20:42:55 +08:00
9fb5de2485 Sort the subscriptions list 2023-01-17 20:27:06 +08:00