[android] News package is renamed to onboarding

This commit is contained in:
Arsentiy Milchakov 2019-11-01 13:23:37 +03:00 committed by Aleksandr Zatsepin
parent 3818a03465
commit 5df4d4eba4
11 changed files with 14 additions and 14 deletions

View file

@ -72,8 +72,8 @@ import com.mapswithme.maps.maplayer.traffic.OnTrafficLayerToggleListener;
import com.mapswithme.maps.maplayer.traffic.TrafficManager;
import com.mapswithme.maps.maplayer.traffic.widget.TrafficButton;
import com.mapswithme.maps.metrics.UserActionsLogger;
import com.mapswithme.maps.news.IntroductionDialogFragment;
import com.mapswithme.maps.news.IntroductionScreenFactory;
import com.mapswithme.maps.onboarding.IntroductionDialogFragment;
import com.mapswithme.maps.onboarding.IntroductionScreenFactory;
import com.mapswithme.maps.promo.Promo;
import com.mapswithme.maps.promo.PromoAfterBooking;
import com.mapswithme.maps.promo.PromoBookingDialogFragment;

View file

@ -22,9 +22,9 @@ import com.mapswithme.maps.base.Detachable;
import com.mapswithme.maps.downloader.UpdaterDialogFragment;
import com.mapswithme.maps.editor.ViralFragment;
import com.mapswithme.maps.location.LocationHelper;
import com.mapswithme.maps.news.BaseNewsFragment;
import com.mapswithme.maps.news.NewsFragment;
import com.mapswithme.maps.news.WelcomeDialogFragment;
import com.mapswithme.maps.onboarding.BaseNewsFragment;
import com.mapswithme.maps.onboarding.NewsFragment;
import com.mapswithme.maps.onboarding.WelcomeDialogFragment;
import com.mapswithme.maps.permissions.PermissionsDialogFragment;
import com.mapswithme.maps.permissions.StoragePermissionsDialogFragment;
import com.mapswithme.util.Config;

View file

@ -17,7 +17,7 @@ import android.widget.TextView;
import com.mapswithme.maps.Framework;
import com.mapswithme.maps.R;
import com.mapswithme.maps.base.BaseMwmDialogFragment;
import com.mapswithme.maps.news.BaseNewsFragment;
import com.mapswithme.maps.onboarding.BaseNewsFragment;
import com.mapswithme.maps.widget.WheelProgressView;
import com.mapswithme.util.Constants;
import com.mapswithme.util.StringUtils;

View file

@ -28,7 +28,7 @@ import com.mapswithme.maps.bookmarks.data.BookmarkManager;
import com.mapswithme.maps.bookmarks.data.FeatureId;
import com.mapswithme.maps.bookmarks.data.MapObject;
import com.mapswithme.maps.location.LocationHelper;
import com.mapswithme.maps.news.IntroductionScreenFactory;
import com.mapswithme.maps.onboarding.IntroductionScreenFactory;
import com.mapswithme.maps.routing.RoutingController;
import com.mapswithme.maps.search.SearchActivity;
import com.mapswithme.maps.search.SearchEngine;

View file

@ -1,4 +1,4 @@
package com.mapswithme.maps.news;
package com.mapswithme.maps.onboarding;
import android.app.Dialog;
import android.content.res.Resources;

View file

@ -1,4 +1,4 @@
package com.mapswithme.maps.news;
package com.mapswithme.maps.onboarding;
import android.app.Dialog;
import android.content.DialogInterface;

View file

@ -1,4 +1,4 @@
package com.mapswithme.maps.news;
package com.mapswithme.maps.onboarding;
import android.app.Activity;
import androidx.annotation.DrawableRes;

View file

@ -1,4 +1,4 @@
package com.mapswithme.maps.news;
package com.mapswithme.maps.onboarding;
import android.content.Context;
import androidx.annotation.NonNull;

View file

@ -1,4 +1,4 @@
package com.mapswithme.maps.news;
package com.mapswithme.maps.onboarding;
import android.app.Activity;
import androidx.annotation.NonNull;

View file

@ -1,4 +1,4 @@
package com.mapswithme.maps.news;
package com.mapswithme.maps.onboarding;
import androidx.annotation.NonNull;

View file

@ -1,4 +1,4 @@
package com.mapswithme.maps.news;
package com.mapswithme.maps.onboarding;
import android.app.Activity;
import android.app.Dialog;