Files
EasyLauncher/CHANGELOG.md
2024-05-24 08:31:18 +00:00

127 lines
6.8 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
## [Coming Soon](https://github.com/DroidWorksStudio/EasyLauncher/tree/HEAD)
### Bug Fixes:
- Fixed navigation and click issues. - ([b297fb2](https://github.com/DroidWorksStudio/EasyLauncher/commit/b297fb246016787011888151c2cb2a10ae7a7811))
- Fixed the home screen not being reset. - ([80c9ccd](https://github.com/DroidWorksStudio/EasyLauncher/commit/80c9ccd163e414cd2f9c1b90dc36582fba18457e))
### Language Support:
- Updated Language Files. ([#29](https://github.com/DroidWorksStudio/EasyLauncher/issues/29)) - ([103c4e2](https://github.com/DroidWorksStudio/EasyLauncher/commit/103c4e26dc10d9389602d05fa5570faa0ca3e0e1))
### Refactoring:
- Cleaned up some TODO junk. - ([45181ba](https://github.com/DroidWorksStudio/EasyLauncher/commit/45181baee8b443d3b0050e7f72568fe5c10a628e))
- Cleaned up the way that we move between fragments - ([9e05fe7](https://github.com/DroidWorksStudio/EasyLauncher/commit/9e05fe7c38a3ddeb08696bf33b3afa038148321c))
- Cleaned up a few functions - ([355096c](https://github.com/DroidWorksStudio/EasyLauncher/commit/355096c20b3c1c7dc2d8e120b73d393340074192))
## [0.0.7](https://github.com/DroidWorksStudio/EasyLauncher/tree/0.0.7) - (22, May 2024)
### Implemented Enhancements:
- Basic starter to add Widget support. - ([a3c4e6f](https://github.com/DroidWorksStudio/EasyLauncher/commit/a3c4e6f0af2eb8e71bc78f9f7d8fe653bf697ffd))
### Language Support:
- Updated Language Files. ([#26](https://github.com/DroidWorksStudio/EasyLauncher/issues/26)) - ([3335975](https://github.com/DroidWorksStudio/EasyLauncher/commit/333597534d31aa68fcb584b1f5b282877b90ed2a))
### Refactoring:
- Added libs file to use Kotlin DLS - ([4e2e41c](https://github.com/DroidWorksStudio/EasyLauncher/commit/4e2e41ce198888e2db25cbe429097de9a24f588e))
## [0.0.6](https://github.com/DroidWorksStudio/EasyLauncher/tree/0.0.6) - (21, May 2024)
### Implemented Enhancements:
- Added Basic Backup / Restore Feature - ([f6c1f9d](https://github.com/DroidWorksStudio/EasyLauncher/commit/f6c1f9d0f6e48821ca9bb9dc2142f12e12d3a7d6))
### Bug Fixes:
- Fixed a few DEPRECATION warning. - ([7dfddc7](https://github.com/DroidWorksStudio/EasyLauncher/commit/7dfddc79452203716716e6688b180566ef07668e))
- Fixed the keyboard from displaying wrong. - ([3d5c704](https://github.com/DroidWorksStudio/EasyLauncher/commit/3d5c70449756d8335a2b47bc85f3f70673b1a707))
- Fixed the keyboard from displaying wrong. - ([3d5c704](https://github.com/DroidWorksStudio/EasyLauncher/commit/3d5c70449756d8335a2b47bc85f3f70673b1a707))
- Removed the auto keyboard from homescreen. - ([96c023e](https://github.com/DroidWorksStudio/EasyLauncher/commit/96c023e94464382eadf2b0dbafaabb1e987a77f0))
### Dependency Updates:
- Updated Android Gradle Plugin - ([f760740](https://github.com/DroidWorksStudio/EasyLauncher/commit/f7607402e93427705a8796b2862e11fe1bd80523))
## [0.0.5](https://github.com/DroidWorksStudio/EasyLauncher/tree/0.0.5) - (20, May 2024)
### Dependency Updates:
- Updated a few of the dependencies - ([871d38f](https://github.com/DroidWorksStudio/EasyLauncher/commit/871d38f4101d587eea8df89c3248db598dc141be))
### Language Support:
- Updated Language Files. ([#23](https://github.com/DroidWorksStudio/EasyLauncher/issues/23)) - ([5099282](https://github.com/DroidWorksStudio/EasyLauncher/commit/5099282616d17cf572e5a126dea9e16624d8a052))
### Refactoring:
- Refactor some of the setting to also work other places. - ([72f212e](https://github.com/DroidWorksStudio/EasyLauncher/commit/72f212ec0876a12d98259cd56dd745f9edf03115))
## [0.0.4](https://github.com/DroidWorksStudio/EasyLauncher/tree/0.0.4) - (19, May 2024)
### Language Support:
- Updated Language Files. ([#17](https://github.com/DroidWorksStudio/EasyLauncher/issues/17)) - ([fd6bd42](https://github.com/DroidWorksStudio/EasyLauncher/commit/fd6bd42cc59db33da1f0109f85bff13782939d2d))
- Updated Language Files. ([#15](https://github.com/DroidWorksStudio/EasyLauncher/issues/15)) - ([2e05dc5](https://github.com/DroidWorksStudio/EasyLauncher/commit/2e05dc59da3654eda7ea6d3083460d754c2d9250))
### Refactoring:
- Refactor settings menu for cleaner look. - ([9cddace](https://github.com/DroidWorksStudio/EasyLauncher/commit/9cddace27a378ac945e40ae4cf3072bcd056d260))
## [0.0.3](https://github.com/DroidWorksStudio/EasyLauncher/tree/0.0.3) - (11, May 2024)
### Implemented Enhancements:
- Added Auto keyboard & Auto Open last app toggle settings. - ([f91bd77](https://github.com/DroidWorksStudio/EasyLauncher/commit/f91bd777b270e4b27e9a679478596a0e71f94e07))
- Added setupOrientation to force portrait mode. - ([60114f6](https://github.com/DroidWorksStudio/EasyLauncher/commit/60114f6e27e1efcab923a0090db30df5b2c8185c))
### Bug Fixes:
- Hide self from app list. - ([d494284](https://github.com/DroidWorksStudio/EasyLauncher/commit/d4942849012251cadb0ef991c4b14adfb402cf80))
### Language Support:
- Updated Language Files. ([#12](https://github.com/DroidWorksStudio/EasyLauncher/issues/12)) - ([70a98fd](https://github.com/DroidWorksStudio/EasyLauncher/commit/70a98fda4f40549b6a143bf4360a3809f0614b98))
## [0.0.2](https://github.com/DroidWorksStudio/EasyLauncher/tree/0.0.2) - (11, May 2024)
### Implemented Enhancements:
- Added support to toggle app icons. - ([f2e80ca](https://github.com/DroidWorksStudio/EasyLauncher/commit/f2e80cad634ff7e79b15805b42a1d7e3761f009e))
### Bug Fixes:
- Fixed the Accessibility settings if required. - ([4c19dbb](https://github.com/DroidWorksStudio/EasyLauncher/commit/4c19dbbd7f47dda5e82cdafc4cbd516805180295))
### Language Support:
- Updated Language Files. ([#9](https://github.com/DroidWorksStudio/EasyLauncher/issues/9)) - ([960aea8](https://github.com/DroidWorksStudio/EasyLauncher/commit/960aea882538a5d13403f5f99e10fce0b4a64437))
- Updated Language Files. ([#7](https://github.com/DroidWorksStudio/EasyLauncher/issues/7)) - ([89ef870](https://github.com/DroidWorksStudio/EasyLauncher/commit/89ef870cf40846216ff366e96d9f2ebb766e4a89))
### Refactoring:
- Refactor keyboard handling and UI consistency - ([c7313a9](https://github.com/DroidWorksStudio/EasyLauncher/commit/c7313a9cdd99c1d370e4fadcb4689c327c48904f))
## [0.0.1](https://github.com/DroidWorksStudio/EasyLauncher/tree/0.0.1) - (08, May 2024)
### Implemented Enhancements:
- Added Swipe Actions / Options. - ([94399ab](https://github.com/DroidWorksStudio/EasyLauncher/commit/94399ab9d1daf66fac370701c09da8e8cbf5dbbe))
### Bug Fixes:
- Fixed Others Text/Links - ([e91771f](https://github.com/DroidWorksStudio/EasyLauncher/commit/e91771f4bbf92915e98f758cfb2d261a12cd9adc))
### Refactoring:
- Accessibility actions and helper methods - ([5d3f1fd](https://github.com/DroidWorksStudio/EasyLauncher/commit/5d3f1fd6e377a5c895ba745dfea5bd198dbf1110))
<!-- Generated by DroidWorks Studio -->