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

AND-147: add EventQueue and rename to ViewModelEvents #57

Merged
merged 4 commits into from
Jul 30, 2024

Conversation

EmogurovAnton
Copy link
Contributor

No description provided.

@EmogurovAnton EmogurovAnton self-assigned this Jul 24, 2024
viewmodel-events/build.gradle.kts Outdated Show resolved Hide resolved
viewmodel-events/build.gradle.kts Outdated Show resolved Hide resolved
viewmodel-events/README.md Outdated Show resolved Hide resolved
viewmodel-events/README.md Outdated Show resolved Hide resolved
viewmodel-events/README.md Outdated Show resolved Hide resolved
viewmodel-events/common/src/main/kotlin/Event.kt Outdated Show resolved Hide resolved
viewmodel-events/flow/src/main/kotlin/ViewModelEvents.kt Outdated Show resolved Hide resolved
viewmodel-events/flow/src/main/kotlin/ViewModelEvents.kt Outdated Show resolved Hide resolved
viewmodel-events/flow/src/main/kotlin/ViewModelEvents.kt Outdated Show resolved Hide resolved
viewmodel-events/flow/src/main/kotlin/ViewModelEvents.kt Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@EmogurovAnton EmogurovAnton merged commit f7f4116 into main Jul 30, 2024
2 checks passed
@EmogurovAnton EmogurovAnton deleted the feature/AND-147-add-eventqueue branch July 30, 2024 14:09
- [Installation](#installation)
- [Usage](#usage)
- [`LiveData` delegate](#livedata-delegate)
- [Events Queue](#events-queue)
- [ViewModelEvents](#viewmodelevents)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think ViewModelEvents should be removed from this README. It would be great to add a note about this removal to the changelog of lifecycle-livedata-ktx


*No changes*

## 1.0.0 - 2024.05.14
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the date for now? We'll add the actual release date later

Comment on lines +2 to +3
[![Version](https://img.shields.io/maven-central/v/com.redmadrobot.eventqueue/eventqueue-livedata?style=flat-square)][mavenCentral]
[![License](https://img.shields.io/github/license/RedMadRobot/EventQueue?style=flat-square)][license]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[![Version](https://img.shields.io/maven-central/v/com.redmadrobot.eventqueue/eventqueue-livedata?style=flat-square)][mavenCentral]
[![License](https://img.shields.io/github/license/RedMadRobot/EventQueue?style=flat-square)][license]
[![Version](https://img.shields.io/maven-central/v/com.redmadrobot.viewmodelevents/viewmodelevents-common?style=flat-square)][mavenCentral]
[![License](https://img.shields.io/github/license/RedMadRobot/gears-android?style=flat-square)][license]

@@ -0,0 +1,194 @@
# ViewModelEvents <GitHub path="RedMadRobot/gears-android/tree/main/ktx/viewmodel-events-ktx"/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tag is not needed anymore. It was previously required for rendering in our knowledge base

Suggested change
# ViewModelEvents <GitHub path="RedMadRobot/gears-android/tree/main/ktx/viewmodel-events-ktx"/>
# ViewModelEvents

Merge requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.

[mavenCentral]: https://search.maven.org/artifact/com.redmadrobot.eventqueue/eventqueue-livedata
Copy link
Collaborator

@osipxd osipxd Jul 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mavenCentral]: https://central.sonatype.com/artifact/com.redmadrobot.viewmodelevents/viewmodelevents-common

@@ -33,6 +33,12 @@ Gears could be used together or alone.
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.extensions/resources-ktx?style=flat-square&label=resources-ktx)][resources-ktx] - A set of extensions for accessing resources
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.extensions/viewbinding-ktx?style=flat-square&label=viewbinding-ktx)][viewbinding-ktx] - A set of extensions for dealing with ViewBinding

### :mag_right: **[ViewModelEvents](viewmodelevents/)**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe better to use 💬 :speech_balloon: here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could, but would it be better to leave it for TextValue?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise i don't have any ideas which emoji we should use there :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants