Releases: awareframework/aware-client
Releases · awareframework/aware-client
Release list
4.7.3.beta
What's Changed
- Ems schedule by @tinazhang128 in #3
- Delete local.properties by @tinazhang128 in #5
- Ems schedule to beta by @tinazhang128 in #4
- Update beta by @tinazhang128 in #8
- APK file updated. by @tinazhang128 in #9
- 4.1.1.light bundle by @tinazhang128 in #10
- Minor change: email -> identifier by @tinazhang128 in #13
- 4-1-2 light bundle by @tinazhang128 in #12
- Bug fixed: screen reader table needs longtext rather than text by @tinazhang128 in #14
- 4.1.2.light.bundle by @tinazhang128 in #15
- 4.1.3.light.bundle by @tinazhang128 in #19
- Fix screentext (#32) and crash (#34) on accessibility enable by @EcZww in #36
- Fix/Issue on can not commit screenText data into database by @EcZww in #38
- Feature/database file export by @EcZww in #39
- Fix: question title display by @BinLiang-Eric in #42
- 4.4.1.beta/screenshot_capture by @EcZww in #40
- Feature/screenshot application name field (4.5.2.beta) by @EcZww in #43
- Feat/replace esm queue by @BinLiang-Eric in #45
- Fix/random esm repeat bug by @BinLiang-Eric in #46
- Feature/plugin integration by @EcZww in #51
- Add note function by @BinLiang-Eric in #52
- fix error on parsing esm config by @EcZww in #54
- add data column to record connection status of bth device by @BinLiang-Eric in #58
- CI: Add tag-triggered GitHub Actions release workflow by @EcZww in #65
New Contributors
Full Changelog: https://github.com/awareframework/aware-client/commits/4.7.3.beta
4.2.1.light.bundle
- Renamed "AWARE-Light" to "AWARE" across the project.
- Added functionality to capture and sync screenshots with a remote database.
- Introduced a feature for creating and syncing notes to a remote database.
- Removed unused submodules from .gitmodules
- Performance issues in ESM (Experience Sampling Method) notifications.
- Logic for Screen Reader functionality.
- Enabled the Noise Sensor for capturing ambient noise data.
- Integrated the Open Weather Sensor for weather-related data collection.
4.1.6.light.bundle
- A crash that occurred when enabling accessibility before starting a study has been fixed.
- The screen text sensor now correctly collects duplicate text when the foreground app changes, ensuring that screen text is captured during app switches, home screen access, and notification checks.
- Fix display issues: long question titles can be displayed completely.
- Fix the ESM queue logic to ensure that the correct number of questions are displayed according to the configurator settings.
- Fix logic of reschedule next day random esm trigger, avoid repeat appear of esm notification.
- A stronger password detection added in ScreenText Sensor
4.1.5.light.bundle
- Logging if the application is terminated by user actions or system actions to aware_log table
- Screen reader function improved preformance