Skip to content

Releases: Ghawken/IndigoPlugin-iFindFriendMini

0.9.6

14 Jun 06:00
Compare
Choose a tag to compare

0.9.6

Fix for apple icloud changes
Appears to correct login issue, with no adverse impact.
(some reports of throttling via others users of pyicloud, but believe cookie handling overcomes)
Removal of Country Code from connection with no adverse effect.
Fix from 0.9.5: Turn off Debugging.

0.9.5

14 Jun 05:55
Compare
Choose a tag to compare

0.9.5

Fix for apple icloud changes
Appears to correct login issue, with no adverse impact.
(some reports of throttling via others users of pyicloud, but believe cookie handling overcomes)
Removal of Country Code from connection with no adverse effect.

0.9.3

20 Oct 02:25
Compare
Choose a tag to compare

0.9.3

Less logging if devices offline - remove startup check hopefully no setup issues

Leaves data intact - deviceLastUpdated == last successful update

When device goes offline- single info line in log only. (should avoid conversion errors)

0.9.0

02 Oct 11:27
Compare
Choose a tag to compare

0.9.0

Fix or offline device label error.

0.8.8

21 Aug 00:58
Compare
Choose a tag to compare

0.8.8

Fix for cosmetic math.cos error

0.8.7

25 Jun 07:21
Compare
Choose a tag to compare

0.8.7

Add Six Maps NSW as option (AU only)
More Null data checks
Few Fixes

0.8.1

07 May 08:45
Compare
Choose a tag to compare

0.8.1

Continues API removal

Zoom for other non-google maps can be any size
Fix for error with first run with new device states
Fix for address not given NoneType error

0.8.0

06 May 07:00
Compare
Choose a tag to compare

New Version 0.8.0

Removes all Google API usage completely

https://github.com/Ghawken/IndigoPlugin-iFindFriendMini/releases

Changes:

Use as Crow-Flies GPS calculation (rather than google calculated road/car travel distance)
Change to travelTime to using adjustable speed to estimate travel time - 16.7 m/s (60km/hr) - plugin config setting to adjust
(Means traveltimes more approximate than before - but on testing seems as good as past results)

Remove API key from Map Image Generation - still using GoogleMaps just not with API key.
This may break on 11th June - may not... if so will deal with it then.

[u]Add new Friend Device States:[/u]
distanceSinceCheck - meters moved since last information received if >100 will redo maps
mapLastUpdated - time of last map generation
otherDistance/homeDistance in meters as crow flies
otherTime/homeTime - calculated travel based on config m/s setting
otherTime/homeTime in seconds currently

Add Action:
Regenerate all Maps

Change to only updating maps when distance travelled > 100meters

Add Additional Map Sources for after 11th June.

Some positives and negatives with each

  • ArcGis World Imagery - Satellite Map Similiar to Google Maps Satellite. No Central Marker possible - add to the control page would be my suggestion
  • ArcGis World 2d
  • ArcGis World Street Map
  • OpenStreetMaps - Good quality street map. Can use markers seperate for each device.

Add Friend Device Options 'Mapping Label' Primarily for OpenStreetMap[
eg. lightblue1 etc
Color and then displayed number
Can label each device with different number.

None of these options easily allow the ALL map including all devices.

Please test and let me know if any issues and will post to Store.

Glenn

0.7.5

06 May 02:42
Compare
Choose a tag to compare

0.7.5

Removes Google API Usage completely

Changes:

  • Use as Crow-Flies GPS calculation

  • Use adjustable speed to estimate travel time - 16.7 m/s (60km/hr) - plugin config setting to adjust
    Means traveltimes more approximate than before - but on testing seems as good as past results

  • Remove API for Map Image Generation - still using GoogleMaps just not with API key

  • [May break on 11th June - may not...]

Add Device States:

  • distanceSinceCheck - meters moved since last information received if >100 will redo maps
  • mapLastUpdated - time of last map generation
  • otherDistance/homeDistance in meters as crow flies
  • otherTime/homeTime - calculated travel based on config m/s setting
  • otherTime/homeTime in seconds currently

Add Action:

  • Regenerate all Maps

0.9.8

15 Jun 06:56
Compare
Choose a tag to compare

0.9.8

Attempt to fix old mac connection issues .... guess only...