diff --git a/app/build.gradle b/app/build.gradle index c8de557a..01bc55f1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.rtbishop.look4sat" minSdk 21 targetSdk 31 - versionCode 300 - versionName "3.0.0" + versionCode 302 + versionName "3.0.2" resConfigs "en,ru" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/java/com/rtbishop/look4sat/presentation/mapScreen/MapFragment.kt b/app/src/main/java/com/rtbishop/look4sat/presentation/mapScreen/MapFragment.kt index c874e214..0f89287e 100644 --- a/app/src/main/java/com/rtbishop/look4sat/presentation/mapScreen/MapFragment.kt +++ b/app/src/main/java/com/rtbishop/look4sat/presentation/mapScreen/MapFragment.kt @@ -52,20 +52,19 @@ class MapFragment : Fragment(R.layout.fragment_map) { private val minLat = MapView.getTileSystem().minLatitude private val maxLat = MapView.getTileSystem().maxLatitude private val trackPaint = Paint(Paint.ANTI_ALIAS_FLAG).apply { - strokeWidth = 2f + strokeWidth = 3f style = Paint.Style.STROKE color = Color.RED strokeCap = Paint.Cap.ROUND strokeJoin = Paint.Join.ROUND } private val footprintPaint = Paint(Paint.ANTI_ALIAS_FLAG).apply { - strokeWidth = 2f + strokeWidth = 3f style = Paint.Style.FILL_AND_STROKE color = Color.parseColor("#FFE082") } private val textPaint = Paint(Paint.ANTI_ALIAS_FLAG).apply { - textSize = 32f - strokeWidth = 2f + textSize = 36f style = Paint.Style.FILL color = Color.parseColor("#CCFFFFFF") setShadowLayer(3f, 3f, 3f, Color.BLACK) diff --git a/fastlane/metadata/android/en-US/changelogs/302.txt b/fastlane/metadata/android/en-US/changelogs/302.txt new file mode 100644 index 00000000..c2edc072 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/302.txt @@ -0,0 +1,5 @@ +Various minor tweaks, refactoring and bug fixes +Added passes calculation progress indicator +Added satellite visibility param to map and radar +Added various additional satellite params to map +Swapped buy me a coffee platform for Ko-Fi \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/whatsnew/whatsnew-en-US b/fastlane/metadata/android/en-US/whatsnew/whatsnew-en-US index 691c6f3b..c2edc072 100644 --- a/fastlane/metadata/android/en-US/whatsnew/whatsnew-en-US +++ b/fastlane/metadata/android/en-US/whatsnew/whatsnew-en-US @@ -1,11 +1,5 @@ -New simplified UI with a bottom app bar -Simplified satellite selection logic #76 -Increased satellites visibility on the map -Fixed an issue with footprint rendering #36 -Enabled smooth satellites scroll on the map -Added a function to clear the database #79 -Restored manual location input functionality #40 -Added data/position update progress indicators -Showing the number of satellites and transceivers -Fixed several crashes and memory leaks -Fixed an issue with messed up layouts #83 \ No newline at end of file +Various minor tweaks, refactoring and bug fixes +Added passes calculation progress indicator +Added satellite visibility param to map and radar +Added various additional satellite params to map +Swapped buy me a coffee platform for Ko-Fi \ No newline at end of file