Skip to content

Releases: D4rK7355608/AppToolkit

App Toolkit

17 Jul 20:04
Compare
Choose a tag to compare
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

11 Jul 14:05
Compare
Choose a tag to compare
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

07 Jul 16:30
20612e7
Compare
Choose a tag to compare
1.0.36

Merge pull request #143 from D4rK7355608/codex/test-scenarios-for-ads…

App Toolkit

24 Jun 20:12
Compare
Choose a tag to compare
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

20 Jun 13:52
f8d91ab
Compare
Choose a tag to compare
1.0.34

Merge pull request #60 from D4rK7355608/codex/fix-build-failure-due-t…

App Toolkit

20 Jun 12:25
057a771
Compare
Choose a tag to compare
1.0.33

Merge pull request #59 from D4rK7355608/codex/translate-string-to-all…

App Toolkit

20 Jun 08:42
Compare
Choose a tag to compare
1.0.32

Merge remote-tracking branch 'origin/master'

App Toolkit

19 Jun 09:02
Compare
Choose a tag to compare
feat: Update AppToolkit version to 1.0.31

- Updated the AppToolkit library version from `1.0.30` to `1.0.31`.

App Toolkit

18 Jun 20:17
Compare
Choose a tag to compare
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

18 Jun 19:46
Compare
Choose a tag to compare
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.