Genie
Change Summary
-
Bug Fix: Memory Albums processor did not allow pause/replay for any 'new' items
-
Bug Fix: Multi language expressions for kiosk level languages fail to install on first attempt
-
Implement Marc's list of suggestions from his trip to Calgary early April
-
Show new memory album items after viewing all new messages
-
Optimize/simplify markup for the streaming media viewer and the logic around 'Press > to replay'
-
Pink 'new' indicator now shows correctly for memory album items
-
Wworkflow change : new memory album items after any new messages
-
Fixed several bugs
-
Implemented Marc's observations from his visit to Calgary first week of April
-
Startup: logs Kiosk app version & Windows version from the requesting kiosk, and some of the key startup view models
-
Instructional videos no longer time out due to the Info mode timer
-
Multi Language kiosk views using the database to store expressions
-
Remove the media item base class for now, revisit in future
-
Bug fix - Sending message to contacts using their phonebook
-
New UNCLUTTERED workflow
-
Bug Fixed: Could not initiate a new call using the phone book user selector (Megan)
-
Bug Fixed: User message count was incorrect (Ashley)
-
Changes to resident selection screen for the KM's
-
Added some french translations
-
Changed the order that new messages are displayed in
-
Genie install script now disables the auto update services for Windows
-
after last phone book message, go to next user in phone book
-
Image used for countdowns separate than those used for icons
-
New Messages: icon sizes
-
Cheryl's cosmetic changes - audio media shows image of speaker during play
Abby 2.0
AAT ABBY v22
-
Wednesday February 14, 2024
AAT ABBY v21
-
Wednesday February 14, 2024
Notes
-
Both versions contain Update 7
AAT ABBY v22.1
Notes
-
Implements a new system restart strategy
-
Shuts down ABBY and installs pending updates before each scheduled reboot
-
Update Reporter (in UI folder) needs to be included in the XML provisionary script
-
When running will reside down in the system tray and await MSMQ messages from the Update Installer
-
The Restart Trigger scheduled task triggers the Restart Service which then performs the following tasks:
-
Sends a KillDisplay response to the Display.exe which instructs it to exit itself
-
Runs the Update Installer and sends progress events to the Update Reporter (in system tray)
-
The Update Reporter locks the screen while displaying progress messages on the desktop
-
Applies updates to the Update Installer itself
-
Sends a task completed event to the Update Reporter
-
Proceeds with a system reboot
-
Note: The Update Reporter also provides a right-click context menu giving an Admin the ability to run the Update Installer by itself or force the entire Restart sequence to run
Abby v3.0
Abby v3.0
-
Tuesday August 15, 2023
-
Phidgetless version that works with an arduino game controller
Abby Utilities
Media Uploader
Wednesday November 26, 2023
-
Media Upload utility for Abby playlists
-
Useful when doing extensive file uploads (does not affect performance of Hub API)
-
Excellent tool for grooming Shared Library media
ABBY v21 Migation Tool
Wednesday December 4, 2024
Beacon Monitor
Friday March 3, 2023
Phidget Monitor
Friday March 3, 2023
Unblocking all files in all sub directories under C:\Deployments using Powershell
get-childitem "C:\Deployments" -recurse | unblock-file