Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #71

Merged
merged 4 commits into from
Jun 24, 2024
Merged

Dev #71

merged 4 commits into from
Jun 24, 2024

Conversation

iZakirSheikh
Copy link
Owner

No description provided.

…ce this becomes stable, the app will depend only on stable releases. Also updated Gradle to `8.5.0`.

**[FEAT]** Introduced two new modifiers:
  - `Shimmer.kt`: Adds a shimmer effect to components.
  - `Modifier.pulse`: Adds a pulsating effect to components, drawing user attention.
  - **[FIX]** Corrected the issue where the `Material.backgroundColorAt` function was using `surface` instead of `background` internally.
  - Added a new property to `SystemFacade.kt` called `inAppProductDetails`, exposing in-app product details for use in the app.
  - Added a new function to `SystemFacade` that helps launch an intent without the need to call `context`.
  - Added a new parameter called `onAction` to the `showSnackbar` function in `SystemFacade`.

**[FEAT]** Added content to `AboutUs`, including different buttons, brand info, donate button, in-app purchases, and My App List showcases.
   - Instead of using a dull color in dark mode for the snackbar, it now uses `Material.colors.backgroundColorAt(1.dp)` (inspired by Material3).

**[FEAT]** Created the new destination, `AboutUs`, where information related to the app will be displayed, including offers and in-app purchases. This separation aims to improve retention on the Play Store.
…nity Ads and Google Fonts.

[UPDATE] Release Workflow: Instead of the GitHub release_workflow.yml emitting regular releases, it now emits pre-releases. Admins can decide whether to promote these pre-releases to full releases.
[UPDATE] Refactored the logic of Pulsate and Shimmer to Modifier.Node. This change addresses performance issues observed in the release APK, as the previous approach using Modifier.composed was known to cause such issues.
[DROP] Removed the Promotions section from the Library. Early uninstalls on the Play Store may have been related to this section. However, improvements in in-app purchases might mitigate this.
- [FIX] Fixed the crash in Editor.kt. Removed AffixVisualTransformation for now from Url; Will be re-added in future with better way.
@iZakirSheikh iZakirSheikh merged commit 4b6eea8 into master Jun 24, 2024
1 check passed
@iZakirSheikh iZakirSheikh deleted the dev branch June 24, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant