Uh oh!
There was an error while loading. Please reload this page.
Merge Beta function to main - #55
Merged
Merged
Conversation
This commit addresses two issues in the screen text sensor: 1. The screen text sensor now correctly collects duplicate text when the foreground app changes. This ensures that screen text is captured during app switches, home screen access, and notification checks. 2. A crash that occurred when enabling accessibility before starting a study has been fixed. The issue was caused by attempting to parse an empty string for the package specification criteria. A default value is now used, and a try-catch block has been added to handle potential NumberFormatExceptions.
change ":com.aware.plugin.studentlife.audio" into ':com.aware.plugin.studentlife.audio_final'
Support exporting files to a specified directory.
Resolved an issue where the application failed to correctly identify the internal database file path. Additionally, comments have been added.
Resolved an issue where the text buffer was incorrectly reset upon every foreground app change, leading to potential loss of relevant data. Introduced a new buffer, textBuffer_app_change, dedicated to managing text hashes specifically during app transitions.
- Replace ArrayList with HashSet for textBuffer to improve duplicate check performance - Streamline contentBuffer flushing and handling logic to commit changes specifically on app change
Merge screentext fix to new branch
Fix/Issue on can not commit screenText data into database
Feature/database file export
…ight-client into feature/screenshot
Feature/plugin integration
- Update the layout of the client. - Ensure that notes can be stored in local storage. - Ensure that notes can be uploaded to the remote database. - Ensure that the note button's visibility aligns with the configuration file.
- Update the layout of the client. - Ensure that notes can be stored in local storage. - Ensure that notes can be uploaded to the remote database. - Ensure that the note button's visibility aligns with the configuration file.
- comment out unused test plugin file
Add note function
- Fixed JSON parsing to safely handle ESM settings - Added robust null checks and type handling throughout
…onfig fix error on parsing esm config
tinazhang128
approved these changes
May 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates to the AWARE framework, including renaming the project, adding new features, and improving functionality. The most significant changes include the rebranding of "AWARE-Light" to "AWARE," the addition of new plugins and features like screenshot capture and note-taking, and the removal of unused submodules and dependencies. Below is a categorized summary of the most important changes:
Project Rebranding and Documentation Updates:
README.mdandCHANGES.txt, to reflect the new branding. Updated URLs and instructions accordingly. [1][2]New Features and Plugins:
AndroidManifest.xml. [1][2][3]Codebase Simplification and Cleanup:
.gitmodules, including plugins such asambient_noise,contacts_list, and others.ankodependency fromaware-core/build.gradleas it is no longer used.Enhancements to Existing Functionality:
Applicationsclass to track the foreground application name and package, enabling better context awareness for features like screenshot capture. [1][2][3]Versioning and Build Updates:
aware-core/aware.gradleto reflect the new release: version4.2.1.light.bundle..gitattributesto handle.apkfiles with Git LFS.