Skip to content

Releases: mozilla/MozStumbler

Mozilla Stumbler v1.7.11

01 Apr 18:07
Compare
Choose a tag to compare
  • Fix for follow mode when rotating the display #1606
  • Fix for MapView so that you can view the MapFragment in AndroidStudio #1607
  • Crash fix when MLS locations are enabled #1603
  • Passive location listener added to the MapView

Translation updates:

Libstumbler is now tagged with a version code and the build has been updated to enable uploads into JCenter.

Contributions by: @cascheberg, @petercpg , @garvankeeley , @crankycoder

Mozilla Stumbler v1.7.10

25 Mar 14:55
Compare
Choose a tag to compare
  • Tuned the network location listener some more for cell only locations
  • Dropped Proguard optimsations entirely
  • Internal changes to scheduling uploads

Mozilla Stumbler v1.7.9

25 Mar 01:33
Compare
Choose a tag to compare
  • Hotfix for crashes related to Proguard breaking enums.

kirk-khan-shout

Mozilla Stumbler v1.7.7

11 Mar 15:49
Compare
Choose a tag to compare
  • Fixes to the geolocate call to work around a server bug which caused cell-only location fixes to return geo-ip results which are very poor.
  • Translation fixes!
  • Minor clarifications on some labels in the UI
  • Lots of little patches to how scanning operates
  • Zoom button fixes

Shout out to @cascheberg for contributing so many fixes.

Contributions by: @asteko, @cascheberg , @petercpg

Mozilla Stumbler v1.7.6

10 Mar 13:48
Compare
Choose a tag to compare

A regression in 1.7.5 where the notification would not clear properly has been fixed.

Mozilla Stumbler v1.7.5

09 Mar 18:37
Compare
Choose a tag to compare
  • Bug fixes to the Metrics updates in both the main UI and the notification pull down.
  • Switched to the new crash log server

Mozilla Stumbler v1.7.4

04 Mar 05:21
Compare
Choose a tag to compare
  • Minor permissions fix to the upload alarm scheduling - this mostly affects cyanogenmod users.
  • White listed known 'good' devices for the signficant motion sensor.

This release is also available on Google Playstore and F-Droid.

Mozilla Stumbler v1.7.3

03 Mar 15:09
Compare
Choose a tag to compare

This fixes a crash related to acquiring network permission in the motion sensor code. For some reason, this crashes pretty consistently on some users with Cyanogenmod. Not sure if this is because of a bug in a CM build or if it's people just disabling the permission.

Mozilla Stumbler v1.7.2

27 Feb 15:59
Compare
Choose a tag to compare

Hot fix for crashes in Turkish translations and the Motion Sensor code in v1.7.1

Mozilla Stumbler v1.7.1

26 Feb 23:58
Compare
Choose a tag to compare

Changes since 1.7.0:

  • Upgraded to geolocate and geosubmit APIs in ichnaea
  • Added rolling average calculation to standard accelerometer based
    motion detection
  • Bug fixes for ASU vs signal strength collection
  • Redesigned metrics for better performance.
  • Lower memory requirements when creating upload bundles. This should help with older devices like the Nexus S.
  • Upload service is no longer marked as 'sticky'
  • Synchronization fix for DynamicProxies. This caused a variety of
    application crashes and misbehavior.
  • Turkish localisation
  • Reworked simulation code to prevent crashes in libstumbler

Contributions by : @garvankeeley, @crankycoder, @asteko