mirror of
https://github.com/hmalik144/Driver.git
synced 2025-12-10 02:45:20 +00:00
- storage permissions request updated
- test suite expanded
This commit is contained in:
@@ -3,7 +3,6 @@ package h_mal.appttude.com.driver.helpers
|
||||
import org.junit.rules.TestWatcher
|
||||
import org.junit.runner.Description
|
||||
import tools.fastlane.screengrab.Screengrab
|
||||
import tools.fastlane.screengrab.UiAutomatorScreenshotStrategy
|
||||
|
||||
/**
|
||||
* Junit rule that takes a screenshot when a test fails.
|
||||
|
||||
@@ -1,18 +1,8 @@
|
||||
package h_mal.appttude.com.driver.application
|
||||
|
||||
import android.app.Application
|
||||
import android.content.res.Resources
|
||||
import h_mal.appttude.com.driver.data.FirebaseAuthSource
|
||||
import h_mal.appttude.com.driver.data.FirebaseDatabaseSource
|
||||
import h_mal.appttude.com.driver.data.FirebaseStorageSource
|
||||
import h_mal.appttude.com.driver.data.prefs.PreferenceProvider
|
||||
import org.kodein.di.Kodein
|
||||
import org.kodein.di.KodeinAware
|
||||
import org.kodein.di.android.x.androidXModule
|
||||
import org.kodein.di.generic.bind
|
||||
import org.kodein.di.generic.instance
|
||||
import org.kodein.di.generic.provider
|
||||
import org.kodein.di.generic.singleton
|
||||
|
||||
class DriverApplication : BaseApplication() {
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package h_mal.appttude.com.driver.ui.driverprofile
|
||||
|
||||
import android.net.Uri
|
||||
import h_mal.appttude.com.driver.databinding.FragmentDriverProfileBinding
|
||||
import h_mal.appttude.com.driver.base.DataSubmissionBaseFragment
|
||||
import h_mal.appttude.com.driver.databinding.FragmentDriverProfileBinding
|
||||
import h_mal.appttude.com.driver.dialogs.DateDialog
|
||||
import h_mal.appttude.com.driver.model.DriverProfile
|
||||
import h_mal.appttude.com.driver.utils.isTrue
|
||||
|
||||
Reference in New Issue
Block a user