209 Commits

Author SHA1 Message Date
Richard Ramos
c334127179 feat: receive wallet events and bump nim-status 2020-09-07 12:54:59 -04:00
Richard Ramos
59e5044a59 refactor: move signals to status and generate events 2020-09-07 12:54:59 -04:00
Michael Bradley, Jr
60f6fd2f71 build: bump vendor/nim-stew 2020-09-04 17:16:32 -04:00
Michael Bradley, Jr
8fa2532ccb build: bump vendor/nim-serialization 2020-09-04 17:16:32 -04:00
Michael Bradley, Jr
303d50112c build: bump vendor/nimbus-build-system 2020-09-04 17:16:32 -04:00
Richard Ramos
75cb28b24d adding missing deps 2020-09-04 15:57:29 -04:00
Richard Ramos
374da83cff feat: receive wallet events and bump nim-status 2020-09-04 15:57:29 -04:00
Richard Ramos
0214b83cb6 fix: bump up dotherside and nimqml versions 2020-09-03 15:47:05 -04:00
Richard Ramos
782e89508c fix: escape html in messages 2020-09-03 15:47:05 -04:00
Jonathan Rainville
c79ccaded4 update status-go version to latest containing emoji reactions and a fix 2020-08-27 16:34:35 -04:00
Jonathan Rainville
72af6adb69 feat: get and display emoji reactions in chat 2020-08-27 16:34:35 -04:00
Richard Ramos
cb92c1dc14
fix: incorrect mentions behavior when text contains emojies 2020-08-04 10:19:42 -04:00
Richard Ramos
459de8cd1c
fix: display emojis on input textarea 2020-08-04 10:14:57 -04:00
Jonathan Rainville
ec7a27d0eb
fix: fix status-go pointing to now deleted commit 2020-08-03 15:33:46 -04:00
Richard Ramos
5ab1088f7c
feat: play audio messages 2020-07-30 13:49:50 -04:00
Richard Ramos
087bd1d20d
fix: generate wallet addresses 2020-07-29 17:29:24 -04:00
Jonathan Rainville
edda9dba6e
fix: fix Windows not showing username because of missing cstring
(cherry picked from commit 52ab82f667ae5f003ab8da964f364e6aae3cebdc)
2020-07-29 16:41:52 -04:00
Richard Ramos
b4a70d6aa4
fix: create copy of signal data 2020-07-29 16:13:33 -04:00
Iuri Matias
546e2968f6 use latest status-go 2020-07-24 11:47:01 -04:00
Richard Ramos
6829a24986 fix: create images in a tmp dir 2020-07-21 14:26:20 -04:00
Richard Ramos
9cbc2bd5f8 fix: status-go version 2020-07-21 13:15:45 -04:00
Jonathan Rainville
15cc48c6f8 feat: add mock emoji menu in popup menu for chat 2020-07-21 11:41:19 -04:00
Jonathan Rainville
955826d6de chore: update vendors to point to master's merged branch 2020-07-21 11:09:00 -04:00
Jonathan Rainville
9612f890b4 chore: clean up translation function 2020-07-21 11:09:00 -04:00
Jonathan Rainville
4bd70b2ce7 chore: re-run scripts 2020-07-21 11:09:00 -04:00
Richard Ramos
f3f0e39131 fix: gostring 2020-07-20 10:53:58 -04:00
Richard Ramos
d59f11f1be feat: update nim-status 2020-07-20 10:19:36 -04:00
Richard Ramos
74a38c671d feat: use nim-status instead of libstatus 2020-07-17 12:59:20 -04:00
Iuri Matias
f4601eb9bf update vendor 2020-07-16 11:22:32 -04:00
Richard Ramos
0af1c0c2f5 feat: enable opengl before creating qt app 2020-07-16 11:22:32 -04:00
Richard Ramos
805c27ea55 feat: determine if the device is connected or not 2020-07-16 11:07:57 -04:00
Richard Ramos
ceb5873272 show date headers, and fix sending replies only when they are enabled 2020-07-14 13:10:14 -04:00
Richard Ramos
4ee0d78cb6 feat: using threads for resolving ENS usernames 2020-07-08 13:53:21 -04:00
Michael Bradley, Jr
a919f0fbae build: bump vendor/QR-Code-generator to d2283a6 2020-07-08 11:36:30 -05:00
Iuri Matias
6874c7eb55 udpate DOtherSide and nimqml 2020-06-30 12:13:44 -04:00
Michael Bradley, Jr
9a7fe43039 build: bump vendor/QR-Code-generator to 1a2e1cc 2020-06-25 18:14:10 -04:00
Michael Bradley, Jr
59b8e525b0 build: bump vendor/QR-Code-generator to 7bee862 2020-06-25 14:46:48 -05:00
Richard Ramos
9041eb59e7 fix: application title on task bar
Fixes #421
2020-06-25 11:09:35 -04:00
Richard Ramos
db35bce531 feat: app icon on Linux 2020-06-24 11:33:59 -04:00
Richard Ramos
637484bd79 feat: show qr codes 2020-06-23 18:52:54 -04:00
Richard Ramos
c3a5fdabc7 fix: enable HDPI 2020-06-23 16:01:07 -04:00
Ștefan Talpalaru
150f38b87d remove vendor/nim-nat-traversal
and fix/hide some warnings
2020-06-23 07:37:17 -04:00
Iuri Matias
a128dc4bf5 update status go 2020-06-18 13:56:11 -04:00
Jonathan Rainville
eff29af548 feat: get collectibles from the contracts and their respective apis
With collaborative work from @emizzle
2020-06-18 10:55:48 -04:00
Michael Bradley, Jr
809c7b7386 build(submodules): bump vendor/nimbus-build-system 2020-06-17 13:09:50 -04:00
emizzle
87c603097e feat: Decode sticker hashes
Decode multihash content identifier (CID) using `libp2p` libraries. Makes some assumptions that we only handle `ipfs-ns` codec hashes and that the sticker hash starts with `e3xxxxyy`, where xxxx is essentially ignore and yy indicates the cid codec.
2020-06-10 14:52:45 -04:00
Ștefan Talpalaru
4fe6d9b767 build system refactoring
- unify the "build-..." targets
- enable a debug build by default, to simplify development
- bump vendor/DOtherSide
- avoid DOtherSide checks for docs/tests-specific tools like Doxygen
- switch to an in-place build for DOtherSide
- silence the DOtherSide build when V=0, make it more verbose with V=1
- don't delete checked out submodules in the "clean" target
- update build instructions in the README
- centralise Nim compiler options in a top-level "config.nims" (except
  `-d:debug` which needs to be on the command line)
2020-06-08 13:07:25 -04:00
Richard Ramos
76e1944de1 Update nimqml dep to use different debug variable 2020-06-05 13:29:05 -05:00
Iuri Matias
1a160cf664 Revert "build system refactoring"
This reverts commit 2449a12fb7863b611735c1324c262546a63bcd40.
2020-06-04 17:22:39 -04:00
Ștefan Talpalaru
2449a12fb7 build system refactoring
- unify the "build-..." targets
- enable a debug build by default, to simplify development
- bump vendor/DOtherSide
- avoid DOtherSide checks for docs/tests-specific tools like Doxygen
- switch to an in-place build for DOtherSide
- silence the DOtherSide build when V=0, make it more verbose with V=1
- don't delete checked out submodules in the "clean" target
- update build instructions in the README
- centralise Nim compiler options in a top-level "config.nims" (except
  `-d:debug` which needs to be on the command line)
2020-06-04 14:16:14 -05:00