Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
remove unused import statement,
Remove Cypto Libraries; Enables ongoing support for OSX moving forward (removes support for old OSX versions)
Finalise Two Factor Authenication support
Ideally better to have this disabled for account using FindFriends as per instructions.
This version adds support for accounts with 2FA enabled.   Enables Plugin Config support for code entry etc.
Issue still will be frequency of emails regarding login (apparently still happening for some), and time frame when renewal will be required.
Add Trigger, triggered when 2FA code expires

Adds Own Devices Indigo Device - eg. This account Devices - in cases wish to locate specific devices.
These devices are not included currently in the Geofence calculations
  • Loading branch information
Ghawken committed Jun 14, 2021
1 parent c0ec322 commit 2c833c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iFindFriendsMini.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>1.2.1</string>
<string>1.2.2</string>
<key>ServerApiVersion</key>
<string>2.0</string>
<key>CFBundleDisplayName</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import sys
import math

import OpenSSL
#import OpenSSL
import WazeRouteCalculator

import time as t
Expand Down

0 comments on commit 2c833c7

Please sign in to comment.