Skip to content

Latest commit

 

History

History
105 lines (98 loc) · 6.08 KB

CHANGELOG.md

File metadata and controls

105 lines (98 loc) · 6.08 KB

Version 3.0.0:

  • New: Completely redesigned the Home and Analyze screens for a more intuitive and visually appealing user interface.
  • New: Implemented date-based filtering in the Analyze screen, allowing for easier file selection and management.
  • Patch:Resolved an issue where APK installation from the App Manager was not functioning correctly.
  • Patch:Improved the "Select All" button behavior in the App Manager to ensure accurate state representation.
  • New: Introduced loading indicators in the App Manager for a smoother and more informative experience.
  • New: Added messages to indicate when no apps or APKs are found.
  • Patch:Optimized app loading speed in the App Manager through code refactoring and efficiency improvements.
  • New: Enabled real-time RAM usage monitoring in the Memory Manager.
  • New: Added a loading animation to the Memory Manager for visual feedback during data retrieval.
  • New: Introduced a new setting to customize the app's startup page, providing users with greater control over their initial experience.
  • New: Added an option to disable the bounce click effect for users who prefer a more traditional interaction style.
  • Patch:Resolved an issue where language selection was not consistently applied.
  • New: Added a snackbar notification for older Android versions when users copy device information from the About section.
  • New: Integrated haptic feedback for swipe gestures, enhancing the tactile response and user experience.
  • New: Implemented sound effects on tap interactions for a more engaging experience.
  • New: Redesigned the Settings page, aligning it with the modern aesthetics of the Android 15 design system.
  • Minor: Backported the app to support devices running Android 6.0 and above.
  • Patch:Fixed visual glitches within the App Manager.
  • Major: Restructured the app's code flow for improved organization and future extensibility.
  • Major: Implemented a robust error handling mechanism to gracefully manage unexpected situations and provide helpful feedback to users.

Version 2.0.0:

  • New: Added a progress bar to the main screen, offering an approximate visualization of storage usage.
  • New: Users can now select specific files for deletion after the scan completes, allowing for granular control.
  • New: Enhanced the post-scan screen to display previews of images and videos, aiding in file selection.
  • New: Introduced the option to select all files for deletion, streamlining the cleaning process.
  • New: Completely overhauled the memory manager, now showcasing storage usage categorized by file types.
  • New: Added support for dynamic colors on compatible devices, allowing the app to adapt to system-wide color palettes.
  • New: Refined the AMOLED theme for a more immersive dark mode experience.
  • New: Incorporated updated translations thanks to valuable contributions from the community.
  • New: Introduced a dedicated section for managing security and privacy settings within the app.
  • New: Implemented new animations and improved overall app responsiveness for a smoother user experience.
  • Major: Migrated the entire app to Jetpack Compose, providing a modern and improved user interface.
  • Major: Completely reworked the app's logic using view models and coroutines for enhanced performance and maintainability.

Version 1.1.0:

  • Minor: Added GitHub issues templates.
  • Minor: Updated project dependencies.
  • Minor: Improved the user experience in Help and Feedback page.
  • Minor: Made minor under-the-hood improvements for a better overall app experience.
  • Patch: Fixed an issue that caused the app to crash when the device was rotated during the cleaning or scanning process.
  • Patch: Fixed an issue encountered on Android 14 where the application was requesting photo permissions and initiating the photo picker API.
  • Patch: Fixed an issue in the Image Optimizer that led to a crash when no gallery application was installed on the user’s device.

Version 1.0.0:

  • New: Added multiple languages support for the app.
  • New: Added a new bottom app bar for the main components of the cleaner to be more accessible for the user.
  • New: Added legal notices and more information about permissions.
  • New: Added a bug report feature to report bugs on GitHub.
  • New: Added many display customizations for the app.
  • New: Added a new GDPR message to comply with Google Play policy.
  • New: Added new custom startup animations.
  • New: Added support for AMOLED themes.
  • New: APK sharing functionality has been improved to ensure the proper sharing of APK files.
  • Major: Migrated the app to Semantic Versioning (SemVer).
  • Major: Reworked the settings page and organized it way better.
  • Major: Reworked the file list menu, providing a more intuitive and efficient user experience.
  • Major: Reworked the Image Optimizer by adding quick compression, manual compression and file compression.
  • Minor: Reset the version to 1.0.0 for a fresh start.
  • Minor: Replaced toasts with snack bars for all notifications.
  • Minor: Addressed an aesthetic concern by optimizing the display of the temperature icon when the application operates in dark mode.
  • Patch: Rectified an issue where the uninstall item was inappropriately located within both the APKs and System apps tabs, ensuring a more streamlined and intuitive user experience.
  • Patch: Improved the ads initialization and loading for a better user experience.
  • Patch: Improved permissions handling logic for improved security and user experience.
  • Patch: Improved the app's logical parent activities.
  • Patch: Fixed daily clean running when is turned off from settings.
  • Patch: Fixed memory manager crashes when trying to exit and enter.
  • Patch: Fixed the whitelist save issue.
  • Patch: Fixed uninstall option from the App Manager.
  • Patch: Fixed app crashes caused by the image optimizer.
  • Patch: Made various under-the-hood improvements for a better overall app experience.