Releases: mozilla/MozStumbler
Mozilla Stumbler v1.3.0
An update to fix some pressing issues from the initial play store release:
- Update to our new 3-part version numbering (from 4)
- Various NPE errors reported from play store
- @cascheberg Fix manifest to allow play store installs with no-cell devices.
- @rodmoreno updated translations
- @mishari add hotspot to block list
- @cascheberg translations and fix bug in metrics last upload time label updating
Version corrections
We had a minor versioning error on the 1.0 release and tagged the '1.0.0.0' release as v0.102.0.0 in git.
This release just lines up the tags and versions properly. The only change beyond the 1.0 codebase is that we have Spanish translations from @rodmoreno.
This release also modifies the build to properly support F-Droid so that we can do synchronized releases across Google Play, Github and F-Droid.
MozStumbler v0.102.0.0
Fix points not drawing while GPS follow mode on
Fix redraw on zoom issues
@Djfe German translations
Includes previous Tablet fix for wifi-only scanning
Changes to updater code to look for github latest release instead of VERSION file.
Tablet fixes mostly
- Minor tweaks to local caching
- Tablets with no cellular hardware should no longer crash
MozStumbler v0.99.0.0
This is the last release before the play store (we think!), which will be 1.0.
We changed the signing key for the binary, so the auto-update won't auto-update. Builds <1.0 from github will need to be uninstalled before installing 1.0 or higher. This only needs to happen once, after that, the updater will work as normal.
#1089: Greater minimum zoom on screens <500px wide
#1121: Crash in showing MLS locations
#1103: added more logging on 400 errors to catch why we are getting 400 errors
Various work to improve the Log activity for better logging.
More work on OSMDroid related to memory reduction and coverage tile expiry
v0.42.0.0
- Layout fixes
- Zoom in / Zoom out has been fixed so that tiles are always force loaded. This now causes a 'blanking' effect on zoom when tiles are initially loaded.
- Misc networking optimisations
Contributions by @cascheberg, @Djfe, @narfg
Re-enable crash logs
We accidentally disabled crash logs in v0.41.0.0.
This release is identical code, but with proper API keys to capture crash logs if they are enabled.
MozStumbler v0.41.0.0
Changes:
-Improve performance of map with large numbers of data points (should handle thousands comfortably) by downsampling the points drawn at each zoom level
-Delete stumble data on 400 errors only
-@piotrdrag Updated Polish translation
-#1039 reduce collection rate, changed 10m->30m and 1s->2s
-@cascheberg Display visible GPS satellites
-@cascheberg About activity cleanup
-@cascheberg Fix observations display
-@cascheberg Fix map resolution info text
-@cascheberg Reporter sends bundles to ObservedLocationsReceiver (and fix Airplane mode)
-#883 add privacy policy to about screen
-@rodmoreno Update spanish translation
-Fix toolbar not undimming on start
-#1027: string changes: Sent (all time) -> All Sessions
-#1023 - Battery low crash fix: Failing to check for null service
-@petercpg Massive update zh-TW localization
v0.40.4.0
Crash fixes based on crash reports.
@garvankeeley did bad merges. bad @garvankeeley.
Thanks @cascheberg for not breaking things.
Fixes for:
#943
#958
#975
#1006
#993
#981
#982
#980
Toggles in the developer options to set map resolution.
Fixes based on early feedback from v0.40.0.0
This release includes patches to resolve issues that have come up since the v0.40.0.0 release.
- Crash reports are now sent for any errors thrown by the application. You can disable these in the developer settings, but they are currently defaulted to enabled while we work out the kinks in the stumbler. The 1.0 release will force this to be disabled by default (#972)
- Changes to fix bugs related to activity lifecycle when the stumbler is under memory pressure
- Tiles are stored in a cache directory now to clear automatically when under storage pressure
Contributions by : @cascheberg and the usual suspects