Releases: pccr10001/TeslaWearKey
Releases · pccr10001/TeslaWearKey
v1.3.7
Please wipe app's data or remove and reinstall if you have the version older than v1.3.
Release v1.3.7
- App is released on Google Play https://play.google.com/store/apps/details?id=li.power.app.wearos.teslanak
What's Changed
- Update proguard rules
- Fix splash screen to meet WearOS ToC
v1.3.6
Please wipe app's data or remove and reinstall if you have the version older than v1.3.
Release v1.3.6
- App is released on Google Play https://play.google.com/store/apps/details?id=li.power.app.wearos.teslanak
What's Changed
- Restore BC back and disable minifying and proguard to enable BC
v1.3.5
Please wipe app's data or remove and reinstall if you have the version older than v1.3.
Release v1.3.5
- App is released on Google Play https://play.google.com/store/apps/details?id=li.power.app.wearos.teslanak
What's Changed
- Fix BouncyCastle is lost when uploading to Google Play.
v1.3.1
Please wipe app's data or remove and reinstall if you have the version older than v1.3.
Release v1.3.1
- App is released on Google Play https://play.google.com/store/apps/details?id=li.power.app.wearos.teslanak
What's Changed
- Fix splash screen
- Wear OS app quality is so mean.
v1.3
Please wipe app's data or remove and reinstall if you have old version.
Test release v1.3
- Turn on the developer mode on watch by clicking version number 5 times.
- Turn on the debugging mode in "About my watch".
- Turn on and connect to WiFi.
- Go to developer tools and enable ADB debugging and remote debugging.
- In remote debugging menu, go to pairing page and use
adb pair IP:PORT PAIR_CODE
to pair with your watch. - Install APK with
adb install app-release.apk.
What's Changed
- Fix EC key generation
Test release v1.2
Test release v1.2
- Turn on the developer mode on watch by clicking version number 5 times.
- Turn on the debugging mode in "About my watch".
- Turn on and connect to WiFi.
- Go to developer tools and enable ADB debugging and remote debugging.
- In remote debugging menu, go to pairing page and use
adb pair IP:PORT PAIR_CODE
to pair with your watch. - Install APK with
adb install app-release.apk.
What's Changed
- updated readme, iclauncher, code cleanup by @nzjjay in #6
- delete duplicate resources, remove unnecessary libs and code
New Contributors
Full Changelog: v1.1...v1.2
Test release v1.1
Test release v1.1
- Turn on the developer mode on watch by clicking version number 5 times
- Turn on the debugging mode in "About my watch"
- Turn on and connect to WiFi
- Download adb and connect to watch adb connect WATCH_IP:5555
- Install APK adb install app-debug.apk
Changelog
- Update SDK version
Test Release v1
Test release v1
- Turn on the developer mode on watch by clicking version number 5 times
- Turn on the debugging mode in "About my watch"
- Turn on and connect to WiFi
- Download
adb
and connect to watchadb connect WATCH_IP:5555
- Install APK
adb install app-debug.apk