diff --git a/README.md b/README.md index eda234d..8d0d02d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ --- # Timed Silence -### Dont let your phone rattle you! +### Don't let your phone rattle you! --- @@ -12,6 +12,12 @@ [![supportive flags](https://img.shields.io/badge/support-πŸ‡ΊπŸ‡¦_πŸ³οΈβ€βš§_πŸ³οΈβ€πŸŒˆ-4aad4e)](https://roundsync.com) [![Android Lint](https://github.com/newhinton/timed-silence/actions/workflows/lint.yml/badge.svg)](https://github.com/newhinton/timed-silence/actions/workflows/lint.yml) + + +[](https://f-droid.org/packages/de.felixnuesse.timedsilence) + ----------- @@ -99,4 +105,4 @@ This app is released under the terms of the [GPLv3 license](https://github.com/n ### Libraries - [Balloon - Tooltips](https://github.com/skydoves/Balloon) - This helps us to show you detailed information, that you might not need on a first glance. -- [AppIntro](https://github.com/AppIntro/AppIntro) - This library is responsible for the easy-to-use introduction to the app! \ No newline at end of file +- [AppIntro](https://github.com/AppIntro/AppIntro) - This library is responsible for the easy-to-use introduction to the app! diff --git a/app/build.gradle b/app/build.gradle index 5cd3c7d..da56f9c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 26 targetSdk 34 compileSdk 34 - versionCode 7 - versionName "3.1.1" + versionCode 8 + versionName "3.1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/src/main/java/de/felixnuesse/timedsilence/model/contacts/ContactUtil.kt b/app/src/main/java/de/felixnuesse/timedsilence/model/contacts/ContactUtil.kt index af0de66..becb39b 100644 --- a/app/src/main/java/de/felixnuesse/timedsilence/model/contacts/ContactUtil.kt +++ b/app/src/main/java/de/felixnuesse/timedsilence/model/contacts/ContactUtil.kt @@ -34,7 +34,7 @@ class ContactUtil(private var mContext: Context) { val contactList = arrayListOf() if(!PermissionManager(mContext).grantedContacts()) { - e("We dont have access to the contacts!") + e("We don't have access to the contacts!") return contactList } @@ -85,4 +85,4 @@ class ContactUtil(private var mContext: Context) { return photo?: default } -} \ No newline at end of file +} diff --git a/app/src/main/java/de/felixnuesse/timedsilence/receiver/BluetoothBroadcastReciever.kt b/app/src/main/java/de/felixnuesse/timedsilence/receiver/BluetoothBroadcastReciever.kt index 7c16d95..6d426ae 100644 --- a/app/src/main/java/de/felixnuesse/timedsilence/receiver/BluetoothBroadcastReciever.kt +++ b/app/src/main/java/de/felixnuesse/timedsilence/receiver/BluetoothBroadcastReciever.kt @@ -61,8 +61,8 @@ class BluetoothBroadcastReciever : BroadcastReceiver(){ volumeHandler.ignoreMusicPlaying(true) volumeHandler.setVolumeStateAndApply(StateGenerator(context).stateAt(System.currentTimeMillis())) } else { - Log.e(TAG(), "BluetoothBroadcastReciever: No next alarm scheduled, dont update!") + Log.e(TAG(), "BluetoothBroadcastReciever: No next alarm scheduled, don't update!") } } } -} \ No newline at end of file +} diff --git a/app/src/main/java/de/felixnuesse/timedsilence/receiver/BootReciever.kt b/app/src/main/java/de/felixnuesse/timedsilence/receiver/BootReciever.kt index b2c5c07..5255b80 100644 --- a/app/src/main/java/de/felixnuesse/timedsilence/receiver/BootReciever.kt +++ b/app/src/main/java/de/felixnuesse/timedsilence/receiver/BootReciever.kt @@ -22,9 +22,9 @@ class BootReciever : BroadcastReceiver(){ Trigger(context).createAlarmIntime() return } - Log.e(TAG(), "BootReciever: Dont check.") + Log.e(TAG(), "BootReciever: Don't check.") } } -} \ No newline at end of file +} diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f6eeee4..9ad1ea9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -3,7 +3,7 @@ Settings Not Set Cancel - Dont Change + Don't Change Silent Loud Vibrate @@ -40,7 +40,7 @@ Back Save Friday - Dont change volume while Headset connected + Don't change volume while Headset connected Volume Media Notifications diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt index faa1a6c..d7b582b 100644 --- a/fastlane/metadata/android/en-US/title.txt +++ b/fastlane/metadata/android/en-US/title.txt @@ -1 +1 @@ -Timed Silence - Dont let your phone rattle you! \ No newline at end of file +Timed Silence - Don't let your phone rattle you!