Skip to content

Releases: mtrewartha/positional

Positional v3.1.3

27 Oct 03:51
v3.1.3
a774c8d

Choose a tag to compare

What's Changed

  • Compile for and target Android 16

New Contributors

Full Changelog: v3.1.2...v3.1.3

Positional v3.1.2

15 Oct 00:42
2b3de0e

Choose a tag to compare

  • Smaller app size (thanks for the heads up, @Bobbydew1!)
  • Performance improvements

Positional v3.1.1

14 Jan 05:36
v3.1.1
2242d74

Choose a tag to compare

  • Fixed a crash that could occur when tapping away from the Location tab when permission hadn't been granted
  • Removed the erroneous phone permission

Positional v3.1.0

07 Jan 05:24
v3.1.0
3b5371d

Choose a tag to compare

  • Added configurable vibrations when the compass crosses north (#27 )

Positional v3.0.7

09 Dec 18:57
v3.0.7
579b3d6

Choose a tag to compare

  • Fixed: When a given location/date combination doesn't have a solar time, the app will now properly indicate that instead of crashing.
  • Fixed: When a device should have Google Play Services available but the Location API/service is unavailable for whatever reason, the app now falls back to using vanilla Android location

Positional v3.0.6

04 Dec 05:59
v3.0.6
18f11f1

Choose a tag to compare

  • Compass stability improvements
  • Added license button to Settings

Positional v3.0.5

03 Dec 19:13
v3.0.5
2c3db44

Choose a tag to compare

  • Fixed the crashes on the Compass screen and added in some code to help me find the root cause
  • Compass can now show magnetic north even if it was unable to get a declination to determine true north

Positional v3.0.4

03 Dec 03:22
v3.0.4
a0a67e4

Choose a tag to compare

I've hopefully fixed a crash some users were experiencing on the Compass screen. If I see more crashes I'll take another look, but please feel free to get in touch if you notice anything!

Positional v3.0.3

01 Dec 05:44
v3.0.3
92830ec

Choose a tag to compare

  • Bottom navigation items (Location, Compass, Sun, and Settings) are no longer added to the back stack every time you navigate to them. When you navigate back from one of these screens, it will always leave the app.
  • All of the help/info bottom sheets have been transitioned to screens.

Positional v3.0.2

29 Nov 03:54
v3.0.2
3b04741

Choose a tag to compare

Magnetic declination is now properly accounted for in the Compass. Thanks for pointing this out, Richard!