Universal Launcher New Generation [2.3 and above]

@kawaxa What am I supposed to do with such a comment ? What is your issue ?

3 Likes

Great work. Is there any link to download the watchface folder zip as shown in video? Thanks

Hello Eric Crochemore!

Are you working on activating Phone/Device/Tasker tags or its impossible to port on Full Android Watches?
Can I somehow make work buttons to open watch apps? Like maps or settings…

Would it be possible for the Double Tap ā€œchange watch faceā€, To have another option for a 2 finger double tap?

I like the double tap for changing watch faces, but i often accidentally bring it up when trying to swipe quickly. Or when trying to prevent the screen from going to sleep. When it auto-dims.
I think most if not all of these watches support multi-touch.
Or double tap then hold. So hold for a couple seconds on the second tap.

1 Like

Version 3.0 published :

  • added support of temperature unit on clockskin format (arraytype 1011)
  • support of 64bits library added
  • clockskin bugs solved
  • watchmaker bugs solved
5 Likes

Fantastic news eric . Thankyou as always :+1:

2 Likes

Wow, thats great! Now we can create faces that can switch between °C and °F! Let’s go for it! Thank you, Eric!!!:+1:

2 Likes

thanks. thats great!

1 Like

Thanks , @Eric_Crochemore we are thankful that you are constantly improving app.
Warm regards

1 Like

Awesome, I’d be using wearOS if it wasn’t for your awesome launcher

@Eric_Crochemore
Got a bug, but i’m not sure if it’s a UL bug or just how watch-faces are handled.
In this watch face. When going from 11:00, to 12:00, to 01:00, they don’t function properly if i don’t set the watch to 24 hour mode in the Date & time settings.

For example, in the light rose face, at 12:00 only the top rose should be light. All the others should be deep red. At 1:00, the top and 1 o’clock rose should be light.

These use a 12 hour digital indicator layer.
However if the watch is set to 12 hour mode, at 12:00, all the roses are light.

It’s a of a problem for people who use strictly 12h time modes to have to switch to a 24h mode just for a single watch face.

There’s a hidden feature that could solve the issue : you can force the hour format like this.
Add the ā€œhourFormatā€ element in the related drawable using one of those values ā€œ0-11ā€ ā€œ1-12ā€ ā€œ0-23ā€ ā€œ1-24ā€.
For example :

<drawable>
    <name>digital1.xml</name>
    <arraytype>7</arraytype>
    <centerX>-200</centerX>
    <centerY>0</centerY>
    <hourFormat>0-23</hourFormat>
</drawable>
2 Likes

That’s nice. I didn’t noticed…:+1:

That’s why i called it ā€œhiddenā€ … :smile:

That’s a good point!:rofl::rofl::rofl:

Took me a while to figure it out, but i got it!
Had to use 0-11 on digital1 and digital2. i forgot to use it on digital2 so it kept funking out on me. But yeah i got it now. :slight_smile:

Thank you!

1 Like

Thanks, it worked. The one thing that I cannot make it work is to display the Heart Rate. I’ll continue trying things.

If you have a watch face that shows the heart rate and you have activated the heart rate in menu in UL there is no reason why it shouldnt work at all .

I have an Microwear H1. The heart rate feature works fine in the build-in smartwatch software, but in UL skins it always shows 0 BPM. Of course I activated the heart rate in the menu in UL, and in settings.

Did you restart the launcher?