Release Notes
Document contains release notes for the BlueFletch Playbook Agent application.
Package: com.bluefletch.go
Binaries can be found on the BlueFletch Portal Downloads page.
Release 3.6.7
Released February 15, 2023
Highlights
Updates to support Android 11 file permission changes and logic for using the Key Management token.
Details
- Updated the build gradle files for Android 11 libraries.
- Updated the download filepaths to not rely on external storage if Android OS is less than version R.
- Migrated the project to use AndroidX libraries.
- Added intent extras support.
- Updated the ActionDownload and ActionInstall logic to use the API Key in request headers.
- Updated to use the Key Management library, producing public key and generating device token which is supplied to all headers for data services requests.
- Updated the device token set to refresh at interval supplied by organization settings. When Key Management is not used, Playbook Agent uses the organization API Key.
- Updated the Request PlaybookService to refresh the device token to ensure public key is up to date when the service starts.
- Updated the project for new Android SDK version.
- Fixed the logic to get the host URL from preference manager.
- Fixed the Organization Configuration logic to check for null values and empty strings.
- Updated the Download Helper to use device Id in request header.
- Updated the install download file name to include the package name.
- Updated project to use the new Agent Updater application.
- Removed the EMDK Jar from the project.
- Added additional application logging.
Release 3.5.21
Released February 7, 2022
Highlights
Updates to the underlying libraries and support binaries.
Details
- Updated the Support library AAR and EMS exception handler AAR to newer versions.
- Added the Device ID application version 1.4.1 to Playbook application.
- Re-implemented a platform method to execute Zebra platform XMLs.
Release 3.5.18
Released September 1, 2021
Highlights
Initial Support for Honeywell devices, various fixes, and additional integration points with Platform Services. Updated Device Id application support.
Details
- Added EMS exception handler library to report errors to Support Dashboard.
- Added logic to give Playbook System Alert window access, so that it can properly start applications on Android 10. Also, change the intent start for Device id.
- Implemented upgrade and isntall interaction with platformservice.
- Changed package name lookup to be more specific.
- Added Methods to indicate if the Device has Playbook interaction support.
- Updated Playbook to use new device Id apk for Honeywell.
- Updated underlying support libraries.
- Updated builds to use latest support library that fixes Android 10 log reporting via device Id.
Release 3.4.2
Released December 10, 2020
Highlights
Support for Android 10.
Details
- New German string translations.
- Android 10 Device Id and ability to read SD Card
Release 3.3.10
Released November 2020
Highlights
Changed Sync during device cradle processing, and fixed reboot issues.
Details
- Internationalization for Playbook
- Update german translations from review
- Remove Protected List info from Uninstall
- Logic to track the Last Play to cause a reboot
- Fixed Play Reboot on install flag
- Refactored the reboot compliance checking
- Added Try / Catch handler around get Platform logic, as sometimes EMDK class not loaded
- Version compliance check change for package uninstall
- Set Alarm to Poll only during device Cradle. If the Scheduled alarm fires, ie every 2 hours, then only do the sync if the device is cradled. Based on the Org setting
- Fix emass to ems and add disable lint check for all translations
- The Org Settings are in SECONDS, not Minutes. thus need to covert the value to milliseconds
- Changed how Alarm Job Service works. If cradled and option for only poll on cradle, then create a foreground service to track disconnect and to do the alarm
- More Logging. Little wait when closing the Foreground service to allow proper job scheduling to be set
- Update Support Lib Version
- Changed the code for testing if service is running. previous code was deprecated
- Logic to test if charging via USB, and if lose USB connection, wait to see if fixes self
- Wait for 2 seconds then retest charge status
- More logging and additional testing to ensure service is running during job cradle
- Reset the Notification message after processing completion while device cradled
Release 3.3.0
Released September 17, 2020
Highlights
Support StageNow XML processing and fix for EMM processing of Managed Configuration of Deployment Group.
Details
- Allow for processing StageNow XML
- Support for Play versioning, compares the LAST compliant version with the Play/action version, if different, will apply the play,
- Set the play version and display in the ui
- Fix for EMM processing, if the application is currently enrolled in a Deployment Group, then Managed configuration changes are ignored
Release 3.1.7
Released August 24, 2020
Highlights
Additional changes to support EMM Registration
Details
- Package version comparion updates for packages that do not follow semantic versioning
- Datawedge file updated for new Package names
- EMM Registration UI
- Menu option to submit logs
Release 3.1.2
Released August 21, 2020
Highlights
Additional changes for EMM Registration Support
Details
- Various bug fixes
- Update logic to Close the Application on EMM Setup Action, if the device is already registered in the Organization and the device is being moved to another policy
- Allow for registration via scan code during EMM setup
- Added Global Error handler
Release 3.0.2
Released August 20, 2020
Highlights
Support for new versions of Android and allow registrations by Org Id. Additional Device state information sent to server.
Details
- added foreground permissions
- If the Package Version of the PLAY is less than currently installed and the FORCE flag is false, then do not download
- If the File already exist on the system, then do not download
- Refactor Package Names. Change application name. EMM version do not auto update. Updated support library. Updated barcode scanner library. Fixed null pointer
- Registration by Organization Id and Deployment Group Id within managed configuration settings.
- Whenever an update is sent to server, send the PlayState.
- If there is a configuration object, and no overrides, then use the data from configuration to set the Override
- Ensure during Application overinstall that the default configurations are not wiping out registered information
- Changes to the Alarm reciever for Android 9+
- For each API request, add additional device information
- Changed how files are shared on BASE android device
Release 2.3.1
Released January 31, 2020
Highlights
Refreshed Icons and checksum of download files.
Details
- Updated the app icon
- Clean up downloaded files
- Updated directories, and more clean up logic
- Added logic to check sum files prior to moving to correct location
Release 2.1.2
Released October 9, 2019
Highlights
Changes to support Android Oreo, moving from Receivers to Services, along with using Job Scheduler. Some file processing fixes.
Details
- Updated to new support tool lib
- Fixed downloads if file is the same. Debug logging
- Initial work to move Playbook to service for receiver
- init changes for Notifications per foreground service and the new job scheduler
- Scheduling via Job Scheduler
- Added logic to receive a Message from EMS Messaging system
Release 2.1.1
Released September 29, 2019
Highlights
Icon update with Fixes during Un-registering of device.
Details
- Set the version code when un-register successful
- Changed icon for playbook
- Updated the libs.json