aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension
AgeCommit message (Collapse)Author
2022-01-24fix permission api, grouping all cta into same pathSebastian
2022-01-24using loadingerrorSebastian
2022-01-19fix #4880Sebastian
2022-01-19header renderingSebastian
2022-01-16forcing update when querying the terms, and fixing bug in request header parsingSebastian
2022-01-16#7120 manifest v3: first iteration workingSebastian
new permission needed: scripting chrome.browserAction -> chrome.action webRequestBlocking is not possible anymore chrome.extension.getUrl -> chrome.runtime.getUrl new serviceWorkerHttpLib: using fetch new serviceWorkerCryptoWorkerFactory: using syncCryptoImpl few other minor changes still missing some other changes like migrating setTimeout to chrome.alarms api
2022-01-13import db from the wallet web extensionSebastian
2022-01-10deposit design from belen, feature missing: kycSebastian
2022-01-05upgrade rollup plugins, as older ones caused miscompilationFlorian Dold
2022-01-05-fix FTBFS due to inability of TypeScript to identify complex recursive typesFlorian Dold
2022-01-05update dependencies to fix rollup issueFlorian Dold
2022-01-04replace jest with mochaSebastian
2021-12-23deposit from wallet webex: wipSebastian
2021-12-20split extension v2 & v3Sebastian
2021-12-08bump manifest versionFlorian Dold
2021-12-08webextension: fix useEffect dependency trackingFlorian Dold
2021-12-08bump manifest versionFlorian Dold
2021-12-07bump manifest versionFlorian Dold
2021-12-06check timeout when doing a query to /keys to add an exchangeSebastian
2021-12-06show error hint if its foundSebastian
2021-12-06show error details in devmodeSebastian
2021-12-01removing workaround since it creates another problemsSebastian
2021-12-01exportDb call to the wallet-coreSebastian
2021-12-01export database, missing wallet functionalitySebastian
2021-11-30add a taler action from the history pageSebastian
2021-11-29show better info on transaction errorSebastian
2021-11-29fix #7109 pending operations on developer pageSebastian
2021-11-27webextension: bump versionFlorian Dold
2021-11-26bump version to 0.9Sebastian
2021-11-24fix exchange selectionSebastian
2021-11-24adding tos information in settings and return to manual withdraw when adding ↵Sebastian
an exchange
2021-11-24webextension: bump versionFlorian Dold
2021-11-22add exchange featureSebastian
2021-11-19some changes:Sebastian
- simplify design to reuse more components (from wallet instead of popup) - simplify hooks (useAsyncAsHook) - updateNotification from backend now filter events by type - new balance design proposed by Belen - more information when the withdrawal is in process - manual withdrawal implementation - some bugs killed
2021-11-16reserveCreated new designSebastian
2021-11-16wallet: experiment with C-based crypto worker for some primitivesFlorian Dold
2021-11-15prettierSebastian
2021-11-04async, onInput, and some fixesSebastian
2021-10-27working version with improved uiSebastian
2021-10-15bump manifestFlorian Dold
2021-10-14show summary on the history pageSebastian
2021-10-14applying some comments from belenSebastian
2021-10-13fixing tos requestSebastian
2021-10-13fix cta navbar and added an withdrawal button when the wallet didnt find a ↵Sebastian
tos (with a warning)
2021-10-13fix tests and added addExchangeSebastian
2021-10-13fix FTBFSFlorian Dold
2021-10-12added example of withdrawal use casesSebastian
2021-10-11fixing withdrawal processSebastian
2021-10-07add anastasis skeleton, put crypto in taler-utilFlorian Dold
2021-10-01add error messageSebastian