Skip to content

Releases: UmerCodez/SensorSpot

v1.12.0

29 Jan 16:40
8d88967

Choose a tag to compare

refactor: Remove and replace deprecated hilt navigation import 3f385e1
build: Raise minSdk to 23 7d70deb
build: Bump materialKolor to 4.1.0 d749750
build: Bump hiltNavigationCompose to 1.3.0 3600bbf
build: Bump navigation-compose to 2.9.7 ebdb366
build: Bump hiltAndroid to 2.59 96cc4d5

v1.11.0

28 Jan 16:29

Choose a tag to compare

feat: Add more details to error sheet content 8f476e9
fix: Catch any type of exception 6271cf7

v1.10.0

12 Jan 16:03

Choose a tag to compare

feat: Add description to EditTextPref a0e3ac4

v1.9.0

09 Dec 16:13

Choose a tag to compare

feat(ui): enhance GpsItem 019837a
feat(ui): enhance SensorItem b905d3c
update app icon f357ed7
build: Downgrade compose to 2025.11.01 342d945
refactor: Simplify NavHost structure in HomeScreen 33ff838

v1.8.0

07 Dec 15:56

Choose a tag to compare

feat: Update app icon 492bb73
feat: allow type field in Json a016a39

v1.7.1

02 Dec 12:50

Choose a tag to compare

Fixed(#10): Override methods for LocationListener 6ee61c2

v1.7.0

28 Nov 16:15

Choose a tag to compare

Changes

  • feat: Change feedback button to issue reporter 85b324b
  • refactor: Rename Util to UtilModule 4349540
  • refactor: Use Hilt to inject SensorPublisher 973e656
  • refactor: use Binds instead of Provides 25c5e35
  • refactor(di): Consolidate repository providers into a single module 6c5045e

v1.6.5

26 Nov 10:36

Choose a tag to compare

Issues Fixed

  • Fixed(#6): Make getSensor return nullable to avoid crash 0babee7

v1.6.4

25 Nov 12:44

Choose a tag to compare

Issues Fixed

Fixed ( #9 ): Defer sensor collection until connectAndPublish() is called 03c55b1

v1.6.3

24 Nov 17:01

Choose a tag to compare

Issues Fixed

Fixed (#6): Prevent crash when unregistering listener for a null sensor 5679442
Fixed (#8): Cancel sensor collection jobs on disconnect or error d862367
Fixed (#8): collect flows in onCreate() 474b902