This repository has been archived by the owner on Feb 14, 2019. It is now read-only.
Releases: particle-iot/spark-setup-android
Releases · particle-iot/spark-setup-android
v0.6.3
v0.6.2
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
- Code Refactoring - exporting tasks and steps to separate classes, removing dependencies and public access where it isn't needed.
- Updating Android & Cloudsdk libraries
- Initial test flow - tests go through setup flow automatically, minimal amount of assertions and mocks added, environment ready for further testing.
- Removing retrolambda, native Java 8 support.
- Dependency injection through dagger.
- Moving view bindings to ButterKnife.
- Manifest definitions inside setup library (no need to define in users manifest).
- Replacing X509EncodedKeySpec with implementation from Spongycastle due to "generatePublic()" ParseException in 8.1.
0.4.9
0.4.8
0.4.7
- Adding 'initWithSetupOnly', allows customer to setup WiFi without claiming device.
- Updating Android & Cloudsdk libraries
- Workaround for bug where WiFi scanning requires enabled Location services, user will be alerted to enable location services on Android M and later versions.