mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2026-03-18 07:26:04 +00:00
- Changed package layout
- added black background feature to Widget - Update to MyWidgetRemoteViewsFactory.kt
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package com.appttude.h_mal.atlas_weather.mvvm.data.repository
|
||||
package com.appttude.h_mal.atlas_weather.data.repository
|
||||
|
||||
import com.appttude.h_mal.atlas_weather.mvvm.data.network.WeatherApi
|
||||
import com.appttude.h_mal.atlas_weather.mvvm.data.prefs.PreferenceProvider
|
||||
import com.appttude.h_mal.atlas_weather.mvvm.data.room.AppDatabase
|
||||
import com.appttude.h_mal.atlas_weather.data.network.WeatherApi
|
||||
import com.appttude.h_mal.atlas_weather.data.prefs.PreferenceProvider
|
||||
import com.appttude.h_mal.atlas_weather.data.room.AppDatabase
|
||||
import io.mockk.MockKAnnotations
|
||||
import io.mockk.every
|
||||
import io.mockk.impl.annotations.MockK
|
||||
@@ -1,13 +1,13 @@
|
||||
package com.appttude.h_mal.atlas_weather.mvvm.viewmodel
|
||||
package com.appttude.h_mal.atlas_weather.viewmodel
|
||||
|
||||
import androidx.arch.core.executor.testing.InstantTaskExecutorRule
|
||||
import androidx.lifecycle.LiveData
|
||||
import androidx.lifecycle.Observer
|
||||
import com.appttude.h_mal.atlas_weather.mvvm.data.location.LocationProvider
|
||||
import com.appttude.h_mal.atlas_weather.mvvm.data.network.response.forecast.WeatherResponse
|
||||
import com.appttude.h_mal.atlas_weather.mvvm.data.repository.Repository
|
||||
import com.appttude.h_mal.atlas_weather.mvvm.data.room.entity.EntityItem
|
||||
import com.appttude.h_mal.atlas_weather.mvvm.utils.Event
|
||||
import com.appttude.h_mal.atlas_weather.data.location.LocationProvider
|
||||
import com.appttude.h_mal.atlas_weather.data.network.response.forecast.WeatherResponse
|
||||
import com.appttude.h_mal.atlas_weather.data.repository.Repository
|
||||
import com.appttude.h_mal.atlas_weather.data.room.entity.EntityItem
|
||||
import com.appttude.h_mal.atlas_weather.utils.Event
|
||||
import io.mockk.MockKAnnotations
|
||||
import io.mockk.coEvery
|
||||
import io.mockk.every
|
||||
Reference in New Issue
Block a user