952 Commits

Author SHA1 Message Date
6b1216a227 Prepare for v0.3.3 release v0.3.3-alpha 2022-12-08 07:27:44 -08:00
f7a0554fb1 Add Stowaway to swap methods 2022-12-08 07:05:02 -08:00
718210ccd8 Fix dispute resolution titles 2022-12-04 02:11:59 -08:00
6feed1046c Fix spinning wheel of death at trade summary generation w onchain payouts 2022-12-01 10:17:25 -08:00
a7ad9c8c7e Fix swap dispute prompts 2022-12-01 02:18:42 -08:00
cc87054246 Add initial time fraction left on time progress 2022-11-29 02:00:56 -08:00
56f9c35b50 Add baseUrl to apiClient on pro frontend 2022-11-28 11:25:50 -08:00
53dd8777cb Fix claim rewards 2022-11-28 08:23:37 -08:00
12cab13814 Bump pillow from 7.0.0 to 9.3.0 (#332)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.0 to 9.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/7.0.0...9.3.0)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 12:02:21 +00:00
e4e7b031b4 Fix random order matchmaking 2022-11-28 03:55:53 -08:00
f374b38660 Fix infinite spinner on routing failed without failure reason 2022-11-28 03:29:11 -08:00
987e7e01b2 Prepare for v0.3.2 patch release v0.3.2-alpha 2022-11-28 00:43:18 -08:00
da6a5c02c0 Fix prompt order for payout/escrow wait 2022-11-28 00:40:52 -08:00
f7d4648fa5 Add lnproxy json responses, enable lnproxy on android app android-f7d4648 2022-11-27 12:34:37 -08:00
0ae63c50d2 Fix reset advanced option on disable 2022-11-27 08:15:50 -08:00
268e1259d6 Fix invoice validator 2022-11-27 03:21:07 -08:00
a1ef900469 Fix payout prompt title 2022-11-27 01:11:41 -08:00
dccb155cd8 Fix setSettings host override v0.3.1-alpha 2022-11-26 03:22:45 -08:00
b4072b95da Small fixes missing finalization time and unit trade_satoshis response 2022-11-25 16:06:40 -08:00
192dcedbc4 Prepare version v0.3.1-alpha 2022-11-24 11:15:13 -08:00
3320291d03 Extend order side notice on lockInvoice prompt to makers 2022-11-24 10:48:27 -08:00
b1cc3ce086 Update Docs - Minor Fixes (#327)
* Update 02-robots.md

Add `{% include improve %}` at end of section

* Update 03-premium.md

Add `{% include improve %}` at end of section

* Update 04-bonds.md

Add `{% include improve %}` at end of section
Update section to include `{{site.robosats.VARIABLE}}`

* Update 05-trade-escrow.md

Add `{% include improve %}` at end of section
Update section to include `{{site.robosats.VARIABLE}}`

* Update 07-wallets.md

Update section to include `{{site.robosats.VARIABLE}}`

* Update 09-swaps.md

Add `{% include improve %}` at end of section
Update section to include `{{site.robosats.VARIABLE}}`

* Update 12-prices.md

Add `{% include improve %}` at end of section

* Update 14-on-chain-payouts.md

Add `{% include improve %}` at end of section
2022-11-24 17:54:21 +00:00
acaf0db9e6 Add routing budget and lnproxy (#328)
* Add advanced options to LN payout form

* Complete amount calcs

* Temporary working solution for lnproxy web only (uses text instead of json)

* Update LNpayment model and logics to use user's routing budget

* Add handle lnproxyserver networks (i2p, tor, clearnet) / (mainnet,testnet)

* Small fixes

* Small fixes
2022-11-24 17:47:49 +00:00
86e6bed37c Add advanced options to LN payout form (#326)
* Add advanced options to LN payout form

* Complete amount calcs

* Temporary working solution for lnproxy web only (uses text instead of json)

* Update LNpayment model and logics to use user's routing budget

* Add handle lnproxyserver networks (i2p, tor, clearnet) / (mainnet,testnet)

* Small fixes
2022-11-24 17:42:30 +00:00
6b2dedce13 Add Tradebox, OrderDetails, Notifications, OrderPage functional components. (#315)
* Re-init new tradebox

* Wip progress on OrderDetails

* Wip 2 OrderDetails

* Fix multiple requests on load

* Add functional Order page

* Fixes order page

* Fix delete storage

* Fix order page style

* Add Public order prompt

* Add paused order prompt

* Add expired prompt

* Create statusToContract logics

* Move fetch order loop to Main

* Add payout and wait prompts

* Fix order fetch on badOrder

* Fix styles

* Add chat and dispute prompts

* Add remaining prompts

* Fix style

* Add notifications component

* Fix take order style, add more notifications

* Add page title notification

* Add more notifications and small tradebox fixes

* Small fixes

* Small fixes to routing failure prompt

* Remove old trade box

* Add bad take order
android-6b2dedc
2022-11-21 12:56:29 +00:00
25074351f3 Update docs - 12-prices.md (#276)
* Update docs - 12-prices.md

* Update 12-prices.md

Update to include "Prices in Practice" section
2022-11-21 09:29:45 +00:00
19796c7c50 Fix non interactive book controls 2022-11-17 12:24:55 -08:00
74364fd522 Bump loader-utils from 2.0.2 to 2.0.4 in /frontend (#325)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-17 18:55:37 +00:00
bf30a99fd3 Fix fetch info on app start and ref link 2022-11-17 10:51:13 -08:00
dd72b937a2 Prepare for v0.3.0-alpha release v0.3.0-alpha 2022-11-17 09:46:35 -08:00
ddcad444b6 Add copied feedback to Android pgp export 2022-11-17 09:42:52 -08:00
7c3293775b Fix export chat android (#324)
* Fix export chat button on Android

* Fix export chat button on Android
2022-11-17 17:29:56 +00:00
9d80ca6fdb Fix tradesummary avatars baseurl 2022-11-15 10:36:43 -08:00
7f731dfb00 Fix confirm action bug android-7f731df 2022-11-15 10:22:01 -08:00
c2fb0e27a0 Fixes for API chatroom initialization 2022-11-15 09:53:42 -08:00
edc9659beb Add new Generating Avatar gif animation (#321)
* Add files via upload

* Add files via upload

* Delete Place_holder_Logi.gif

Co-authored-by: Red_Purdy <104675727+RedPurdy@users.noreply.github.com>
2022-11-15 09:36:09 +00:00
9f66221273 Android fixed turtle mode (#323) 2022-11-15 09:27:39 +00:00
84997de94f Fix chat models and switch placement 2022-11-11 07:45:18 -08:00
df786376ac Fix conflicts android-df78637 2022-11-11 02:08:51 -08:00
3446fc33d3 Add turtle chat component
Squashed commit of the following:

commit f60870fcfe574dc4ab1343e25241b6ef7cc2721b
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date:   Thu Nov 10 10:30:42 2022 -0800

    Fix internal error when entering chat

commit f1eeb49f2a86575eb2e85cdff20460276e71b806
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date:   Tue Nov 8 10:08:22 2022 -0800

    Fix final serializer

commit d0c08ba6ad4378a9539c0be83b6f4f8b958b532e
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date:   Tue Nov 8 09:44:57 2022 -0800

    Chat API changes

commit a66bf64edc06d936612db6bf75476b54e6a84334
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date:   Tue Nov 8 09:28:29 2022 -0800

    Fix param on post

commit 60b18d13c2ec625497323371a2a6f64c9c911e47
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date:   Tue Nov 8 08:56:25 2022 -0800

    Fix serializer

commit 11212d30eeffde37e07d2e6e5c1fb36df46916ad
Author: KoalaSat <yv1vtrul@duck.com>
Date:   Sun Nov 6 21:07:18 2022 +0100

    CR 2

commit c82790cb81dd9919de97c39f2553974784ffe92d
Author: KoalaSat <yv1vtrul@duck.com>
Date:   Sun Nov 6 20:09:18 2022 +0100

    Fix

commit 605a3b69a1fcf795e45b2acba1e12436f8545f8a
Author: KoalaSat <yv1vtrul@duck.com>
Date:   Sun Nov 6 14:44:42 2022 +0100

    CR

commit 09776e9c8fa85c253f28c75361829dab5df4d978
Author: KoalaSat <yv1vtrul@duck.com>
Date:   Wed Nov 2 18:12:29 2022 +0100

    translations

commit 432e4d23991164b164d2ab3e4f31790a992dc601
Author: KoalaSat <yv1vtrul@duck.com>
Date:   Wed Nov 2 17:39:02 2022 +0100

    Switch and better UX

commit df6e476613006f6a861bab68f8a4261bc8f641e0
Author: KoalaSat <yv1vtrul@duck.com>
Date:   Tue Nov 1 18:20:01 2022 +0100

    Unused code

commit 5b8d6b4d32980e31bb1d682444b53df1a8e16c47
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date:   Mon Oct 31 09:20:20 2022 -0700

    Add Chat Turtle Mode
2022-11-11 01:28:09 -08:00
160c24ca4d Replace use cookies for local storage 2022-11-09 14:10:32 -08:00
741fba11d5 Add swappable baseurls (#316)
* Add swappable baseurls (network and coordinators)

* Add testnet bitcoin styles

* Small fixes

* Small fixes
2022-11-07 16:45:05 +00:00
8cf6b3bd32 Fix payment method select on book table on Android app 2022-11-07 02:33:40 -08:00
f65cef2d8d Fix fullscreen order click and info image 2022-11-07 02:27:33 -08:00
b25230378e Small fixes and partial TradeBox functional component (#309)
* Add Order model

* Add permanent settings

* Fix maker on book page

* Add chat models

* Attempt to fix Android cookies

* Add Tradebox Dialogs

* Add Lock Invoice box

* Add taker found prompt

* Fix load setting cookies

* Revert TradeBox for test release

* Refactor ordering of constructing theme

* Add load encrypted seetings
2022-11-07 10:13:02 +00:00
5ae1f8ca18 Fix Robot token not loading to android (#313)
* Fix Robot token not loading to android

* Redo Maker
2022-11-06 16:20:54 +00:00
3d4908c43c Update dev container LND to v0.15.4 2022-11-06 03:42:32 -08:00
2706703382 Add small fixes 2022-10-31 14:20:58 -07:00
c9749bde24 Fix navbar refactor bugs on native app 2022-10-31 09:20:20 -07:00
5c42b5da71 Fix android build dependency repos down 2022-10-31 04:55:56 -07:00