RecordTheseHands v2.3.11
Release Notes - v2.3.11
Android Application
Technical Changes
- Device ID Generation: Implemented a more robust, unambiguous hex generator
for internal device IDs. - Admin Interface: Hidden advanced settings (Device ID configuration,
"Dismiss Circle" toggle) by default. They can be revealed by tapping the
"Admin Interface" title 5 times. - Server Communication: The app now securely reports the
ANDROID_IDto the
server during login.
Server
Improvements
- Device Tracking:
- The
/register_loginendpoint now stores theandroid_idand maintains a
history of logins per device in a newall/{device_id}sub-collection. - The
/directivesendpoint now logs the requestingdevice_idin the user's
heartbeat data.
- The