-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat(images): option to use external proxy #313
Conversation
a076f9d
to
b04b7c6
Compare
data/src/main/java/com/my/kizzy/data/repository/KizzyRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
feature_profile/src/main/java/com/my/kizzy/feature_profile/ui/component/ActivityRow.kt
Outdated
Show resolved
Hide resolved
common/preference/src/main/java/com/my/kizzy/preference/Prefs.kt
Outdated
Show resolved
Hide resolved
Looks good please squash all commits |
I'm pretty sure you have an option to squash merge yes? |
Sry I meant rebase from master and squash I'm not able to do that in github ui |
Correct me if I'm wrong but I'm pretty sure |
I guess it just squashes all into 1 and don't rebase(don't need that anyway) |
Fair enough, cheers! |
Supersedes #292