diff --git a/app/build.gradle b/app/build.gradle index 480e341..842a409 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "de.tobiasbielefeld.searchbar" minSdkVersion 21 targetSdkVersion 34 - versionCode 12 - versionName "2.0" + versionCode 13 + versionName "2.0.1" vectorDrawables.useSupportLibrary = true buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L" diff --git a/app/src/main/java/de/tobiasbielefeld/searchbar/ui/about/ChangeLogFragment.java b/app/src/main/java/de/tobiasbielefeld/searchbar/ui/about/ChangeLogFragment.java index 7aa0797..6407333 100644 --- a/app/src/main/java/de/tobiasbielefeld/searchbar/ui/about/ChangeLogFragment.java +++ b/app/src/main/java/de/tobiasbielefeld/searchbar/ui/about/ChangeLogFragment.java @@ -51,7 +51,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa LinearLayout layoutContainer = view.findViewById(R.id.changelog_container); - String[] titles = new String[]{"2.0", "1.2", "1.1.4", "1.1.3", "1.1.2", "1.1.1", "1.1", "1.0"}; + String[] titles = new String[]{"2.0.1", "2.0", "1.2", "1.1.4", "1.1.3", "1.1.2", "1.1.1", "1.1", "1.0"}; for (int i = 0; i < titles.length; i++) { CardView card = (CardView) LayoutInflater.from(getContext()).inflate(R.layout.changelog_card_view, null); diff --git a/app/src/main/res/layout/activty_about.xml b/app/src/main/res/layout/activty_about.xml index 176fac4..941d20b 100644 --- a/app/src/main/res/layout/activty_about.xml +++ b/app/src/main/res/layout/activty_about.xml @@ -1,10 +1,11 @@ - + + - \ No newline at end of file + + \ No newline at end of file diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index b88cd3c..14073fa 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -12,4 +12,5 @@ #50FFFFFF #8D8D8D #4F4F4F + #FF141218 \ No newline at end of file diff --git a/app/src/main/res/values-v23/themes.xml b/app/src/main/res/values-v23/themes.xml index 1b345d7..136c00f 100644 --- a/app/src/main/res/values-v23/themes.xml +++ b/app/src/main/res/values-v23/themes.xml @@ -17,5 +17,7 @@ @style/CustomSwitchStyle @style/CustomSwitchStyle false + @color/mainBackground + @style/CustomOverflowMenuStyle \ No newline at end of file diff --git a/app/src/main/res/values/strings-changelog.xml b/app/src/main/res/values/strings-changelog.xml index 8f7da62..75de463 100644 --- a/app/src/main/res/values/strings-changelog.xml +++ b/app/src/main/res/values/strings-changelog.xml @@ -1,6 +1,8 @@ + Use white as app background in light mode again + Made app compatible with Android 14 Added 5 machine-created translations Use Android 13 language change system diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index b7351be..439f9c2 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -18,6 +18,8 @@ @style/CustomSwitchStyle @style/CustomActionbarStyle @style/CustomSwitchStyle + @color/mainBackground + @style/CustomOverflowMenuStyle + + + +