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

Last migration #58

Merged
merged 12 commits into from
Dec 19, 2019
Merged

Last migration #58

merged 12 commits into from
Dec 19, 2019

Conversation

dylan-muszel
Copy link
Contributor

image

@coveralls
Copy link

coveralls commented Dec 16, 2019

Coverage Status

Coverage decreased (-8.1%) to 76.063% when pulling 5956ec4 on kotlin-migration-last into 5273483 on kotlin-migration.

Copy link
Contributor

@igsosa92 igsosa92 left a comment

Choose a reason for hiding this comment

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

So much magic together, great job!

@igsosa92 igsosa92 assigned dylan-muszel and unassigned igsosa92 Dec 19, 2019
@dylan-muszel dylan-muszel changed the base branch from kotlin-migration-fragments to kotlin-migration December 19, 2019 18:55
dylan-muszel and others added 3 commits December 19, 2019 16:49
* Fixing overriding base presenter

* Presenter as val

* Fix tests

* Get presnter instead of require

* Fixing wolmo fragment inject

* DefaultModule as class

* Shared preferences string nullable

* Android core as api

* Reverting modules

* Updating version

* Updating versions

* Fixing tests

* Using implmentation

* API insteda of implementation revert
@dylan-muszel dylan-muszel merged commit 1042ff9 into kotlin-migration Dec 19, 2019
@dylan-muszel dylan-muszel deleted the kotlin-migration-last branch December 19, 2019 20:01
@dylan-muszel dylan-muszel mentioned this pull request Dec 19, 2019
dylan-muszel added a commit that referenced this pull request Jan 8, 2020
* Kotlin Migration - Adapter and DI (#50)

* Adapter

* DI

* Converting object to class

* Fix pair

* Migrate BasePresenter

* Migrate LceView and add copyright to BasePresenter

* Migrate LeView

* Migrate BasePresenterTest

* Add deprecated to runIfViewAttached, replace apply for run in tests, clean code

* Migration of permissionsManager

* Migration of permissionListener

* Fix redundant private set

* Refactor to clean code

* More refactor

* Kotlin migration utils (#52)

* Keyboard

* Logger

* Shared preferences

* Migration (#53)

* WolmoActivityHandler converted to kotlin (#51)

* WolmoActivityHandler converted to kotlin

* WolmoActivityHandler converted to kotlin

* WolmoActivityHandler converted to kotlin

* Kotlin migration fragments (#56)

* FRagments migrated

* Restoring GetImage.java

* Restoring java getimage test

* To spaces

* Indentation

* Reformat

* Code reformats

* fixing tests

* Reverting get image fragment

* changing imports

* Last migration (#58)

* FRagments migrated

* Restoring GetImage.java

* Restoring java getimage test

* To spaces

* Indentation

* Reformat

* Code reformats

* fixing tests

* Last migration

* Kotlin migration fixes - update versions (#59)

* Fixing overriding base presenter

* Presenter as val

* Fix tests

* Get presnter instead of require

* Fixing wolmo fragment inject

* DefaultModule as class

* Shared preferences string nullable

* Android core as api

* Reverting modules

* Updating version

* Updating versions

* Fixing tests

* Using implmentation

* API insteda of implementation revert

* Rollback handler and minor changes (#61)

* Rollback handler

* Also adding some minor changes

* Another minor change

* Updating comments and using requireArgument

* Handle arguments nullable on fragment

* Fixing url

Co-authored-by: igsosa92 <43349271+igsosa92@users.noreply.github.com>
Co-authored-by: patofernandez <49655621+patofernandez@users.noreply.github.com>
dylan-muszel added a commit that referenced this pull request Jan 8, 2020
* Kotlin Migration - Adapter and DI (#50)

* Adapter

* DI

* Converting object to class

* Fix pair

* Migrate BasePresenter

* Migrate LceView and add copyright to BasePresenter

* Migrate LeView

* Migrate BasePresenterTest

* Add deprecated to runIfViewAttached, replace apply for run in tests, clean code

* Migration of permissionsManager

* Migration of permissionListener

* Fix redundant private set

* Refactor to clean code

* More refactor

* Kotlin migration utils (#52)

* Keyboard

* Logger

* Shared preferences

* Migration (#53)

* WolmoActivityHandler converted to kotlin (#51)

* WolmoActivityHandler converted to kotlin

* WolmoActivityHandler converted to kotlin

* WolmoActivityHandler converted to kotlin

* Kotlin migration fragments (#56)

* FRagments migrated

* Restoring GetImage.java

* Restoring java getimage test

* To spaces

* Indentation

* Reformat

* Code reformats

* fixing tests

* Reverting get image fragment

* changing imports

* Last migration (#58)

* FRagments migrated

* Restoring GetImage.java

* Restoring java getimage test

* To spaces

* Indentation

* Reformat

* Code reformats

* fixing tests

* Last migration

* Kotlin migration fixes - update versions (#59)

* Fixing overriding base presenter

* Presenter as val

* Fix tests

* Get presnter instead of require

* Fixing wolmo fragment inject

* DefaultModule as class

* Shared preferences string nullable

* Android core as api

* Reverting modules

* Updating version

* Updating versions

* Fixing tests

* Using implmentation

* API insteda of implementation revert

* Rollback handler

* Also adding some minor changes

* Another minor change

* Updating comments and using requireArgument

* Handle arguments nullable on fragment

* Fixing url

* Adding coroutine base presenter

* Coroutines and more

* updating get image fragment

* Fixing doc

* Updating get image fragment

* Rollback handler and minor changes (#61)

* Rollback handler

* Also adding some minor changes

* Another minor change

* Updating comments and using requireArgument

* Handle arguments nullable on fragment

* Fixing url

* Removing wrong comment

* Updating get image

* Moving all get image stuff to a helper

* Fixing issues

* Some fixes

* Removing wrong test

* Serializable

* Importing

* Fixing

* Reverting image provider

* Provider change

* More fixes

* Removing wrong arguments

* More navigation utils

* Updating kapt

* Removing getimagekt

* Reverting get image fragment

* Reverting get image fragment test

* Reverting spaces

* More reverts

* More reverts

* Reverting tests

* More test reverts

* Minor fixes

* More comments

* Removing log

* Single lines

* Removing imports

* Updating gradle

* More tests

* Adding comments to orElse, removing .unit

* More tests

* Reformat code

* removing unused material

Co-authored-by: igsosa92 <43349271+igsosa92@users.noreply.github.com>
Co-authored-by: patofernandez <49655621+patofernandez@users.noreply.github.com>
dylan-muszel added a commit that referenced this pull request Jan 8, 2020
* Kotlin Migration - Adapter and DI (#50)

* Adapter

* DI

* Converting object to class

* Fix pair

* Migrate BasePresenter

* Migrate LceView and add copyright to BasePresenter

* Migrate LeView

* Migrate BasePresenterTest

* Add deprecated to runIfViewAttached, replace apply for run in tests, clean code

* Migration of permissionsManager

* Migration of permissionListener

* Fix redundant private set

* Refactor to clean code

* More refactor

* Kotlin migration utils (#52)

* Keyboard

* Logger

* Shared preferences

* Migration (#53)

* WolmoActivityHandler converted to kotlin (#51)

* WolmoActivityHandler converted to kotlin

* WolmoActivityHandler converted to kotlin

* WolmoActivityHandler converted to kotlin

* Kotlin migration fragments (#56)

* FRagments migrated

* Restoring GetImage.java

* Restoring java getimage test

* To spaces

* Indentation

* Reformat

* Code reformats

* fixing tests

* Reverting get image fragment

* changing imports

* Last migration (#58)

* FRagments migrated

* Restoring GetImage.java

* Restoring java getimage test

* To spaces

* Indentation

* Reformat

* Code reformats

* fixing tests

* Last migration

* Kotlin migration fixes - update versions (#59)

* Fixing overriding base presenter

* Presenter as val

* Fix tests

* Get presnter instead of require

* Fixing wolmo fragment inject

* DefaultModule as class

* Shared preferences string nullable

* Android core as api

* Reverting modules

* Updating version

* Updating versions

* Fixing tests

* Using implmentation

* API insteda of implementation revert

* Rollback handler

* Also adding some minor changes

* Another minor change

* Updating comments and using requireArgument

* Handle arguments nullable on fragment

* Fixing url

* Adding coroutine base presenter

* Coroutines and more

* updating get image fragment

* Fixing doc

* Updating get image fragment

* Rollback handler and minor changes (#61)

* Rollback handler

* Also adding some minor changes

* Another minor change

* Updating comments and using requireArgument

* Handle arguments nullable on fragment

* Fixing url

* Removing wrong comment

* Updating get image

* Moving all get image stuff to a helper

* Fixing issues

* Some fixes

* Removing wrong test

* Serializable

* Importing

* Fixing

* Reverting image provider

* Provider change

* More fixes

* Removing wrong arguments

* More navigation utils

* Updating kapt

* Removing getimagekt

* Reverting get image fragment

* Reverting get image fragment test

* Reverting spaces

* More reverts

* More reverts

* Reverting tests

* More test reverts

* Minor fixes

* More comments

* Removing log

* Single lines

* Removing imports

* Updating gradle

* More tests

* Features readme

* Reformat

* View extensions readme

* Removing wrong blank line

Co-authored-by: igsosa92 <43349271+igsosa92@users.noreply.github.com>
Co-authored-by: patofernandez <49655621+patofernandez@users.noreply.github.com>
dylan-muszel added a commit that referenced this pull request Jan 8, 2020
* Kotlin Migration - Adapter and DI (#50)

* Adapter

* DI

* Converting object to class

* Fix pair

* Migrate BasePresenter

* Migrate LceView and add copyright to BasePresenter

* Migrate LeView

* Migrate BasePresenterTest

* Add deprecated to runIfViewAttached, replace apply for run in tests, clean code

* Migration of permissionsManager

* Migration of permissionListener

* Fix redundant private set

* Refactor to clean code

* More refactor

* Kotlin migration utils (#52)

* Keyboard

* Logger

* Shared preferences

* Migration (#53)

* WolmoActivityHandler converted to kotlin (#51)

* WolmoActivityHandler converted to kotlin

* WolmoActivityHandler converted to kotlin

* WolmoActivityHandler converted to kotlin

* Kotlin migration fragments (#56)

* FRagments migrated

* Restoring GetImage.java

* Restoring java getimage test

* To spaces

* Indentation

* Reformat

* Code reformats

* fixing tests

* Reverting get image fragment

* changing imports

* Last migration (#58)

* FRagments migrated

* Restoring GetImage.java

* Restoring java getimage test

* To spaces

* Indentation

* Reformat

* Code reformats

* fixing tests

* Last migration

* Kotlin migration fixes - update versions (#59)

* Fixing overriding base presenter

* Presenter as val

* Fix tests

* Get presnter instead of require

* Fixing wolmo fragment inject

* DefaultModule as class

* Shared preferences string nullable

* Android core as api

* Reverting modules

* Updating version

* Updating versions

* Fixing tests

* Using implmentation

* API insteda of implementation revert

* Rollback handler

* Also adding some minor changes

* Another minor change

* Updating comments and using requireArgument

* Handle arguments nullable on fragment

* Fixing url

* Adding coroutine base presenter

* Coroutines and more

* updating get image fragment

* Fixing doc

* Updating get image fragment

* Rollback handler and minor changes (#61)

* Rollback handler

* Also adding some minor changes

* Another minor change

* Updating comments and using requireArgument

* Handle arguments nullable on fragment

* Fixing url

* Removing wrong comment

* Updating get image

* Moving all get image stuff to a helper

* Fixing issues

* Some fixes

* Removing wrong test

* Serializable

* Importing

* Fixing

* Reverting image provider

* Provider change

* More fixes

* Removing wrong arguments

* More navigation utils

* Updating kapt

* Removing getimagekt

* Reverting get image fragment

* Reverting get image fragment test

* Reverting spaces

* More reverts

* More reverts

* Reverting tests

* More test reverts

* Minor fixes

* More comments

* Removing log

* Single lines

* Removing imports

* Updating gradle

* More tests

* Features readme

* Reformat

* View extensions readme

* Adding tests

* Typo

* Removing wrong startactivity

Co-authored-by: igsosa92 <43349271+igsosa92@users.noreply.github.com>
Co-authored-by: patofernandez <49655621+patofernandez@users.noreply.github.com>
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.

4 participants