Iuri Matias
6ddd95fe5a
change default port on client so it can run side by side with other clients
2020-07-06 13:22:01 -04:00
Iuri Matias
dc225d50b8
change identifier for status desktop
2020-07-03 10:50:44 -04:00
Jonathan Rainville
0f9a79e214
feat: save and get appearance from the settings
2020-07-03 09:59:14 -04:00
Richard Ramos
64452e71b9
feat: Determine if a message was sent
2020-07-02 11:57:48 -04:00
Jonathan Rainville
81e7dffaa2
feat: make token send and eth send work
2020-07-02 11:41:11 -04:00
Pascal Precht
63d9ee7201
refactor: remove unused imports
2020-07-02 11:04:41 +02:00
Richard Ramos
961139e778
feat: start chats with ENS usernames
2020-06-30 16:21:21 -04:00
emizzle
f54d66bf24
fix: order of recent stickers incorrect on app start
...
Order of recent stickers was being loaded in reverse order.
2020-06-30 11:24:56 -04:00
emizzle
8e6eb65509
feat: cache settings so only retreived when clean
2020-06-30 11:24:56 -04:00
emizzle
88e5f1a46d
feat: Add recent stickers to stickers popup
2020-06-30 11:24:56 -04:00
Iuri Matias
7489a2ae00
fix mailserver call which can cause client to hang after login
2020-06-26 13:52:23 -04:00
Jonathan Rainville
8cb8395ceb
feat: check password before saving a new account
...
Also shows the error if there is one when adding.
Should show a loading state too, but it doesn't work because the Nim function freezes the QML
2020-06-25 16:41:28 -04:00
Iuri Matias
92b75ead74
remove prefix causing request errors
...
remove prefix causing request errors
remove prefix causing request errors
2020-06-25 16:31:53 -04:00
Iuri Matias
649d0a2149
get collectibles when requested instead of at login
2020-06-25 15:47:37 -04:00
Iuri Matias
d175e549ac
add duration as optional parameter to cache
2020-06-25 15:47:37 -04:00
Iuri Matias
3604875b88
abstract cache mechanism
2020-06-25 15:47:37 -04:00
Iuri Matias
0fc9105f0a
cache requests
2020-06-25 15:47:37 -04:00
Pascal Precht
89da127468
feat(Onboarding): validate mnemonic when importing seed phrase
...
Closes #395
2020-06-25 11:11:25 -04:00
Richard Ramos
e8858f25ba
feat: Replace pubkeys by alias/ens in group system message
2020-06-25 10:33:43 -04:00
Richard Ramos
21af287654
feat: support message formatting
2020-06-25 10:29:44 -04:00
Pascal Precht
36ded19dff
ui(Wallet): render asset icons in transaction list items
...
Closes #405
2020-06-25 10:28:23 -04:00
emizzle
847eb2623f
feat: add sticker popup
...
Add sticker popup
Add send sticker message
Add ability to select sticker pack and show stickers for pack with scroll
1. Sticker history
2. Install sticker packs
3. Sticker market
1. Sticker packs are installed on app start up until installation of sticker pack functionality is added
2. Optimisations such as preloading images to be done so that sticker images are not downloaded each time.
2020-06-25 10:27:26 -04:00
Richard Ramos
acecafbf83
fix: read missing functions
2020-06-23 14:25:38 -04:00
Iuri Matias
8915230cd8
clean up imports
2020-06-23 13:43:20 -04:00
Ștefan Talpalaru
150f38b87d
remove vendor/nim-nat-traversal
...
and fix/hide some warnings
2020-06-23 07:37:17 -04:00
Richard Ramos
80b8d8f478
feat: add members to existing group chat and fix group position on chat list
2020-06-22 15:27:28 -04:00
Richard Ramos
e1d72ef057
fix: leaving a group after joining, and ignoring user address on member list
2020-06-22 15:23:27 -04:00
Richard Ramos
33b3c4dc97
fix: manage contacts without systemTag
2020-06-22 15:21:13 -04:00
Richard Ramos
fb60d757cf
fix: group name when rejoining a group
2020-06-22 15:14:37 -04:00
Iuri Matias
a6493725b6
support removing contacts
...
support removing contacts
support removing contacts
2020-06-22 14:50:39 -04:00
Richard Ramos
47b88cab95
fix: remove filters on leaving chat
2020-06-18 16:49:56 -04:00
Jonathan Rainville
c2ed0da1ca
fix: fix watchonly collectibles
2020-06-18 16:47:24 -04:00
Jonathan Rainville
98d4c7ef1e
feat: add id to the collectible
2020-06-18 16:47:24 -04:00
Jonathan Rainville
3e152e5d35
feat: show collectibles in the Collectibles tab
2020-06-18 16:47:24 -04:00
Iuri Matias
95beeae131
fix profile name key assignment
2020-06-18 13:56:11 -04:00
Iuri Matias
73ef443da5
get contract list for only added contacts
2020-06-18 13:56:11 -04:00
Iuri Matias
71cbffea28
fix add contact and update contact list in the UI when a new contact is added
2020-06-18 13:56:11 -04:00
Pascal Precht
7d5ea12095
feat(chat): implement clearing chat history
...
Closes #148
2020-06-18 13:46:05 -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
Richard Ramos
4fef70fc4a
feat: Create group chats
2020-06-18 10:16:32 -04:00
Iuri Matias
965e71e45d
display more info in the about section
2020-06-18 08:13:45 -04:00
Pascal Precht
b8ba44e982
feat: implement transaction detail modal
...
Closes #170
2020-06-17 13:14:38 -04:00
Richard Ramos
0971b5928d
feat: Support ENS usernames in messages
2020-06-17 13:09:31 -04:00
Richard Ramos
ee81c43ddc
feat: Add contacts to message signal and show ens usernames in contact
...
list
2020-06-17 12:51:31 -04:00
Pascal Precht
0f7e08075b
feat(wallet): Introduce simple account transaction list
...
There's still some things that needs to be done (possibly in future commits):
[ ] Asset icons need to be determined so they can be displayed along the transaction
[ ] Transaction values need to be converted to decimal values
[ ] Date-time formatting
[ ] Grouping of transactions by days
2020-06-17 12:47:53 -04:00
Iuri Matias
116b04a9ef
fix installationId usage; disable in-app logout for now
...
fix installationId usage; disable in-app logout for now
fix
2020-06-17 12:26:41 -04:00
Iuri Matias
1c2154f11e
remove old method
2020-06-16 12:59:17 -04:00
Richard Ramos
f52a0d56ab
fix: allow rejoining a chat group after leaving it
2020-06-16 12:59:17 -04:00
Iuri Matias
e802159a6a
display real contacts on profile
...
display real contacts on profile
query contacts
add contact in form
fixes
fixes
display contacts
cleanup
cleanup
remove echo
refactor to use profile instead of contact model
2020-06-16 12:48:25 -04:00
Iuri Matias
9a03038126
move contacts related methods to its own file
2020-06-16 12:48:25 -04:00