Releases: D4rK7355608/AppToolkit
Releases · D4rK7355608/AppToolkit
App Toolkit
Refactor: Update dialog buttons to use OutlinedButton - Updated `BasicAlertDialog` and `DatePickerDialog` to use `OutlinedButton` for dismiss actions, replacing `TextButton` and `Button` respectively. - Incremented `versionCode` to 41. - Corrected a minor typo in the Arabic translation for `summary_dark_theme`.
App Toolkit
Refactor: Consolidate LifecycleEffect composables - Replaced individual lifecycle event effect composables (e.g., `OnCreateEffect`, `OnResumeEffect`) with a single `LifecycleEventsEffect` composable that accepts multiple lifecycle events. - Renamed `LifecycleEffect` to `ActivityLifecycleEffect`. - Updated Android Gradle Plugin version to 8.11.1. - Updated `androidx-ui-test-manifest` version. - Minor code formatting and import optimizations in `AppsListViewModel`, `AppModule`, and `AppCard`. - Updated `CHANGELOG.md` with a generic stability improvement message for version 1.0.8.
App Toolkit
1.0.36 Merge pull request #143 from D4rK7355608/codex/test-scenarios-for-ads…
App Toolkit
docs: Update CHANGELOG for version 1.0.6 - Added details for new features and improvements in version 1.0.6: - Improved side navigation menu appearance and functionality. - Enhanced temporary loading screens with better aesthetics and subtle animations. - Technical updates to maintain app performance and compatibility. - Removed unnecessary button from the "no favorites" screen. - Improved issue reporting information gathering.
App Toolkit
1.0.34 Merge pull request #60 from D4rK7355608/codex/fix-build-failure-due-t…
App Toolkit
1.0.33 Merge pull request #59 from D4rK7355608/codex/translate-string-to-all…
App Toolkit
1.0.32 Merge remote-tracking branch 'origin/master'
App Toolkit
feat: Update AppToolkit version to 1.0.31 - Updated the AppToolkit library version from `1.0.30` to `1.0.31`.
App Toolkit
feat: Update app and library versions - Updated app version from `1.0.4` (code 33) to `1.0.5` (code 34). - Updated AppToolkit library version from `1.0.29` to `1.0.30`. - Added new changelog entry for version `1.0.5`.
App Toolkit
feat: Set `noHistory="true"` for OnboardingActivity - Added `android:noHistory="true"` to `OnboardingActivity` in the `AndroidManifest.xml`. - This ensures the onboarding screen is not added to the back stack and will be removed once the user navigates away from it.