Skip to content

Releases: anevero/sms_my_gps

v3.4.8

27 Mar 08:18
bf1877a
Compare
Choose a tag to compare

Changelog:

  • Update app dependencies (including Google Location Services module).

v3.4.7

29 Dec 09:54
25433ad
Compare
Choose a tag to compare

Changelog:

  • Add the option to manually switch the app's theme.

v3.4.5

29 Oct 19:35
c15ade9
Compare
Choose a tag to compare

Changelog:

  • Enable the option to automatically run the service on device startup.

v3.4.4

28 Oct 18:33
d087e0a
Compare
Choose a tag to compare

Changelog:

  • Options connected with Google Location Services are now disabled on systems without Google Play Services installed.
  • Network location provider has been added (not enabled by default, but available in the Settings).

v3.4.2

26 Oct 18:02
4fdc82e
Compare
Choose a tag to compare

WARNING: all the existing data will be erased after installing this update because of some changes in the data format.

Changelog:

  • Many things connected with app settings have been rewritten. A completely new Settings activity has been implemented.
  • An option to request location several times to improve its accuracy has been added.
  • Message format has been updated (cosmetic changes).
  • Some internal changes in the classes structure.

v3.3.0

21 Oct 17:17
fa8b30d
Compare
Choose a tag to compare

WARNING: you need to remove the old version of the app before installing this one because of some critical changes in the package structure.

Changelog:

  • Settings activity, which allows choosing the location providers (Google Location Services, system GPS), has been added. Last known location checkbox has been moved to it.
  • Additional checks to prevent adding the same number several times have been implemented.
  • Full message match is no more required (the app works with prefixes again).
  • Some internal changes (like renaming the package, rewriting class working with preferences, changing internal data format).

v3.2.2

09 Oct 17:53
611689b
Compare
Choose a tag to compare

Changelog:

  • Full message match is now required (instead of "starts with").
  • Some FAQs have been updated.

v3.2.1

07 Oct 11:09
40a6941
Compare
Choose a tag to compare

Changelog:

  • Fix a bug with sending current location (last known location was always used instead of it).
  • Fix a broken Google Maps link (it worked only in some cases).

v3.2.0

05 Oct 15:27
4f78c5e
Compare
Choose a tag to compare

Changelog:

  • All the logic connected with listening to SMS broadcasts and sending the location has been moved to the foreground service to ensure that the application works properly in the background mode.

v3.1.0

01 Oct 14:35
5bb6fac
Compare
Choose a tag to compare

Changelog:

  • App's architecture has been updated (dialogs hasve been replaced by activities)
  • 'Edit item' UI has been improved
  • Contact picker feature has been added