Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3.0-0.3.0: Feature - URL Protocol Handlers #101

Merged
merged 3 commits into from
Feb 4, 2023

Conversation

lnbc1QWFyb24
Copy link
Member

This PR implements URL Protocol Handlers for bitcoin: links so that if a user has the app installed on a supported device and they click on an prefixed link, the OS will offer to open up Clams to handle the invoice/address. Also implemented is the registerProtocolHandler method for when the app is not installed. It has very limited support and we cannot support lightning: prefixed links until they become supported by browsers.

PWA Support:
Screen Shot 2023-02-01 at 6 22 45 am

Browser App Support:
Screen Shot 2023-02-01 at 6 54 08 am

johngribbin
johngribbin previously approved these changes Feb 1, 2023
@lnbc1QWFyb24 lnbc1QWFyb24 changed the title 1.3.0-0.4.0: Feature - URL Protocol Handlers 1.3.0-0.3.0: Feature - URL Protocol Handlers Feb 4, 2023
@lnbc1QWFyb24 lnbc1QWFyb24 merged commit b3accf9 into develop Feb 4, 2023
@lnbc1QWFyb24 lnbc1QWFyb24 deleted the feature/url-protocol-handlers branch February 4, 2023 04:12
johngribbin added a commit that referenced this pull request Feb 4, 2023
* Refactor data handling

* 1.3.0-0.3.0: Feature - URL Protocol Handlers (#101)

* Add url protocol handlers

* Add register method

* Fix versioning

---------

Co-authored-by: Aaron <abarnard@protonmail.com>
johngribbin added a commit that referenced this pull request Feb 4, 2023
)

* Add Koinly & Cointracker csv downloads with hardcoded data

* Add quickbooks and harmony CSVs

* Clean up logic

* Fix fee amount bug and clean up logic

* Fix date formatting

* Remove hardcoded json and hook up commando call for income events

* Update styling

* Rename route and update styles

* Move accounting exports to component with call for income events

* Move copy to i18n file

* Update spacing

* Add sidenav compoent & back button to bkpr route

* Updates

* Remove settings icon from top right

* Remove unused import

* Fix bug caused by z-index & tidy up bkpr loading effect

* Remove redundant div

* Add version update

* Update styling of Menu

* Update Refresh component with loading animation

* Update version

* Fix spacing around menu options

* Feature/bookkeeper account UI tweaks (#102)

* 1.3.0-0.1.0: Enhancement - Allow DNS Address (#97)

* Update to latest lnmessage that allows dns

* Allow dns address, storage err handling, lint fix

* Bump ua-parser-js from 1.0.2 to 1.0.33 (#98)

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 1.0.2 to 1.0.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](faisalman/ua-parser-js@1.0.2...1.0.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Aaron <abarnard@protonmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1.3.0-0.2.0: Enhancement - Connection Options (#99)

* Faster initial data fetching

* Start advanced connection options

* Add http dev mode

* Update to latest lnmessage

* Add full direct connection functionality

* Increment version

* Add connection options to settings page

* Formatting

* Start sidebar

* Tweaks

* Tweals

* Add connection status

* Add refresh button

* Shadow on desktop only

* Handle case where connection status undefined

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Aaron <abarnard@protonmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Tweak logic to create csv on click

* Make import of date-fns-tz dynamic

* Remove redundant key

* Refactor/csv formatting (#103)

* Refactor data handling

* 1.3.0-0.3.0: Feature - URL Protocol Handlers (#101)

* Add url protocol handlers

* Add register method

* Fix versioning

---------

Co-authored-by: Aaron <abarnard@protonmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Aaron <abarnard@protonmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@lnbc1QWFyb24 lnbc1QWFyb24 mentioned this pull request Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants