|
71845ae091
|
Fix sender names not being used
|
2019-10-09 12:52:59 -07:00 |
|
|
4505b4ba27
|
Stop making dozens of /profile calls to get usernames
|
2019-10-09 12:42:33 -07:00 |
|
|
4ef8471585
|
Implement part of a push-based notification system
|
2019-10-04 21:26:11 -07:00 |
|
|
c3c2036c69
|
Fix incorrectly decoding state events in timeline
|
2019-09-14 21:01:51 -07:00 |
|
|
c3ed5c4cd1
|
Ignore nextBatch from timeline
|
2019-09-12 20:32:59 -07:00 |
|
|
105f7e6012
|
Add missing changes from previous commit
|
2019-09-12 16:00:23 -07:00 |
|
|
c594d9858f
|
Rename some functions to be more clear
|
2019-09-12 15:56:21 -07:00 |
|
|
71e0b3f64e
|
Perform further cleanup to Sync
|
2019-09-11 01:11:08 -07:00 |
|
|
8627123143
|
Remove all the merging code from Sync
|
2019-09-11 01:07:39 -07:00 |
|
|
5c02ae8a58
|
Fully switch away from keeping sync
|
2019-09-11 00:52:42 -07:00 |
|
|
29e81a88ac
|
Start switching from sync to room data
|
2019-09-10 23:24:47 -07:00 |
|
|
676d6c28a7
|
Add initial implementation of new room structure
|
2019-09-10 22:33:58 -07:00 |
|
|
595e28853e
|
Split Sync file into sub-modules
|
2019-09-10 20:19:26 -07:00 |
|
|
ccfd2fe76b
|
Fix botched unique implementation
|
2019-09-09 01:56:38 -07:00 |
|
|
911e46c4c3
|
Add support for m.notice and m.emote
|
2019-09-08 15:00:52 -07:00 |
|
|
266c421223
|
Fix flickering (thanks Matrix spec)
|
2019-09-08 14:22:08 -07:00 |
|
|
3b1dabd624
|
Remove homebrew notification system. Will be using the spec for this.
|
2019-09-07 18:28:58 -07:00 |
|
|
1d50c5b1e4
|
Start working towards setting notification settings
|
2019-09-07 18:03:38 -07:00 |
|
|
360b7be281
|
Change room name func to match user name func
|
2019-09-07 17:06:23 -07:00 |
|
|
06799194e4
|
Move account data code into account data module
|
2019-09-07 16:55:56 -07:00 |
|
|
8623eb8dfd
|
Refactor new user command
|
2019-09-07 16:38:09 -07:00 |
|
|
db2def5388
|
Update screenshot
|
2019-09-07 00:11:13 -07:00 |
|
|
5e3aa40a35
|
Use Elm's lazy to optimize for many-message performance
|
2019-09-06 23:55:36 -07:00 |
|
|
7122d9e567
|
Put uniqueBy back in sync
|
2019-09-02 01:50:53 -07:00 |
|
|
207f6ab3be
|
Remove dependency on model in message list
|
2019-09-02 01:10:28 -07:00 |
|
|
f395259137
|
Improve performance by computing room names at sync, rather than on view.
|
2019-09-02 00:46:59 -07:00 |
|
|
5d5418e9c6
|
Use m.direct for direct message names.
|
2019-09-01 00:37:30 -07:00 |
|
|
b23c80f463
|
Switch to a tail recursive version of uniqueBy
|
2019-08-31 23:00:52 -07:00 |
|
|
f6ce669fb4
|
Fix font size property
|
2019-08-23 21:22:38 -07:00 |
|
|
392d799bcf
|
Fix missing padding in reconnect message
|
2019-08-21 23:29:47 -07:00 |
|
|
115cbd9a76
|
Tone the font size down
|
2019-08-21 21:46:00 -07:00 |
|
|
bc794955e3
|
Prototype switching to em.
|
2019-08-21 21:40:58 -07:00 |
|
|
b8fc33eae6
|
Make minor visual changes
|
2019-08-21 21:20:30 -07:00 |
|
|
7d09b4ad9a
|
Make notifications more consistent.
|
2019-08-21 18:40:45 -07:00 |
|
|
61121ee6f8
|
Stop decoding event contents; they seem to vary event-to-event
|
2019-08-21 18:21:46 -07:00 |
|
|
60bc00e9dd
|
Fix overflow in chat list.
|
2019-05-19 15:51:33 -07:00 |
|
|
8120c1f421
|
Update screenshot.
|
2019-05-19 15:38:46 -07:00 |
|
|
86b1b29d72
|
Decrease notification icon size a bit.
|
2019-05-19 15:33:55 -07:00 |
|
|
150af81847
|
Change alert indicator to work better.
|
2019-05-19 15:01:02 -07:00 |
|
|
151ff413c7
|
Fix up room list's width.
|
2019-05-19 13:47:06 -07:00 |
|
|
3a31f98f3b
|
Wire up the search bar.
|
2019-05-19 13:42:22 -07:00 |
|
|
a4c40dca28
|
Add an (un-wired) input for searching rooms.
|
2019-05-19 13:32:57 -07:00 |
|
|
8173a4d74a
|
Add some transition effects.
|
2019-05-19 13:26:30 -07:00 |
|
|
7be4e8d9e2
|
Make small tweaks to room list.
|
2019-05-19 13:23:16 -07:00 |
|
|
6e5702290a
|
Get rid of some inconsistent shadows and borders.
|
2019-05-19 01:34:14 -07:00 |
|
|
8560f15047
|
Make some view adjustments.
|
2019-05-19 01:32:39 -07:00 |
|
|
47a684b777
|
Alphabetically sort rooms.
|
2019-05-15 20:48:31 -07:00 |
|
|
5bd6124df2
|
Move the room name code into a separate function.
|
2019-05-15 20:40:21 -07:00 |
|
|
63fcb22998
|
Display user names in private chats.
|
2019-05-15 20:27:06 -07:00 |
|
|
0dda1068fb
|
Add shadow to images.
This helps them stand out from the other messages. In the future,
we'll also allow clicking on them to enlarge.
|
2019-03-17 12:44:52 -07:00 |
|