What's Changed
- Android 13 notification changes + target by @jpelgrom in #2682
- Add notify command for app-lock by @RoboMagus in #2868
- Use compressed entity changes for device controls by @jpelgrom in #2942
- Update filter in Manage Sensors to all/enabled/disabled by @jpelgrom in #2950
- Clean up spacing in BLE transmitter description by @dshokouhi in #2952
- Add permissions requests to wear OS sensors and add network sensors by @dshokouhi in #2956
- Don't use a hardcoded list of apps for Wear OS detection by @jpelgrom in #2958
- Update deprecated onBackPressed, support predictive back gesture by @jpelgrom in #2959
- Add a screen off timeout sensor and command for control by @dshokouhi in #2960
- Fix permission requests for beacon monitor by @dshokouhi in #2964
- Improve settings when using Home Assistant Cloud by @jpelgrom in #2965
- Show settings chip while loading Wear app by @jpelgrom in #2968
- Bump gradle from 7.3.0 to 7.3.1 by @dependabot in #2967
- Bump com.github.ben-manes.versions from 0.42.0 to 0.43.0 by @dependabot in #2971
- Bump actions/setup-java from 3.5.1 to 3.6.0 by @dependabot in #2975
- Breaking Change: Fix mobile data roaming sensor after target SDK change by @dshokouhi in #2978
- Settings activity app lock by @RoboMagus in #2926
- Bump iconics-compose from 5.3.4 to 5.4.0 by @dependabot in #2943
- Add On Body sensor for Wear OS by @dshokouhi in #2961
- Bump iconics-core from 5.3.4 to 5.4.0 by @dependabot in #2945
- Bump community-material-typeface from 6.4.95.0-kotlin to 7.0.96.0-kotlin by @dependabot in #2944
- Support zone name only location tracking by @jpelgrom in #2969
- Tweak onboarding design to be more unified by @jpelgrom in #2979
- Add more Wear OS sensors by @dshokouhi in #2981
- Change log 10/21 by @dshokouhi in #2983
- Improve monochrome icon by @Dubzer in #2980
- Convert Play tasks to coroutines by @NotWoods in #2962
- Add previews to Wear OS compose and sort sensor by name by @dshokouhi in #2984
- Make more onboarding screens scrollable by @jpelgrom in #2987
- Fix navigation bar color on OnboardingActivity by @TylerCarberry in #2988
- Revert/set force dark again for webview by @jpelgrom in #2989
- Remove dependency that caused beta to fail to publish. by @JBassett in #2991
- Add Wet Mode Sensor by @SkechyWolf in #2994
- Bump bruceadams/get-release from 1.2.3 to 1.3.1 by @dependabot in #2996
- Bump sentry-android from 6.5.0 to 6.6.0 by @dependabot in #2998
- Add user activity sensor from health services for Wear OS by @dshokouhi in #2995
- Bump play services location tracking and move away from deprecated methods by @dshokouhi in #2999
- Fix global vars in bedtime and theater mode by @SkechyWolf in #3001
- Add database checks to PR workflow by @jpelgrom in #3000
- Remove unused setters by @NotWoods in #3002
- Set focus for onboarding activity to support rotary input by @StopMotionCuber in #3009
- Bump bruceadams/get-release from 1.3.1 to 1.3.2 by @dependabot in #3004
- Bump reorderable from 0.9.2 to 0.9.4 by @dependabot in #3007
- Add a heart rate sensor to Wear OS by @dshokouhi in #3008
- Bump firebase-appdistribution-gradle from 3.0.3 to 3.1.0 by @dependabot in #3011
- Update change log 10/28 by @dshokouhi in #3013
- Only use internal URL when data is also using Wi-Fi by @jpelgrom in #3015
- Change DocsLink in Wear OS Sensors by @SkechyWolf in #3017
- Catch Geocoder exceptions on Android 13 by @jpelgrom in #3021
- Only resume once for websocket message responses by @jpelgrom in #3023
- Don't check Wifi SSID when home wifi list is empty by @dshokouhi in #3025
- Increase notification video attachment GIF length by @jpelgrom in #3027
- Fix location updates on core <2022.2 by @jpelgrom in #3030
- Don't log full exception with no Wear app installed by @jpelgrom in #3031
- Bump and switch to compose BOM dependency by @dshokouhi in #3028
- Bump accompanist-appcompat-theme from 0.25.1 to 0.27.0 by @dependabot in #2997
- Revert reorderable bump until upstream issue is fixed by @dshokouhi in #3035
- Add caching of favorites in Wear OS, resulting in prettier loading by @mads03dk in #2982
- Add daily floors sensor for Wear OS3 devices by @dshokouhi in #3005
- Track time between hardware sensor updates to restart the listener as needed by @dshokouhi in #3026
- Remove unneeded kotlin option by @dshokouhi in #3039
- Add missing boot completed permission for Wear OS by @dshokouhi in #3042
- Catch exceptions while sending websocket messages by @jpelgrom in #3046
- Remove quick bar deprecation comment by @chriss158 in #3052
- Bump jackson-module-kotlin from 2.13.4 to 2.14.0 by @dependabot in #3048
- Bump sentry-android from 6.6.0 to 6.7.0 by @dependabot in #3049
- Switch from
viewModelScope
tolifecycleScope
for external collections by @dshokouhi in #3045 - Add Daily Calories, Distance and Steps sensors for health services by @dshokouhi in #3054
- Bump location dependency by @dshokouhi in #3056
- Bump reorderable from 0.9.2 to 0.9.5 by @dependabot in #3055
- Update change log week of 11/11 by @dshokouhi in #3058
- Make active websocket message tracking thread-safe by @jpelgrom in #3061
- Revert jackson-module-kotlin bump to fix compatibility on older Android version by @jpelgrom in #3077
- Store health services updates and send them with worker updates by @dshokouhi in #3076
- Bump hilt-android-gradle-plugin from 2.44 to 2.44.2 by @dependabot in #3070
- Bump hilt-android-compiler from 2.44 to 2.44.2 by @dependabot in #3072
- Bump com.github.ben-manes.versions from 0.43.0 to 0.44.0 by @dependabot in #3068
- Bump hilt-android from 2.44 to 2.44.2 by @dependabot in #3071
- Add proper device class for daily distance sensor on Wear OS3 by @dshokouhi in #3079
- Update and fix in-app language picker by @jpelgrom in #3080
- Skip heart rate value updates when below 0 by @dshokouhi in #3081
- Bump reorderable from 0.9.5 to 0.9.6 by @dependabot in #3064
- Reduce usage of job scheduling to avoid throttling by @dshokouhi in #3087
- Bump firebase-appdistribution-gradle from 3.1.0 to 3.1.1 by @dependabot in #3082
- Bump accompanist-appcompat-theme from 0.27.0 to 0.27.1 by @dependabot in #3085
- Bump sentry-android from 6.7.0 to 6.8.0 by @dependabot in #3089
- Update a bunch of Github Actions by @JBassett in #3092
New Contributors
- @Dubzer made their first contribution in #2980
- @TylerCarberry made their first contribution in #2988
- @StopMotionCuber made their first contribution in #3009
- @mads03dk made their first contribution in #2982
Full Changelog: 2022.10.2...2022.11.0