![]() |
Re: Matrix - clients
Quote:
https://qph.fs.quoracdn.net/main-qim...20bd5c7ec1df01 purest form i found was this one https://upload.wikimedia.org/wikiped..._blue_pill.jpg But, the most prominent abstraction into an icon if you search for the term pill is actually the kind i designed. It might come down to following decision: Either go with a simple stylized version to have it look clean in style of the Jolla Icons like i tried. Or try to stylize the "Moviepill" above into svg compatible form. The "m" emboss is quite simple once the pill is drawn convincingly with gradients. The Moviepill might be especially hard to angle 45° which is quite handy to make it bigger within a square icon than when it is oriented horizontal. Also when angled it nicely accompanies the green phone icon imo. |
Re: Matrix - clients
Quote:
And now I have got to find out more about that movie... :rolleyes: |
Re: Matrix - clients
Quote:
|
Re: Matrix - clients
Quote:
|
Re: Matrix - clients
Quote:
Quote:
Now you can skip both Matrix 2 Reloaded and 3 Evolution while pretending they never existed. You could then appreciate Matrix 1 as a masterpiece and not have to see it in light of its sequels :D Quote:
|
Re: Matrix - clients
What about a blue pill with sunglasses (Neo or Agent style)?
|
Re: Matrix - clients
Quote:
|
Re: Matrix - clients
Quote:
https://gitlab.com/r0kk3rz/bluepill/....gitlab-ci.yml |
Re: Matrix - clients
Quote:
https://i.makeagif.com/media/4-12-2019/531Ocj.gif |
Re: Matrix - clients
Am I the only one who feels like e2e has just gained a lot priority points? :eek:
https://matrix.org/blog/2019/04/11/security-incident/ |
Re: Matrix - clients
Quote:
|
Re: Matrix - clients
Bluepill mentioned in TWIM...
|
Re: Matrix - clients
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! |
Re: Matrix - clients
Quote:
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! Room name in light theme: Yes I know it. low prio The arrows will have funcionalities, but they are not implemented yet. I am thinking about including the emojis library to have better support for this too... |
Re: Matrix - clients
Quote:
- 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. |
Re: Matrix - clients
Quote:
|
Re: Matrix - clients
Quote:
https://gitlab.com/cy8aer/bluepill/b....gitlab-ci.yml |
Re: Matrix - clients
Quote:
https://gitlab.com/cy8aer/bluepill/pipelines/69465501 Of course: Actually I am at "does not work in any way"-state with nio but I'd like to just tag a commit and the runner should just test, compile and deploy the stuff then... |
Re: Matrix - clients
Thanks for this application
The first test is nice. Do you will publish the current build ? |
Re: Matrix - clients
Quote:
|
Re: Matrix - clients
Quote:
OK thanks Ang good JOB |
Re: Matrix - clients
And now I have the first rpm running on a device created from the Gitlab-CI. But this is done with podqast (bluepill/nio will be deployed the same way if it is ready enough).
The binaries can be found here on the right side of the table (they are built when tagged with the version in .yaml/.spec): https://gitlab.com/cy8aer/podqast/pipelines Ruleset is here https://gitlab.com/cy8aer/podqast/bl....gitlab-ci.yml Of course: Thanks to @coderus for his docker containers. |
Re: Matrix - clients
i see: "syncing room: Empty room" after the first 30 rooms or so sync. so app never actually starts (i waited an hour)
|
Re: Matrix - clients
Slowly but surely.
https://gitlab.com/cy8aer/bluepill/pipelines Builds both, i486 and arm7hl. But this is alpha stage - you are warned. @wolke. you are talking about bluepill: too bad. You need to wait for the nio lib stuff. There the syncing stuff is complete different (and there will be other bugs - promised). |
Re: Matrix - clients
Quote:
|
Re: Matrix - clients
@cy8aer woo! sync fixed! it works great for me!
(60+ rooms on a private matrix server with moderately high traffic) bluepill is already more useful than riot-running-on-SFOS-alien-dalvik, congrats! do you accept donations? (paypal or bitcoin) |
Re: Matrix - clients
Quote:
EDIT: Yes, I get a proper notification when a message arrives, as long as the app is running. Fantastic, this is such a huge step forward! :D Thanks so much for getting us this far. |
Re: Matrix - clients
Quote:
|
Re: Matrix - clients
cy8aer: i know its alpha, but JIC bug reports are useful:
-timestamps are in UTC -messages arent (always) refreshed when a conversation opens (i saw this twice, that a message sent in riot didnt show up until i closed the app and reopened it) -startup is occasionally really slow, like multiple minutes -unread message count doesnt get cleared when you look at a room (also, favorite button does nothing, and (>) arrows above the sections dont do anything, but i assume these are just todos) seriously, this is already by far the best way to use matrix on SFOS. please paste a paypal or bitcoin address (DM or public post or whateve) |
Re: Matrix - clients
Quote:
- modern library with e2e support - asynchronous - 100% event based - better features for a full client but: - not feature complete - so I also must implement my needed stuff for matrix-nio too (https://github.com/cy8aer/matrix-nio - fork to https://github.com/poljar/matrix-nio) - and get it into upstream - I need to reimplement the whole matrix stuff on the client side What you see on the master branch are ui fixings only, no new functionality (e.g. glue the already existing menus to functionality). Sorry about that. Anyways: feel free to issue bugs at https://gitlab.com/cy8aer/bluepill |
Re: Matrix - clients
Quote:
|
Re: Matrix - clients
Quote:
|
Re: Matrix - clients
harbour-determinant is another Matrix client prototype to SFOS by R1tschY.
|
Re: Matrix - clients
Quote:
seems to be based upon the same c++ library I was using, hope it turns out well |
Re: Matrix - clients
|
Re: Matrix - clients
So, what's the state-of-art matrix client for SFOS now?
There's nothing on Harbour or Openrepos, so does everyone compile their clients from scratch? |
Re: Matrix - clients
....riot on aliendalvik :'(
|
Re: Matrix - clients
Quote:
|
Re: Matrix - clients
I don't do riot ;)
|
Re: Matrix - clients
I've been waiting a while for a SFOS Matrix client with E2E encryption support, and using aliendalvik in the mean time; I know someone was working on one, but if nothing shows up soon I suppose I may try my hand at doing one myself.
|
All times are GMT. The time now is 15:51. |
vBulletin® Version 3.8.8