Skip to content

Commit 9103e7e

Browse files
authored
Merge pull request #24 from FossifyOrg/1.0.2
Release 1.0.2
2 parents 31487cf + 9f8c28e commit 9103e7e

File tree

9 files changed

+273
-169
lines changed

9 files changed

+273
-169
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
Changelog
22
==========
33

4-
Version 1.0.0 *(2024-10-19)*
4+
Version 1.0.2 *(2025-03-19)*
5+
----------------------------
6+
7+
* Minor bug fixes and improvements
8+
* Added more translations
9+
10+
Version 1.0.1 *(2024-10-19)*
511
----------------------------
612

713
* Fixed a crash

app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
android:protectionLevel="signature" />
1919

2020
<queries>
21-
<package android:name="org.fossify.appdrawer" />
22-
<package android:name="org.fossify.appdrawer.debug" />
23-
<package android:name="org.fossify.calculator" />
24-
<package android:name="org.fossify.calculator.debug" />
2521
<package android:name="org.fossify.calendar" />
2622
<package android:name="org.fossify.calendar.debug" />
2723
<package android:name="org.fossify.camera" />
@@ -42,10 +38,12 @@
4238
<package android:name="org.fossify.flashlight.debug" />
4339
<package android:name="org.fossify.gallery" />
4440
<package android:name="org.fossify.gallery.debug" />
45-
<package android:name="org.fossify.keyboard" />
46-
<package android:name="org.fossify.keyboard.debug" />
4741
<package android:name="org.fossify.home" />
4842
<package android:name="org.fossify.home.debug" />
43+
<package android:name="org.fossify.keyboard" />
44+
<package android:name="org.fossify.keyboard.debug" />
45+
<package android:name="org.fossify.math" />
46+
<package android:name="org.fossify.math.debug" />
4947
<package android:name="org.fossify.messages" />
5048
<package android:name="org.fossify.messages.debug" />
5149
<package android:name="org.fossify.musicplayer" />
@@ -61,6 +59,8 @@
6159
<package android:name="dev.imranr.obtainium" />
6260
<package android:name="dev.imranr.obtainium.fdroid" />
6361
<package android:name="com.aurora.store" />
62+
<package android:name="app.accrescent.client" />
63+
<package android:name="com.android.vending" />
6464
</queries>
6565

6666
<application

app/src/main/kotlin/org/fossify/thankyou/extensions/Fossify.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fun Context.getAllFossifyApps(): List<FossifyApp> {
4646
installerName = getInstallerLabel(installerPackage),
4747
verified = true
4848
)
49-
}.sortedBy { it.packageName }
49+
}.sortedBy { it.name }
5050
}
5151
}
5252

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Minor bug fixes and improvements
2+
* Added more translations

gradle/libs.versions.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ kotlin = "1.9.25"
44
#Detekt
55
detekt = "1.23.3"
66
#Fossify
7-
commons = "54b78551a4"
7+
commons = "29e9b0d13e"
88
#Compose
99
composeActivity = "1.9.3"
10-
compose = "1.7.4"
10+
compose = "1.7.8"
1111
composeCompiler = "1.5.15"
12-
composeMaterial3 = "1.3.0"
12+
composeMaterial3 = "1.3.1"
1313
accompanist = "0.36.0"
1414
#Androidx
1515
androidx-customView = "1.2.0-alpha02"
1616
androidx-customViewPooling = "1.0.0"
17-
androidx-lifecycle = "2.8.6"
17+
androidx-lifecycle = "2.8.7"
1818
#Gradle
19-
gradlePlugins-agp = "8.6.1"
19+
gradlePlugins-agp = "8.9.0"
2020
app-build-compileSDKVersion = "34"
2121
app-build-targetSDK = "34"
2222
app-build-minimumSDK = "26"
2323
app-build-javaVersion = "VERSION_17"
2424
app-build-kotlinJVMTarget = "17"
2525
#versioning
2626
app-version-appId = "org.fossify.thankyou"
27-
app-version-versionCode = "2"
28-
app-version-versionName = "1.0.1"
27+
app-version-versionCode = "3"
28+
app-version-versionName = "1.0.2"
2929
[libraries]
3030
#Android X
3131
androidx-customView = { module = "androidx.customview:customview", version.ref = "androidx-customView" }
@@ -41,7 +41,6 @@ androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-runtime-co
4141
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "composeCompiler" }
4242
compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
4343
compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "composeMaterial3" }
44-
compose-material2 = { module = "androidx.compose.material:material", version.ref = "compose" }
4544
compose-material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
4645
compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
4746
compose-activity = { module = "androidx.activity:activity-compose", version.ref = "composeActivity" }

gradle/wrapper/gradle-wrapper.jar

-9.82 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Mon Dec 28 13:44:12 CET 2020
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip

0 commit comments

Comments
 (0)