8478 Commits

Author SHA1 Message Date
Iuri Matias
9e24821c33 move chat sending json-rpc into status chat module 2020-05-13 15:21:45 -04:00
Iuri Matias
a9e84c685d send message instead of rpc request 2020-05-13 15:21:45 -04:00
Iuri Matias
c258b7c746 send message when pressing enter; clear text area after sending 2020-05-13 15:21:45 -04:00
Richard Ramos
79638f6214 feat: Join chats on demand 2020-05-13 14:01:12 -04:00
Jonathan Rainville
ae7ee0b363 chore: split ChatLayout into a seprate file
Preliminary work for the wallet. This way, AppLayout isn,t goign to be huge
2020-05-13 13:39:23 -04:00
Jonathan Rainville
defd6f262e fix: cleanup some elements and fix the right side gap 2020-05-13 13:33:03 -04:00
Jonathan Rainville
c3bddf863e fix: fix most anchor warnings 2020-05-13 13:33:03 -04:00
Richard Ramos
f16863ab2d reorg status integration 2020-05-13 13:32:52 -04:00
Richard Ramos
0459dd06e5 fix: extract signals to separate file 2020-05-13 13:32:52 -04:00
Iuri Matias
abb0c4cee6 attempting to call different proc inside signal handler 2020-05-13 13:32:52 -04:00
emizzle
4cc2d2cd22 fix: show app in main.qml when viewing in Qt Creator 2020-05-13 10:45:11 -04:00
RichΛrd
78eb499957
Update README.md 2020-05-13 09:27:27 -04:00
Jonathan Rainville
ad390bb5d4 feat: add back chat stuff 2020-05-12 18:52:51 -04:00
emizzle
4769f578a6 feat: Onboarding carousel
Onboarding carousel completed

Redo folder restructuring

NOTES:
1. nim_status_client binary is output to `./bin/nim_status_client`, so you'll need to update your workflow to run this file. README has been updated to reflect this. Also, if you're running VSCode, instructions for code reload were added.
2. All `ui` files now live in `ui/`
3. All lib files (ie `libstatus`) now live in `lib/`
4. Removed the Qt Creater user project file as this is unique to each user
5. Moved the project file to `ui/`, so just open up the `ui` folder in Qt creator and it should locate the project file
6. `-d:release` removed from compilation as it wasn't needed
7. Broke up main.qml in to the main app and onboarding components, however this should be broken down further into more reusable components
8. Click "Get started" to show chat

Format some files using nimpretty
2020-05-12 18:52:51 -04:00
Iuri Matias
8f09f08748 make chat selectable 2020-05-12 16:55:39 -04:00
Jonathan Rainville
7220131615 feat: add Mouse area to input 2020-05-12 16:42:19 -04:00
Jonathan Rainville
7a57976adb feat: add input section style 2020-05-12 16:42:19 -04:00
Jonathan Rainville
ef20924abc feat: finish chat box and add separator 2020-05-12 16:42:19 -04:00
Jonathan Rainville
14bcf05ef5 feat: add chat box, fonts and padding size 2020-05-12 16:42:19 -04:00
Iuri Matias
01182c8aee move signalcallback to status module 2020-05-11 17:52:06 -04:00
Iuri Matias
4e04d61057
Merge pull request #18 from status-im/systrayicon
Systrayicon
2020-05-11 16:46:14 -04:00
Iuri Matias
062060eb32
removing screenshot (no longer representative) 2020-05-11 16:46:00 -04:00
Iuri Matias
73fa3ed611 add status icon 2020-05-11 16:41:45 -04:00
RichΛrd
9ad0d2a8a7
SQLCipher experiment (#17) 2020-05-11 16:35:58 -04:00
Iuri Matias
122d102294 show app on systray 2020-05-11 16:35:25 -04:00
Iuri Matias
5c3b240cef
Merge pull request #16 from status-im/feat/style-sheet
add Theme file and QT project file
2020-05-11 16:34:34 -04:00
Jonathan Rainville
41b5198cc8 chore: update gitignore 2020-05-11 15:54:02 -04:00
Jonathan Rainville
e2c591d64d feat: add Theme file and QT project file 2020-05-11 15:53:44 -04:00
Iuri Matias
e09802fbab
Merge pull request #15 from status-im/chats2
Chats2
2020-05-11 14:22:35 -04:00
Iuri Matias
87c7abe687 rename applicationLogic to applicationView to better reflect purpose 2020-05-11 14:22:01 -04:00
Iuri Matias
b8563b25a3 abstract message sending from the view 2020-05-11 14:01:03 -04:00
Iuri Matias
03b6209f6b move status specific logic of the application view 2020-05-11 13:31:07 -04:00
Iuri Matias
70c15d9266
Merge pull request #14 from status-im/select_chat
change selected list on click
2020-05-11 12:24:10 -04:00
Iuri Matias
a5494210ed change selected list on click 2020-05-11 12:23:03 -04:00
Iuri Matias
53ac253cab
Merge pull request #13 from status-im/feat/contact-list
feat: style contact list
2020-05-11 12:16:29 -04:00
Jonathan Rainville
759913f7a7 feat: style contact list 2020-05-11 12:02:05 -04:00
Iuri Matias
18161ae693
Merge pull request #12 from status-im/chats
initial chats/contacts layout; state & messages
2020-05-11 07:32:13 -04:00
Iuri Matias
6e20f47ec8 fix qml issue after rebasing 2020-05-11 07:30:59 -04:00
Iuri Matias
3b9be01cc5 move subscriber logic to level above the view 2020-05-11 07:30:59 -04:00
Iuri Matias
41dd96e9c9 display values from a list, and support changing that list from nim 2020-05-11 07:30:59 -04:00
Iuri Matias
a0580893c4 basic application state; basic subscriber and dispatcher 2020-05-11 07:29:48 -04:00
Richard Ramos
f5eed607bd some comments 2020-05-10 19:24:06 -04:00
Iuri Matias
75a7fa4fcf
Merge pull request #11 from status-im/feat/more-stylez
Add "working" search bar plus browser tab btn
2020-05-08 18:45:44 -04:00
Jonathan Rainville
d09efbd397 feat: add browser btn 2020-05-08 17:16:08 -04:00
Jonathan Rainville
966e665a9d feat: add search bar 2020-05-08 17:11:04 -04:00
Jonathan Rainville
1525161861 cool stuff 2020-05-08 14:45:20 -04:00
Iuri Matias
69cd6e4f18
Merge pull request #10 from status-im/feat/style-kindof
Beginning of style
2020-05-08 14:21:44 -04:00
Jonathan Rainville
b02d15a9bd
Merge branch 'master' into feat/style-kindof 2020-05-08 14:08:29 -04:00
Jonathan Rainville
09c3f679bc feat: add new svg icons and show the right one 2020-05-08 14:06:47 -04:00
Iuri Matias
23139cc9a5
Merge pull request #9 from status-im/display_accounts
Display accounts
2020-05-08 13:48:33 -04:00