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

Make classes "Country" and "Currency" Parcelable and fix spelling error in *Continent* Enum #36

Merged
merged 3 commits into from Apr 4, 2022

Conversation

fatonhoti
Copy link
Contributor

When trying to send for example a List<Country> from one activity to another via Intents, my application was crashing due to the fact that the class Country was not Parcelable. This pull request is my attempt to make the classes Country and Currency (Currency needs to be Parcelable too otherwise Country can't write Currency objects to it's Parcel) Parcelable in order to allow for the described functionality to work without crashing.

Furthermore I noticed a spelling error in the enum regarding the continents, so I fixed that.

@blongho blongho merged commit 1931f26 into blongho:master Apr 4, 2022
@blongho
Copy link
Owner

blongho commented Apr 4, 2022

Hi @fatonhoti thanks for your contribution. The feature has been successfully merged.

If there is additional feature that you want to include in the library, please free feel to make a pull request.

@fatonhoti
Copy link
Contributor Author

fatonhoti commented Apr 4, 2022

@blongho Great, thank you! Are you planning on making a new release anytime soon so we can make use of the new feature? As of right now v1.5.1 does not have this feature.

Repository owner deleted a comment from benorine Apr 4, 2022
@blongho
Copy link
Owner

blongho commented Apr 4, 2022

Yes @fatonhoti , it is now v1.5.3.

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.

None yet

2 participants