-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Updated project files and files of the modules (LocationUpdatesForegroundService and BasicLocationKotlin) #243
base: main
Are you sure you want to change the base?
Commits on Sep 17, 2020
-
-updated Android Gradle plugin to 4.0.1 -updated Gradle to 6.1.1 LocationUpdatesForegroundService: -updated Android Gradle plugin to 4.0.1 -reorganised dependencies and added "ext" block -updated AppCompat to 1.2.0 -updated Espresso to 3.3.0 -updated Junit to 4.13 -updated MaterialComponents to 1.2.1
Configuration menu - View commit details
-
Copy full SHA for 9f1cc36 - Browse repository at this point
Copy the full SHA 9f1cc36View commit details -
LocationUpdatesForegroundService:
-reorganised .gitignore file -enabled ViewBinding -MainActivity - refractored code for ViewBinding usage -added LocalBroadcastManager dependency -MainActivity - replaced BuildConfig.APPLICATION_ID for BuildConfig.LIBRARY_PACKAGE_NAME as BuildConfig.APPLICATION_ID became deprecated -updated imports
Configuration menu - View commit details
-
Copy full SHA for 41c7bbc - Browse repository at this point
Copy the full SHA 41c7bbcView commit details -
LocationUpdatesForegroundService:
-reorganised LocalBroadcastManager in build.gradle -MainActivity - inverted checkPermissions method -set Java sourceCompatibility and targetCompatibility versions to 1.8 -refractored code for Java 1.8
Configuration menu - View commit details
-
Copy full SHA for bce5adb - Browse repository at this point
Copy the full SHA bce5adbView commit details -
LocationUpdatesForegroundService:
-LocationUpdatesService - removed deprecated FusedLocationProviderApi in documentation and replaced it with FusedLocationProviderClient -LocationUpdatesService - replaced NotificationCompat.Builder constructor with non-deprecated one, refractored NotificationCompat.Builder initialization code -Added Jetpack Preference dependency -MainActivity and Utils classes - refractored to use Jetpack's PreferenceManager instead of deprecated one
Configuration menu - View commit details
-
Copy full SHA for eb50e6c - Browse repository at this point
Copy the full SHA eb50e6cView commit details
Commits on Sep 18, 2020
-
LocationUpdatesForegroundService module:
-updated Gradle version to 6.1.1 -LocationUpdatesService - replaced deprecated Notification.PRIORITY_HIGH with NotificationCompat.PRIORITY_HIGH
Configuration menu - View commit details
-
Copy full SHA for a97df6f - Browse repository at this point
Copy the full SHA a97df6fView commit details -
LocationUpdatesForegroundService module:
-added android.useAndroidX=true to gradle.properties
Configuration menu - View commit details
-
Copy full SHA for 0073269 - Browse repository at this point
Copy the full SHA 0073269View commit details
Commits on Sep 20, 2020
-
LocationUpdatesForegroundService module:
-replaced remaining findViewById usages with ViewBinding LocationUpdatesForegroundServiceKotlin module: -initial commit
Configuration menu - View commit details
-
Copy full SHA for 6c4a216 - Browse repository at this point
Copy the full SHA 6c4a216View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded036a - Browse repository at this point
Copy the full SHA ded036aView commit details -
LocationUpdatesForegroundServiceKotlin module:
-replaced Jetpack Preference dependency with ktx version -Enabled Kotlin and Kotlin Gradle plugin in module's build.gradle files -ported module's files for Kotlin, started refractoring
Configuration menu - View commit details
-
Copy full SHA for f856565 - Browse repository at this point
Copy the full SHA f856565View commit details -
LocationUpdatesForegroundServiceKotlin module:
-refractored LocationUpdatesService class -refractored MainActivity class
Configuration menu - View commit details
-
Copy full SHA for 82b09b2 - Browse repository at this point
Copy the full SHA 82b09b2View commit details
Commits on Sep 22, 2020
-
LocationUpdatesForegroundServiceKotlin module:
-Removed LocationUpdatesService.kt, re-added LocationUpdatesService.java, failed to properly convert it to Kotlin language -Utils: added @JvmStatic modifiers -MainActivity: small enhancements
Configuration menu - View commit details
-
Copy full SHA for f54bc9f - Browse repository at this point
Copy the full SHA f54bc9fView commit details
Commits on Nov 1, 2020
-
-updated Android Gradle plugin dependency to 4.1.0 -updated Gradle dependency to 6.5 -settings.gradle - changed BasicLocationSample:java to BasicLocation and BasicLocationSample:kotlin to BasicLocationKotlin so these modules could be readed properly
Configuration menu - View commit details
-
Copy full SHA for a7e1ed4 - Browse repository at this point
Copy the full SHA a7e1ed4View commit details -
-changed compileSdkVersion and targetSdkVersion to 30 -updated Android Gradle plugin dependency to 4.1.0 -updated Kotlin Gradle plugin and Kotlin JDK dependencies to 1.4.10 -reorganised dependencies -updated Jetpack AppCompat dependency to 1.2.0 -updated Jetpack MaterialComponents dependency to 1.2.1 -replaced Kotlin JDK7 dependency with Kotlin JDK8 -updated PlayServices Location dependency to 17.1.0 -enabled ViewBinding support in module's settings
Configuration menu - View commit details
-
Copy full SHA for c6c0297 - Browse repository at this point
Copy the full SHA c6c0297View commit details -
-refactored MainActivity for using ViewBinding instead of findViewById and Java 8 features -replaced deprecated BuildConfig.APPLICATION_ID with BuildConfig.LIBRARY_PACKAGE_NAME -MainActivity: reorganised methods
Configuration menu - View commit details
-
Copy full SHA for 01be1dd - Browse repository at this point
Copy the full SHA 01be1ddView commit details
Commits on Feb 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4424fb6 - Browse repository at this point
Copy the full SHA 4424fb6View commit details