Sanitize your hands after each use
I really like most changes and do not think it broke any UX. Buttons in Email are simply much faster, I like the Call / Pickup UI (I most times swiped wrong before), I just do not approve the change on the notification screen to delete all notifications via button.
What I find strange is that some ābuttonsā were just thrown there, some of them could be better integrated or converted to swipe gestures, e.g. the Notifications Exit button does not seem to add any functionality, it can easily be removed.
There is little issue with new notifications style (for sure on dark Ambiences). Itās almost invisible on bright backgrouds.
One more thing, white arrow (in transfer icon) is almost invisible on bright notification background
Did i get that right. Before you got a call or a notification, which left an icon on the lockscreen that you could click away. Now those icons are directly linked with the events view, and lead you there after a click?
Just wanted to plug myself in here. As i was talking about patching whole ui SailfishOS UI redesign patch Maybe we could make group of people to work together on it? Notifications are one thing but i saw already at least 5 like-minded people that donāt like latest button and ux changes.
HMM we could merge that effort with https://github.com/Pretty-SFOS, @ichthyosaurus maybe you are in? If we collected like 2-3 people that would be enough to make something awesome in short-time
Nice work! If itās not too much work, would you share your steps/changes? thx for sharing anw
To start is simple: open /usr/share/lipstick-jolla-home-qt5/notifications/NotificationPreview.qml and go to line 177. It says
palette.colorScheme: Theme.colorScheme == Theme.DarkOnLight ? Theme.LightOnDark : Theme.DarkOnLight
I cjanged mine to
palette.colorScheme: Theme.colorScheme == Theme.DarkOnLight ? Theme.LightOnDark : Theme.LightOnDark
That should change the general theme to a dark theme. Then search the same file for ātintā and starting around line 200, you see several lines of code that control the bg color and border color. Experiment based on your preferences ā¦
Note - always make backups and always know how to recover a phone that wonāt boot
That definitely sounds interesting, and Pretty SFOS might be a good place for it. (Iāll make the current projects public if you donāt mind.) My current focus is Whisperfish, though; Iām afraid I wonāt have time for new projects until at least June/July.
@Levone1 (shameless self-advertising) If you want to use Patchmanager instead of changing files directly, you can use https://github.com/ichthyosaurus/sailfish-patch to quickly create and publish patches. Itās also useful for iterative development.
You have been hard at work at them sorry that i wasnāt of any help but surely public should help us! I want use opal-about in my microtube update
Thatās okay, its long-term project with updates and stuff anyway
Thanks - Iāll check it outā¦ Iām notoriously lazy in this area - I just canāt get myself to spend the time at the computer, so I end up just tinkering on the phoneā¦ But every once in a while Iāll bite the bullet and build or port somethingā¦It was the same on Android for years before I moved to SFā¦
Well, we can package your tinkering and its better to keep everything together so that we do not branch into different patches because that would be suboptimal
ok - maybe Iāll have a chance later on to submit some ideas, etcā¦ My first proposal would probably be to eliminate bumpy, noise look from the glas effect, and make it smooth glass. What do you think about that?
I think it would be better to have it with that shader, to keep it consistent
I would love to see your changes in the qml file to have this nice result! I have tried to change a few things based on your post, but I did not see any change.
Kinda funny finding many people asking same things again and again. Pretty Sailfish sounds great. I also asked for making many things configurable, like the top menu could also be brought on display by swipe up instead of swipe down (then obviously the launcher wonāt come up but that might be ok for me but you could also make it appearing by swipe down - or swipe left/right). Also size of text and buttons should be configurable for everyone.
I had such good ux with sf1 and my jolla 1 is still on it, its just faster that any version after 1.7.
Btw cover swipe actions were so pretty and unlike.
For me Sailfish could be not configurable, but I would like to have OS which looks complex. Like Sailfish in version 2 or 3.
Now we have system which looks like proof of concept in every area. In one place text is align to left in other to the right. I donāt think if Jolla has complex vision how SailfishOS should looks like.
The most of this ugly changes coming from OMPā¦
OK. Iāll post itā¦ Donāt have the phone with me atmā¦ Far as I can remember, I just changed the lightondark code, and then changed all other color and tint references to ātransparentā, except for the main one under ārectangleā, which I made her color 121518 and transparency 0.8ā¦