Commit graph

89 commits

Author SHA1 Message Date
Daniel García Moreno
752479ccda Refactoring utils code a little 2017-08-30 18:02:17 +02:00
Daniel García Moreno
fc99905ca1 Formatted all rs files with rustfmt 2017-08-30 17:51:12 +02:00
Daniel García Moreno
df8a682b27 Loading always messages to show in the room 2017-08-30 17:41:29 +02:00
Daniel García Moreno
42d8deb726 Updating a little the TODO list 2017-08-30 13:11:02 +02:00
Daniel García Moreno
591d65a54f Added notifications using libnotify 2017-08-30 13:09:16 +02:00
Daniel García Moreno
d6fed8c2a2 Fixed image loading when not thumb 2017-08-30 11:55:23 +02:00
Daniel García Moreno
06f63a8cae Fixed the scroll down on message 2017-08-29 17:34:49 +02:00
Daniel García Moreno
775923bf4d fix typo 2017-08-29 12:10:22 +02:00
Daniel García Moreno
f46c1638bb Unread messages in the room list 2017-08-29 12:09:39 +02:00
Daniel García Moreno
81bab877bc Join to room working 2017-08-28 22:00:51 +02:00
Daniel García Moreno
7139d4c1ff Updated TODO to the current status 2017-08-28 13:43:13 +02:00
Daniel García Moreno
5d4671dc47 Moved gtk widget composition code to widgets.rs 2017-08-28 13:42:26 +02:00
Daniel García Moreno
cf61c45bff Search with infinite scroll 2017-08-28 12:57:41 +02:00
Daniel García Moreno
c31928aabe Starting to implement room search 2017-08-28 10:13:59 +02:00
Daniel García Moreno
5e6b0b9418 Register form done, but the backend need some work
It seems that the registration in matrix with plain text need a
recaptcha verification. I need to know how to deal with this.
2017-08-27 19:52:51 +02:00
Daniel García Moreno
79efe54ac1 Guest registration button available 2017-08-27 18:41:50 +02:00
Daniel García Moreno
834dd48444 Don't download media files if exist 2017-08-27 17:54:00 +02:00
Daniel García Moreno
61295100ee Button to load more messages 2017-08-27 17:41:34 +02:00
Daniel García Moreno
0118466972 Infinite scroll implemented 2017-08-26 22:02:43 +02:00
Daniel García Moreno
8eaa793e0c Added current supported msgtypes in README 2017-08-26 19:51:25 +02:00
Daniel García Moreno
9c0c531e2b Updated the TODO file with two new tasks 2017-08-25 19:30:56 +02:00
Daniel García Moreno
e38edae8e2 Show/Hide members sidebar 2017-08-25 19:23:26 +02:00
Daniel García Moreno
f9e1bbb647 Showing spinner when loading 2017-08-25 17:03:06 +02:00
Daniel García Moreno
db8d84f754 Refactoring, splitting backend file into many 2017-08-25 14:29:06 +02:00
Daniel García Moreno
a408f84a49 Getting room messages after the room members 2017-08-25 14:00:38 +02:00
Daniel García Moreno
c1803f21d1 Revert "Making all queries in the backend thread"
This reverts commit ee892b0c89.
2017-08-25 13:39:32 +02:00
Daniel García Moreno
ba3be09fe1 Revert "Making all bk commands in the same thread"
This reverts commit 5f62e3210e.
2017-08-25 13:39:23 +02:00
Daniel García Moreno
5f62e3210e Making all bk commands in the same thread 2017-08-25 13:06:50 +02:00
Daniel García Moreno
ee892b0c89 Making all queries in the backend thread 2017-08-25 13:03:29 +02:00
Daniel García Moreno
de56245423 Combining set room operations in backend 2017-08-25 12:40:18 +02:00
Daniel García Moreno
21f2cb7b87 Using channel to communicate with backend 2017-08-25 12:24:05 +02:00
Daniel García Moreno
6feffed916 Image preview in a button 2017-08-25 09:50:36 +02:00
Daniel García Moreno
94a976c54f Started to implement image view 2017-08-25 00:37:23 +02:00
Daniel García Moreno
aea5d7fa37 Created an icon for the app 2017-08-24 18:16:34 +02:00
Daniel García Moreno
82db8fb3e4 Added TODO file with some tasks... 2017-08-24 14:08:57 +02:00
Daniel García Moreno
901be78cd2 Added screenshot to the readme 2017-08-24 14:03:36 +02:00
Daniel García Moreno
db678168e7 Screenshot added 2017-08-24 14:02:43 +02:00
Daniel García Moreno
f25c8c8cbb Loading messages in real time 2017-08-24 00:48:51 +02:00
Daniel García Moreno
ec641d2cb2 Implemented send plain text message 2017-08-24 00:21:08 +02:00
Daniel García Moreno
4ce6a50b22 Loading the first room at init 2017-08-23 23:42:22 +02:00
Daniel García Moreno
525bcc88bf Improved interface 2017-08-23 23:34:36 +02:00
Daniel García Moreno
c32e57b528 Not loading member avatar by default 2017-08-23 22:56:22 +02:00
Daniel García Moreno
b1a457576f Looking for the room messages after get the members 2017-08-23 21:14:15 +02:00
Daniel García Moreno
1ec0fd9589 Sort members by name 2017-08-23 21:10:03 +02:00
Daniel García Moreno
de0937f35a Sort rooms by name 2017-08-23 21:04:38 +02:00
Daniel García Moreno
05592edd40 Ignoring membership messages 2017-08-23 20:43:07 +02:00
Daniel García Moreno
e59bfa0953 Getting default user avatar if it's not defined 2017-08-23 20:25:16 +02:00
Daniel García Moreno
8b4e9758b2 Calculating room name depending on members 2017-08-23 14:59:23 +02:00
Daniel García Moreno
9180b9a87c Satinized the query code and macros 2017-08-23 12:43:46 +02:00
Daniel García Moreno
cef5994f2c Removed all compiler warnings 2017-08-23 11:44:52 +02:00