Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Domi04151309 committed Aug 24, 2020
1 parent e787309 commit b4e131a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "io.github.domi04151309.alwayson"
minSdkVersion 24
targetSdkVersion 29
versionCode 377
versionName "3.7.7"
versionCode 380
versionName "3.8.0"
}
buildTypes {
debug {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ import androidx.localbroadcastmanager.content.LocalBroadcastManager
import androidx.preference.Preference
import androidx.preference.PreferenceFragmentCompat
import androidx.preference.PreferenceManager
import io.github.domi04151309.alwayson.*
import io.github.domi04151309.alwayson.objects.Theme
import io.github.domi04151309.alwayson.AboutActivity
import io.github.domi04151309.alwayson.HelpActivity
import io.github.domi04151309.alwayson.R
import io.github.domi04151309.alwayson.alwayson.AlwaysOnQS
import io.github.domi04151309.alwayson.objects.Global
import io.github.domi04151309.alwayson.objects.Theme
import io.github.domi04151309.alwayson.receivers.AdminReceiver
import io.github.domi04151309.alwayson.services.ForegroundService

Expand Down Expand Up @@ -96,7 +98,6 @@ class Preferences : AppCompatActivity(),
if (!Settings.canDrawOverlays(this)) buildDialog(DISPLAY_OVER_OTHER_APPS_DIALOG)
}


private fun buildDialog(dialogType: Byte) {
val builder = AlertDialog.Builder(ContextThemeWrapper(this, R.style.DialogTheme))

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/380.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This update includes performance improvements, crash fixes, bug fixes, better edge glow timing customization, and the all-new colors feature where you can select colors for the individual elements on your always-on display. Furthermore, there is a new option to display a fingerprint icon on the always-on display for phones that have an under-display fingerprint reader.

0 comments on commit b4e131a

Please sign in to comment.