Skip to content

Releases: geugenm/student-bsu-by

v1.2.0 is released

24 Jun 16:00
Compare
Choose a tag to compare

Release Notes

Improvements:

  • Reduced dependencies: Removed unnecessary dependency on gms core, streamlining the app.
  • Enhanced communication: Corrected the GitHub link and provided a dedicated link for reporting bugs through GitHub issues.
  • Updated packages: Ensured compatibility and improved functionality by updating all packages to their latest versions.
  • Android 14 compatibility: Resolved crashes related to HTTP receiver permissions on the newest Android 14 release.
  • App code improvements: Implemented code changes from contributors like by.geugenm.studentbsu alongside other minor fixes (tested on Samsung S23 Ultra).
  • Privacy focus: Removed permission for gms ads, respecting user privacy.

Please note: This release may require an update on your device(if your device is 5+ y.o.).

We appreciate your continued support!

Full Changelog: v1.1.0...v1.2.0

v1.1.0 is released!

22 Sep 14:59
Compare
Choose a tag to compare

What's Changed

  • Fixed CVE-2022-36033. Upgraded jsoup to 1.16.1 by @geugenm in #6
  • 7 IllegalStateException: the number of children should be at least 2 after updating to 2.3.3+ by @geugenm in #9
  • Updated dependencies and build tools. Improved security, performance and stability by @geugenm in #10
  • 4 Missing classes detected while running R8. by @geugenm in #12
  • Updated resources and packages. Increased build performance and replaced deprecated functions with newer ones. by @geugenm in #16

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.3 is released

10 Sep 20:19
a424607
Compare
Choose a tag to compare

Release Notes - Student BSU app

Overview

This release of Student BSU app includes several updates and improvements. The changes focus on enhancing the file pushing functionality, updating the Git ignore rules, improving the README file, updating packages, and making small code changes.

Features and Enhancements

  • File Pushing: Improved the file pushing functionality to provide a more seamless experience when transferring files between devices.
  • Git Ignore: Updated the Git ignore rules to exclude unnecessary files and directories from version control, ensuring a cleaner repository.
  • README: Enhanced the README file with more detailed instructions, usage examples, and additional information.
  • Packages: Updated the packages used in the project to their latest versions, ensuring compatibility and taking advantage of new features and bug fixes.
  • Text Recognition: Updated text recognition package, so captcha is now processing faster.
  • Firebase & GMS: Removed firebase and google gms plugins.
  • Small Changes: Made various small changes to improve code readability, optimize performance, and address minor issues.

Bug Fixes

  • Fixed a bug where certain files were not being pushed correctly during the file transfer process.
  • Resolved an issue with the Git ignore rules that caused some files to be unintentionally included in version control.

Known Issues

  • Release build requires keys for signing the application
  • Slow load of the application
  • Kotlin packages must be updated (a lot of deprecated code)
  • kapt use instead of ksp freezes compilation time

Feedback and Contributions

We welcome your feedback and contributions to further improve our app. If you encounter any issues or have suggestions for new features, please submit them through the project's issue tracker on GitHub.

Thank you for using Student BSU application! We hope you find this release valuable and enjoy the improved functionality and enhancements.

Full Changelog: https://github.com/geugenm/student-bsu-by/commits/v1.0.3