Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

androidx #485

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open

androidx #485

wants to merge 6 commits into from

Conversation

GeoZac
Copy link
Contributor

@GeoZac GeoZac commented Oct 16, 2019

Since Android support libraries were deprecated and androidx is out, Shuttle should also take the step.

Needs thorough review (Optimizing imports should help in maintainability in future)

Library version set to 1.0.0, will have to be set to latest stable version
THis class is private within the support library now
@timusus
Copy link
Owner

timusus commented Oct 16, 2019

Thanks for this George. I will review this over the weekend

@GeoZac GeoZac changed the title [WIP]androidx androidx Oct 18, 2019
Observed on release variants with crash log
java.lang.IllegalStateException: Failed to set TextInputLayout hint (collapsed) color: null
		at com.afollestad.aesthetic.cb.b(SourceFile:10)
		at com.afollestad.aesthetic.Aa.a(SourceFile:3)
		at com.afollestad.aesthetic.Aa.accept(SourceFile:1)
		at io.reactivex.internal.observers.LambdaObserver.a(SourceFile:7)
		at io.reactivex.internal.operators.observable.ObservableDistinctUntilChanged$DistinctUntilChangedObserver.a(SourceFile:10)
		at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.e(SourceFile:8)
		at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.run(SourceFile:3)
		at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(SourceFile:1)
		at android.os.Handler.handleCallback(Handler.java:873)
		at android.os.Handler.dispatchMessage(Handler.java:99)
		at android.os.Looper.loop(Looper.java:193)
		at android.app.ActivityThread.main(ActivityThread.java:6672)
		at java.lang.reflect.Method.invoke(Native Method)
		at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495)
		at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:860)
@GeoZac GeoZac changed the title androidx [WIP]androidx Oct 24, 2019
@GeoZac
Copy link
Contributor Author

GeoZac commented Oct 24, 2019

Putting back WIP as some issues exist with CollapsingToolbars in detail screens

Refactor directories to use the classes from androidx libraries
Refactor some declarations to match up the above changes.
This commit also reverts  46dbd95.
@GeoZac GeoZac changed the title [WIP]androidx androidx Oct 28, 2019
@timusus
Copy link
Owner

timusus commented Jun 14, 2020

@GeoZac is this all working / ready to be reviewed?

@GeoZac
Copy link
Contributor Author

GeoZac commented Jun 14, 2020

Yes

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

Successfully merging this pull request may close these issues.

2 participants