Commit graph

134 commits

Author SHA1 Message Date
Daniel García Moreno
3df66ac401 Using &'static[&'static str] for emojis instead of Vec 2017-10-26 20:12:03 +02:00
Daniel García Moreno
f6f0b33215 Emojis categories in tabs 2017-10-26 19:38:44 +02:00
Daniel García Moreno
aee03a38c8 Merge branch 'master' into emojis 2017-10-26 15:12:01 +02:00
Daniel García Moreno
126cb32c80 Emojis in a module 2017-10-26 15:11:45 +02:00
Daniel García Moreno
50327b4bc8 Showing a message on login error 2017-10-26 14:55:53 +02:00
Daniel García Moreno
c5bffd545c Limiting the number of members to show in the sidebar
This is to avoid out of memory when there's a lot of members
2017-10-26 14:17:05 +02:00
Daniel García Moreno
cf59fa56cc Starting to work in emojis button 2017-10-26 10:43:23 +02:00
Daniel García Moreno
6fb84dd99b Parametrized timeout 2017-10-24 10:09:19 +02:00
Daniel García Moreno
d4df1b6ffd Implemented initial search in room 2017-10-21 10:56:48 +02:00
Daniel García Moreno
999d298f8f Removed some compile warning, variable doesn't need to be mut 2017-10-21 09:11:24 +02:00
Daniel García Moreno
ebed582c2c Added a method to download attached files 2017-10-04 21:19:40 +02:00
Daniel García Moreno
e2fd4991b6 Updating member list with m.room.member events 2017-10-04 20:45:33 +02:00
Daniel García Moreno
d1acff5dfc Smaller join button in room search 2017-10-04 19:52:39 +02:00
Daniel García Moreno
102456d8d4 Updated Readme.md 2017-10-01 13:21:21 +02:00
Daniel García Moreno
367a43d103 Sending files on enter on filechooser dialog 2017-10-01 13:19:48 +02:00
Daniel García Moreno
e2ec6421ad Implemented attach file 2017-10-01 13:19:48 +02:00
Daniel García Moreno
233727fcc1 Work in progress: Attach file 2017-10-01 13:19:48 +02:00
danigm
0548bf7f07 Update README.md 2017-09-29 11:52:34 +02:00
Daniel García Moreno
30aa93eda2 Changed room dialog buttons position 2017-09-29 08:52:12 +02:00
Daniel García Moreno
0808f827c7 Adding styles to dialog buttons 2017-09-29 08:48:15 +02:00
Daniel García Moreno
63dc1e5a38 Avoiding user messages notification 2017-09-28 18:21:26 +02:00
Daniel García Moreno
9c212024b6 Updated deps 2017-09-28 08:47:10 +02:00
Daniel García Moreno
278320fd33 Managing room avatar change event 2017-09-16 12:56:43 +02:00
Daniel García Moreno
8936827525 Instant show of sent messages 2017-09-16 12:39:42 +02:00
Daniel García Moreno
a6900121b6 Added timeout to each request 2017-09-16 10:58:35 +02:00
Daniel García Moreno
2f9c88a72d Better room name calculation for rooms without name 2017-09-14 08:35:39 +02:00
Daniel García Moreno
ac897da69a If not default room, don't enter in the first one 2017-09-13 14:19:51 +02:00
Daniel García Moreno
74795a03b4 Using xdg-open to open images 2017-09-09 20:47:26 +02:00
Daniel García Moreno
738b82ce42 Managing room topic and room name change events 2017-09-06 19:33:21 +02:00
Daniel García Moreno
4e0c51c6ae Updated TODO, removed done task 2017-09-06 12:31:57 +02:00
Daniel García Moreno
483e0ea9aa Set room avatar working. Only png files 2017-09-05 19:59:00 +02:00
Daniel García Moreno
50782e85c4 Controlling errors in syncing 2017-09-05 19:10:14 +02:00
Daniel García Moreno
39ff5012f8 Making text messages selectable 2017-09-05 10:40:39 +02:00
Daniel García Moreno
d65f69ab2e Set room name and topic events PUT 2017-09-03 20:12:28 +02:00
Daniel García Moreno
e6be97944b Fixed sync loop to avoid two sync threads at one time 2017-09-01 22:29:48 +02:00
Daniel García Moreno
dc7eb40462 Refactoring query url building 2017-09-01 22:07:52 +02:00
Daniel García Moreno
1c910b5a54 Room config dialog with leave button working 2017-08-31 17:44:31 +02:00
Daniel García Moreno
1d8a7faa6c Making sync event work after network error 2017-08-31 16:57:51 +02:00
Daniel García Moreno
55c70d98d5 Messages with the username are in red now 2017-08-31 12:14:42 +02:00
danigm
e0af02b7d6 Added the icon to the README.md 2017-08-31 11:31:03 +02:00
Daniel García Moreno
448974ab4e Added icon in png format 2017-08-31 11:23:09 +02:00
Daniel García Moreno
d7e8e79360 Resolving always the sender display name for messages 2017-08-31 10:25:44 +02:00
Daniel García Moreno
f48a1d58bd Changing wrap mode to wordchar 2017-08-30 18:13:43 +02:00
Daniel García Moreno
cedd7a6493 removed done tasks from TODO, the msg loading is fixed 2017-08-30 18:07:44 +02:00
Daniel García Moreno
e4265e690e Don't scroll when other room message is received 2017-08-30 18:06:55 +02:00
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