y20k/trackbook
3
22
Fork
You've already forked trackbook
1

Library updates, KTX extensions, and code cleanup #91

Closed
TacoTheDank wants to merge 3 commits from master into master
pull from: master
merge into: y20k:master
y20k:maplibre
TacoTheDank commented 2020年11月05日 18:32:55 +01:00 (Migrated from github.com)
Copy link

1st commit

  • Update Kotlin Coroutines 1.3.8 -> 1.3.9 (changelog)
  • Update AndroidX ConstraintLayout 2.0.2 -> 2.0.4 (changelog)
  • Update Google Material 1.2.0-rc01 -> 1.2.1 (changelog)
  • Update AndroidX Navigation 2.3.0 -> 2.3.1 (changelog)

2nd commit

  • Use several KTX features to Kotlin-ize and simplify code

3rd commit

  • Miscellaneous code cleanup

If there's anything you don't like or would like me to change, tell me so I can fix it (so you don't have to revert stuff you don't want after merging ;)).

### 1st commit - Update Kotlin Coroutines 1.3.8 -> 1.3.9 ([changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)) - Update AndroidX ConstraintLayout 2.0.2 -> 2.0.4 ([changelog](https://developer.android.com/jetpack/androidx/releases/constraintlayout)) - Update Google Material 1.2.0-rc01 -> 1.2.1 ([changelog](https://github.com/material-components/material-components-android/releases)) - Update AndroidX Navigation 2.3.0 -> 2.3.1 ([changelog](https://developer.android.com/jetpack/androidx/releases/navigation)) ### 2nd commit - Use several KTX features to Kotlin-ize and simplify code ### 3rd commit - Miscellaneous code cleanup If there's anything you don't like or would like me to change, tell me so I can fix it (so you don't have to revert stuff you don't want after merging ;)).
y20k commented 2020年11月08日 20:03:28 +01:00 (Migrated from github.com)
Copy link

Hi @TacoTheDank

Thanks for the pull request. I need to have a closer look. Give my a couple of days.

Sometimes choices in code style in this project are made because I find the result better readable. Since I am the maintainer and more or less exclusive contributor of code, I need to factor my personal preference in :-). At a first glace I like the choices you made.

Just because I am curious. How are you working? Did you do all the code improvements by yourself, or do you make use of Android Studio suggestions?

Hi @TacoTheDank Thanks for the pull request. I need to have a closer look. Give my a couple of days. Sometimes choices in code style in this project are made because I find the result better readable. Since I am the maintainer and more or less exclusive contributor of code, I need to factor my personal preference in :-). At a first glace I like the choices you made. Just because I am curious. How are you working? Did you do all the code improvements by yourself, or do you make use of Android Studio suggestions?
TacoTheDank commented 2020年11月10日 15:08:20 +01:00 (Migrated from github.com)
Copy link

@y20k Some of them were Android Studio suggestions, others I made myself.

@y20k Some of them were Android Studio suggestions, others I made myself.
y20k commented 2020年11月18日 18:26:50 +01:00 (Migrated from github.com)
Copy link

Today I found the time to look through the proposed changes. Some of them are great. Thanks ❤️. But some changes make the resulting code slightly less readable for me personally.

The easiest way to review your pull request was to go through it line by line. It was a bit of work, but it was worth it.

What I made of your pull request, can be seen here: eb29618

I now need to close this pul request. Sorry for the unconventional handling of it. It was as I wrote easier for me this way.

Today I found the time to look through the proposed changes. Some of them are great. Thanks :heart:. But some changes make the resulting code slightly less readable for me personally. The easiest way to review your pull request was to go through it line by line. It was a bit of work, but it was worth it. What I made of your pull request, can be seen here: [eb29618](https://github.com/y20k/trackbook/commit/eb296188d80a1e0f852a8c2eff2028a48f4cc93b) I now need to close this pul request. Sorry for the unconventional handling of it. It was as I wrote easier for me this way.
TacoTheDank commented 2020年11月18日 22:05:24 +01:00 (Migrated from github.com)
Copy link

@y20k That's alright. Thanks!

@y20k That's alright. Thanks!

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
y20k/trackbook!91
Reference in a new issue
y20k/trackbook
No description provided.
Delete branch "master"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?