제작파일의 메모리를 줄일 수 있는 기능이 필요합니다. 저 뿐만 아니라 많은 분들도 메모리 사용량으로 인한 어려움이 있을 것 같습니다. 이미지 용량 축소가 아닌 사용하지 않는 코드나 명령어를 삭제하는 기능을 말씀드리는 것입니다.
워치페이스를 편집할 때 배터리 사용량 게이지를 조절하거나 스텝수, 심박수 등을 조절하는 것은 완성도 높은 디자인을 하는 것에 도움이 된다.
이왕이면 요일과 월, 일도 게이지가 있어 텍스트 변화에 따른 공간, 크기 등을 예상해 볼 수 있다면 좋겠다.
Yes this is a known issue.
Ron
Samsung Developer releations
The Pro Analog that comes with my Galaxy Watch5 Pro does not have it. It has the graphics for it but does not have the N, S, E, W markings and the pointing arrow does not turn when I change direction.
I do kind of recall a compass watch face in Tizen based factory installed watch face.
Anyway the issue is that not all Wear3 watches are required to have magnetic sensors so Watch Face Studio can not have a tag for something that may not be on all watches and it that data is shared.
I hope that makes sense
Ron
Samsung Developer Relations
The Pro Analog that comes with my Galaxy Watch5 Pro does not have it. It has the graphics for it but does not have the N, S, E, W markings and the pointing arrow does not turn when I change direction.
I do kind of recall a compass watch face in Tizen based factory installed watch face.
It does have it. I have it on my watch right now, it just needs to be turned on in the customization. You can see it in this video here: https://www.youtube.com/watch?v=syHqquGXVJ0
Hopefully in the future the dev team can implement version/feature specific tags.
Can we have boolean TAG for daytime like [IS_DAY] or array of different time of day
Add an alternative tag for timezone or allow the existing tag [TMZN_OFS] to be used with Relational operators.
Eg:- These is not working as of now
(([TMZN_OFS]) < 5)
(([TMZN_OFS]) < 5:30)
(([TMZN_OFS]) == 5:30)
Only the double equal symbol on single digits work (([TMZN_OFS]) == 5) . If the timezone was 5:30 or anything that ends with :30, then it woul’nt work
You can give 5 for +5, 5.5 for +5:30, 5.75 for +5:45, -5 for -5 etc as an alternative
We have a feature request “if Samsung” allow this
Thanks for the info on the index.
Ron
Day night is a Weather factor it changes with where you are in the world it is not a time factor.
Adding Weather API is already a feature request
Ron
Samsung Developer Relations
I think it is because TMZN_OFS returns a string not a number.
You can report this as a bug if you feel it is a bug.
Ron
Samsung Developer Relations
I don’t think it’s a bug. As a String, it does its job.
But if we had one that returns number, we could do better operations on that tag. It would be a simple change(just return number instead of string Eg:- 5 for “+5”, 5.5 for “+5:30”, 5.75 for “+5:45”, -5 for “-5” etc) on the Watch Face studio app, but a big advantage for us watch face developers.
Hope I am making sense and can be implemented.
I understand what you want and agree it could be useful.
Ron
I can’t seem to find this request, but if I’m wrong, I’m sorry. For the monochromatic image complication, I’d like to be able to manage the image size and the overall complication size separately. In this way, I can add a complication with a big touch area and a smaller image, to better fit it in the UI withouth decreasing the usability. Thanks!
Edit: the feature is already there, while it wasn’t available in v1.13, which I’m using. Sorry!
WFS already allows you to do this.
You can resize the complication area without resizing the icon.
- The ability to choose themes for text, not just for an image.
- The ability to display sleep duration. And other functions that work on standard Samsung watch faces. (If this doesn’t work on other brands, provide a warning or make it so they only work on Samsung).
- The ability to create a theme for the entire watch face, with a complete design change of the watch face for each theme in the group.
- The ability to create a text change with a set time (something similar to animation but only for text).
- Automatic change of the time system (12-hour and 24-hour) depending on the system values.
- The ability to display sleep duration. And other functions that work on standard Samsung watch faces. (If this doesn’t work on other brands, provide a warning or make it so they only work on Samsung).
This is something you will need to do with Android Studio for now maybe in the future.
- The ability to create a theme for the entire watch face, with a complete design change of the watch face for each theme in the group.
The issue here is the memory and number of complications limitations by Google Play Policy.
- The ability to create a text change with a set time (something similar to animation but only for text).
There is several ways you can do something like this now but I’d need to have specifics because of the start and stop times would be time related. But if you want at watch start for example I can suggest this.
- Automatic change of the time system (12-hour and 24-hour) depending on the system values.
There are two ways you can do this now. Tags and Conditional lines
Ron
Samsung Developer Relations
It would be very useful if we could have a more direct access to some standard apps features, like calendar events, timer, alarms, also outside of complications…
As an example, I would like some more granular control over how I display my next calendar event on the watch face. At the moment the “next event” complication only displays something on top of the slot bound, independently on the text and title, so formatting font and size is impossible.
If we could instead access the next event time, and next event name via Tags, it would allow to design a watch face with that feature properly integrated in the style of the watch face.
For timer and alarms instead we could for example display countdowns/progress bars directly on the watch face.
There are already tags for much less useful things, like the moon phase. Why not for these other common functionalities?
Two Reasons
- Because WFS is designed for all watches and not just Samsung it does not know if these items are available to other watch brands or versions that run Wear OS 4
- How tags work are because of an “API” application programming interface that is provided by the application for 3rd party software to use. There is no way to know if any applications would provide that or if it would be stable and not change with each update.
If the app did have an public API then app developers on the other hand can have an if or type of situation they can say if the app isn’t installed give the user the option to install it, use something else or just be dormant. Currently this is not in the scope of a Watch Face app nor Google Watch Face Guidelines. But it may be at some point in time.
Some third party watch face apps use a paired mobile device to control these things and preinstalled watch faces are device specific so they also may have more activities that they can directly access.
Ron
Samsung Developer Relations
I saw a request in an old post about svg file support, is this in the making?
It was in a one versions but was too buggy so they removed it.
I believe it is only GIF and Webp now
Ron
Samsung Developer Relations