Skip to content

Merge Beta function to main - #55

Merged
tinazhang128 merged 96 commits into
mainfrom
bridge-merge
May 23, 2025
Merged

Merge Beta function to main#55
tinazhang128 merged 96 commits into
mainfrom
bridge-merge

Conversation

@BinLiang-Eric

Copy link
Copy Markdown
Collaborator

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:

  • Renamed "AWARE-Light" to "AWARE" throughout the project, including in README.md and CHANGES.txt, to reflect the new branding. Updated URLs and instructions accordingly. [1][2]

New Features and Plugins:

  • Added new features such as screenshot capture and note-taking, including support for syncing screenshots and notes to a remote database. [1][2][3][4][5]
  • Introduced new services and providers for screenshots and notes in AndroidManifest.xml. [1][2][3]

Codebase Simplification and Cleanup:

  • Removed unused submodules from .gitmodules, including plugins such as ambient_noise, contacts_list, and others.
  • Removed the anko dependency from aware-core/build.gradle as it is no longer used.

Enhancements to Existing Functionality:

  • Improved the Applications class to track the foreground application name and package, enabling better context awareness for features like screenshot capture. [1][2][3]
  • Fixed performance issues and improved logic for ESM (Experience Sampling Method) notifications and screen reader functionality.

Versioning and Build Updates:

  • Updated versioning in aware-core/aware.gradle to reflect the new release: version 4.2.1.light.bundle.
  • Added .gitattributes to handle .apk files with Git LFS.

EcZwwand others added 30 commits April 7, 2024 20:53
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'
Fix screentext (#32) and crash (#34) on accessibility enable
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
Fix/Issue on can not commit screenText data into database
EcZwwand others added 25 commits March 16, 2025 23:06
- 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.
This reverts commit 138f71e, reversing
changes made to 4c05997.
- 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
- Fixed JSON parsing to safely handle ESM settings
- Added robust null checks and type handling throughout
@BinLiang-EricBinLiang-Eric self-assigned this May 23, 2025
@EcZww
EcZww self-requested a review May 23, 2025 06:18
@tinazhang128
tinazhang128 merged commit f77e873 into mainMay 23, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@BinLiang-Eric@tinazhang128@EcZww