Compare commits
	
		
			66 Commits
		
	
	
		
			1.0a
			...
			34f9fb53bc
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 34f9fb53bc | ||
|  | ae782b1c32 | ||
|  | bc78898f8e | ||
|  | 8ae862e292 | ||
| 2b1b82e163 | |||
|  | edc5df342d | ||
|  | 7d32e267c6 | ||
| fa8f4218be | |||
| f7a166c9f2 | |||
| 8cc871203d | |||
|  | 4449b5cf8f | ||
|  | 0f1046fcd2 | ||
|  | 395fab45f4 | ||
|  | 0b44d67d61 | ||
|  | d3242a1304 | ||
|  | 9a451764c2 | ||
|  | 898fe6e862 | ||
|  | e357b60b14 | ||
|  | cfb23ed1a0 | ||
|  | 4769901955 | ||
|  | 5c577ec763 | ||
|  | 0724c9a021 | ||
|  | d031aa4ee4 | ||
|  | 6c7a82475e | ||
|  | 3bc34cef94 | ||
|  | c0b489ae21 | ||
|  | 96f5e01d5f | ||
|  | 8c5793a75b | ||
|  | 858162ba47 | ||
|  | 191b3c3eff | ||
|  | 7ddc29275d | ||
|  | 0df7bb7f2c | ||
|  | 43fe9ab868 | ||
| 43f6acfab3 | |||
|  | 126cbfe7b1 | ||
|  | 4aad449a18 | ||
|  | ee7fbf4d5a | ||
|  | 2d48cc8dae | ||
|  | bdca9fe2a1 | ||
|  | ff83b0abe3 | ||
|  | dbe93b6884 | ||
|  | 53f2bd5a57 | ||
|  | ff0714f942 | ||
|  | ed067a616e | ||
|  | e259d401ad | ||
|  | 9599933c5f | ||
|  | 00b0b6c746 | ||
|  | adbae39d27 | ||
|  | 8097d25a18 | ||
|  | fed3e55572 | ||
|  | d76057f17c | ||
|  | aab452f798 | ||
|  | 40fd4522ad | ||
|  | fad65f76ee | ||
|  | 8ad3a26fb0 | ||
|  | 1118ed9b10 | ||
|  | 53db8be5f9 | ||
|  | 111a587793 | ||
|  | cc5ade027a | ||
|  | 026fc7562f | ||
|  | 63a49455e7 | ||
|  | 3f59d876a1 | ||
|  | 05b78ed9a9 | ||
|  | 7241cdd5a1 | ||
|  | 8c65aeb2b9 | ||
|  | 4119518ff5 | 
| @@ -39,8 +39,11 @@ | |||||||
| ## 📳 Installation | ## 📳 Installation | ||||||
|  |  | ||||||
| <div style="display: flex; justify-content: center; align-items: center; flex-direction: row;"> | <div style="display: flex; justify-content: center; align-items: center; flex-direction: row;"> | ||||||
|     <a href="https://f-droid.org/packages/net.helcel.beans/"> |     <!--<a href="https://f-droid.org/packages/net.helcel.beans/"> | ||||||
|         <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" width="206"> |         <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" width="206"> | ||||||
|  |     </a>--> | ||||||
|  |     <a href="https://apt.izzysoft.de/fdroid/index/apk/net.helcel.beans"> | ||||||
|  |         <img width="200" height="80" alt="Izzy Download" src=".github/images/izzy.png"> | ||||||
|     </a> |     </a> | ||||||
|     <a href="https://github.com/helcel-net/beans/releases/latest"> |     <a href="https://github.com/helcel-net/beans/releases/latest"> | ||||||
|         <img width="200" height="84" alt="APK Download" src=".github/images/apk.png"> |         <img width="200" height="84" alt="APK Download" src=".github/images/apk.png"> | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| plugins { | plugins { | ||||||
|     id 'com.android.application' |     id 'com.android.application' | ||||||
|     id 'org.jetbrains.kotlin.android' |     id 'org.jetbrains.kotlin.android' | ||||||
|     id 'org.jetbrains.kotlin.plugin.serialization' version '2.0.0' |     id 'org.jetbrains.kotlin.plugin.serialization' version '2.0.21' | ||||||
|     id 'com.mikepenz.aboutlibraries.plugin' version '11.2.1' |     id 'com.mikepenz.aboutlibraries.plugin' version '11.2.3' | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -14,8 +14,8 @@ android { | |||||||
|         applicationId 'net.helcel.beans' |         applicationId 'net.helcel.beans' | ||||||
|         minSdk 28 |         minSdk 28 | ||||||
|         targetSdk 34 |         targetSdk 34 | ||||||
|         versionCode 1 |         versionCode 2 | ||||||
|         versionName "1.0" |         versionName "1.0b" | ||||||
|     } |     } | ||||||
|     signingConfigs { |     signingConfigs { | ||||||
|         create("release") { |         create("release") { | ||||||
| @@ -78,15 +78,16 @@ android { | |||||||
| aboutLibraries { | aboutLibraries { | ||||||
|     exclusionPatterns = [~"androidx.*", ~"com.google.android.*", ~"org.jetbrains.*"] |     exclusionPatterns = [~"androidx.*", ~"com.google.android.*", ~"org.jetbrains.*"] | ||||||
|     configPath = "config" |     configPath = "config" | ||||||
|  |     excludeFields = ["generated"] | ||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|     coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.4' |     coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.3' | ||||||
|     implementation 'androidx.preference:preference-ktx:1.2.1' |     implementation 'androidx.preference:preference-ktx:1.2.1' | ||||||
|     implementation 'com.google.android.material:material:1.12.0' |     implementation 'com.google.android.material:material:1.12.0' | ||||||
|     implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0' |     implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3' | ||||||
|  |  | ||||||
|     implementation 'com.caverock:androidsvg-aar:1.4' |     implementation 'com.caverock:androidsvg-aar:1.4' | ||||||
|     implementation 'com.github.chrisbanes:PhotoView:2.3.0' |     implementation 'com.github.chrisbanes:PhotoView:2.3.0' | ||||||
|     implementation 'com.mikepenz:aboutlibraries:11.2.1' |     implementation 'com.mikepenz:aboutlibraries:11.2.3' | ||||||
| } | } | ||||||
| @@ -1,8 +1,8 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||||
|     xmlns:tools="http://schemas.android.com/tools" |     xmlns:tools="http://schemas.android.com/tools" | ||||||
|     android:versionCode="1" |     android:versionCode="2" | ||||||
|     android:versionName="1.0a"> |     android:versionName="1.0c"> | ||||||
|  |  | ||||||
|     <application |     <application | ||||||
|         android:allowBackup="true" |         android:allowBackup="true" | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||||
| plugins { | plugins { | ||||||
|     id 'com.android.application' version '8.4.2' apply false |     id 'com.android.application' version '8.7.2' apply false | ||||||
|     id 'com.android.library' version '8.4.2' apply false |     id 'com.android.library' version '8.7.2' apply false | ||||||
|     id 'org.jetbrains.kotlin.android' version '2.0.0' apply false |     id 'org.jetbrains.kotlin.android' version '2.0.21' apply false | ||||||
| } | } | ||||||
							
								
								
									
										
											BIN
										
									
								
								gradle/wrapper/gradle-wrapper.jar
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								gradle/wrapper/gradle-wrapper.jar
									
									
									
									
										vendored
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										4
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							| @@ -1,7 +1,7 @@ | |||||||
| distributionBase=GRADLE_USER_HOME | distributionBase=GRADLE_USER_HOME | ||||||
| distributionPath=wrapper/dists | distributionPath=wrapper/dists | ||||||
| distributionSha256Sum=a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612 | distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6 | ||||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip | distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip | ||||||
| networkTimeout=10000 | networkTimeout=10000 | ||||||
| validateDistributionUrl=true | validateDistributionUrl=true | ||||||
| zipStoreBase=GRADLE_USER_HOME | zipStoreBase=GRADLE_USER_HOME | ||||||
|   | |||||||
							
								
								
									
										5
									
								
								gradlew
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								gradlew
									
									
									
									
										vendored
									
									
								
							| @@ -15,6 +15,8 @@ | |||||||
| # See the License for the specific language governing permissions and | # See the License for the specific language governing permissions and | ||||||
| # limitations under the License. | # limitations under the License. | ||||||
| # | # | ||||||
|  | # SPDX-License-Identifier: Apache-2.0 | ||||||
|  | # | ||||||
|  |  | ||||||
| ############################################################################## | ############################################################################## | ||||||
| # | # | ||||||
| @@ -84,7 +86,8 @@ done | |||||||
| # shellcheck disable=SC2034 | # shellcheck disable=SC2034 | ||||||
| APP_BASE_NAME=${0##*/} | APP_BASE_NAME=${0##*/} | ||||||
| # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) | # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) | ||||||
| APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit | APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s | ||||||
|  | ' "$PWD" ) || exit | ||||||
|  |  | ||||||
| # Use the maximum available, or set MAX_FD != -1 to use that value. | # Use the maximum available, or set MAX_FD != -1 to use that value. | ||||||
| MAX_FD=maximum | MAX_FD=maximum | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								gradlew.bat
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								gradlew.bat
									
									
									
									
										vendored
									
									
								
							| @@ -13,6 +13,8 @@ | |||||||
| @rem See the License for the specific language governing permissions and | @rem See the License for the specific language governing permissions and | ||||||
| @rem limitations under the License. | @rem limitations under the License. | ||||||
| @rem | @rem | ||||||
|  | @rem SPDX-License-Identifier: Apache-2.0 | ||||||
|  | @rem | ||||||
|  |  | ||||||
| @if "%DEBUG%"=="" @echo off | @if "%DEBUG%"=="" @echo off | ||||||
| @rem ########################################################################## | @rem ########################################################################## | ||||||
|   | |||||||
| @@ -2,10 +2,10 @@ Beans is a scratchmap of the world for Android. | |||||||
|  |  | ||||||
| Keep track of your discovery of the world on a colorful visual map. | Keep track of your discovery of the world on a colorful visual map. | ||||||
|  |  | ||||||
| • Color a map of places based on custom labels | * Color a map of places based on custom labels | ||||||
| • Country/State based coloring | * Country/State based coloring | ||||||
| • Single/Multi color modes | * Single/Multi color modes | ||||||
| • Different map projections available | * Different map projections available | ||||||
| • Small & Fast | * Small & Fast | ||||||
| • Statistics (WIP) | * Statistics (WIP) | ||||||
| • 100% Free and Open Source software, with no proprietary dependencies | * 100% Free and Open Source software, with no proprietary dependencies | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@turf/area": "^7.0.0", |     "@turf/area": "^7.0.0", | ||||||
|     "@turf/turf": "^7.0.0", |     "@turf/turf": "^7.0.0", | ||||||
|     "jsdom": "^24.0.0", |     "jsdom": "^25.0.0", | ||||||
|     "mapshaper": "^0.6.79" |     "mapshaper": "^0.6.79" | ||||||
|   }, |   }, | ||||||
|   "type": "module" |   "type": "module" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user