|
2019-04-13
, 15:31
|
|
Posts: 764 |
Thanked: 2,888 times |
Joined on Jun 2014
|
#93
|
|
2019-04-13
, 18:12
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#94
|
Just took a look at the RPM you posted earlier, some suggestions and remarks:
- Startup of the application (especially the very first one after entering the account details) could do with a loading indicator to show that the application didn't crash. Initial load of Matrix is a sore point in all applications, but as only the Matrix logo was displayed, I wasn't sure whether the application crashed or wasn't doing anything, until after a long time the UI showed up and I was pleasantly surprised. Subsequent startups of the application don't take anywhere near as long but the fact that no real loading indicator is shown is still confusing.
- I wouldn't make a distinction between people and rooms, they're technically the same thing and it gives a false sense of privacy to people who don't know that anyone can be invited into any conversation and, unless a specific encryption method was specified, all those invited can read the previous 'private' messages. It's a Matrix protocol problem more than a client problem, but a problem nonetheless.
- The room name in the text box at the bottom of a conversation doesn't follow the light theme's colours yet (at least I think it should be black). Maybe the text could say "Send a message to {roomname}…"
- The arrows next to Favorites/Persons/Rooms/Low priority on the homescreen don't do anything. I don't think they're necessary unless you want to implement them in a way that they collapse that category (which would be useful on smaller screens). You could also place the 'new room' button there, like Riot Web does.
(- Eventually, it would be fun if you could implement some keyboard shortcuts for often used actions, so TOHKBD and F(x)tec users can show off to their friends.)
Very nice work so far!
|
2019-04-13
, 18:55
|
|
Posts: 764 |
Thanked: 2,888 times |
Joined on Jun 2014
|
#95
|
The startup should show it's status in text at the bottom. No text: crash... and it is not very fast now...
The Matrix spec does make a distinction between people and rooms. And I do too. This is necessary for e2e - there is no group functionality in the spec!
|
2019-04-14
, 15:20
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#96
|
- Maybe we're talking about different things. There are users and there are rooms, but the category of rooms placed under 'People' are still rooms and not, as a user would expect from a category called 'People', 1:1 conversations. They're the same thing as the rooms placed under 'Rooms', the only difference is that upon creation of the room, there are two initial members, both with administrative rights. Other people can still be invited into the room by either/any member, which isn't something anyone would expect from what looks like a private 1:1 conversation.
|
2019-07-03
, 20:18
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#97
|
Yes, this is the gist, but I haven't gotten it to work yet
https://gitlab.com/r0kk3rz/bluepill/....gitlab-ci.yml
|
2019-07-05
, 08:06
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#98
|
Ok just beginning this:
https://gitlab.com/cy8aer/bluepill/b....gitlab-ci.yml
|
2019-07-05
, 10:08
|
Posts: 281 |
Thanked: 679 times |
Joined on Feb 2010
|
#100
|
Thanks for this application
The first test is nice.
Do you will publish the current build ?