Skip to content

Commit 3950af5

Browse files
Merge pull request #333 from dekusms/dev
Dev
2 parents b1fa9a1 + 1fa87e1 commit 3950af5

File tree

177 files changed

+5617
-5505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+5617
-5505
lines changed

.github/FUNDING.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# These are supported funding model platforms
2+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
patreon: # Replace with a single Patreon username e.g., user1
4+
open_collective: dekusms
5+
ko_fi: # Replace with a single Ko-fi username e.g., user1
6+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
7+
polar: # Replace with a single Polar username e.g., user1
8+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username e.g., user1
9+
thanks_dev: # Replace with a single thanks.dev username e.g., u/gh/user1
10+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
11+
liberapay: # Replace with a single Liberapay username e.g., user1
12+
issuehunt: # Replace with a single IssueHunt username e.g., user1
13+
otechie: # Replace with a single Otechie username e.g., user1
14+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ venv/*
2525
gradle.properties
2626
*.tmp.sh
2727
*.logs
28+
/app/.idea/.gitignore
29+
/app/.idea/appInsightsSettings.xml
30+
/app/.idea/caches/deviceStreaming.xml
31+
/app/.idea/gradle.xml
32+
/app/.idea/migrations.xml
33+
/app/.idea/misc.xml
34+
/app/.idea/runConfigurations.xml
35+
/app/.idea/vcs.xml

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
alt="Get it on Google Play"
88
height="80">](https://play.google.com/store/apps/details?id=com.afkanerd.deku)
99

10-
10+
![deku-sms-screenshots](https://github.com/user-attachments/assets/17cf85c1-adff-4a1f-85d6-3a2d864e61a8)
11+
1112
<b>Contents</b>
1213

1314
[About](#about)

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141
}
4242

43-
resourceConfigurations += ["en", "fr", "ru", "de"]
43+
resourceConfigurations += ["en", "fr", "ru", "de", "pl"]
4444
}
4545

4646
buildFeatures {
@@ -298,5 +298,6 @@ dependencies {
298298

299299
implementation(libs.autolinktext)
300300

301+
implementation libs.accompanist.permissions
301302
}
302303

0 commit comments

Comments
 (0)