Compare commits
No commits in common. "561ee9387567f02b1eca6338d75907ca6413b7d0" and "660bac6af88d849d9311628f560e61e665a8861b" have entirely different histories.
561ee93875
...
660bac6af8
5 changed files with 7 additions and 13 deletions
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId = "partisan.weforge.xyz.pulse"
|
applicationId = "partisan.weforge.xyz.pulse"
|
||||||
minSdk = 29
|
minSdk = 29
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 15
|
versionCode = 14
|
||||||
versionName = "2.0.1"
|
versionName = "2.0.0"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -133,11 +133,7 @@ class PopupSettingsFragment : Fragment() {
|
||||||
binding.popupEffectSpinner.onItemSelectedListener = object : AdapterView.OnItemSelectedListener {
|
binding.popupEffectSpinner.onItemSelectedListener = object : AdapterView.OnItemSelectedListener {
|
||||||
override fun onItemSelected(parent: AdapterView<*>, view: View?, position: Int, id: Long) {
|
override fun onItemSelected(parent: AdapterView<*>, view: View?, position: Int, id: Long) {
|
||||||
val selectedEffect = allEffects[position]
|
val selectedEffect = allEffects[position]
|
||||||
if (!prefs.isDonationActivated &&
|
if (!prefs.isDonationActivated && selectedEffect !in prefs.getAvailablePopupEffects()) {
|
||||||
selectedEffect !in prefs.getAvailablePopupEffects() &&
|
|
||||||
selectedEffect != Preferences.PopupEffect.NONE &&
|
|
||||||
selectedEffect != Preferences.PopupEffect.RANDOM
|
|
||||||
) {
|
|
||||||
Toast.makeText(requireContext(), getString(R.string.donate_lock), Toast.LENGTH_SHORT).show()
|
Toast.makeText(requireContext(), getString(R.string.donate_lock), Toast.LENGTH_SHORT).show()
|
||||||
binding.popupEffectSpinner.setSelection(prefs.popupEffect.ordinal)
|
binding.popupEffectSpinner.setSelection(prefs.popupEffect.ordinal)
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -17,6 +17,6 @@ Fixes:
|
||||||
|
|
||||||
Misc:
|
Misc:
|
||||||
- Updated Gradle to v8.14.1
|
- Updated Gradle to v8.14.1
|
||||||
- Updated screenshots to reflect the new look of the app
|
- Updated screenshots to include new looks of the app.
|
||||||
- Updated description
|
- Updated description.
|
||||||
- Temporarily added "v2.0" to the store icon to indicate the new version
|
- Added temporary "v2.0" to store icon to indicate new version.
|
|
@ -1,2 +0,0 @@
|
||||||
v2.0.1
|
|
||||||
- Fixed lock warning on NONE and RANDOM popup effects
|
|
|
@ -1 +1 @@
|
||||||
Redirecting outgoing calls to E2EE apps
|
Redirecting outgoing calls to E2EE apps.
|
Loading…
Add table
Add a link
Reference in a new issue