Commit graph

267 commits

Author SHA1 Message Date
Satindar Dhillon
d1f0e90e62 use env object for home feed view 2022-02-23 23:27:26 -08:00
Satindar Dhillon
bb63806f08 use env object for ProfileContainerView 2022-02-23 22:49:58 -08:00
Satindar Dhillon
732941a620 remove link item creator and create view directly instead 2022-02-23 22:20:07 -08:00
Satindar Dhillon
6a41484bca set navBarHeight in one place 2022-02-23 21:24:05 -08:00
Satindar Dhillon
201576ec7a use environment object to access services in registration views 2022-02-23 21:06:54 -08:00
Satindar Dhillon
7f9f04989c set authenticator and dataservice on the environmentobject 2022-02-23 17:08:16 -08:00
Satindar Dhillon
b1655c06e4 make pdfwrapper public 2022-02-23 16:27:00 -08:00
Satindar Dhillon
5e4502719e move LinkItemDetailViewModel into binders package 2022-02-23 16:24:21 -08:00
Satindar Dhillon
2bbe0e22d1 move files around 2022-02-23 16:14:58 -08:00
Satindar Dhillon
48de634e98 move ProfileContainerViewModel into Binders package 2022-02-23 16:13:29 -08:00
Satindar Dhillon
b6e73d3404 move home feed view into views folder 2022-02-23 16:04:29 -08:00
Satindar Dhillon
39a50d20b4 move home feed view into binders 2022-02-23 16:03:59 -08:00
Satindar Dhillon
3289c5bcbb move CreateProfileView into Binders package 2022-02-23 15:50:21 -08:00
Satindar Dhillon
78a2458770 move NewAppleSignupView into binders package 2022-02-23 15:44:07 -08:00
Satindar Dhillon
731590c5e2 file rename 2022-02-23 15:41:29 -08:00
Satindar Dhillon
0a8db1e477 remove extra public calls in registration view model 2022-02-23 15:39:03 -08:00
Satindar Dhillon
6837d08fd4 move RegistrationView into binder package 2022-02-23 15:28:43 -08:00
Satindar Dhillon
6e06111035 remove DebugMenuViewModel 2022-02-23 15:15:44 -08:00
Satindar Dhillon
677a315778 move DebugMenuView to binders package 2022-02-23 14:59:34 -08:00
Satindar Dhillon
aa355088d2 remove welcome view model 2022-02-23 14:50:25 -08:00
Satindar Dhillon
f97c196f3e extract welcome view components into structs 2022-02-23 14:29:39 -08:00
Satindar Dhillon
59c4e6c620
Merge pull request #113 from omnivore-app/feature/tab-bar-alts
Remove TabBar on iPhone
2022-02-23 13:40:13 -08:00
Satindar Dhillon
44b6236c83 update profile bar button item image 2022-02-23 13:34:18 -08:00
Jackson Harper
33f6f7c87c
Merge pull request #102 from omnivore-app/dependabot/npm_and_yarn/opentelemetry/node-0.24.0
Bump @opentelemetry/node from 0.22.0 to 0.24.0
2022-02-23 10:04:40 -08:00
Jackson Harper
8ed16e0e8a Bump winston in the puppeteer service 2022-02-23 09:56:45 -08:00
Satindar Dhillon
9b04a162c7 load profile view model from home view model 2022-02-23 09:51:45 -08:00
Satindar Dhillon
762747be95 add navigation link to show profile view from home feed tab bar item 2022-02-23 09:41:19 -08:00
Satindar Dhillon
a9580bb006 add bar button item to navigate to profile on iphone 2022-02-23 09:31:56 -08:00
Jackson Harper
7c9c75836b Update the monitor packages as these are peer dependencies 2022-02-23 09:26:48 -08:00
Satindar Dhillon
578dd80be0 remove the PrimaryContentViewModel 2022-02-23 09:23:00 -08:00
Satindar Dhillon
27b60c9cdf move primary content view into binders package 2022-02-23 09:14:45 -08:00
Satindar Dhillon
da212e8e46 remove tab bar from compact apple views 2022-02-23 08:56:12 -08:00
Satindar Dhillon
a2b968f991 remove apple waitlist code 2022-02-23 08:38:25 -08:00
Satindar Dhillon
53df427fcb remove unused settings view 2022-02-23 08:31:51 -08:00
Satindar Dhillon
a8762c5be6 move UIViewController extension file into Utils 2022-02-23 08:31:12 -08:00
Satindar Dhillon
1dacf94056
Merge pull request #111 from omnivore-app/feature/incremental-library-loading
Incremental Home Feed Loading [Apple]
2022-02-23 08:22:47 -08:00
Jackson Harper
279a3d52fb
Merge pull request #112 from omnivore-app/fix/email-help-text
Update the help text for newsletters
2022-02-22 22:28:20 -08:00
Jackson Harper
0b106791a4 Linting fixes 2022-02-22 22:16:37 -08:00
Jackson Harper
66a65d31aa Update the help text for newsletters 2022-02-22 21:58:03 -08:00
Satindar Dhillon
cc24f6cbe7 load more items if threshold index is greater than the current index 2022-02-22 21:03:01 -08:00
Satindar Dhillon
e51c4ff1b1 check item load count before loading more items 2022-02-22 20:41:16 -08:00
Jackson Harper
9dbf54c528
Merge pull request #110 from omnivore-app/mv-emails-page
Move the newsletters settings page to settings/emails
2022-02-22 19:58:14 -08:00
Jackson Harper
62073290ff Move the newsletters settings page to settings/emails
This naming makes more sense because emails can also be used
for PDF attachments.
2022-02-22 19:39:02 -08:00
Hongbo Wu
610c9c6348
Closes #37 (#109)
* change return value for new version of pubsub

* add support for the other bloomberg newsletters not only business

* add default fallback url if newsletter url not found

* revert pubsub version change
2022-02-23 11:17:59 +08:00
Satindar Dhillon
9d9c0b77f4 implement batch loading for home feed in apple apps 2022-02-22 13:50:26 -08:00
Jackson Harper
5e2bba3231 Upgrade opentelemetry packages 2022-02-22 12:42:19 -08:00
dependabot[bot]
4a9d24025b Bump @opentelemetry/node from 0.22.0 to 0.24.0
Bumps [@opentelemetry/node](https://github.com/open-telemetry/opentelemetry-js) from 0.22.0 to 0.24.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v0.22.0...v0.24.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 12:42:19 -08:00
Satindar Dhillon
2645566e18
Merge pull request #108 from omnivore-app/chore/resolve-apple-warnings
Resolve lint/xcode warnings
2022-02-22 09:39:03 -08:00
Jackson Harper
d8e71386f7
Merge pull request #107 from omnivore-app/fix/api-warnings
Fix warnings in the API package
2022-02-23 01:25:47 +08:00
Satindar Dhillon
2169413554 resolve lint/xcode warnings 2022-02-22 09:17:54 -08:00