Compare commits
	
		
			1 Commits
		
	
	
		
			1.0c
			...
			94f29c5efb
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 94f29c5efb | 
| @@ -39,11 +39,8 @@ | |||||||
| ## 📳 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"> | ||||||
|   | |||||||
| @@ -14,8 +14,8 @@ android { | |||||||
|         applicationId 'net.helcel.beans' |         applicationId 'net.helcel.beans' | ||||||
|         minSdk 28 |         minSdk 28 | ||||||
|         targetSdk 34 |         targetSdk 34 | ||||||
|         versionCode 2 |         versionCode 1 | ||||||
|         versionName "1.0b" |         versionName "1.0" | ||||||
|     } |     } | ||||||
|     signingConfigs { |     signingConfigs { | ||||||
|         create("release") { |         create("release") { | ||||||
| @@ -78,11 +78,10 @@ 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.1.3' |     coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.2' | ||||||
|     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.3' |     implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.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="2" |     android:versionCode="1" | ||||||
|     android:versionName="1.0c"> |     android:versionName="1.0a"> | ||||||
|  |  | ||||||
|     <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.7.2' apply false |     id 'com.android.application' version '8.7.1' apply false | ||||||
|     id 'com.android.library' version '8.7.2' apply false |     id 'com.android.library' version '8.7.2' apply false | ||||||
|     id 'org.jetbrains.kotlin.android' version '2.0.21' apply false |     id 'org.jetbrains.kotlin.android' version '2.0.21' apply false | ||||||
| } | } | ||||||
							
								
								
									
										52
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										52
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -1509,9 +1509,9 @@ | |||||||
|   integrity sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg== |   integrity sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg== | ||||||
|  |  | ||||||
| "@types/node@*": | "@types/node@*": | ||||||
|   version "22.9.0" |   version "22.8.1" | ||||||
|   resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.0.tgz#b7f16e5c3384788542c72dc3d561a7ceae2c0365" |   resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.1.tgz#b39d4b98165e2ae792ce213f610c7c6108ccfa16" | ||||||
|   integrity sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ== |   integrity sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg== | ||||||
|   dependencies: |   dependencies: | ||||||
|     undici-types "~6.19.8" |     undici-types "~6.19.8" | ||||||
|  |  | ||||||
| @@ -1531,9 +1531,9 @@ | |||||||
|   integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw== |   integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw== | ||||||
|  |  | ||||||
| "@types/qs@^6.2.31": | "@types/qs@^6.2.31": | ||||||
|   version "6.9.17" |   version "6.9.16" | ||||||
|   resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.17.tgz#fc560f60946d0aeff2f914eb41679659d3310e1a" |   resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.16.tgz#52bba125a07c0482d26747d5d4947a64daf8f794" | ||||||
|   integrity sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ== |   integrity sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A== | ||||||
|  |  | ||||||
| "@xmldom/xmldom@^0.8.6": | "@xmldom/xmldom@^0.8.6": | ||||||
|   version "0.8.10" |   version "0.8.10" | ||||||
| @@ -2060,9 +2060,9 @@ msgpackr-extract@^3.0.2: | |||||||
|     "@msgpackr-extract/msgpackr-extract-win32-x64" "3.0.3" |     "@msgpackr-extract/msgpackr-extract-win32-x64" "3.0.3" | ||||||
|  |  | ||||||
| msgpackr@^1.10.1: | msgpackr@^1.10.1: | ||||||
|   version "1.11.2" |   version "1.11.0" | ||||||
|   resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.11.2.tgz#4463b7f7d68f2e24865c395664973562ad24473d" |   resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.11.0.tgz#8321d52333048cadc749f56385e3231e65337091" | ||||||
|   integrity sha512-F9UngXRlPyWCDEASDpTf6c9uNhGPTqnTeLVt7bN+bU1eajoR/8V9ys2BRaV5C/e5ihE6sJ9uPIKaYt6bFuO32g== |   integrity sha512-I8qXuuALqJe5laEBYoFykChhSXLikZmUhccjGsPuSJ/7uPip2TJ7lwdIQwWSAi0jGZDXv4WOP8Qg65QZRuXxXw== | ||||||
|   optionalDependencies: |   optionalDependencies: | ||||||
|     msgpackr-extract "^3.0.2" |     msgpackr-extract "^3.0.2" | ||||||
|  |  | ||||||
| @@ -2079,9 +2079,9 @@ nwsapi@^2.2.12: | |||||||
|   integrity sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ== |   integrity sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ== | ||||||
|  |  | ||||||
| object-inspect@^1.13.1: | object-inspect@^1.13.1: | ||||||
|   version "1.13.3" |   version "1.13.2" | ||||||
|   resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.3.tgz#f14c183de51130243d6d18ae149375ff50ea488a" |   resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff" | ||||||
|   integrity sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA== |   integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g== | ||||||
|  |  | ||||||
| opn@^5.3.0: | opn@^5.3.0: | ||||||
|   version "5.5.0" |   version "5.5.0" | ||||||
| @@ -2096,9 +2096,9 @@ parse-cache-control@^1.0.1: | |||||||
|   integrity sha512-60zvsJReQPX5/QP0Kzfd/VrpjScIQ7SHBW6bFCYfEP+fp0Eppr1SHhIO5nd1PjZtvclzSzES9D/p5nFJurwfWg== |   integrity sha512-60zvsJReQPX5/QP0Kzfd/VrpjScIQ7SHBW6bFCYfEP+fp0Eppr1SHhIO5nd1PjZtvclzSzES9D/p5nFJurwfWg== | ||||||
|  |  | ||||||
| parse5@^7.1.2: | parse5@^7.1.2: | ||||||
|   version "7.2.1" |   version "7.2.0" | ||||||
|   resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.2.1.tgz#8928f55915e6125f430cc44309765bf17556a33a" |   resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.2.0.tgz#8a0591ce9b7c5e2027173ab737d4d3fc3d826fab" | ||||||
|   integrity sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ== |   integrity sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA== | ||||||
|   dependencies: |   dependencies: | ||||||
|     entities "^4.5.0" |     entities "^4.5.0" | ||||||
|  |  | ||||||
| @@ -2317,17 +2317,17 @@ tinyqueue@^2.0.0, tinyqueue@^2.0.3: | |||||||
|   resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08" |   resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08" | ||||||
|   integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA== |   integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA== | ||||||
|  |  | ||||||
| tldts-core@^6.1.59: | tldts-core@^6.1.56: | ||||||
|   version "6.1.59" |   version "6.1.56" | ||||||
|   resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.59.tgz#95d1076ed9ea36f81493be515ad9d3e916440126" |   resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.56.tgz#6996d6f97172920aceedb9fadaa85a691e911332" | ||||||
|   integrity sha512-EiYgNf275AQyVORl8HQYYe7rTVnmLb4hkWK7wAk/12Ksy5EiHpmUmTICa4GojookBPC8qkLMBKKwCmzNA47ZPQ== |   integrity sha512-Ihxv/Bwiyj73icTYVgBUkQ3wstlCglLoegSgl64oSrGUBX1hc7Qmf/CnrnJLaQdZrCnTaLqMYOwKMKlkfkFrxQ== | ||||||
|  |  | ||||||
| tldts@^6.1.32: | tldts@^6.1.32: | ||||||
|   version "6.1.59" |   version "6.1.56" | ||||||
|   resolved "https://registry.yarnpkg.com/tldts/-/tldts-6.1.59.tgz#aa903f542a69429bcdf4bcd63f4f1fb4cf689312" |   resolved "https://registry.yarnpkg.com/tldts/-/tldts-6.1.56.tgz#c425d343418a9c66db1197998559b828822bb9ec" | ||||||
|   integrity sha512-472ilPxsRuqBBpn+KuRBHJvZhk6tTo4yTVsmODrLBNLwRYJPkDfMEHivgNwp5iEl+cbrZzzRtLKRxZs7+QKkRg== |   integrity sha512-2PT1oRZCxtsbLi5R2SQjE/v4vvgRggAtVcYj+3Rrcnu2nPZvu7m64+gDa/EsVSWd3QzEc0U0xN+rbEKsJC47kA== | ||||||
|   dependencies: |   dependencies: | ||||||
|     tldts-core "^6.1.59" |     tldts-core "^6.1.56" | ||||||
|  |  | ||||||
| topojson-client@3.x: | topojson-client@3.x: | ||||||
|   version "3.1.0" |   version "3.1.0" | ||||||
| @@ -2358,9 +2358,9 @@ tr46@^5.0.0: | |||||||
|     punycode "^2.3.1" |     punycode "^2.3.1" | ||||||
|  |  | ||||||
| tslib@^2.6.2: | tslib@^2.6.2: | ||||||
|   version "2.8.1" |   version "2.8.0" | ||||||
|   resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" |   resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b" | ||||||
|   integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== |   integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA== | ||||||
|  |  | ||||||
| tsscmp@1.0.6: | tsscmp@1.0.6: | ||||||
|   version "1.0.6" |   version "1.0.6" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user