ZoLArk173

Results 10 comments of ZoLArk173

I think it is time to upload to the official store after #5 merges to main branch. I will do some research.

It seems like it need to provide some information to submit the app. [Submit an application | Zepp OS Developers Documents](https://docs.zepp.com/docs/distribute/) Preparation Items | Description -- | -- Country and...

> Where do you live? I live in Taiwan. I have ask some people about Work Statement, we can simply reference to this repo. I might polish the code recently...

Actually, as long as user doesn't reset the watch, it will sync back to the new phone. But it is good to have some sort of backup/restore feature.

Since the repo is licensed under MIT license, @manujedi you may submit to store as you want. I have take a look your repo, it looks completely different. Thanks for...

I am trying to automate the building process, but I encountered some problem. Thus, it might take a while for me to figure it out. Other than that, I think...

Sorry for the late reply. The input URI must follow this format: ``` otpauth://totp/{ACCOUNT_NAME}?secret={SECRET}&issuer={ISSUER} ``` I agree it's far from ideal and could definitely be improved.

May I ask what happens after you add the code? Are you unable to add a new entry in the app, or does the watch just show a black screen?...

After some experimentation, I found that I also can't import the Amazon TOTP. I'll take a closer look at the code generation logic.

I noticed that the `base32tohex` function was producing a 65-character hex string, which is unusual since normally 1 byte should map to 2 hex characters. After rewriting the function, the...